Category: Developers

PHP Script – Open port check 12

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...

Tripoli – generic CSS standard for HTML rendering 4

Tripoli – generic CSS standard for HTML rendering

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...

3

Simple, fast and light Image gallery using Javascript and CSS

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...

PHP module for MAC OS X 1

PHP module for MAC OS X

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...

PHP 5.2.5 4

PHP 5.2.5

PHP is a widely-used general-purpose server side scripting language that is especially suited for Web development and can be embedded into HTML. Much of its syntax is borrowed from C, Java and Perl with a couple...

Exclude categories from wordpress frontpage 42

Exclude categories from wordpress frontpage

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....

0

phpMyAdmin 2.11.2

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....