Unlike most word processors you may be used to, vi does not use modifier keys in command sequences. Typically on a PC, you would use some combination of function keys, alt, shift and ctrl. Vi was written to run on a text based system, and so almost entirely uses no modifier keys for commands.
Vi has two operational modes: COMMAND mode and INPUT mode.
Continue reading
Category Archives: Information
Useful firefox addons for web developers
1. Web Developer
2. FireBug
3. FirePHP
4. ShowIP
5. YSlow
6. Febe Continue reading
Highslide – Javascript thumbnail viewer
Highslide JS is an open source image, media and gallery viewer written in JavaScript. These are some of its advantages:
- Quick and elegant looking.
- No plugins like Flash or Java required.
- Popup blockers are no problem. The content opens within the active browser window.
- Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it. Continue reading
How to change KDE Linux Suse 11.1 Display, color, layout settings
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.
Zend Framework Command Line(CLI) Commands
>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