<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Css templates &#124; CssTemplatesWeb &#187; Web developer tips</title> <atom:link href="http://www.csstemplatesweb.com/category/web-developer-tips/feed/" rel="self" type="application/rss+xml" /><link>http://www.csstemplatesweb.com</link> <description>High quality css templates</description> <lastBuildDate>Sun, 17 Jan 2010 20:58:17 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>How to warn IE6 users</title><link>http://www.csstemplatesweb.com/web-developer-tips/warn-ie6-users/</link> <comments>http://www.csstemplatesweb.com/web-developer-tips/warn-ie6-users/#comments</comments> <pubDate>Tue, 23 Jun 2009 21:35:34 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web developer tips]]></category> <category><![CDATA[html]]></category> <category><![CDATA[layout]]></category> <category><![CDATA[web]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[webdesign]]></category> <category><![CDATA[website]]></category> <category><![CDATA[xhtml]]></category><guid
isPermaLink="false">http://www.csstemplatesweb.com/?p=164</guid> <description><![CDATA[First of all, do not dump support for Internet Explorer 6, that is not the intention of this article. The point is to, where possible, ensure that your site works in IE6. But where it&#8217;s not possible, or you would have to spend too much time and energy on writing &#8220;hacks&#8221; to make it work, [...]]]></description> <content:encoded><![CDATA[<p>First of all, do not <em>dump</em> support for Internet Explorer 6, that is not the intention of this article. The point is to, where possible, ensure that your site works in IE6. But where it&#8217;s not possible, or you would have to spend too much time and energy on writing &#8220;hacks&#8221; to make it work, you <em>can</em> apply a warning/information to consider upgrading IE or to use another browser.</p><h3>What not to do</h3><p>The point is to <em>encourage</em> the user to upgrade, not to force an upgrade (telling how dumb the user is by using IE6). If a site is already works as it should in IE6, or if you could invest very little time in getting it working, it&#8217;s better if you don&#8217;t include a warning at all. At least you could try to integrate the IE7 JavaScript library, available from <a
href="http://code.google.com/p/ie7-js/">code.google.com/p/ie7-js</a>, or by overriding some of the CSS via an IE6-specific style sheet. The image below shows Joe Levi&#8217;s one-line upgrade method, &#8220;scaring&#8221; people to upgrade by pretending an OS alert, but encouragement is better than underhand methods.</p> <a
href="http://www.csstemplatesweb.com/wp-content/uploads/2009/06/not_to_do_big.jpg"><img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/06/not_to_do_big-300x131.jpg"  alt="Scaring users to upgrade" title="Terror tactics" width="300" height="131" class="alignnone size-medium wp-image-167" /></a><h3>When to warn</h3><p>Generally, you should only show warnings when they&#8217;re directly beneficial to the user, such as a major part of the site is based on functionality that does not work or render properly in IE6. If you misuse your trust as a website owner, and <em>force</em> the user to upgrade for no practical reasons, it will just be an unnecessary hassle for the user. And when they return to the site with a new or updated browser, only to see that site has no changes, they&#8217;ll lose all trust in it.<br
/> If you get too &#8220;hung-up&#8221; in hating IE6, and decide to block access to all IE6 users, you can be pretty sure that they will never return, regardless of what browser they later end up with. The choice must always always rest with the user, they have to be in control of making the decision. And if they don&#8217;t want to upgrade, that&#8217;s down to them and it&#8217;s their loss. However, with the right approach, you can encourage them by explaining the benefits of switching or upgrading their browser, you&#8217;re more likely to get a positive result this way. The image below is from <a
href="http://photos.travellerspoint.com">Travellerspoint</a>, and it looks nice.</p><p><a
href="http://www.csstemplatesweb.com/wp-content/uploads/2009/06/travellerspoint.jpg"><img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/06/travellerspoint-300x195.jpg" alt="A nice warning message" title="A nice warning message" width="300" height="195" class="alignnone size-medium wp-image-181" /></a></p><h3>Be kind</h3><p>The truth is, while you and me know that it is better to either upgrade or switching your browser, many users aren&#8217;t even aware that alternatives to Internet Explorer exists. Also, many people still have to use IE6 at work. With this in mind, we should create the warnings-text in a <em>kind</em> way. Tell the user that they&#8217;re using an old browser and that, because of this, the site they&#8217;re currently on won&#8217;t look its best, and some functionality might be unavailable. Then suggest that, for a better browsing expreience, they should consider upgrading.</p><h3>Applying the warning</h3><p>It only takes a few lines of html code to apply the IE6 warning. You need to make use of conditional comments to apply it to your website. The code below is one way of doing it. It wraps a conditional comment around the relevant code block:</p><div
class="wp_codebox_msgheader"><span
class="right"><sup><a
href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span
style="color: #99cc00">?</span></a></sup></span><span
class="left"><a
href="javascript:;" onclick="javascript:showCodeTxt('p164code2'); return false;">View Code</a> HTML4STRICT</span><div
class="codebox_clear"></div></div><div
class="wp_codebox"><table><tr
id="p1642"><td
class="code" id="p164code2"><pre class="html4strict" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">&lt;!--[if lt IE 7]&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;div id=&quot;ie6warningbox&quot;&gt;</span>
<span style="color: #808080; font-style: italic;">[Place your warning text here]</span>
<span style="color: #808080; font-style: italic;">&lt;/div&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;![endif]--&gt;</span></pre></td></tr></table></div><p>Modern, compliant browsers will just ignore this block of code. But versions of IE below version 7 will read it and treat it as html. So, if this was read by an IE6 browser, it would generate the html placed in the block, but if it was by IE7 or IE8, it would ignore it.</p><p>So, the conclusion would be: Keep it simple, keep it polite, and reassure and assist IE6 users, rather than showing them the finger.</p> ]]></content:encoded> <wfw:commentRss>http://www.csstemplatesweb.com/web-developer-tips/warn-ie6-users/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to create a favicon</title><link>http://www.csstemplatesweb.com/web-developer-tips/create-favicon/</link> <comments>http://www.csstemplatesweb.com/web-developer-tips/create-favicon/#comments</comments> <pubDate>Tue, 05 May 2009 08:51:04 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web developer tips]]></category> <category><![CDATA[design]]></category> <category><![CDATA[html]]></category> <category><![CDATA[layout]]></category> <category><![CDATA[logo]]></category> <category><![CDATA[style]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[webdesign]]></category> <category><![CDATA[website]]></category> <category><![CDATA[xhtml]]></category><guid
isPermaLink="false">http://www.csstemplatesweb.com/?p=131</guid> <description><![CDATA[A favourite icon, called favicon, is the small icon that is displayed in the browser address bar, and it will also show in your bookmarks. It is a lot easier for the user to find the bookmark of your site, if you have created a favicon, and attached it to your website. If you look [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/05/favicons.jpg" alt="favicons" title="favicons" width="160" height="160" class="alignright size-full wp-image-132" />A favourite icon, called favicon, is the small icon that is displayed in the browser address bar, and it will also show in your bookmarks. It is a lot easier for the user to find the bookmark of your site, if you have created a favicon, and attached it to your website. If you look in your browser bar right now, you can see a pink little graphic square, this is the favicon of this site, making it easy to remember that you may have visited this site earlier. In short: using a favicon will improve the overall look of your website. So, how do we create a favicon? The favicon of this site is made in Adobe Photoshop.</p><h3>Favicon information</h3><p>Favicons have the extension <strong>.ico</strong>, and they must be named <strong>favicon.ico</strong>. The dimension of the icons must be 16&#215;16.</p><h3>Photoshop</h3><p>To make .ico files in Photoshop, you need to download a plugin. This can be found <a
href="http://www.telegraphics.com.au/sw/">here</a>, it&#8217;s a Windows Icon Photoshop plugin. When you have done this, then you can start by creating a new file, but remember that it needs to be downsized to 16&#215;16, so you can create a new file with the dimensions 128&#215;128, 64&#215;64 and so on (you get the idea?). Then, design your new amazing looking favicon, and last but not least, go to <em>Image Size</em> and click on <em>Resample Image</em>. This option is better than just selecting <em>Image Resize</em>, because it will make sure that the image does not blur when you scale it down.</p><h3>Upload the icon</h3><p>The only thing you need to remember here, is to upload it to your sites <strong>root</strong> directory.</p><h3>Edit your header</h3><p>You also need to edit the header section of the files in your website. It should look like this:</p><div
class="wp_codebox_msgheader"><span
class="right"><sup><a
href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span
style="color: #99cc00">?</span></a></sup></span><span
class="left"><a
href="javascript:;" onclick="javascript:showCodeTxt('p131code4'); return false;">View Code</a> HTML4STRICT</span><div
class="codebox_clear"></div></div><div
class="wp_codebox"><table><tr
id="p1314"><td
class="code" id="p131code4"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">head</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">link</span> <span style="color: #000066;">rel</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;shortcut icon&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/favicon.ico&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;image/x-icon&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">head</span>&gt;</span></pre></td></tr></table></div><p>That&#8217;s it! Now you can test in your favourite browser, it looks better now, right?</p> ]]></content:encoded> <wfw:commentRss>http://www.csstemplatesweb.com/web-developer-tips/create-favicon/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Generate backgrounds online</title><link>http://www.csstemplatesweb.com/web-developer-tips/generate-backgrounds-online/</link> <comments>http://www.csstemplatesweb.com/web-developer-tips/generate-backgrounds-online/#comments</comments> <pubDate>Thu, 23 Apr 2009 12:48:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web developer tips]]></category> <category><![CDATA[color]]></category> <category><![CDATA[color scheme]]></category> <category><![CDATA[colorschema]]></category> <category><![CDATA[colorscheme]]></category> <category><![CDATA[design]]></category> <category><![CDATA[design generator]]></category> <category><![CDATA[gradients]]></category> <category><![CDATA[layout]]></category> <category><![CDATA[online design tool]]></category> <category><![CDATA[patterns]]></category> <category><![CDATA[stripes]]></category> <category><![CDATA[style]]></category> <category><![CDATA[tartans]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[webdesign]]></category><guid
isPermaLink="false">http://www.csstemplatesweb.com/?p=89</guid> <description><![CDATA[A nice background is very important on every website. But sometimes it can be hard to come up with a good idea on what background image or pattern to use. Luckily, there are some good online background generators on the web. This is a list of 15 background generators, that will create patterns, stripes, gradients [...]]]></description> <content:encoded><![CDATA[<p>A nice background is very important on every website. But sometimes it can be hard to come up with a good idea on what background image or pattern to use. Luckily, there are some good online background generators on the web. This is a list of 15 background generators, that will create patterns, stripes, gradients and tartans!</p><p><a
href="http://www.patterncooler.com/">1. Patterncooler</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/patterncoolercom.jpg" alt="patterncoolercom" title="patterncoolercom" width="600" height="351" class="alignnone size-full wp-image-97" /></p><p><a
href="http://bgpatterns.com/">2. BgPatterns.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/bgpatternscom.jpg" alt="bgpatternscom" title="bgpatternscom" width="600" height="351" class="alignnone size-full wp-image-92" /></p><p><a
href="http://www.colourlovers.com/patterns/add">3. Patterns from Colourlovers.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/patterns-by-colourloverscom.jpg" alt="patterns-by-colourloverscom" title="patterns-by-colourloverscom" width="600" height="351" class="alignnone size-full wp-image-98" /></p><p><a
href="http://www.stripegenerator.com/">4. StripeGenerator.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/stripegeneratorcom.jpg" alt="stripegeneratorcom" title="stripegeneratorcom" width="600" height="351" class="alignnone size-full wp-image-101" /></p><p><a
href="http://www.stripemania.com/">5. StripeMania.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/stripemaniacom.jpg" alt="stripemaniacom" title="stripemaniacom" width="600" height="351" class="alignnone size-full wp-image-102" /></p><p><a
href="http://stripedbgs.com/">6. StripedBgs.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/stripedbgscom.jpg" alt="stripedbgscom" title="stripedbgscom" width="600" height="351" class="alignnone size-full wp-image-99" /></p><p>7. StripeDesigner.com<br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/stripedesignercom.jpg" alt="stripedesignercom" title="stripedesignercom" width="600" height="351" class="alignnone size-full wp-image-100" /></p><p><a
href="http://www.tartanmaker.com/">8. TartanMaker.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/tartanmakercom.jpg" alt="tartanmakercom" title="tartanmakercom" width="600" height="351" class="alignnone size-full wp-image-103" /></p><p><a
href="http://www.pixelknete.de/dotter/">9. Dotter by PixelKnete.de</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/dotter-by-pixelknetede.jpg" alt="dotter-by-pixelknetede" title="dotter-by-pixelknetede" width="600" height="351" class="alignnone size-full wp-image-93" /></p><p><a
href="http://tools.dynamicdrive.com/gradient/">10. Gradient Image Maker by DynamicDrive</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/gradient-image-maker-by-dynamicdrivecom.jpg" alt="gradient-image-maker-by-dynamicdrivecom" title="gradient-image-maker-by-dynamicdrivecom" width="600" height="351" class="alignnone size-full wp-image-94" /></p><p><a
href="http://www.ogim.4u2ges.com/gradient-image-maker.asp">11. Ogim &#8211; Online Gradient Image Maker</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/ogim-online-gradient-image-maker.jpg" alt="ogim-online-gradient-image-maker" title="ogim-online-gradient-image-maker" width="600" height="351" class="alignnone size-full wp-image-96" /></p><p><a
href="http://secretgeek.net/GradientMaker.asp">12. Gradient-Maker by SecretGeek.net</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/gradient-maker-by-secretgeeknet.jpg" alt="gradient-maker-by-secretgeeknet" title="gradient-maker-by-secretgeeknet" width="600" height="351" class="alignnone size-full wp-image-95" /></p><p><a
href="http://lab.rails2u.com/bgmaker/">13. Background Image Maker by Rails2u.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/bgmaker-by-rails2ucom.jpg" alt="bgmaker-by-rails2ucom" title="bgmaker-by-rails2ucom" width="600" height="351" class="alignnone size-full wp-image-90" /></p><p><a
href="http://www.tilemachine.com/">14. TileMachine.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/tilemachinecom.jpg" alt="tilemachinecom" title="tilemachinecom" width="600" height="372" class="alignnone size-full wp-image-104" /></p><p><a
href="http://bgmaker.ventdaval.com/">15. bgMaker by Ventdaval.com</a><br
/> <img
src="http://www.csstemplatesweb.com/wp-content/uploads/2009/04/bgmaker-by-ventdavalcom.jpg" alt="bgmaker-by-ventdavalcom" title="bgmaker-by-ventdavalcom" width="600" height="345" class="alignnone size-full wp-image-91" /></p><p>As you see, there are a lot of options for making background for your website available on the net. Have you tried/used any of these resources? Please, write your opinion in the comment field below.</p> ]]></content:encoded> <wfw:commentRss>http://www.csstemplatesweb.com/web-developer-tips/generate-backgrounds-online/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Choosing color combinations</title><link>http://www.csstemplatesweb.com/web-developer-tips/choosing-color-combinations/</link> <comments>http://www.csstemplatesweb.com/web-developer-tips/choosing-color-combinations/#comments</comments> <pubDate>Fri, 18 Jul 2008 08:58:47 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web developer tips]]></category> <category><![CDATA[Adobe Kuler]]></category> <category><![CDATA[color]]></category> <category><![CDATA[color scheme]]></category> <category><![CDATA[colorschema]]></category> <category><![CDATA[colorscheme]]></category><guid
isPermaLink="false">http://www.csstemplatesweb.com/?p=35</guid> <description><![CDATA[One of the first things you should think of when starting the development of a new fresh website, is what colors you want to use. Many people don&#8217;t think of this as that important, but it is! According to studies, the right combination of colors is very important to grab your visitors interest. Luckily, Adobe [...]]]></description> <content:encoded><![CDATA[<p>One of the first things you should think of when starting the development of a new fresh website, is what colors you want to use. Many people don&#8217;t think of this as <em>that </em>important, <strong>but it is!</strong> According to studies, the right combination of colors is very important to grab your visitors interest. Luckily, Adobe has created a great tool for making this easier for us, it&#8217;s called Adobe Kuler.</p><p><a
href="http://www.csstemplatesweb.com/wp-content/uploads/2008/07/adobe_kuler.jpg"><img
class="alignleft size-full wp-image-36" title="Adobe kuler" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/07/adobe_kuler.jpg" alt="Adobe kuler" width="228" height="471" /></a>With Adobe Kuler you have several ways to find the right colors for your website. You can simply log in to the <a
title="Adobe Kuler" href="http://kuler.adobe.com/" target="_self">Adobe Kuler website</a> and browse your way to find a nice colorschema.</p><p>As you can see from the screenshot, there is many existing schemas that is free for you to download.</p><p>If you already have a picture that is going to be central on your website, you can upload the photo, and Adobe Kuler will extract central colors and make a color schema from it, pretty neat!</p><p><a
href="http://www.csstemplatesweb.com/wp-content/uploads/2008/07/adobe-kuler-from-image.jpg"><img
class="alignnone size-medium wp-image-37" title="Adobe kuler from image" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/07/adobe-kuler-from-image-300x211.jpg" alt="Create color schema from image" width="300" height="211" /></a></p><p>I recommend you to try <a
title="Adobe Kuler" href="http://kuler.adobe.com/" target="_self">Adobe Kuler</a>. It&#8217;s a great tool for choosing colors for your website.</p> ]]></content:encoded> <wfw:commentRss>http://www.csstemplatesweb.com/web-developer-tips/choosing-color-combinations/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Web 2.0 Design Generators</title><link>http://www.csstemplatesweb.com/web-developer-tips/web-20-design-generators/</link> <comments>http://www.csstemplatesweb.com/web-developer-tips/web-20-design-generators/#comments</comments> <pubDate>Thu, 08 May 2008 08:13:27 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web developer tips]]></category> <category><![CDATA[design]]></category> <category><![CDATA[design generator]]></category> <category><![CDATA[logo]]></category> <category><![CDATA[online design tool]]></category> <category><![CDATA[web 2.0]]></category> <category><![CDATA[web design]]></category><guid
isPermaLink="false">http://www.csstemplatesweb.com/?p=21</guid> <description><![CDATA[What about spicing up your website with some Web 2.0 design? Web 2.0 styles have been very popular in the last couple of years, and thus, many online generators have been made. If you&#8217;re looking for web 2.0 buttons, badges, logos or backgrounds, there is a free online generator waiting for you!
Stripe Generator:Stripe Designer:Quick Ribbon:Web [...]]]></description> <content:encoded><![CDATA[<p>What about spicing up your website with some Web 2.0 design? Web 2.0 styles have been very popular in the last couple of years, and thus, many online generators have been made. If you&#8217;re looking for web 2.0 buttons, badges, logos or backgrounds, there is a free online generator waiting for you!</p><p><strong>Stripe Generator:</strong></p><p><a
href="http://www.stripegenerator.com/"><img
title="Web 2.0 Stripes Generator" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/stripes.gif" alt="Web 2.0 Stripes Generator" width="500" height="110" /></a></p><p><strong>Stripe Designer:</strong></p><p><a
href="#"><img
title="Stripe designer" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/stripedesigner.gif" alt="Stripe designer" width="500" height="110" /></a></p><p><strong>Quick Ribbon:</strong></p><p><a
href="http://www.quickribbon.com/"><img
title="Ribbon Generator" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/ribbon.gif" alt="Ribbon Generator" width="500" height="110" /></a></p><p><strong>Web 2.0 Logo Creator:</strong></p><p><a
href="http://creatr.cc/creatr/"><img
title="Web 2.0 Logo Creator" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/logocreator.gif" alt="Web 2.0 Logo Creator" width="500" height="110" /></a></p><p><strong>Ajax Loader Generator:</strong></p><p><a
href="http://www.loadinfo.net/"><img
title="Ajax Loader generator" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/loader.gif" alt="Ajax Loader generator" width="500" height="110" /></a></p><p><strong>Tabs Generator:</strong></p><p><a
href="http://www.tabsgenerator.com/"><img
title="Tabs Generator" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/tabs.gif" alt="Web 2.0 tabs generator" width="500" height="110" /></a></p><p><strong>Buttonator:</strong></p><p><a
href="http://www.buttonator.com/"><img
title="Buttonator" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/buttonator.gif" alt="Buttonator" width="500" height="110" /></a></p><p><strong>Web 2.0 Badges:</strong></p><p><a
href="http://www.web20badges.com/"><img
title="Web 2.0 badges" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/badge.gif" alt="Web 2.0 badges" width="500" height="110" /></a></p><p><strong>Freshbadge:</strong></p><p><a
href="http://www.freshbadge.com/"><img
title="freshbadge" src="http://www.csstemplatesweb.com/wp-content/uploads/2008/05/freshbadge.gif" alt="Freshbadge" width="500" height="110" /></a></p><p>[ad#PostsBottom]</p> ]]></content:encoded> <wfw:commentRss>http://www.csstemplatesweb.com/web-developer-tips/web-20-design-generators/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Typography</title><link>http://www.csstemplatesweb.com/web-developer-tips/typography/</link> <comments>http://www.csstemplatesweb.com/web-developer-tips/typography/#comments</comments> <pubDate>Fri, 07 Mar 2008 22:18:04 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web developer tips]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[layout]]></category> <category><![CDATA[typography]]></category><guid
isPermaLink="false">http://www.csstemplatesweb.com/2008/03/07/typography/</guid> <description><![CDATA[Good page design isn&#8217;t just about shiny buttons, polished reflections and subtle gradients. An understanding of web typography is essential if your site is to be more than mere eye candy.
Typography is about more than just choosing the right fonts for your design. Think of it as encompassing everything on your page even remotely to [...]]]></description> <content:encoded><![CDATA[<p><strong>Good page design isn&#8217;t just about shiny buttons, polished reflections and subtle gradients. An understanding of web typography is essential if your site is to be more than mere eye candy.</strong></p><p><em><strong>Typography is about </strong></em>more than just choosing the right fonts for your design. Think of it as encompassing everything on your page even remotely to do with text on your page. This includes the way it looks, the space around it, how it relates to neighbouring text, line-spacing, proportional sizes, leading, kerning &#8211; the list goes on. And since a good website is nothing without content, the typography is as important part of the overall design as any other.<br
/> Font choice is an obvious place to start. There is no right or wrong when it comes to the individual fonts, but keep in mind that any text rendered as HTML needs to be a standard web font, so make sure any graphical headings work well alongside the HTML text. Limit yourself to no more than tow or three font styles on a page, with each having a distinct purpose (section headings, pull-out quotes, etc). The same applies to font sizes. This not only makes the page look neater and clearer to read, but can also cut down the amount of CSS styles needed when you construct the HTML.<br
/> White space (or negative space) is the space between elements on the page, and is one of the most important typographic tools at your disposal. It allows you to draw the reader&#8217;s focus to important text, emphasise content and improve readability. Unfortunately it remains one of the most misunderstood by clients, who frequently try to fill dead space, resulting in cluttered-looking pages.<br
/> Line length is also key in creating a clean, readable layout. Studies have found that participants read varying line lengths at similar speeds, but expressed a preference for lenghts of around four to six inches (or 10-15 words). This fits the natural arc of the eye, meaning it has to travel less, thus the visitor can give their full concentration to our carefully crafted page content.</p><p>[ad#PostsBottom]</p> ]]></content:encoded> <wfw:commentRss>http://www.csstemplatesweb.com/web-developer-tips/typography/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Test your web design in different browsers</title><link>http://www.csstemplatesweb.com/web-developer-tips/test-your-web-design-in-different-browsers/</link> <comments>http://www.csstemplatesweb.com/web-developer-tips/test-your-web-design-in-different-browsers/#comments</comments> <pubDate>Mon, 03 Mar 2008 10:22:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Web developer tips]]></category> <category><![CDATA[web design]]></category><guid
isPermaLink="false">http://www.csstemplatesweb.com/2008/03/03/test-your-web-design-in-different-browsers/</guid> <description><![CDATA[When you develop websites, it&#8217;s very important to check that your new amazing website looks the same way in all browsers. This is something many designers forget to check, and another question is: how to do it? It&#8217;s not normal to have all kinds of operating systems installed on several servers to test the design.
The [...]]]></description> <content:encoded><![CDATA[<p>When you develop websites, it&#8217;s very important to check that your new <strong>amazing</strong> website looks the same way in all browsers. This is something many designers forget to check, and another question is: <em>how to do it? </em>It&#8217;s not normal to have all kinds of operating systems installed on several servers to test the design.</p><h2>The solution</h2><p>To test your beautiful, newly created web design in all available browsers, running on different operating systems, all you have to do is to visit 1 website! It&#8217;s called <a
href="http://browsershots.org/" title="Browsershots" target="_blank">Browsershots</a>. Here you can just paste the url to your site, and it will generate screenshots of your page in all the browsers on different operating systems, ensuring you that your web design will look the same no matter what system the users are running.</p><p>Screenshot from browsershots:</p><p><img
src="http://www.csstemplatesweb.com/images/browsershots.jpg" alt="browsershots" height="285" width="500" /></p><p>[ad#PostsBottom]</p> ]]></content:encoded> <wfw:commentRss>http://www.csstemplatesweb.com/web-developer-tips/test-your-web-design-in-different-browsers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 24/30 queries in 0.059 seconds using disk
Object Caching 969/978 objects using disk

Served from: www.csstemplatesweb.com @ 2010-07-30 19:46:24 -->