Useful firefox addons for web developers
May 16
1. Web Developer
2. FireBug
3. FirePHP
4. ShowIP
5. YSlow
6. Febe More
The beginning of knowledge is the discovery of something we do not understand. (Frank. Herbert)
May 16
1. Web Developer
2. FireBug
3. FirePHP
4. ShowIP
5. YSlow
6. Febe More
May 13
Highslide JS is an open source image, media and gallery viewer written in JavaScript. These are some of its advantages:
May 11
Nice KDE Themes can be downloaded from http://kde-look.org/
and for Gnome Visit http://Gnome-look.org
Press ALT-F2 and type kcontrol, or System/Configuration/Configure Your Desktop and change these things in there. You can make the taskbar transparent, or change it’s colour etc
right-click on your taskbar (panel) > Configure Panel > Appearance > Panel background.
Apr 24
>zf show version
>zf create project ./
>zf create controller –name foo
>zf create action add foo
>zf create action edit foo
>zf create action delete foo
Some More commends
Apr 21
Data Dictionary
In database management systems, a file that defines the basic organization of a database. A data dictionary contains a list of all files in the database, the number of records in each file, and the names and types of each field. Most database management systems keep the data dictionary hidden from users to prevent them from accidentally destroying its contents.
Data dictionaries do not contain any actual data from the database, only bookkeeping information for managing it. Without a data dictionary, however, a database management system cannot access data from the database.
Apr 13