I’m getting interested in Facebook App development and have found a few things to read:
Category Archives: Design
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.
Smallest 1×1 pixel transparent GIF image
Looking for a small 1×1 pixel transparent GIF image to use in your website? Here is a 1×1 pixel transparent GIF image. You could use a transparent PNG instead, but then the file size would be bigger, so why would you do that? :)
How many requests per second does a load balancer support?
I’m working on an application that is going to need to scale, and I haven’t done this before. One of the things I wanted to know what how many requests per second I could expect a single load balancer to support. I found this article Benchmarking Load Balancers in the Cloud which says that on average you can get about 5000 requests/sec through a load balancer.