Jump on the HTML5 bandwagon people, I’m telling you. It’s worth it, and to prove it the W3C has created a new logo to support the language.
It’s Tuesday, why shouldn’t you spend some time checking out 5 fresh wordpress resources including Wordpress Themes, Wordpress queries and, oh yes an iPad theme for Wordpress. Try not to visit these all at once, your browser may explode with awesome.
Following up on my post concerning how to use the Google Font API, just wanted to post a link to the new Google Font Previewer. It’s a visual tool used for fine tuning how you want your fonts to display and feel, then you can grab the code needed for the formatting. Check out the [...]
Copy/Duplicate a MySQL table with a one line query. I’ve already typed more than the SQL statement you’ll use. How to Display your WordPress Categories in 2 Columns. I think his PHP could have been written cleaner, but this works
The folks over at Noupe have posted 50 free icon sets for you to download for use in your projects. They have all kinds of icons: vector icons, grunge icons, social icons, pixel icons, web application icons, web development icons, rss feed icons etc… Learn more about free icons at Noupe.com
Here’s some interesting links that I found this morning. Common Queries Tree This site lists a bunch of common queries that you would run in a number of different applications. Note that this are common MySQL queries, but you could easily adapt it to SQL Server as 99% of them would work the exact same. [...]
If you need to calculate distance in a web app, or maybe say something like “User1 lives approximately 2.1 miles from User2″ then you’ve had to do the math to calculate distances between zip codes. It’s a great pain. In the past I’ve always used this really great class from MicahCarrick called PHP Zip Code [...]