Web Development Tips and Tricks

Web Development Tips and Tricks

Wednesday, December 7, 2011

Re-Install or format HTC mobile

If you want to format ur imate go to

start --> settings --> system --> clear storage

this will hard reset your imate and format and reinstall windows

This really format my imate jamin start ---- settings-- system ---clear storage
And installed new operating system. The push button near charger jack just refresh the mobile it cant format . so Only start ---- settings-- system ---clear storage formats your mobile.

Monday, December 5, 2011

Generate a random alphanumeric number with php

Copy and paste it between php tag in your php file

$unique_key = substr(md5(rand(0, 1000000)), 0, 10 );
//Print that string
echo $unique_key;

Tuesday, October 25, 2011

deewali


Diwali or Deepavali , popularly known as the "festival of lights". For Hindus, Diwali is one of the most important festivals of the year and is celebrated in families by performing traditional activities together in their homes.

Happpy deewali


Happy diwali to all my friends

Monday, October 3, 2011

How add favicon in website

Before give answer of question How to put an address bar icon on in website i would like to clear What is favicon?
Answer:
Favicon: Favorites Icon
We use a image in our website adress bar which have extension ico there are many website which help to create you ico image.
Now i am going to tell you how can ypu add this image in your address bar
Step1:
Put your ico image in your rooot folder
Step2:
write this code in head area

I use my favicon.ico image image you will change is as your image
Now it will appear in your address bar
Happy coding :)

Wednesday, August 31, 2011

hide page extension

Stop server and Create a .htaccess file in your root folder and paste below code

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

Now save file and start server,It will hide your page extension