<?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>Sava&#039;s Place &#187; HTML</title>
	<atom:link href="http://savasplace.com/category/programming/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://savasplace.com</link>
	<description>Free PHP scripts, CSS templates, Making Money Online and Miscellaneous Ramblings</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:33:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Great Way To Show Off Your Sponsors Or Friends On Your Website</title>
		<link>http://savasplace.com/2011/02/a-great-way-to-show-off-your-sponsors-or-friends-on-your-website/</link>
		<comments>http://savasplace.com/2011/02/a-great-way-to-show-off-your-sponsors-or-friends-on-your-website/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 08:21:19 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sponsor flip wall]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=6089</guid>
		<description><![CDATA[Everybody has a link list, a blog roll, a links page etc. on their website. Here&#8217;s a great way to show off your friends, sponsors or websites you like with the jQuery Sponsor Flip Wall. No &#8230; it&#8217;s not a table. It&#8217;s a jQuery animated wall. It does it like this: What&#8217;s great is that [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody has a link list, a blog roll, a links page etc. on their website. Here&#8217;s a great way to show off your friends, sponsors or websites you like with the <a href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/" target="_blank" rel="nofollow">jQuery Sponsor Flip Wall</a>.</p>
<div id="attachment_6090" class="wp-caption aligncenter" style="width: 560px"><a href="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-1.png" target="_blank"><img src="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-1-550x408.png" alt="jQuery Sponsor Flip Wall" title="jQuery Sponsor Flip Wall" width="550" height="408" class="size-medium wp-image-6090" /></a><p class="wp-caption-text">jQuery Sponsor Flip Wall</p></div>
<p>No &#8230; it&#8217;s not a table. It&#8217;s a jQuery animated wall. It does it like this:</p>
<div id="attachment_6092" class="wp-caption aligncenter" style="width: 560px"><a href="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-2.png"><img src="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-2-550x230.png" alt="jQuery Sponsor Flip Wall" title="jQuery Sponsor Flip Wall" width="550" height="230" class="size-medium wp-image-6092" /></a><p class="wp-caption-text">jQuery Sponsor Flip Wall - Animation</p></div>
<p>What&#8217;s great is that you can easily modify your sponsors/friends because it takes the data from a simple array:</p>
<p><code><br />
$sponsors = array(<br />
array('facebook','The biggest social..','http://www.facebook.com/'),<br />
array('adobe','The leading software de..','http://www.adobe.com/'),<br />
array('microsoft','One of the top software c..','http://www.microsoft.com/'),<br />
array('sony','A global multibillion electronics..','http://www.sony.com/'),<br />
array('dell','One of the biggest computer develo..','http://www.dell.com/'),<br />
array('ebay','The biggest online auction and..','http://www.ebay.com/'),<br />
array('digg','One of the most popular web 2.0..','http://www.digg.com/'),<br />
array('google','The company that redefined w..','http://www.google.com/'),<br />
array('ea','The biggest computer game manufacturer.','http://www.ea.com/'),<br />
array('mysql','The most popular open source dat..','http://www.mysql.com/'),<br />
array('hp','One of the biggest computer manufacturers.','http://www.hp.com/'),<br />
array('yahoo','The most popular network of so..','http://www.yahoo.com/'),<br />
array('cisco','The biggest networking and co..','http://www.cisco.com/'),<br />
array('vimeo','A popular video-centric social n..','http://www.vimeo.com/'),<br />
array('canon','Imaging and optical technology ma..','http://www.canon.com/')<br />
);<br />
shuffle($sponsors);<br />
</code></p>
<p>You can read the whole tutorial, view a demo or download it on <a href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/" target="_blank" rel="nofollow">TutorialZine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2011/02/a-great-way-to-show-off-your-sponsors-or-friends-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 HTML Tags You Probably Never Used</title>
		<link>http://savasplace.com/2009/03/3-html-tags-you-probably-never-used/</link>
		<comments>http://savasplace.com/2009/03/3-html-tags-you-probably-never-used/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 23:00:55 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[abbr]]></category>
		<category><![CDATA[bdo]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[q]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#60;abbr&#62; or &#60;acronym&#62; The &#60;abbr&#62; and &#60;acronym&#62; tag describes abbreviations and acronyms. By marking up abbreviations you can give useful information to your visitors by showing tooltips when they hover the mouse over the element. Example: HTML &#60;q&#62; The &#60;q&#62; tag defines a short quotation. It tells the browser to insert quotation marks around the [...]]]></description>
			<content:encoded><![CDATA[<h3>&lt;abbr&gt; or &lt;acronym&gt;</h3>
<p>The &lt;abbr&gt; and &lt;acronym&gt; tag describes abbreviations and acronyms. By marking up abbreviations you can give useful information to your visitors by showing tooltips when they hover the mouse over the element.</p>
<p><em><strong>Example:</strong></em></p>
<p><abbr title="HyperText Markup Language">HTML</abbr></p>
<h3>&lt;q&gt;</h3>
<p>The &lt;q&gt; tag defines a short quotation. It tells the browser to insert quotation marks around the marked element. Most of us use the &amp;quot; entity to display a quote but it&#8217;s easier with q</p>
<p><em><strong>Example:</strong></em></p>
<p><q>This is an example quote</q></p>
<h3></h3>
<h3>&lt;bdo&gt;</h3>
<p>The &lt;bdo&gt; stands bidirectional override that allows you to specify the text direction and override the bidirectional algorithm. Use it with the value <em>rtl</em> (right to left) and you will get the entire text reversed in direction.</p>
<p><em><strong>Example:</strong></em></p>
<p><bdo dir="rtl">Can you read this ?</bdo></p>
<p>The bdo tag can be easily be used to show your email address on webpages and not worry about spam <img src='http://savasplace.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/03/3-html-tags-you-probably-never-used/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

