Removing Nofollow from Wordpress Blogposts

 

Just copy and paste the given code on to your functions.php file from your theme and after

saving the file  rel="nofollow" attributes will be removed automatically..image

Read the rest of this entry »

How To Get the Country Name, City Name From IP Address Using PHP?

Day Before Yesterday,one of my friend asked me how can we get the country name and other related information like city name from the IP address using PHP.

Today, I’ve come up with the answer of this question. I have used  API from hostip.info to fetch the country name , city name and country code from the respective IP address.

 

Read the rest of this entry »

CSS Gradient For Different Browser

Design the gradient background is that choose a small strip of gradient image and repeat to x coordinate or y coordinate. That one simplest way for gradient but you do not want then there many different code for different browser but there is very big problem all the browser are not support that code .Firefox 2/3+ and Opera 9.64 (at least). Safari and Chrome have native support for CSS Gradients but IE do not support the css gradient code. IE run with there own principle but they slowly but at last shift towards the running world.

IE supported/ inbuilt code but it doesn’t support  by other browser.

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = #44440000, endColorstr = #CCFFFFFF);

For Safari

WebKit now supports gradients specified in CSS. There are two types of gradients: linear gradients and radial gradients.

Read the rest of this entry »

New Generation Web Design – TypoGraphY

New Generation Web Design is gone toward the typography .Good typography is just as important on a Web page as it is in any other medium. The fact that it appears on a computer screen and not on a piece of paper is immaterial; it should still be pleasing to look at and easy to read.It increase the readability and give the great look.

Using Cascading Style Sheets (CSS) in fourth-generation browsers gives similar capabilities. Of course you will still be restricted, for the moment, by the availability of fonts on the user’s system. CSS can’t magically produce Frutiger Extra Bold, Bold, Roman, and Light fonts out of nowhere. Yes, there are a few font-embedding technologies available now, but they are not reliable enough for general use just yet.

some step to follow for good typography :

 

Read the rest of this entry »