Author Archives: Johny
Mysql could not fetch schema table status
To fix MySQL Administrator error ”Could not fetch schema table status”, simply disable McAfee and your problem should be solved
Disable Column Sort in DataGridView
DataGridView has column sorting enabled by default. It’s usually a good thing but in some rare cases it can be a problem and should be disabled. To disable it, add a ColumnAdded event: this.dataGridView1.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler( this.dataGridView1_ColumnAdded); and add … Continue reading
New Woopra Sneak Peek
Here’s a sneak peek preview of what to expect in the next version of Woopra! For all those who are waiting for an invite, post a comment and make sure to put your url in the url section (comments … Continue reading
Apache Url Rewrite for SEO
I’ve been working on a personal business site of mine (I’ll post the link once I’m done), it has been listed in googles index recently and to my surprise I’ve forgotten to optimize the urls on the site and … Continue reading
Get your Free Alarm
Every once in a while, I challenge myself, I think of a small application that might be useful to me and time myself to see how much time it took me to write it. The latest one, the one I … Continue reading
Woopra Competition Winner
The first draw for the Woopra competition has taken place, the winner is “http://blog.dylx-infotech.com/”. Congratulations Please let us know what you think of Woopra! For all the others who participated, another draw will take place next monday and you will … Continue reading
Woopra Invite Competition
I got Woopra invitations and I am willing to give them away but I don’t want to give them away to people who won’t really appreciate it much and therefore I decided to give them out as prizes for small … Continue reading
Woopra Live Web Analytics in Action
I’ve been a beta (actually even pre-alpha ) user of Woopra for a while (one of the first, if not the first), so it’s now time to pay my dues by posting a video about it, the video was made … Continue reading
Street Soccer
And I thought I was fairly good in soccer… It’s amazing what these guys can do.
Cold Boot Attack on Encryption Keys
A very interesting research from Princeton with a demo video about cold boot attack on encryption keys which are read from RAM and not the usual hard disk keys. Here’s the video: “Abstract Contrary to popular assumption, DRAMs used in … Continue reading