Tuesday, January 17th, 2006
Very neat use of the XMLHttp object and Google Maps.
AJAX Powered IP to Location
It’s kinda’ scary, even though nobody can really get the precise position of your IP with this app, it’s kinda close :)
Web, JavaScript |
Wednesday, January 11th, 2006
PHP database abstraction? I use ADOdb. Is it enough? NO.
Why?
When dealing with web applications, it’s important to separate your application logic and underlying database. It simpler terms, mixing your input, output, and logic, all together, creates a mess to maintain and extend. There are excellent thoeries about separating your design, logic, and data, and here […]
Web, PHP, Database, DB Access Patterns |
Monday, January 9th, 2006
Awesome javascript to make thumbnails totally enlarged on screen, supports all modern browsers.
http://www.huddletogether.com/projects/lightbox/
Web, JavaScript |