<?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</title>
	<atom:link href="http://www.wowebmaster.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebmaster.com</link>
	<description>World of Webmaster: Sharing Experiences</description>
	<lastBuildDate>Sun, 23 Jan 2011 23:40:20 +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>Wow XML Flash Video Player</title>
		<link>http://www.wowebmaster.com/flash/wow-xml-flash-video-player/</link>
		<comments>http://www.wowebmaster.com/flash/wow-xml-flash-video-player/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 18:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash 10]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[flv]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=88</guid>
		<description><![CDATA[A FLV Video Player with enhanced features like pre-roll and in-video text advertising]]></description>
			<content:encoded><![CDATA[<p>Wowebmaster, released an advanced flash video player, playing FLV files, with lots of features mainly focusing on advertising needs. This video player includes many features that no competitors have. One of them, are, in-video text ads (as in youtube), pre-roll video ads and post-video screen that you can advertise anything you want: your videos or any other product.</p>
<p><a href="#demoo">Click for demo!</a></p>
<p>Addition to those advertisement features, Wow XML Flash Video Player helps you keep your video files hidden. This is handled with a hidden xml file, queried inside flash video player. This is crucial to prevent bandwidth theft also keeping your visitors coming to your site, since there will be no way to download video files.</p>
<p>All of the features, can be configured with few easy steps, by just modifying an xml file and adding few parameters into HTML. That&#8217;s all. All is well explained in our documentation, that will be provided you if you purchase.</p>
<h3><strong>Features:</strong></h3>
<ul>
<li><strong>Hides your exact video path</strong> ( Videos are fetched from XML )<br />
<small>Video path is hidden in XML file. The XML file path can only be seen in Actionscript, which means anyone willing to hack your video path, to steal bandwidth, has to have your FLA file, which he will not have.</small></li>
<li><strong>No need to edit FLA. Configure this flash video player using XML</strong><br />
<small>All the features of this video player, can be configured easily with html code</small></li>
<li><strong>Define the path to your video in the  XML</strong><br />
<small>Video path is kept in an xml file. Our documentation explains how to use this file, even demonstrates an example of php coded dynamic video site.</small></li>
<li><strong>Enhanced advertisement functions</strong><br />
<small>You can have a <strong>pre-roll video advertisement</strong> for your video, just by configuring your video player using HTML. You can also have <strong>in-video text ads</strong>, again configurable. Let&#8217;s just say, on the 6th second of the video, you want to advertise Google.com, configuration is so easy. Then you will have a popup inside the video when it reaches to the 6th second. See the demo. </small></li>
<li><strong>Auto Play Feature</strong><br />
<small>You can easily set the video to auto play or not. If not, you can also have a preview image before the video plays. </small></li>
<li><strong>Post-Video Related/Featured Videos Screen</strong><br />
<small>You can guide your visitors to view more videos, by showing 3 recommended/related videos at the end of the video.</small></li>
<li><strong>Your Web Site&#8217;s Logo on Video Screen</strong><br />
<small>You can also have your site&#8217;s logo on video screen, it is totally configurable with HTML. No need to edit FLA.</small></li>
<li><strong>Fully customizable</strong><br />
<small>Some of the customizable features:</small></p>
<ul>
<li><small>Auto Play: True or False</small></li>
<li><small>Pre-roll Ads: True or False</small></li>
<li><small>Video Preview Image: True or False</small></li>
<li><small>In-video Ads: True or False</small></li>
<li><small>Post-video related videos screen: True or False</small></li>
<li><small>Your logo on screen: True or False</small></li>
</ul>
</li>
<li><strong>Can easily be reskinned and resized</strong></li>
</ul>
<h3><strong>If you buy, You get:</strong></h3>
<ul>
<li>FLA. You can easily customize the skin of your video player.<br />
<small>.fla files contain source material for the Flash application. Flash authoring software can edit FLA files and compile them into .swf files.</small></li>
<li>SWF. Wow XML Flash Video Player.</li>
<li>DOC. Detailed documentation on using Wow XML Flash Video Player</li>
<li>PHP-XML coded video site example with Wow XML Flash Video Player.</li>
<li>Upgrades are totally free.</li>
<li>Unlimited Support. We even help you build your video web site !</li>
</ul>
<h3><strong>Technical Specifications:</strong></h3>
<ul>
<li>Adobe Flash Player 10</li>
<li>Actipscript 2. MediaDisplay used.</li>
<li>SWF File: 66KB</li>
<li>Plays FLV files</li>
<li>Progressive Download</li>
</ul>
<h3><strong>More Features and It&#8217;s Customizable! Check it out</strong></h3>
<p>The video below, is set to auto-play:false. Preview image is set. In-video ad is set. Pre-roll video ad is set. Post-video screen is enabled. <a href="http://www.wowebmaster.com/demo/flash-video-player.html" target="_blank">Click here for an auto play version</a>.</p>
<div id="demoo" style="border: 1px solid black; background-color: #ffcc66; width: 750px; padding: 0px 15px 10px 15px;">
<h2>A Demo: Pre-roll ad, Invideo text ad, Post-video screen</h2>
<table border="0">
<tbody>
<tr valign="top">
<td><object id="wowebmaster-vid" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="src" value="http://www.wowebmaster.com/demo/wowebmaster-vid2.swf?logo_w=120&amp;logo_h=25&amp;logo=/video/logo.png&amp;autoplay=false&amp;img_en=1&amp;img=/video/hmm3.jpg&amp;inline_en=1&amp;inline_duration=6000&amp;timer=10&amp;ad_en=1&amp;post_en=1" /><param name="allowfullscreen" value="true" /><embed id="wowebmaster-vid" type="application/x-shockwave-flash" width="489" height="390" src="http://www.wowebmaster.com/demo/wowebmaster-vid2.swf?logo_w=120&amp;logo_h=25&amp;logo=/video/logo.png&amp;autoplay=false&amp;img_en=1&amp;img=/video/hmm3.jpg&amp;inline_en=1&amp;inline_duration=6000&amp;timer=10&amp;ad_en=1&amp;post_en=1" bgcolor="#000000" quality="high" allowfullscreen="true" allowscriptaccess="sameDomain" align="middle"></embed></object></td>
<td style="padding-left:15px"><strong>Configurations for this demo:</strong><br />
1. Auto Play is set to &#8220;false&#8221; for this demo.<br />
2. A pre-roll video advertisement is configured.<br />
3. In the 10th second of the video, an in-video text ad will popup.<br />
4. A PNG logo is configured to show up on the video screen.<br />
5. When the video finishes, a related videos screen will be appeared.<br />
6. Try to reach to the video file path. It&#8217;s hidden!<br />
<strong><a href="http://www.wowebmaster.com/demo/flash-video-player.html" target="_blank">Click here to see an auto play configured demo!</a></strong></p>
<h4><em>Just $12</em></h4>
<p><strong>This item is available at activeden.net. <a href="http://activeden.net/item/wow-xml-flash-video-player-w-preroll-invideo-ads/30923/?ref=sguler" target="_blank">Click to purchase!</a></strong></td>
</tr>
</tbody>
</table>
</div>
<blockquote><p>If you are having problems purchasing this software, please <a href="http://www.wowebmaster.com/about/">contact us</a>.</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fflash%2Fwow-xml-flash-video-player%2F&amp;linkname=Wow%20XML%20Flash%20Video%20Player"><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/flash/wow-xml-flash-video-player/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash Video Player Tutorial</title>
		<link>http://www.wowebmaster.com/flash/flash-video-player-tutorial/</link>
		<comments>http://www.wowebmaster.com/flash/flash-video-player-tutorial/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 18:51:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[flash 10]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video player]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=62</guid>
		<description><![CDATA[Design a custom flash video player for your website!]]></description>
			<content:encoded><![CDATA[<p>A custom video player can be very helpful for your overall beauty of your web design. If you have a video site, it is even more crucial to have a custom video player that leaves a good impression on your visitors.</p>
<p>In this tutorial, we&#8217;ll show you how to code and design your custom flash video player step by step. We hope it will be a good resource for the flash newbies.</p>
<p><a href="#vid">Click for an example.</a></p>
<blockquote><p><strong>Important Notes Before Beginning</strong></p>
<ul>
<li>Don&#8217;t forget to set the instance names of the movieclips as stated, otherwise, the actions will not work!</li>
<li>Pay attention to <em>italic</em> statements. They will be telling you which layer &amp; movieclip you are working on!</li>
<li>FullScreen button will only work if you have &lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221; /&gt; in your HTML.</li>
</ul>
</blockquote>
<p><strong>Design Part:</strong></p>
<p>First,  create a new flash document (ActionScript 2.0) and set the size and the frame rate as you wish. A frame rate of 30fps is typical. Speaking of document size, you should keep in mind that if you are streaming 4&#215;3 ratio videos, you should obey this ratio also adding the height of control bar which we will use. We, in this tutorial, set the size to 489 x 400 px.</p>
<p>As background color, we suggest you to set it same with your website&#8217;s background color. But it is up to you, of course.</p>
<p><em>Scene 1 (layer:background)</em></p>
<p>Now name the first layer &#8220;background&#8221; and put whatever you want to display on the background of your video player. We placed a black fading background for the control bar here.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash1.jpg"><img class="alignnone size-full wp-image-63" title="flash1" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash1.jpg" alt="" width="621" height="417" /></a></p>
<p><em>Scene 1 (layer:controls)</em></p>
<p>Create a new layer, named &#8220;controls&#8221;. Then, draw your control bar buttons that will trigger video to pause, play, rewind, mute and resize to fullscreen.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash6.jpg"><img class="alignnone size-full wp-image-70" title="flash6" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash6.jpg" alt="" width="490" height="36" /></a></p>
<p>Convert all buttons to movie clips by selecting and hitting F8. Name each as you wish. Then in the properties window, set the instance name of each movie clip. Instance names of the buttons in our example; &#8220;pause_btn&#8221;, &#8220;play_btn&#8221;, &#8220;rewind_btn&#8221;, &#8220;mc_volume&#8221; and &#8220;fullscreen_btn&#8221; in order.</p>
<p><em>Scene 1 &gt; volume (layer:Layer1)</em></p>
<p>As you can guess, volume and fullscreen buttons must have different views when clicked. So, first, click on the volume button to edit further. Inside the movieclip, create two frames, one for mute, one for unmute.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash8.jpg"><img class="alignnone size-full wp-image-73" title="flash8" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash8.jpg" alt="" width="500" height="272" /></a></p>
<p><em>Scene 1 &gt; fullscreen (layer:Layer1 &amp; Layer2)</em></p>
<p>Repeat the same process for the fullscreen button. Two parts of the fullscreen button, the arrow and the rectangle is split to two layers in my example. You are totally free on that.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash7.jpg"><img class="alignnone size-full wp-image-74" title="flash7" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash7.jpg" alt="" width="500" height="301" /></a></p>
<p><em>Scene 1 (layer:controls)</em></p>
<p>For the scrub bar, you will draw 2 thick lines, one long and horizontal, and one short and vertical. Convert each line you drew to movieclip by selecting and hitting F8. Set the instance name of the long line, which will be used as the video timeline, &#8220;mc_track&#8221;. Instance name of the knob, the short line, can be set as &#8220;mc_knob&#8221;. Finally, select both movieclips together and hit F8 to merge both into one movieclip, which we named &#8220;mc_scrubber&#8221;.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash2.jpg"><img class="alignnone size-full wp-image-64" title="flash2" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash2.jpg" alt="" width="618" height="415" /></a></p>
<p>Now, select all movie clips together ( Shift + click each one ) and hit F8 again to merge all movie clips in one clip. Name it &#8220;mc_controls&#8221;.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash10.jpg"><img class="alignnone size-full wp-image-76" title="flash10" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash10.jpg" alt="" width="450" height="443" /></a></p>
<p><em>Scene 1 (layer:video)</em></p>
<p>Now, create a new layer, named &#8220;Video&#8221;. Open the components panel or hit directly Ctrl+F7 and drag the MediaDisplay component to the newly created layer. For the video to show up in the whole screen of video player, you must resize the component to fill all white area. After resizing, click on the MediaDisplay component and open the component inspector tools ( Shift + F7 ). In the parameters tab, uncheck &#8220;Automatically Play&#8221;, &#8220;Use Preferred Media Size&#8221; and &#8220;Respect Aspect Ratio&#8221;. You can use it &#8220;Automatically Play&#8221; checked if you want that way.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash5.jpg"><img class="alignnone size-full wp-image-69" title="flash5" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash5.jpg" alt="" width="392" height="348" /></a></p>
<p><em>Scene 1 (layer:stroke)</em></p>
<p>For the video screen to be more stylish, create a new layer over the &#8220;video&#8221; layer, name it &#8220;stroke&#8221; and grap the rectangle tool to draw a rectangle ( <em>black + 1 px border</em> ) with the same dimensions of MediaDisplay component. This is to cover the component with a stroke around. Now, we have a better video player look.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash3.jpg"><img class="alignnone size-full wp-image-67" title="flash3" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash3.jpg" alt="" width="617" height="447" /></a></p>
<p><strong>ActionScript Part:</strong></p>
<p><em>Scene 1 (layer:actions)</em></p>
<p>Actionscript part is the important part to add the functionality to our design. First, we begin with defining the relative path of the video file. Create a new layer, named &#8220;actions&#8221;. Click on the first frame and open the actions panel. Type the following code to define the FLV address. Keep in mind that, this video player is only able to play FLV files.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash4.jpg"><img class="alignnone size-full wp-image-68" title="flash4" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash4.jpg" alt="" width="615" height="312" /></a></p>
<p>The path, &#8220;video/video.flv&#8221; is the relative path for the video file, named &#8220;video.flv&#8221;. &#8220;FLV&#8221; expresses that the video player will be used to play FLV files. The other option is &#8220;MP3&#8243;.</p>
<p><em>Scene 1 &gt; mc_controls (layer:othercntrls</em><em>)</em></p>
<p>Now time to add &#8220;actions&#8221; for the control buttons. Click on the &#8220;mc_controls&#8221; movie clip, that must be in &#8220;controls&#8221; layer normally. Click twice to edit this movie clip, Inside &#8220;mc_controls&#8221;, create 3 layers and names in order: &#8220;progress&#8221;, &#8220;actions&#8221;, &#8220;othercntrls&#8221;. Put all the control bar buttons (&#8221;pause_btn&#8221;, &#8220;play_btn&#8221;, &#8220;rewind_btn&#8221;, &#8220;mc_volume&#8221; and &#8220;fullscreen_btn&#8221; ), created before, into &#8220;othercntrls&#8221; layer. &#8220;actions&#8221; layer again will keep all the actionscript and &#8220;progress&#8221; layer will hold the scrub bar for the video player.</p>
<p><a href="http://www.wowebmaster.com/flash/2009/flash-video-player-tutorial/#comment-176">Click here for more about this step.</a></p>
<p><em>Scene 1 &gt; mc_controls (layer:actions</em><em>)</em></p>
<p>Now, click on the &#8220;actions&#8221; layer, open the actions panel for this layer (F9). Add the following code into actions panel.</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('p62code3'); return false;">View Code</a> FLASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p623"><td class="code" id="p62code3"><pre class="flash" style="font-family:monospace;">video = _root.video;
//play button function
play_btn.onRelease = function() {
video.play();
};
//pause button function
pause_btn.onRelease = function() {
video.pause();
};
//fullscreen function
fullscreen_btn.onRelease = function() {
video.displayFull();
toggleFullScreen();
};
&nbsp;
//rewind function, stop(0) can also be used.
rewind.onRelease = function() {
video.play(0);
};
&nbsp;
//mute and unmute
mc_volume.onRelease = function() {
mc_volume.play();
};
&nbsp;
//This part is for the fullscreen function
Stage.scaleMode=&quot;Scale&quot;;
Stage.align = &quot;TC&quot;;  //T:top, C: center
function toggleFullScreen(){
if(Stage[&quot;displayState&quot;]==&quot;normal&quot;){
Stage[&quot;displayState&quot;]=&quot;fullScreen&quot;;
fullscreen_btn.gotoAndStop(2);
}else{
Stage[&quot;displayState&quot;]=&quot;normal&quot;;
fullscreen_btn.gotoAndStop(1);
}
}</pre></td></tr></table></div>

<p><em>Scene 1 &gt; mc_controls &gt; volume (layer:</em>Layer1<em>) &amp; Scene 1 &gt; mc_controls &gt; fullscreen</em><em></em></p>
<p>For the volume button and the fullscreen button, only the first frames of those movieclips must be appearing on the screen if not clicked. When those buttons clicked, movieclips must play the second frames and stop there. To do that, add a stop function into the every frame of fullscreen and volume movieclips. In the code above, it can be seen that clicking the button, will play those stopped movieclips, meaning the second frame will appear on screen.</p>
<p><a href="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash9.jpg"><img class="alignnone size-full wp-image-75" title="flash9" src="http://www.wowebmaster.com/wp-content/uploads/2009/02/flash9.jpg" alt="" width="472" height="412" /></a></p>
<p><em>Scene 1 &gt; mc_controls &gt; volume (layer:</em>Layer1<em>)</em></p>
<p>For the volume button, to mute and unmute the sound. We will add two pieces of code after <em>stop</em> function in actions panel, that changes the state of sound for that frame.</p>
<p>For frame 1, put the following code into actions panel. When this frame plays, sound will be unmuted.</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('p62code4'); return false;">View Code</a> FLASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p624"><td class="code" id="p62code4"><pre class="flash" style="font-family:monospace;">stop();
_root.video.volume = 100;</pre></td></tr></table></div>

<p>For frame 2, put the following code into actions panel. This frame will decrease the volume to zero.</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('p62code5'); return false;">View Code</a> FLASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p625"><td class="code" id="p62code5"><pre class="flash" style="font-family:monospace;">stop();
_root.video.volume = 0;</pre></td></tr></table></div>

<p>In sum, we have a video screen, that has the path for the video file, a rewind button, a pause button, a play button, a volume control button and a fullscreen button. The only thing left is a scrub bar&#8217;s (seek bar) functions.</p>
<p><em>Scene 1 &gt; mc_controls &gt; mc_scrubber (layer:</em>Layer1<em>)</em></p>
<p>Scrub bar needs the following code. So, click on &#8220;mc_scrubber&#8221; movieclip and create a new layer for the actions. Copy and paste the following code, into the actions panel.</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('p62code6'); return false;">View Code</a> FLASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p626"><td class="code" id="p62code6"><pre class="flash" style="font-family:monospace;">video = _root.video;
mc_knob.onPress = function() {
mdown = true;
this.startDrag(false, 0, 0, mc_track._width, 0);
};
mc_knob.onRelease = function() {
mdown = false;
this.stopDrag();
};
mc_knob.onReleaseOutside = mc_knob.onRelease();
this.onEnterFrame = function() {
if (mdown) {
dist = mc_knob._x;
pct = dist/mc_track._width;
newVol = pct*video.totalTime;
video.playheadTime = newVol;
} else {
dist = video.playheadTime;
pct = dist/video.totalTime;
newX = pct*mc_track._width;
mc_knob._x = newX;
}
};</pre></td></tr></table></div>

<p>That&#8217;s it. You must now have had a simple flash video player for your web site. This is my result:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="vid" /><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="src" value="http://www.wowebmaster.com/vid.swf" /><embed id="vid" type="application/x-shockwave-flash" width="489" height="400" src="http://www.wowebmaster.com/vid.swf" bgcolor="#000000" quality="high" allowfullscreen="true" allowscriptaccess="sameDomain" align="middle"></embed></object></p>
<h3><strong>More Features in Wow XML Flash Video Player. Check it out!</strong></h3>
<p>If you are unable to end up with a result like above or you are looking for a more advanced player, here it is. We have the Wow XML Flash Video Player. It&#8217;s just $12, including the FLA.</p>
<p>The video below, is set to auto-play:false. Preview image is set. In-video ad is set. Pre-roll video ad is set. Post-video screen is enabled. <a href="http://www.wowebmaster.com/demo/flash-video-player.html" target="_blank">Click here for an auto play version</a>.</p>
<div style="border:1px solid black; background-color:#FFCC66; width:750px; padding:0px 15px 10px 15px">
<h2>Wow XML Flash Video Player: Pre-roll ad, Invideo text ad, Post-video screen</h2>
<table border="0">
<tbody>
<tr valign="top">
<td><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="wowebmaster-vid" /><param name="align" value="middle" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="src" value="http://www.wowebmaster.com/demo/wowebmaster-vid2.swf?logo_w=120&amp;logo_h=25&amp;logo=/video/logo.png&amp;autoplay=false&amp;img_en=1&amp;img=/video/hmm3.jpg&amp;inline_en=1&amp;inline_duration=6000&amp;timer=10&amp;ad_en=1&amp;post_en=1" /><embed id="wowebmaster-vid" type="application/x-shockwave-flash" width="489" height="390" src="http://www.wowebmaster.com/demo/wowebmaster-vid2.swf?logo_w=120&amp;logo_h=25&amp;logo=/video/logo.png&amp;autoplay=false&amp;img_en=1&amp;img=/video/hmm3.jpg&amp;inline_en=1&amp;inline_duration=6000&amp;timer=10&amp;ad_en=1&amp;post_en=1" bgcolor="#000000" quality="high" allowfullscreen="true" allowscriptaccess="sameDomain" align="middle"></embed></object></td>
<td style="padding-left:15px"><strong>Some of the Features:</strong><br />
1. Preroll Advertisement Option<br />
2. Invideo Text Advertisement Option<br />
3. Your Own Logo on the Screen<br />
4. Post-video Related-videos Screen<br />
5. XML Input<br />
6. Preview Image Before the Video Plays<br />
<a href="http://www.wowebmaster.com/flash/2009/wow-xml-flash-video-player/"><strong>More Info &gt;&gt;</strong></a></p>
<h4><em>Just $12</em></h4>
<p><strong>This item is available at activeden.net. <a href="http://activeden.net/item/wow-xml-flash-video-player-w-preroll-invideo-ads/30923/?ref=sguler" target="_blank">Click to purchase!</a></strong></td>
</tr>
</tbody>
</table>
</div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fflash%2Fflash-video-player-tutorial%2F&amp;linkname=Flash%20Video%20Player%20Tutorial"><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/flash/flash-video-player-tutorial/feed/</wfw:commentRss>
		<slash:comments>14</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>We also Do Follow Now!</title>
		<link>http://www.wowebmaster.com/news/we-also-do-follow-now/</link>
		<comments>http://www.wowebmaster.com/news/we-also-do-follow-now/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 12:21:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[do follow]]></category>
		<category><![CDATA[no follow]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=30</guid>
		<description><![CDATA[WoWebmaster.com do follow now!]]></description>
			<content:encoded><![CDATA[<p>In an effort to reward our commentators, we also do follow now. What it means is there will be no &#8220;no follow&#8221; tags in urls in your comments from now on.</p>
<p><strong>No Follow Concept</strong><br />
&#8220;No follow&#8221; tags were a protection considered to fight blog spammers. The concept for the attribute value nofollow was designed by Google’s head of webspam team Matt Cutts and Jason Shellen from Blogger.com in 2005 [wikipedia]. Since then, bloggers around the work use this tag/attribute to fight spam and spammers know that nofollow tagged links are useless.</p>
<p><strong>So why we follow ?</strong><br />
It is simple. We do want your comments and we want to contribute to your link popularity in exchange. Actually there is more than this reason, you can also read this article: <a href="http://www.searchenginejournal.com/13-reasons-why-nofollow-tags-suck/4410/">13 reasons Why No Follow Tags Suck</a></p>
<p><strong>Comments on all of our posts appreciated!</strong></p>
<p>Thank You!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fnews%2Fwe-also-do-follow-now%2F&amp;linkname=We%20also%20Do%20Follow%20Now%21"><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/news/we-also-do-follow-now/feed/</wfw:commentRss>
		<slash:comments>1</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('p29code7'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p297"><td class="code" id="p29code7"><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('p29code8'); return false;">View Code</a> JAVASCRIPT</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p298"><td class="code" id="p29code8"><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>21</slash:comments>
		</item>
		<item>
		<title>Firebug in IE: Debugging JavaScript in Internet Explorer</title>
		<link>http://www.wowebmaster.com/javascript/firebug-in-ie-test-javascript-in-internet-explorer/</link>
		<comments>http://www.wowebmaster.com/javascript/firebug-in-ie-test-javascript-in-internet-explorer/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 00:11:16 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=28</guid>
		<description><![CDATA[Javascript bug hunt in Internet Explorer: Firebug Lite]]></description>
			<content:encoded><![CDATA[<p>I have been using the firebug extension of Mozilla Firefox for a while to debug my javascript applications. It is so handy, useful, tricky and excellent. You can check what your script is doing on the html, see all the reflections of your code and as a result, it helps you find the errors on your javascript code. So if you are new to this, please read the details on <a href="http://getfirebug.com">firebug site</a> and add the firebug extension to your Mozilla Firefox.</p>
<p>For some IE bugs and differences, you may not see the IE reflection of your javascript code rendered in Mozilla, so you better see the test results using the internet explorer. I&#8217;ve googled if there is any kind of program doing that and the firebug was the answer again. According to Google&#8217;s results, there is the firebug lite, which you can include inside your website&#8217;s head tags and have the same firebug extension in Mozilla, in Internet Explorer.</p>
<p><strong>Firebug Lite Usage</strong></p>
<p>Just add the following code inside your page&#8217;s head tags and launch it using Internet Explorer. Firebug console must be visible at the bottom of the page.</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('p28code9'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p289"><td class="code" id="p28code9"><pre class="html" style="font-family:monospace;">&lt;script src=&quot;http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</pre></td></tr></table></div>

<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fjavascript%2Ffirebug-in-ie-test-javascript-in-internet-explorer%2F&amp;linkname=Firebug%20in%20IE%3A%20Debugging%20JavaScript%20in%20Internet%20Explorer"><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/firebug-in-ie-test-javascript-in-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</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>
		<item>
		<title>IE6 Negative Margin Problem</title>
		<link>http://www.wowebmaster.com/css/ie6-negative-margin-problem/</link>
		<comments>http://www.wowebmaster.com/css/ie6-negative-margin-problem/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 07:46:06 +0000</pubDate>
		<dc:creator>sguler</dc:creator>
				<category><![CDATA[Css]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=25</guid>
		<description><![CDATA[Work Around: Negative Margins in IE6]]></description>
			<content:encoded><![CDATA[<p>Designers should have faced with the problem of creating cross-browser designs. We have to serve to all of the visitors. Some may use Mozilla, some Internet Explorer 6 or IE7.</p>
<p>Usually, problem is related to IE6&#8217;s rendering engine.  One of the most common problem with IE6 is that it doesn&#8217;t render the negative margins as IE7 and Mozilla does. Negative margins is rendered hidden out of the layer in IE6.  Setting overflow to visible does not work and you go crazy.</p>
<p>The work around, making the negative margins visible, is so simple, it is even one of the simplest work arounds of the problems in IE6. Just add <em>position:relative</em> to your element with negative margins. This is it. Enjoy.</p>
<blockquote><p>position:relative</p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fcss%2Fie6-negative-margin-problem%2F&amp;linkname=IE6%20Negative%20Margin%20Problem"><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/ie6-negative-margin-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Rounded Corners with Javascript</title>
		<link>http://www.wowebmaster.com/javascript/simple-rounded-corners-with-javascript/</link>
		<comments>http://www.wowebmaster.com/javascript/simple-rounded-corners-with-javascript/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 22:12:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.wowebmaster.com/?p=23</guid>
		<description><![CDATA[Rounded Image Corners with Javascript. No more CSS headaches!]]></description>
			<content:encoded><![CDATA[<p>Everyone knows it is so painful to handle rounded corners with extra divs, slices making alignments harder than ever, using CSS. Now I introduce, no not me actually, <a title="Introducing Corners.js" href="http://corner.netzgesta.de" target="_blank">Christian Effenberger</a> , a way to do rounded corner effect on images with javascript. It is really easy and fun, so i won&#8217;t go on talking, rather, I&#8217;m going to explain how to use it.</p>
<p>Visit <a title="Corners.js" href="http://www.netzgesta.de/corner/" target="_blank">this page</a> and download &#8220;corner.zip&#8221;. In the zip file, there are few javascript files that you can have some other effects with, but if you just want rounded corners, copy <em>justcorners.js</em> and reference it inside your head tags.</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('p23code10'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2310"><td class="code" id="p23code10"><pre class="html" style="font-family:monospace;">...
&lt;script src=&quot;http://www.wowebmaster.com/demo/justcorners.js&quot; type=&quot;text/javascript&quot;&gt;&lt;!--mce:0--&gt;&lt;/script&gt;</pre></td></tr></table></div>

<p>Then, add a class into your image tag as it&#8217;s done in the following 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('p23code11'); return false;">View Code</a> HTML</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p2311"><td class="code" id="p23code11"><pre class="html" style="font-family:monospace;">&lt;img class=&quot;corners iradius12&quot; src=&quot;http://www.wowebmaster.com/demo/corner.jpg&quot; alt=&quot;&quot; width=&quot;561&quot; height=&quot;353&quot; /&gt;</pre></td></tr></table></div>

<p>Corner radius is set by the second class, which is &#8220;iradius12&#8243; above. If you want greater radius, use highger values after &#8220;iradius&#8221;. <em>e.g. iradius15, iradius25, iradius30&#8230;</em></p>
<p>See more examples at: <a href="http://www.netzgesta.de/corner/">http://www.netzgesta.de/corner/</a></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?&amp;linkurl=http%3A%2F%2Fwww.wowebmaster.com%2Fjavascript%2Fsimple-rounded-corners-with-javascript%2F&amp;linkname=Simple%20Rounded%20Corners%20with%20Javascript"><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/simple-rounded-corners-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
