I learned about the HTML5 Boilerplate library today. It’s a template for creating a HTML5 website.
Category Archives: Design
Raphaël—JavaScript Library
Learning about the Raphaël—JavaScript Library. This can be used to do animations and drawing in HTML documents.
Facebook App Development
I’m getting interested in Facebook App development and have found a few things to read:
favicon.ico generator
When I need a favicon.ico for my site I use the favicon.cc generator.
CSS3 opacity Property
Used the CSS3 opacity Property for the first time today!
Preloaders
Preloaders is a loading/spinning GIF/PNG generator for your AJAX web page.
The PHP PDOStatement class
Learning about the functions available in The PDOStatement class. The API seems to have changed when I compare the sample code in this article to the API reference. In any event I was able to figure out how to do what I wanted to do!
MySQL Full-Text Search Functions
Everything you need to know about MySQL Full-Text Search Functions.
Resizing images with PHP
Read an article today about Resizing images with PHP which has a follow up about Retaining Transparency with PHP Image Resizing.
I haven’t had to do this yet, but I see it in my future. :)
HTML5 autocomplete
Apparently the autocomplete attribute is now supported in HTML5.