Tag Archives: Tutorial

PHP: Generating transparent PNG fillers

So, I was fooling around the other day with an HTML table and wanted to make the odd rows slightly darker. Figured I could use for example an 80% transparent black PNG to do that (or could have just assigned … Continue reading

Posted in Software Development | Tagged , , , , | Leave a comment

How to reset the MySql root account

I just managed to mess up the MySQL root account. Not a smart idea. After some MySQL manual reading and some serious Google-Fu, I figured out how to fix it. Stop the mysql server Add the following to the my.cnf … Continue reading

Posted in Software Development, Technology | Tagged , | Leave a comment

How to use assembly embedded resources

After some digging around, I found that it actually wasn’t that difficult at all. Getting it in Putting something in an assembly as an embedded resource is pretty easy. At least if you are using Visual Studio. Just add the … Continue reading

Posted in Software Development | Tagged , , | Leave a comment