Ca-Phun Ung

Freelance web developer and Internet consultant at Yelotofu.
Categories
- Accessibility (6)
- Browser Testing (5)
- CSS (11)
- Django (3)
- Events (5)
- Hong Kong (3)
- JavaScript (20)
- jQuery (2)
- Labs (2)
- Optimisation (2)
- PHP (8)
- Ramblings (12)
- Reviews (6)
- Ruby on Rails (4)
- Tools (5)
- Web Standards (10)
- WiFi (3)
- WordPress (1)
On the AJAX bandwagon
I have been doing Ajax in minute proportions over the months but haven’t really got down to mastering the art. I don’t consider myself an Ajax expert but I get dis-heartened with often seeing the spaghetti code of supposedly AJAX professionals, making it virtually impossible to update their code without breaking something.At the moment I’m [...]
Free Favicon generators
I’m sure this is probably very old school news but I’ve only recently come across this free Favicon generator tool by DynamicDrive. It allows you to convert any image in either Gif, Jpeg and PNG formats, with transparency if required, into a proper icon.http://tools.dynamicdrive.com/favicon There are two more I haven’t tried yet but look good [...]
Quick tip: upload_tmp_dir on Win2k
If you are running PHP as a module on a Win2k server remember to set the upload_tmp_dir in your php.ini to a folder that allows the Anonymous Internet User read/write permissions. Otherwise you’d end up with 0.0 byte files when performing PHP uploads…By default the upload_tmp_dir is set to %windir%\temp if no value is given. [...]
