PHP Script – Open port check
Got this from Vinu’s blog. This simple script will attempt to connect to the site:port using fsockopen to determine if a service is running on the port. < ?php $site = “vinuthomas.com”; $port = 80; $fp...
Technology Hacks from the Owl
Got this from Vinu’s blog. This simple script will attempt to connect to the site:port using fsockopen to determine if a service is running on the port. < ?php $site = “vinuthomas.com”; $port = 80; $fp...
Seems Dave has brought out Tripoli. Tripoli is a generic CSS standard for HTML rendering. By resetting and rebuilding browser standards, Tripoli forms a stable, cross-browser rendering foundation for your web projects. The ideas behind Tripoli...
Here is a very simple script ( Javascript + CSS + HTML ) for a lightweight photogallery for webmasters who doesn’t want a full fledged gallery like Gallery2. It’s lightweight, uses unobtrusive javascript to create thumbnails...
This particular build of the module is based on the most recent version 5.2.4 of the software. It runs on Mac OS X version 10.4/Tiger and is built as Universal Binary for compatibility with both Intel...
I stumbled upon this when Blogulate.com’s first post was made. I didnt want the Blog Reviews to appear on the homepage. This is actually very simple. All you have to do is modify some PHP code....
phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields....