
Getting cool pure css based buttons for your blog or website is not so typical now. Here today I will tell you about this cool website css3button.net .
Here you can select various button designs from huge selection list and can modify various attributes. You can also check...
Here I am sharing some of the very useful linux commends to view system informations:
date :Show the current date and time.
uptime: show current uptime.
w: display who is online.
whoami: To check the logged in user.
finger username: To display information about username.
cat /proc/cpuinfo : To see the CPU information.
cat /proc/meminfo: To see the memory information of your...
I am presenting some basic linux commands which is very useful for the newbie:
(1) Files related commands
ls -l :List files in current directory using long format.
ls -al :List files in current directory with hidden files.
ls -F :List files in current directory and indicate the files types.
rm name :Remove a file or directory called name.
rm -rf name ...
Every trade has its tools. So is the web designing and developement. Here I am sharing some of the very useful firefox addons to help you be more productive in your web desiging process.
1. Firebug : Firebug top the list. It sits at bottom of your taskbar. By right clicking on any webpage you can inspect any element of the page be it div , CSS , Color or any thing. You can...