web development
HTML 5 Cheat Sheet – Also for download!
After the CSS 3 Cheat Sheet, now the boys at Smashing Magazine have launched a HTML 5 cheat sheet!
Click here to download the cheat sheet in PDF!
Free CSS 3 Cheat Sheet – Download!
The guys at Smashing Magazine have released a very handy cheat sheet for CSS 3!
Click here to download it!
RSS Reader Picks #9
This time just some random links :’)
HTML 5 is a mess. Now what?
Google Chrome Operating System: the Facts and Fallacy
HTML5 and The Future of the Web
Google Fusion Tables and Publicly Available Data
Google Website Optimizer: Picking test pages with Google Analytics
Selecting which pages to test in Google Website Optimizer can be made simple by using Google Analytics.
PHP tutorials which make you a better developer! Part 2
Some weeks ago I posted an article with some usefull PHP links to improve working with this language.
I thought it is a good time to blog some new articles which are usefull for your development skills in PHP, so here they are:
Creating a Website Visitor Map with the Google AJAX API, jQuery, the Google Maps [...]
RSS Reader Picks #6
This time in the RSS Reader Picks serie, some cool PHP classes:
PHP Ajax Voting system
This class can be used to manage a vote polling system.
It can record in a MySQL database the votes of the users in several possible options also defined in a database table of poll options.
It uses cookies to keep track of [...]
Recommened PHP articles to improve your programming skills!
I had some cool PHP articles in my RSS reader, which you should really read because it will give you usefull information when developing applications and websites with PHP!
Magic features of PHP
PHP contains magic methods, magic constants and a magic function, which are special features of the PHP language and can be used for various [...]
Give up DIV’s and use tables again
Via Litso I discovered a site which is telling us developers that we should not use DIV’s anymore, but tables.
This is what their saying:
You know, we’ve all been there. We want to make it work with CSS. But sometimes it’s just not worth the effort. The hacks and conditional comments ruin our clean markup. And [...]