Found preloaders which is a web site that can generate a ‘waiting’ icon for use in your web project.
Category Archives: Internet
PHP Magic Methods
Read about the PHP Magic Methods today.
The Open Web Application Security Project
Read a little from the Open Web Application Security Project today.
PHP: The Right Way
Over on the ProgClub programming list Justin pointed out PHP: The Right Way which is definitely on my reading list.
100% Apache-Compliant REQUEST_URI for IIS and Windows
I had a problem with the REQUEST_URI server variable not being available in my PHP app when running under IIS on Windows. I followed these instructions to fix the problem: 100% Apache-Compliant REQUEST_URI for IIS and Windows.
I had to download and install ISAPI Rewrite 3 and Request_URI for IIS 1.1 which I installed into PHP by editing my php.ini file with this line:
auto_prepend_file = C:\Program Files\PHP\request_uri.inc
Facebook Games
WordPress theme development
Reading about WordPress theme development. Found the anatomy of a WordPress theme.
Efficient PHP Debugging In Vim
Found this article today Efficient PHP Debugging In Vim which explains how to setup Vim as a PHP debugger.
There was also Debugging PHP using Xdebug and Notepad++.
HTML5 Declaration
This is too easy to forget, you would think. Yet for some reason I still look it up when I need it:
<!DOCTYPE html>
A List Apart
Learned about a web design website today called A List Apart. It seems to have some interesting content centered on web design.