<?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>Wowebmaster.com &#187; Design</title>
	<atom:link href="http://www.wowebmaster.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebmaster.com</link>
	<description>World of Webmaster: Sharing Experiences</description>
	<lastBuildDate>Wed, 27 May 2009 10:31:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Centering Web Page</title>
		<link>http://www.wowebmaster.com/css/css-centering-web-page/</link>
		<comments>http://www.wowebmaster.com/css/css-centering-web-page/#comments</comments>
		<pubDate>Sat, 02 May 2009 20:40:02 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=93</guid>
		<description><![CDATA[A quick trick to center your web site horizontally by using CSS]]></description>
			<content:encoded><![CDATA[<p>If you are new to CSS, you may be having diffucult to center web pages horizontally. I remember I was trying to center the page by defining extra divs with align:center attributes. That is not necessary though. Just adding a margin attribute which is set to &#8220;auto&#8221; for left and right would do the trich to center your pages. See the following css code:</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('p93code1'); return false;">View Code</a> CSS</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p931"><td class="code" id="p93code1"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* CSS Document */</span>
body <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">center</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/*For IE6 Shenanigans*/</span>
<span style="color: #cc00cc;">#content</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">907px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span><span style="color: #000000; font-weight: bold;">left</span> <span style="color: #00AA00;">&#125;</span> <span style="color: #808080; font-style: italic;">/* Centering Page */</span></pre></td></tr></table></div>

<p>You see the margin attribute ? By setting it to auto, the margins to the left and right will be automatic, which means your page will be centered. Of course, you have to specify a width for your div, otherwise the browser will not be able to calculate the margins to the left and right. The following shows the HTML code.</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('p93code2'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p932"><td class="code" id="p93code2"><pre class="html" style="font-family:monospace;">&lt;!--CTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt--&gt;
&lt;div id=&quot;content&quot;&gt;
&nbsp;
&lt;!-- ALL THE CONTENT GOES HERE --&gt;&lt;/div&gt;</pre></td></tr></table></div>

<p>That&#8217;s it. Enjoy.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fcss%2Fcss-centering-web-page%2F&amp;linkname=CSS%20Centering%20Web%20Page"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/css/css-centering-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Magazine Style Wordpress Themes</title>
		<link>http://www.wowebmaster.com/featured/free-magazine-style-wordpress-themes/</link>
		<comments>http://www.wowebmaster.com/featured/free-magazine-style-wordpress-themes/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 15:52:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=31</guid>
		<description><![CDATA[A Free Wordpress Magazine / Newspaper Themes List]]></description>
			<content:encoded><![CDATA[<p><strong>Boring Classic Wordpress Themes evolved to Magazine / Newspaper Wordpress Themes</strong></p>
<p>When Wordpress first appeared in 2003, well-know traditional layout was so popular because of its simple design. However, as the wordpress blogs got popular across the world,  everyone got bored with the layouts simply outputting the latest posts one under the other. Because that layout was being used everywhere. But, thanks to the usage of wordpress as CMS, some magazines and newspapers used the wordpress blogging software as a content management system [ <a title="NY Times is wordpressing!" href="http://nytimes.com/" target="_blank">1</a>, <a title="Express and Star is wordpressing!" href="http://www.expressandstar.com/" target="_blank">2</a>, <a title="Ford is wordpressing!" href="http://autoshows.ford.com/" target="_blank">3</a>, <a title="Shrop Shire Star is wordpressing!" href="http://www.shropshirestar.com/" target="_blank">4</a> ]. This was one of the milestones to Wordpress magazine styles. Today, people love to read excerpts for the posts and see images next to them. By this way, a lot more posts can be viewed at the same time giving the ability to users to select whatever they want to read. Besides, organization and categorization on the front page is simpler and considered to be more presentable in magazine themes. Today, magazine themes is one of the most searched themes for wordpress. Lots of premium theme developers has also given the importance to magazine style theme developments. That&#8217;s why I prepare a wordpress magazine theme list that will provide anyone to quickly select a magazine theme.</p>
<p><strong>The List: Wordpress Magazine Themes</strong></p>
<ol>
<li>Magazeen Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/untitled.jpg"><img class="alignnone size-medium wp-image-92" title="untitled" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/untitled-293x300.jpg" alt="" width="293" height="300" /></a><br />
<a href="http://demo.wefunction.com/?wptheme=Magazeen" target="_blank">Demo</a> | <a href="http://www.smashingmagazine.com/2009/02/23/magazeen-free-magazine-look-wordpress-theme/" target="_blank">Source</a></li>
<li>OpenBook Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/openbook-magazine-theme.jpg"><img class="alignnone size-medium wp-image-32" title="openbook-magazine-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/openbook-magazine-theme-300x191.jpg" alt="" width="300" height="191" /></a><br />
<a href="http://www.lyxia.org/blog/" target="_blank">Demo</a> | <a href="http://wphacks.com/free-magazine-wordpress-theme-introducing-openbook/" target="_blank">Source</a></li>
<li>Options Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/options-theme.jpg"><img class="alignnone size-medium wp-image-33" title="options-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/options-theme-300x190.jpg" alt="" width="300" height="190" /></a><br />
<a href="http://themehybrid.com/demo/options/" target="_blank">Demo</a> | <a href="http://justintadlock.com/archives/2008/02/24/options-wordpress-theme" target="_blank">Source</a></li>
<li>Hamasaki Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/hamasaki-theme.jpg"><img class="alignnone size-medium wp-image-34" title="hamasaki-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/hamasaki-theme-300x206.jpg" alt="" width="300" height="206" /></a><br />
<a href="http://demo.jauhari.net/" target="_blank">Demo</a> | <a href="http://www.jauhari.net/themes/hamasaki" target="_blank">Source</a></li>
<li>Structure Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/structure-theme.jpg"><img class="alignnone size-medium wp-image-35" title="structure-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/structure-theme-300x209.jpg" alt="" width="300" height="209" /></a><br />
<a href="http://themehybrid.com/demo/structure/" target="_blank">Demo</a> | <a href="http://themehybrid.com/themes/structure" target="_blank">Source</a></li>
<li>Rebel Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/rebel-magazine-theme.png"><img class="alignnone size-medium wp-image-36" title="rebel-magazine-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/rebel-magazine-theme-300x204.png" alt="" width="300" height="204" /></a><br />
<a href="http://ythv.info/rebel/" target="_blank">Demo</a> | <a href="http://www.wpthemedesigner.com/2008/05/07/rebel-magazine-theme/" target="_blank">Source</a></li>
<li>Arthemia Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/artemia-free.jpg"><img class="alignnone size-medium wp-image-37" title="artemia-free" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/artemia-free-300x207.jpg" alt="" width="300" height="207" /></a><br />
<a href="http://michaelhutagalung.com/arthemia/" target="_blank">Demo</a> | <a href="http://michaelhutagalung.com/2008/08/arthemia-20-released-the-updates/" target="_blank">Source</a></li>
<li>Newsweek Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/newsweek.jpg"><img class="alignnone size-medium wp-image-38" title="newsweek" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/newsweek-300x209.jpg" alt="" width="300" height="209" /></a><br />
<a href="http://demo.premiumthemes.net/?preview_theme=newsweek" target="_blank">Demo</a> | <a href="http://premiumthemes.net" target="_blank">Source</a></li>
<li>StudioWordpress Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/studio-wordpress.jpg"><img class="alignnone size-medium wp-image-39" title="studio-wordpress" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/studio-wordpress-300x204.jpg" alt="" width="300" height="204" /></a><br />
<a href="http://blogdesignstudio.com/premiere/?p=24" target="_blank">Demo</a> | <a href="http://blogdesignstudio.com/premiere/?p=24" target="_blank">Source</a></li>
<li>Visionary Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/visionary-theme.jpg"><img class="alignnone size-medium wp-image-40" title="visionary-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/visionary-theme-300x195.jpg" alt="" width="300" height="195" /></a><br />
<a href="http://themehybrid.com/demo/visionary/" target="_blank">Demo</a> | <a href="http://justintadlock.com/archives/2007/11/04/visionary-wordpress-theme" target="_blank">Source</a></li>
<li>Mimbo 2 Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/mimbo-theme.jpg"><img class="alignnone size-medium wp-image-41" title="mimbo-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/mimbo-theme-300x190.jpg" alt="" width="300" height="190" /></a><br />
<a href="http://www.darrenhoyt.com/demo/mimbo2/" target="_blank">Demo</a> | <a href="http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/" target="_blank">Source</a></li>
<li>Mimbo 3 Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/mimbo3.jpg"><img class="alignnone size-medium wp-image-59" title="mimbo3" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/mimbo3-300x206.jpg" alt="" width="300" height="206" /></a><br />
<a href="http://www.darrenhoyt.com/demo/wordpress/" target="_blank">Demo</a> | <a href="http://www.darrenhoyt.com/2009/01/30/mimbo-30-released/" target="_blank">Source</a></li>
<li>The Morning After Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/morning-after-theme.jpg"><img class="alignnone size-medium wp-image-42" title="morning-after-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/morning-after-theme-300x264.jpg" alt="" width="300" height="264" /></a><br />
<a href="http://www.eblogtemplates.com/demo/index.php?wptheme=The%20Morning%20After" target="_blank">Demo</a> | <a href="http://code.google.com/p/the-morning-after/" target="_blank">Source</a></li>
<li>Small Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/small-magazine.jpg"><img class="alignnone size-medium wp-image-43" title="small-magazine" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/small-magazine-300x278.jpg" alt="" width="300" height="278" /></a><br />
<a href="http://www.gabfire.com/wp-content/uploads/2008/10/sm.jpg" target="_blank">Demo</a> | <a href="http://www.gabfire.com/small-magazine-wordpress-theme/" target="_blank">Source</a></li>
<li>OverStand Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/fakeblog.jpg"><img class="alignnone size-medium wp-image-44" title="fakeblog" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/fakeblog-196x300.jpg" alt="" width="196" height="300" /></a><br />
<a href="http://www.fakeblog.de/" target="_blank">Demo</a> | <a href="http://www.fakeblog.de/2007/10/25/overstand-theme-fur-wordpress-23/#english" target="_blank">Source</a></li>
<li>Branford Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/branfordmagazine.jpg"><img class="alignnone size-medium wp-image-45" title="branfordmagazine" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/branfordmagazine-300x251.jpg" alt="" width="300" height="251" /></a><br />
<a href="http://www.wp-themes.der-prinz.com/magazine/" target="_blank">Demo</a> | <a href="http://www.der-prinz.com/2008/01/25/wordpress-theme-im-magazin-stil-branfordmagazine-wordpress-magazine-style-theme-branfordmagazine/" target="_blank">Source</a></li>
<li>Gabfire Wordpress Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/wpmag.jpg"><img class="alignnone size-medium wp-image-46" title="wpmag" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/wpmag-300x240.jpg" alt="" width="300" height="240" /></a><br />
<a href="http://www.gabfire.com/wp-content/uploads/2008/10/magazine.jpg" target="_blank">Demo</a> | <a href="http://www.gabfire.com/wordpress-magazine-theme-released/" target="_blank">Source</a></li>
<li>Smooth News Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/smooth-news.jpg"><img class="alignnone size-medium wp-image-47" title="smooth-news" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/smooth-news-294x300.jpg" alt="" width="294" height="300" /></a><br />
<a href="http://nontemplates.com/wordpress4/" target="_blank">Demo</a> | <a href="http://themes.blogflux.com/theme/2644.html" target="_blank">Source</a></li>
<li>Shiva Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/shiva.jpg"><img class="alignnone size-medium wp-image-48" title="shiva" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/shiva-300x300.jpg" alt="" width="300" height="300" /></a><br />
<a href="http://www.themespinner.com/demo/?wptheme=Shiva-Free" target="_blank">Demo</a> | <a href="http://www.themespinner.com/free-wordpress-themes.php" target="_blank">Source</a></li>
<li>Zinmag Futura Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/zinmag-futura.jpg"><img class="alignnone size-medium wp-image-49" title="zinmag-futura" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/zinmag-futura-300x150.jpg" alt="" width="300" height="150" /></a><br />
<a href="http://web2feel.com/futura/" target="_blank">Demo</a> | <a href="http://www.theme-wordpress.com/theme-wordpress/zinmag-futura/" target="_blank">Source</a></li>
<li>Digital Statement Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/digital-statement.jpg"><img class="alignnone size-medium wp-image-50" title="digital-statement" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/digital-statement-300x150.jpg" alt="" width="300" height="150" /></a><br />
<a href="http://wpthemes.blogohblog.net/" target="_blank">Demo</a> | <a href="http://www.blogohblog.com/wordpress-theme-digital-statement/" target="_blank">Source</a></li>
<li>Drenched Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/drenched-theme.jpg"><img class="alignnone size-medium wp-image-51" title="drenched-theme" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/drenched-theme-300x150.jpg" alt="" width="300" height="150" /></a><br />
<a href="http://ythv.info/drenched/" target="_blank">Demo</a> | <a href="http://www.wpthemedesigner.com/2008/11/08/drenched-theme/" target="_blank">Source</a></li>
<li>Gamezine Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/gamezine.jpg"><img class="alignnone size-medium wp-image-52" title="gamezine" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/gamezine-300x187.jpg" alt="" width="300" height="187" /></a><br />
<a href="http://web2feel.com/gamezine/" target="_blank">Demo</a> | <a href="http://web2feel.com/?p=142" target="_blank">Source</a></li>
<li>Daily Planet Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/dailyplanet.jpg"><img class="alignnone size-medium wp-image-53" title="dailyplanet" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/dailyplanet-300x187.jpg" alt="" width="300" height="187" /></a><br />
<a href="http://web2feel.com/dailyplanet/" target="_blank">Demo</a> | <a href="http://web2feel.com/?p=54" target="_blank">Source</a></li>
<li>Zinmag Redux Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/demo5.jpg"><img class="alignnone size-medium wp-image-54" title="demo5" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/demo5-300x187.jpg" alt="" width="300" height="187" /></a><br />
<a href="http://web2feel.com/demo5/" target="_blank">Demo</a> | <a href="http://web2feel.com/?p=45" target="_blank">Source</a></li>
<li>Forex Press Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/forexpress.jpg"><img class="alignnone size-medium wp-image-55" title="forexpress" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/forexpress-300x187.jpg" alt="" width="300" height="187" /></a><br />
<a href="http://web2feel.com/demosite1/?wptheme=forexpress" target="_blank">Demo</a> | <a href="http://web2feel.com/?p=62" target="_blank">Source</a></li>
<li>Upstart Blogger Futurosity Magazine Theme<br />
<a href="http://www.wowebmaster.com/wp-content/uploads/2009/01/upstartblogger.jpg"><img class="alignnone size-medium wp-image-56" title="upstartblogger" src="http://www.wowebmaster.com/wp-content/uploads/2009/01/upstartblogger-300x187.jpg" alt="" width="300" height="187" /></a><br />
<a href="http://www.upstartblogger.com/wpthemes/" target="_blank">Demo</a> | <a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-futurosity-magazine" target="_blank">Source</a></li>
</ol>
<p>Please comment below if you have/know another magazine theme for wordpress .</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Ffeatured%2Ffree-magazine-style-wordpress-themes%2F&amp;linkname=Free%20Magazine%20Style%20Wordpress%20Themes"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/featured/free-magazine-style-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sIFR Lite: Faster &amp; Smaller sIFR</title>
		<link>http://www.wowebmaster.com/javascript/sifr-lite-faster-smaller-sifr/</link>
		<comments>http://www.wowebmaster.com/javascript/sifr-lite-faster-smaller-sifr/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 07:49:16 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[sifr]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=29</guid>
		<description><![CDATA[sIFR Lite, a smaller amd faster alternative for the original sIFR]]></description>
			<content:encoded><![CDATA[<p><strong>Typography Solution</strong></p>
<blockquote><p>&#8220;95% of the information on the web is written language. It is only logical to say that a web designer should get good training in the main discipline of shaping written information, in other words: Typography.&#8221;</p></blockquote>
<p>A good web designer knows the importance of typography in creating web sites. As <a href="http://informationarchitects.jp/the-web-is-all-about-typography-period/">this post</a> mentions, typography is in fact the most important part of designing stylish web pages. However, it is in fact a little problematic to get all the fonts work in internet browser, the sIFR is the solution.</p>
<p><strong>What is sIFR ?</strong><br />
sIFR, Scalable Inman Flash Replacement, simply detects texts and replaces them with a flash movie, which can illustrate the any font you embed in. Speaking of how it works, it is a simple javascript file doing the replacement, it has also the flash movie, which you can edit in Adobe Flash so that you can add the font you want to use in your web page.</p>
<p><strong>sIFR is slow</strong><br />
Every good thing at internet, has disadvantages. Despite the fact sIFR produces beautiful typography, size of the required file is not that small. The required javascript file is about 22kB (uncompressed), required css file is about 3kB and the flash movie is usually between 10kB and 20kB, depending on the font used and embedded characters.</p>
<p><strong>Faster &amp; Smaller Version: sIFR Lite</strong><br />
In order to reduce the size, <a href="http://www.allcrunchy.com/Web_Stuff/sIFR_lite/">someone</a> rewrote the sifr&#8217;s javascript file, to form a lite version and to provide a faster way of replacing texts. He named it sIFR Lite. The sIFR Lite&#8217;s javascript is just 3.7K (uncompressed), reduced from 22kB, so it actually saves bandwidth for you and time for your visitors. From developer&#8217;s site:</p>
<p><strong>sIFR Lite comparing to original sIFR</strong><br />
1. It is smaller. This library is 3.7k uncompressed. The original sIFR is 22k, no joke!<br />
2. It auto-detects the text color of the elements. (The original sIFR makes you enter it manually!)<br />
3. It is completely object-oriented. (No more static methods floating all over the place.)<br />
4. It no longer uses CSS selectors. Elements are targeted by tag name and class. (A slight loss in ease of use, but faster, lighter, and more maintainable.)<br />
5. It isn&#8217;t named after myself, or anyone else. haha.</p>
<p>I highly recommend you to use the sIFR Lite instead of the original sIFR. Despite the fact sIFR lite has no support for CSS selectors (resulting some bugs for heading tags in internet explorer; but there is a workaround), it is way small and fast comparing to the original sIFR. Meaning, you can enjoy the typography beauty on your site faster because of the reduced size of the sIFR javascript.</p>
<p><strong>sIFR Lite Usage</strong><br />
I will explain it step by step.</p>
<p>First download all the zip file from the original <a href="http://novemberborn.net/sifr/2.0.7">sIFR creator&#8217;s website</a> .<br />
Contents of zip file:</p>
<ul>
<li>css/sIFR-print.css</li>
<li>css/sIFR-screen.css</li>
<li>js/sifr.js</li>
<li>js/sifr-config.js</li>
<li>flash/sifr.fla</li>
</ul>
<p>Now, open sifr.fla and edit the font of the text  (choose a font to use) and publish the flash movie.</p>
<p>Download the sIFR lite <a href="http://www.wowebmaster.com/demo/sifr.lite.js">here</a> ( the problem mentioned in the comments below, is fixed, thanks to <a href="#comment-74">Patrick</a> ) and replace it with <em>js/sifr.js</em>. Also remove the <em>js/sifr-config.js</em>. Don&#8217;t forget to edit the font path in <em>sifr.lite.js</em>.</p>
<p>Defining the text replacements are so simple, following javascript replaces h1.mySpecialClass, h2.mySpecialClass and h3.mySpecialClass texts with the flash movie, <em>tradegothic.swf</em>.</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('p29code3'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p293"><td class="code" id="p29code3"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> gothic <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Font<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'tradegothic.swf'</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span>
&nbsp;
tags<span style="color: #339933;">:</span><span style="color: #3366CC;">'h1,h2,h3'</span><span style="color: #339933;">,</span>
&nbsp;
classFilter<span style="color: #339933;">:</span><span style="color: #3366CC;">'mySpecialClass'</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
gothic.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p>Put the above code inside your body tags. Also reference the js/sifr.js and all css files inside your head tags. That&#8217;s it. You should now have had the sifr working correctly in your web page.</p>
<p>You can also use it without targeting any class. If you&#8217;d like to target all heading tags and want all of them replaced, you can use the following javascript.</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('p29code4'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p294"><td class="code" id="p29code4"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">var</span> gothic <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Font<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'tradegothic.swf'</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span>
&nbsp;
tags<span style="color: #339933;">:</span><span style="color: #3366CC;">'h1,h2,h3'</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
gothic.<span style="color: #660066;">replace</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p><a href="http://www.wowebmaster.com/demo/sifr-lite.html" target="_blank"><br />
</a></p>
<h4><a href="http://www.wowebmaster.com/demo/sifr-lite.html" target="_blank">sIFR Lite Demo</a></h4>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fjavascript%2Fsifr-lite-faster-smaller-sifr%2F&amp;linkname=sIFR%20Lite%3A%20Faster%20%26%23038%3B%20Smaller%20sIFR"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/javascript/sifr-lite-faster-smaller-sifr/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Testing Your Web Design in IE6 &amp; IE7</title>
		<link>http://www.wowebmaster.com/css/testing-your-design-in-ie6-ie7/</link>
		<comments>http://www.wowebmaster.com/css/testing-your-design-in-ie6-ie7/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 08:45:30 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=26</guid>
		<description><![CDATA[Work-around: Install IE6 and IE7 at Same Computer, Side by Side!]]></description>
			<content:encoded><![CDATA[<p>If you are a designer, then you know how it is complicated to code sites with cross-browser support. IE6 hacks,  Safari support, CSS resets and so on&#8230; You keep trying to balance your website across all browsers. Half of pain is because of installing and testing all of the browsers at the same time. However you also know that you can&#8217;t install internet explorer 6 and internet explorer 7 at the same time to your computer.</p>
<p><strong>Installing IE6 and IE7 Side by Side</strong></p>
<p>With a few googles, i found out  that you can actually install IE6 and IE7 in one computer. A few hacks to windows registry database, and a few file additions and deletions. Don&#8217;t be afraid, because someone has simplified it. Tredosoft is offering a software that supports Multiple IEs in one computer . Just download and run the file at <a style="color:#ff0000" title="Multiple IE Installation" href="http://tredosoft.com/Multiple_IE" target="_blank">this page</a> and start testing your web designs in multiple internet explorer versions ( IE5, IE6 and IE7). Enjoy.</p>
<p><a href="http://tredosoft.com/Multiple_IE" target="_blank"><img class="alignnone size-full wp-image-27" title="setup1" src="http://www.wowebmaster.com/wp-content/uploads/2008/12/setup1.png" border="0" alt="" width="406" height="317" /></a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fcss%2Ftesting-your-design-in-ie6-ie7%2F&amp;linkname=Testing%20Your%20Web%20Design%20in%20IE6%20%26%23038%3B%20IE7"><img src="http://www.wowebmaster.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.wowebmaster.com/css/testing-your-design-in-ie6-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
