Archive for January, 2006

Super Light-Weight Javascript Effects Library

Saturday, January 7th, 2006

Excellent FREE javascript library that will give you the ability to fade & resize HTML object elements with an ease of writing a single javascript command. Supports all modern browsers of today, not sure about IE5/Mac support, but 95% of us don’t really care, Microsoft has ceased support in 2005, and it was declared a […]

JavaScript, Freebies | No comments

Example of a Different Life

Saturday, January 7th, 2006

I’ve been browsing Flickr, until I found this great photo set from ShimonZ, portaying the beautiful life of Rafi and his wife Avital in the North Galilee of Israel. They live WITH nature, in a house they built with their own hands.
The life of Rafi and Avital

Personal, Life | No comments

ADOdb - database abstraction library for PHP

Thursday, January 5th, 2006

ADOdb is what really saved my life when moving from Classic ASP to PHP5, it supports a wide variety of database, and has some great functionality features. It supports PHP5 aswell :)
You can find ADOdb here: http://adodb.sourceforge.net/
Here are some examples of your daily database connect and retrieval:

include(‘/path/to/adodb.inc.php’);
$DB = NewADOConnection(‘mysql’);
$DB->Connect($server, $user, $pwd, $db);
# M’soft style data […]

PHP, Database | 2 comments

Free CSS navigation menus

Thursday, January 5th, 2006

Excellent freebies from Christopher Ware, at ExplodingBoy.com
Horizontal and vertical CSS navigations, pretty sexy ones too.
14 free vertical menu designs
More CSS navigation menus
CSS navigation menus

Freebies | No comments

You are currently browsing the iRafi.com weblog archives for January, 2006.

Meta