I was browsing the ESPN.com source code recently and stumbled upon their method of detecting iPhone / iPod touch users and redirecting them ...
Tuesday, May 31, 2011
Friday, May 27, 2011
Resize images with PHP script
11:49 AM
This small command line PHP script will help you to resize all JPG images inside current directory. Yes, you will find a lot of solutions w...
Wednesday, May 25, 2011
From MySQL to HTML with PHP and XML
In my post From MySQL to XML with PHP , I described how to generate XML from the MySQL database. Instead of printing out XML, generated XM...
Tuesday, May 24, 2011
Saturday, May 21, 2011
Reading multiple parameters in PHP
10:26 AM
Suppose you have to send three values: element Id, row and column compounded in one URL parameter. That is simple, parameters can be concate...
Drag and Drop table content with JavaScript
10:22 AM
Content of HTML table cells can be dragged to another table cell or another table. It isn't difficult to define onMouseMove handler and ...
Subscribe to:
Posts (Atom)