Feb 26, 2009 4
Fuck YouTube … Google as collateral … AND Publishers Hardest
I keep getting this message on YouTube when looking at quite a bunch of music videos:
This video is not available in your country.
Feb 26, 2009 4
I keep getting this message on YouTube when looking at quite a bunch of music videos:
This video is not available in your country.
Feb 20, 2009 165
I use a cool piece of C++ software to handle a lot of blogs and publish directly into the databases. I published a bunch of future posts but noticed they won't publish and, when time comes to go live, they just turn Missed Schedule. This really pissed me off. Took a look at the Wordpress code and noticed future posts get assigned a cronjob [ wp_schedule_single_event($unix_time_stamp, 'publish_future_post', array($post_ID)) ] which is downright stupid! Why don't you just look at the database and publish all posts with future status and date in past.

Feb 18, 2009 5
I gave VS2008 a try and was stupid enough to convert and not backup over 100 C++ projects from VS2005 to VS2008. All went well untill the dreaded message:
"Failed to create .NET framework propertygrid component."
WTF? I could no longer edit project properties thanks to this .NET error. I tried everything! I tried to repair and reinstall everything: .NET Framework + VS.
Read the rest of this entry »
Feb 6, 2009 4
I created my own Twitter kind of thing on the INFOBITS page but I needed the comments to flow backwards. I wanted first comment shown to be the latest and, obviously, Wordpress has no such option so I needed a plugin to do this. Of course I did not look for one already made. So I made my own.
Read the rest of this entry »
Feb 5, 2009 6
I will start sharing a bunch of scripts related to both SEO and PHP in general but, in order for you to use them the right way, you need to follow my instructions. I want you to create a new folder and call it 5ubliminal and inside place one or more .php files where you will paste the exact code I share here.
Read the rest of this entry »
Feb 3, 2009 2
I just wrote a plugin using jQuery to convert CODE blocks to TEXTAREA alternatives. It works ... not MSIE but fk it, I'm not that good yet (to make shit work in IE) ... and it will be easier for you to copy-paste in non-Opera browsers. You will notice two links above each CODE block and clicking each will switch between hightlighted view and raw-text view. Hope it helps you to snatch my code easier.
Read the rest of this entry »
Feb 3, 2009 0
There are times when your code has to add/remove columns dynamically to/from a mysql table. And there are many other programming situations where you need to check if the field exists in a mysql table column list or just get the column set for further use.
Read the rest of this entry »