Web Design | Web Development | Web Redesign | Game Development Application


How To Align Center Using Division In CSS

Posted in General,Tips & Tricks by markstephan on December 4, 2007
Tags: , , , ,

While converting the website design into HTML using CSS coding, we faces that how to centralized the website container. Many of the designers, try many things like to pass value like

#container {
padding-left:20%;
padding-right:20%;
}

or

#container {
margin-left:20%;
margin-right:20%;
}

This helps little bit but actual method is different and very easy to do it. Let me tell you the method.

Write like this or just copy it.
#container {
margin:0px auto;
}

why I’m using 0px and auto in margin because as you know the attributes for defining the 4 corners of the Web Page top right down and left. So I defined 0px for top margin attribute and auto set for other corners.  It automatically set the margin and the division tag comes to center.

Adding Favicon Icon On Your Website

Posted in General,Tips & Tricks by markstephan on December 3, 2007
Tags: , , , ,

Many of you people have seen some icon beside the website url on the address bar. And it obviously comes in our mind what’s that and how it comes there. In the same manner, we see again the same icon on our favorite list or bookmark sites. How it comes there? So guys, I m telling you its not a tough job to get this icon on your own website too.

Just download favicon icon designer application or find out free favicon icon maker site on internet. And just select some readymade favicon from the sample site or you can make your own icon using any designing tool like photoshop of any version or fireworks of any version. Just remember always the size should be note more than 16px width and height.

Once you have done the design, now find out if there is any site that changes your designed into favicon icon or if not, then you simply do save the file in any extension like favicon.jpg, favicon.gif anything you like. Now once the file is change just go the the place where it is saved. Now change the extension to .ico for example. If suppose you saved the file. “favicon.jpg” now change to “favicon.ico” and upload on your website server on the root folder.

So your own made favicon is now ready, now it needs to add on your website URL address. To do this, simply copy and paste this code:

<link rel="icon" href="http://www.sitename.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.sitename.com/favicon.ico" type="image/x-icon" />

This code should place just above the </head> tag of your website. With this code your favicon icon will display beside your website URL on address bar. And if you bookmark your website it will show on your website bookmark list too.

Search Engine Optimization

Search Engine optimization(SEO) is a method to increase the visibility of the website on search engines. The search engine optimization is now a days most wanted service. Many big business firms always looking for proven track record seo companies to do search engine optimization on their website.

There are many methods to boost up the website for search engines as well as for visitors. In the past times, people use to place keywords stuffing with loads of variations on the site as they see the space is empty in the website for search engines. But as per the new trend and changing algorithms of search engines this method is now some old SEO uses as BLACK HAT. Search Engine optimization usually we known by White HAT SEO and BLACK HAT SEO.

For those, who are not aware of these terms, White HAT SEO means the legal methods that uses in search engine optimization on the website. Eveything should be done according to the search engine guidelines. And Black HAT SEO is the methods that is not according to the guidelines of Search Engines and make the site with full of spams and keywords stuffing. The BLACK HAT SEO works for sometimes, you will get result soon, listed also on search engines, and ranking too. But the sites that having BLACK HAT SEO is the invitation for banning the site and will removes from the search engines. And that means your website is no more visitors and business ratio goes to downfall.

If you search for learning search engine optimization tutorials. There are loads of sites having tutorials. Where you can learn the basic all about search engine optimization. If you look carefully the tutorials, you can notice or observes that how to do search engine optimization in various methods. SEO write their experiences and tips of their own, how to make the site search engine friendly.  And if you match the tutorials, all are same but in a different way.

Offshore Software Web Development Service In India

India is the HUB of IT. All the big, medium and small software and web design and development giants are offshoring their work to India. What is the basic reason behind that? There are many reasons why entire world wants their software and website solutions to be designed and developed by India. Biggest reason is cost effectiveness. India is able to provide world class web solutions at very low cost, because of cheap man power and low overheads on infrastructure and maintenance. Also Timezone supports India and if a work is given from US, UK or near by areas then time gap can be utilized at its best.

Please give your valuable feedback.