Tags
adsense animation apache apple auto future date blog coding compsci css diy flash forum game hard drive internet explorer iphone itunes java javascript link linux mac mysql netbeans Photography photoshop php plugin Programming proofbuddy prototype python reliti robot robotics scratch teaching theme tips twitter usb video web design wordpress youtubePopular This Week
- Difference in Hub, Switch, Bridge, & Router
- JavaScript Error ‘expected identifier, string or number’ in IE
- How to get a screen shot from an iPhone
- Multiple cases for switch construct
- PHP: A function to return the first n words from a string
- DIY: Make Your Own Ethernet Loopback Cable
- Chrome not saving cPanel password since upgrade
- Datatables jQuery plugin – Refresh table
- How to revive a dead Western Digital MyBook
- A routine to create GUIDs in PHP
My Other Sites
Monthly Archives: July 2009
Demolition City Flash Game
This is one of those painfully addictive Flash games. I’ve killed several hours blowing up buildings. Online Physics Games Related PostsActionScript Error: Expecting semicolon before minus Printing a single frame from a Flash project How to create a very simple … Continue reading
WordPress – Redirecting to the first child page
I’ve been redesigning the website for a web application I am writing. The site uses WordPress because I wanted a blog section and wanted visitors to be able to easily leave comments on any page. So the entire site is … Continue reading
Aptana on Vista 64bit – Black Screen
I’ve been having issues with Aptana putting a huge black box over the code window on Vista 64. And it seems many others are having the same issue as well, which is a shame because it’s an otherwise great program. … Continue reading
Enable mod_rewrite on Ubuntu
Looks like Apache2 is installed in Ubuntu with mod_rewrite, but it’s disabled by default. Fortunately a quick drop to the terminal followed by restarting Apache2 and it’s fixed. Related PostsBlocking Baidu How to change the MySQL password in MAMP Missing … Continue reading
Grouping MySQL query by date
Working on a statistics plugin I needed a way to group records by the day. Turns out it’s remarkably easy. If you just want to group by year and month take off the DAY() part. This would also be a … Continue reading