sugatshr
Posts by :
Some useful Firefox Tips & tricks
Re-open closed tab Right-click on an existing tab and select Undo Close TabThe keyboard shortcut is the same: CTRL + SHIFT + T Reset Firefox 1. On toolbar go to “Help” > “Troubleshooting Information” 2. Click “Reset Firefox” button.
create wireframes, mockups or UI concepts, prototypes easily
Moqups is a nifty HTML5 App used to create wireframes, mockups or UI concepts, prototypes. It is very simple and fairly intuitive so you can unleash your creativity without any obstacles. http://www.moqups.com
Hiding PHP extensions using mod_rewrite
Edit .htaacess file in your server or if you don’t have one create it and put the following lines. <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule ^(.*)$ $1.php</IfModule>
Checkpoints for good database design
There is no right way to design a database—each one is different. Give each record in a table a unique identifier (primary key). Put each group of associated data in a table of its own. Cross-reference related information by using the primary key from one table as the foreign key […]
A Heart Touching Story of a doctor
A doctor entered the hospital in hurry after being called in for an urgent surgery. He answered the call asap, changed his clothes & went directly to the surgery block. He found the boy’s father pacing in the hall waiting for the doctor. On seeing him, the dad yelled: “Why […]
Difference Between 32-bit & 64-bit
The terms 32-bit and 64-bit refer to the way a computer’s processor (also called a CPU), handles information. xx-bit format refers to the width of the CPU’s register.The register is a small amount of storage used by the CPU where the CPU keeps the data it needs to access […]
Creating button link
<input type=”button” value=”Hello” onclick=”window.location.href=’http://www.nepalontheweb.com’”>
Just some thoughts….
If couples who are in love are called ‘Love Birds’, then couples who always argue, should be called ‘Angry Birds’.“My opinions may have changed, but not the fact that I am right.” “I’m never wrong. Once I thought I was wrong, but I was wrong” If at first you don’t […]