To get high rank in search it is necessary that your home page lives at a single URL and do a 301 permanent move redirect rest of the possible home…
Anush
Latest posts - Page 14
Canonical URL :Twin Home Pages
Having Twin Home Pages has been a classic SEO mistake for many years and to come. It's often unnoticed making it most common mistake.Though many CMS like Word Press have…
CSS3 Filters
CSS3 comes with image filters like contrast, brightness, blur, saturate, Blur,hue-rotate,Sepia, Brightness, Contrast, Invert, Saturation, Greyscale and a few more. Which allows using a single image for multiple purposed that…
Wi-Fi or Wireless-LAN (WLAN)
Wi-Fi or Wireless-LAN (WLAN) is a standard that allows devices to communicate with each other using a Wi-Fi router as the central hub. All devices with Wi-Fi connected to router…
Single File Upload With PHP
In this simple upload system we will just make a single upload with a verification for file extension and size, thus making it a secure way…
2012 London Olympics Logo with CSS3
2012 London Olympics Logos with CSS3, All the four different colour's (color's) with CSS3 only, Using CSS3 Shapes.Using the different properties of CSS3 like border-radius, rotate etc different shape can…
Non WWW to WWW redirect with HTACCESS
When your website exists in two places line the one with WWW and non WWW, it can cause Duplicate content, this is known as the www/non-www canonical issue. This can…
Informative use of Footer in Web Design
Footer is the bottom section of the web site, which usually have a bunch of links to other pages of the web site or to friend's website, link to social…
Active Gzip Compression in HTACCESS
To redice the bandwidth , compression can do well enough.To enable compression in Apache, enabling Gzip compression pretty much straightforward.Add the following to your .htaccess. In IIS server Gzip Copression…
Change Timezone In PHP
When ever it comes to Time its important to make sure that the users get the time displayed in their local time to avoid errors, especially…