<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>geekTips</title>
	
	<link>http://www.geektips.net</link>
	<description>Computer Tips and Information Technology News</description>
	<pubDate>Sat, 07 Feb 2009 07:33:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/geekTips" type="application/rss+xml" /><feedburner:emailServiceId>geekTips</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Great jQuery Tooltip Plugins</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/WR_1iCEjNok/great-jquery-tooltip-plugins.html</link>
		<comments>http://www.geektips.net/350/great-jquery-tooltip-plugins.html#comments</comments>
		<pubDate>Sat, 07 Feb 2009 07:32:07 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=350</guid>
		<description><![CDATA[During the last couple of weeks I was involved in redesigning a news portal, the layout I created requires some help from jQuery to make some features work as intended. And during the process, I discovered several neat jQuery plugins that brought my attention. And I&#8217;m planning to write about them here in geekTips.
For the [...]]]></description>
			<content:encoded><![CDATA[<p>During the last couple of weeks I was involved in redesigning a news portal, the layout I created requires some help from jQuery to make some features work as intended. And during the process, I discovered several neat jQuery plugins that brought my attention. And I&#8217;m planning to write about them here in geekTips.</p>
<p>For the first part, I&#8217;ll wrote about <a href="http://www.jquery.com" target="_blank">jQuery</a> tooltip. We can use tooltip to give users a slight idea about the information on a link before they click on it, you can also use tooltip to display information on a web form about what user should type in the form fields. <span id="more-350"></span></p>
<h3>jQuery Tooltip</h3>
<p><strong>SimpleTip</strong></p>
<p><strong><img class="size-full wp-image-356 alignnone" title="SimpleTip" src="http://www.geektips.net/wp-content/uploads/2009/02/jquery-tooltip-simpletip.jpg" alt="SimpleTip" width="450" height="76" /></strong></p>
<p><strong></strong>SimpleTip enables you to easily create tooltips on any element on the page. You can create various tooltips with SimpleTip, the tooltips can be static, dynamic, or even loaded using AJAX with a variety of different visual effects.</p>
<p><a href="http://craigsworks.com/simpletip" target="_blank">Plugin Information, demo and download</a> (all in one page)</p>
<p><strong>Tooltip</strong></p>
<p><strong><img class="alignnone size-full wp-image-351" title="jQuery Tooltip" src="http://www.geektips.net/wp-content/uploads/2009/02/jquery-tooltip-1.jpg" alt="jQuery Tooltip" width="450" height="82" /><br />
</strong></p>
<p>This plugin displays a customized tooltip instead of the default one for every element you selected. You can implement the tooltip to many elements (links, images, maps, etc).</p>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/" target="_blank">Plugin Information</a> | <a href="http://jquery.bassistance.de/tooltip/demo/" target="_blank">Demo</a> | <a href="http://jquery.bassistance.de/tooltip/jquery.tooltip.zip" target="_blank">Download</a></p>
<p><strong>jTip</strong></p>
<p><strong><img class="alignnone size-full wp-image-352" title="jTip" src="http://www.geektips.net/wp-content/uploads/2009/02/jquery-tooltip-jtip.jpg" alt="jTip" width="450" height="111" /><br />
</strong></p>
<p>jTip loads the the data shown on the tooltip using AJAX. This plugin is very useful to give a hint on a web form.</p>
<p><a href="http://codylindley.com/Javascript/264/jtip-a-jquery-tool-tip" target="_blank">Plugin Information</a> | <a href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank">Demo</a> | <a href="http://www.codylindley.com/blogstuff/js/jtip/jTip.zip" target="_blank">Download</a></p>
<p><strong>Simplest jQuery Tooltip</strong></p>
<p><strong><img class="alignnone size-full wp-image-353" title="Simple Tooltip" src="http://www.geektips.net/wp-content/uploads/2009/02/jquery-tooltip-simple-tip.jpg" alt="Simple Tooltip" width="322" height="141" /><br />
</strong></p>
<p>A very simple tooltip script, it adds an element to the body when a user roll over a certain element.</p>
<p><a href="http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery" target="_blank">Plugin Information</a> | <a href="http://www.webinventif.fr/wp-content/uploads/projets/tooltip/01/" target="_blank">Demo</a> | <a href="http://cssglobe.com/lab/tooltip/tooltip.zip" target="_blank">Download</a></p>
<p><strong>BeautyTips</strong></p>
<p><img class="alignnone size-full wp-image-354" title="BeautyTips" src="http://www.geektips.net/wp-content/uploads/2009/02/jquery-tooltip-beautytips.jpg" alt="BeautyTips" width="450" height="137" /></p>
<p>BeautyTips is balloon-hint style tootip plugin that is easy to implement. You can set any element to show the tooltip on hover, click, or any bindable event.</p>
<p><a href="http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery" target="_blank">Plugin Information</a> | <a href="http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html" target="_blank">Demo</a> | <a href="http://plugins.jquery.com/project/bt" target="_blank">Download</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=WR_1iCEjNok:itLfnfhuMK0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=WR_1iCEjNok:itLfnfhuMK0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=WR_1iCEjNok:itLfnfhuMK0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=WR_1iCEjNok:itLfnfhuMK0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=WR_1iCEjNok:itLfnfhuMK0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=WR_1iCEjNok:itLfnfhuMK0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/WR_1iCEjNok" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/350/great-jquery-tooltip-plugins.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/350/great-jquery-tooltip-plugins.html</feedburner:origLink></item>
		<item>
		<title>Barack Obama Inauguration Video</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/FuPPE9VWGQQ/barack-obama-inauguration-video.html</link>
		<comments>http://www.geektips.net/347/barack-obama-inauguration-video.html#comments</comments>
		<pubDate>Wed, 21 Jan 2009 05:56:28 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Barack Obama]]></category>

		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=347</guid>
		<description><![CDATA[Yesterday was a history for all Americans. For the very first time, United States of America has a the first African-American president. Barack Obama after defeating senator John McCain in the U.S 2008 election.
Barack Obama inauguration was held yesterday in Washington, and millions of people around the world watched the ceremony on TV. If you [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was a history for all Americans. For the very first time, United States of America has a the first African-American president. Barack Obama after defeating senator John McCain in the U.S 2008 election.</p>
<p>Barack Obama inauguration <a href="http://www.geektips.net/343/watch-barack-obama-inauguration-online.html">was held yesterday</a> in Washington, and millions of people around the world watched the ceremony on TV. If you missed the ceremony, don&#8217;t worry. You can still watch the video recorded by people around the world.<span id="more-347"></span></p>
<h3>Barack Obama Oath of Office</h3>
<p><object width="425" height="344" data="http://www.youtube.com/v/yiE39b23Yoo&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/yiE39b23Yoo&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<h3>Barack Obama Inauguration Speech</h3>
<p><object width="425" height="344" data="http://www.youtube.com/v/ovJAFwjVrlY&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ovJAFwjVrlY&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p><object width="425" height="344" data="http://www.youtube.com/v/8NQbX6uZM3A&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/8NQbX6uZM3A&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p>Congratulation Mr. President, your task to bring America and the world to a better place is waiting!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=FuPPE9VWGQQ:Gorw8rPAkPc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=FuPPE9VWGQQ:Gorw8rPAkPc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=FuPPE9VWGQQ:Gorw8rPAkPc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=FuPPE9VWGQQ:Gorw8rPAkPc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=FuPPE9VWGQQ:Gorw8rPAkPc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=FuPPE9VWGQQ:Gorw8rPAkPc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/FuPPE9VWGQQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/347/barack-obama-inauguration-video.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/347/barack-obama-inauguration-video.html</feedburner:origLink></item>
		<item>
		<title>Watch Barack Obama Inauguration Online</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/QF4lV_q9Ad4/watch-barack-obama-inauguration-online.html</link>
		<comments>http://www.geektips.net/343/watch-barack-obama-inauguration-online.html#comments</comments>
		<pubDate>Tue, 20 Jan 2009 12:45:46 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<category><![CDATA[Barack Obama]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=343</guid>
		<description><![CDATA[History will be made today. Barack Obama, the first African-American U.S President will be inaugurate today. Most of TV stations around the globe will be broadcasting the ceremony.
I bet many people are eager to watch the ceremony on TV. But what if you&#8217;re too far away from TV and the only thing you have in [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_345" class="wp-caption alignleft" style="width: 260px"><img class="size-full wp-image-345" title="Watch Obama Inauguration Live" src="http://www.geektips.net/wp-content/uploads/2009/01/watch-obama-live.jpg" alt="Watch Obama Inauguration Live" width="250" height="208" /><p class="wp-caption-text">Watch Obama Inauguration Live (cnn.com)</p></div>
<p>History will be made today. Barack Obama, the first African-American U.S President will be inaugurate today. Most of TV stations around the globe will be broadcasting the ceremony.</p>
<p>I bet many people are eager to watch the ceremony on TV. But what if you&#8217;re too far away from TV and the only thing you have in front of you are PC/laptop and a broadband internet connection?</p>
<p>Well, good news for you! Many sites are broadcasting the ceremony over the internet to help people that are away from TV to be able to watch the inauguration ceremony live through the internet.<span id="more-343"></span></p>
<h3>Here are list of sites that will broadcast the Obama Inauguration ceremony live</h3>
<ul>
<li><a href="http://www.joost.com/Obama_Inauguration_Live" target="_blank">Joost</a></li>
<li><a href="http://www.cnn.com/live/" target="_blank">CNN Live and Facebook<br />
</a></li>
<li> <a href="http://inaugural.senate.gov/" target="_blank">Joint Congressional Committee on Inaugural Ceremonies</a></li>
<li><a href="http://www.pic2009.org/content/home/" target="_blank">Presidential Inauguration Comittee</a></li>
<li><a href="http://www.hulu.com/spotlight/obamapresidency" target="_blank">Hulu online TV</a></li>
</ul>
<p>Watch history as it happens!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=QF4lV_q9Ad4:fbnN6dppjWA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=QF4lV_q9Ad4:fbnN6dppjWA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=QF4lV_q9Ad4:fbnN6dppjWA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=QF4lV_q9Ad4:fbnN6dppjWA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=QF4lV_q9Ad4:fbnN6dppjWA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=QF4lV_q9Ad4:fbnN6dppjWA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/QF4lV_q9Ad4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/343/watch-barack-obama-inauguration-online.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/343/watch-barack-obama-inauguration-online.html</feedburner:origLink></item>
		<item>
		<title>LogoInstant: Free Web 2.0 Logo</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/KFn5ABskrqI/logoinstant-free-web-20-logo.html</link>
		<comments>http://www.geektips.net/340/logoinstant-free-web-20-logo.html#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:35:11 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[Great Sites]]></category>

		<category><![CDATA[Logo]]></category>

		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=340</guid>
		<description><![CDATA[Internet is becoming better each day, you can find almost anything free and legal in the internet. Many people share what ever they can with others and with the power of the internet it became possible.
Just like people over LogoInstant.com, they distribute and share their custom-made web 2.0 logos to everyone for free. Yes you [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_341" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-341" title="Free Web 2.0 Logo From LogoInstant.com" src="http://www.geektips.net/wp-content/uploads/2009/01/logoinstant-free-logo.jpg" alt="Free Web 2.0 Logo From LogoInstant.com" width="450" height="200" /><p class="wp-caption-text">Free Web 2.0 Logo From LogoInstant.com</p></div>
<p>Internet is becoming better each day, you can find almost anything free and legal in the internet. Many people share what ever they can with others and with the power of the internet it became possible.</p>
<p>Just like people over <a href="http://www.logoinstant.com" target="_blank">LogoInstant.com</a>, they distribute and share their custom-made web 2.0 logos to everyone for free. Yes you heard me right, they share logos for free! But if you planning to use the logo for your own purpose, please make sure you read their <a href="http://www.logoinstant.com/terms-of-use/" target="_blank">Term of use</a>.</p>
<p>LogoInstant.com was launch about a year ago with just a couple of logos but look at how they have grown today, up until this article is written they have 34 web 2.0 logos to offer! They are in fire right now, since several days ago they release new logo every day.<span id="more-340"></span></p>
<p>The logo published in the site is not a crapply looking one, it was professionally design and well thought of that&#8217;s why I think their site&#8217;s traffic is increasing in the past weeks.</p>
<p>If you&#8217;re looking for inspiration to create a logo for your company or your site, LogoInstant is a good place to look.</p>
<p><strong>URL:</strong> <a href="http://www.logoinstant.com" target="_blank">http://www.logoinstant.com</a><br />
<strong>Tagline:</strong> Download Free Web 2.0 Logo Designs</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=KFn5ABskrqI:CafscR-z7HY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=KFn5ABskrqI:CafscR-z7HY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=KFn5ABskrqI:CafscR-z7HY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=KFn5ABskrqI:CafscR-z7HY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=KFn5ABskrqI:CafscR-z7HY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=KFn5ABskrqI:CafscR-z7HY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/KFn5ABskrqI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/340/logoinstant-free-web-20-logo.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/340/logoinstant-free-web-20-logo.html</feedburner:origLink></item>
		<item>
		<title>WordPress Theme Design Contest Worth US$3500</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/6n0CJYQIFKs/wordpress-theme-design-contest-worth-us3500.html</link>
		<comments>http://www.geektips.net/336/wordpress-theme-design-contest-worth-us3500.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 01:33:18 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Contest]]></category>

		<category><![CDATA[Themes]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=336</guid>
		<description><![CDATA[
Are you a web designer? And are you familiar with WordPress theme? If yes, maybe you should enter WordPress theme design contest held by ColorlabsProject. ColorlabsProject is a premium WordPress theme provider, they are known for delivering high-quality WordPress themes to their members.
The contest is devided in to three categories, which are:

Category A: General Blog/Lifestream [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-338 alignnone" title="ColorlabsProject Design Contest" src="http://www.geektips.net/wp-content/uploads/2009/01/colorlabsproject-contest.jpg" alt="ColorlabsProject Design Contest" width="450" height="200" /></p>
<p>Are you a web designer? And are you familiar with WordPress theme? If yes, maybe you should enter WordPress theme design contest held by ColorlabsProject. ColorlabsProject is a premium WordPress theme provider, they are known for delivering high-quality WordPress themes to their members.</p>
<p>The contest is devided in to three categories, which are:</p>
<ul>
<li>Category A: General Blog/Lifestream and Photo/Videoblog</li>
<li>Category B: Business Blog/Portfolio</li>
<li>Category C: Newspaper/Magazine</li>
</ul>
<p><span id="more-336"></span>The contest is also divided into two phases, qualification and final round. The qualification phases starts from  January 10 until February 14, 2009 and the final round from February 14, 2009 until February 21, 2009. The winner from each category will received US$1000 and the overall winner will received another US$500.</p>
<p>All the design entries will be judge based on the story behind the concept, how well the theme concept presents the site’s content to the viewer and how far it transforms WordPress into something stunning yet well-functioning as a website. The judges are all from ColorlabsProject team, but according to ColorlabsProject they have also invited several guest judges and are still waiting for their confirmation.</p>
<p>Interested in joining the contest? Just head over to <a href="http://colorlabsproject.com/blog/contest/" target="_blank">http://colorlabsproject.com/blog/contest</a> to read all the rules and how the contest work.</p>
<p>The total prize for this contest is worth up to US$3500!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=6n0CJYQIFKs:480eDllUdDk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=6n0CJYQIFKs:480eDllUdDk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=6n0CJYQIFKs:480eDllUdDk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=6n0CJYQIFKs:480eDllUdDk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=6n0CJYQIFKs:480eDllUdDk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=6n0CJYQIFKs:480eDllUdDk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/6n0CJYQIFKs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/336/wordpress-theme-design-contest-worth-us3500.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/336/wordpress-theme-design-contest-worth-us3500.html</feedburner:origLink></item>
		<item>
		<title>Joomla 1.5.9 is Available for Download</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/FKjHMot2FRg/joomla-159-is-available-for-download.html</link>
		<comments>http://www.geektips.net/328/joomla-159-is-available-for-download.html#comments</comments>
		<pubDate>Sun, 11 Jan 2009 04:54:15 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=328</guid>
		<description><![CDATA[Yesterday, the Joomla development team announced the release of Joomla 1.5.9 (code name Vatani). This release fix several security flaw in the previous Joomla 1.5.8. Joomla 1.5.9 was released about two months after 1.58.
There are many security issues and bugs were fixed in Joomla 1.5.9, so all Joomla 1.5.x users are adviced to update their [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_333" class="wp-caption alignleft" style="width: 260px"><img class="size-full wp-image-333" title="Joomla" src="http://www.geektips.net/wp-content/uploads/2009/01/joomla-logo.jpg" alt="Joomla" width="250" height="158" /><p class="wp-caption-text">Joomla</p></div>
<p>Yesterday, the Joomla development team announced the release of Joomla 1.5.9 (code name Vatani). This release fix several security flaw in the previous Joomla 1.5.8. Joomla 1.5.9 was released about two months after 1.58.</p>
<p>There are many security issues and bugs were fixed in Joomla 1.5.9, so all Joomla 1.5.x users are adviced to update their Joomla site immediately. The highest security issue that was fixed was Directory Traversal, this issue can allow an attacker to view directory trees on the server.<span id="more-328"></span></p>
<p>According to Joomla development team, in total Joomla 1.5.9 fixed about 81 issues that were reported by the community. To view a full list of all the things fixed you can view it on <a href="http://www.joomla.org/announcements/release-news/5226-joomla-159-security-release-now-available.html" target="_blank">Joomla announcement page</a>.</p>
<h3>Download Joomla 1.5.9</h3>
<ul>
<li><a href="http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseView&amp;release_id=9294" target="_blank">Download Full Package</a></li>
<li> <a href="http://joomlacode.org/gf/project/joomla/frs/?action=FrsReleaseView&amp;release_id=9293" target="_blank">Download Upgrade Package</a></li>
</ul>
<p>Please remember to backup your files and database before upgrading!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=FKjHMot2FRg:actX2mvBmTw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=FKjHMot2FRg:actX2mvBmTw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=FKjHMot2FRg:actX2mvBmTw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=FKjHMot2FRg:actX2mvBmTw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=FKjHMot2FRg:actX2mvBmTw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=FKjHMot2FRg:actX2mvBmTw:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/FKjHMot2FRg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/328/joomla-159-is-available-for-download.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/328/joomla-159-is-available-for-download.html</feedburner:origLink></item>
		<item>
		<title>New Google Favicon!</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/rhI8PCOV_N0/new-google-favicon-2.html</link>
		<comments>http://www.geektips.net/329/new-google-favicon-2.html#comments</comments>
		<pubDate>Sun, 11 Jan 2009 04:41:03 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Logo]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=329</guid>
		<description><![CDATA[When trying to try to search something as a material for a new post on Google, I noticed that Google has a new favicon! They changed their favicon several months back and got many negative response for their users.
And now they change their logo again and personally I think it even worst than the previous [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_330" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-330" title="Google New Favicon" src="http://www.geektips.net/wp-content/uploads/2009/01/google-new-favicon.jpg" alt="Google New Favicon" width="450" height="84" /><p class="wp-caption-text">Google New Favicon</p></div>
<p>When trying to try to search something as a material for a new post on Google, I noticed that Google has a new favicon! They <a href="http://www.geektips.net/128/new-google-favicon.html">changed their favicon </a>several months back and got many negative response for their users.</p>
<p>And now they change their logo again and personally I think it even worst than the previous one! The favicon looks like an image that was drawn by a six-year old. Honestly, what were Google thinking when they change their favicon to this one.<span id="more-329"></span></p>
<div id="attachment_331" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-331" title="Google Previous Favicon" src="http://www.geektips.net/wp-content/uploads/2009/01/google-previous-favicon.jpg" alt="Google Previous Favicon" width="450" height="86" /><p class="wp-caption-text">Google Previous Favicon</p></div>
<p>I still don&#8217;t know whether this will be a permanent favicon or they just put it there on special occasion (I wonder what occasion is now).</p>
<p>What do you guys think of this new favicon? Share your thoughts and comments!</p>
<p><strong>Update:<br />
</strong>Google wrote about this new favicon on <a href="http://googleblog.blogspot.com/2009/01/googles-new-favicon.html" target="_blank">their blog</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=rhI8PCOV_N0:3bPjg5RQlKg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=rhI8PCOV_N0:3bPjg5RQlKg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=rhI8PCOV_N0:3bPjg5RQlKg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=rhI8PCOV_N0:3bPjg5RQlKg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=rhI8PCOV_N0:3bPjg5RQlKg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=rhI8PCOV_N0:3bPjg5RQlKg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/rhI8PCOV_N0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/329/new-google-favicon-2.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/329/new-google-favicon-2.html</feedburner:origLink></item>
		<item>
		<title>Add Facebook Connect to Your Site</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/-0f8hikmBZ8/add-facebook-connect-to-your-site.html</link>
		<comments>http://www.geektips.net/320/add-facebook-connect-to-your-site.html#comments</comments>
		<pubDate>Sat, 10 Jan 2009 00:34:12 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<category><![CDATA[Drupal]]></category>

		<category><![CDATA[Facebook]]></category>

		<category><![CDATA[Module]]></category>

		<category><![CDATA[Movable Type]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=320</guid>
		<description><![CDATA[Facebook recently launched a new feature called Facebook Connect, it enables Facebook users to share their Facebook identity, friends and privacy to any websites they wanted. According to Facebook, this features will  enable any websites to implement and offer more features of Facebook Platform.
Adding Facebook Connect to your or site is a bit tricky, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_321" class="wp-caption alignnone" style="width: 494px"><img class="size-full wp-image-321" title="Facebook Connect" src="http://www.geektips.net/wp-content/uploads/2009/01/facebook-connect.jpg" alt="Facebook Connect" width="484" height="331" /><p class="wp-caption-text">Facebook Connect</p></div>
<p>Facebook recently launched a new feature called <a href="http://developers.facebook.com/connect.php" target="_blank">Facebook Connect</a>, it enables Facebook users to share their Facebook identity, friends and privacy to any websites they wanted. According to Facebook, this features will  enable any websites to implement and offer more features of Facebook Platform.</p>
<p>Adding Facebook Connect to your or site is a bit tricky, but if you&#8217;re using WordPress, Movable Type, Drupal, VBulletin forum or MediaWiki you can add this feature easily because those CMS have a plugin/module to help add Facebook Connect in just a few steps.<span id="more-320"></span></p>
<h3>Add Facebook Connect on WordPress</h3>
<div id="attachment_323" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-323" title="Facebook Connect for WordPress" src="http://www.geektips.net/wp-content/uploads/2009/01/facebook-connect-wordpress.jpg" alt="Facebook Connect for WordPress" width="450" height="200" /><p class="wp-caption-text">Facebook Connect for WordPress</p></div>
<p>This plugin was developed by a Spanish named <a href="http://www.sociable.es" target="_blank">Javier Reyes</a>.</p>
<p><strong>Plugin Features</strong></p>
<ul>
<li>Build a community for your blog</li>
<li>Login to your blog using your Facebook account</li>
<li>Send comments to Facebook profile feed</li>
<li>Invite your friends to your blog community</li>
<li>See who visited your blog</li>
</ul>
<p><strong>Download Plugin</strong></p>
<ul>
<li><a href="http://www.sociable.es/facebook-connect/" target="_blank">Download Facebook Connect plugin for WordPress and instalation tutorial<br />
</a></li>
<li><a href="http://www.sociable.es/facebook-connect-wordpress-plugin-faqs/" target="_blank">Plugin FAQ</a></li>
</ul>
<p><strong>Watch the Video</strong></p>
<p><object width="437" height="370" data="http://www.viddler.com/player/8862c90b/" type="application/x-shockwave-flash"><param name="id" value="viddler" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="src" value="http://www.viddler.com/player/8862c90b/" /><param name="name" value="viddler" /><param name="allowfullscreen" value="true" /></object></p>
<p>This video was created by <a href="http://www.sixjumps.com" target="_blank">SixJumps</a>.</p>
<h3>Add Facebook Connect on Drupal</h3>
<div id="attachment_324" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-324" title="Facebook Connect For Drupal" src="http://www.geektips.net/wp-content/uploads/2009/01/facebook-connect-drupal.jpg" alt="Facebook Connect Drupal" width="450" height="200" /><p class="wp-caption-text">Facebook Connect For Drupal</p></div>
<p>This module was developed by <a href="http://www.lanetscouade.com" target="_blank">lanetscouade</a>.</p>
<p><strong>Module Features</strong></p>
<ul>
<li>After logging through Facebook Connect, users can then create a Drupal account on your site</li>
<li>Users can choose which of their Facebook public information they want to import and synchronize with their Drupal local account, following Facebook Connect API Terms of use</li>
<li>Users can see which of their Facebook friends already have an account on the Drupal website</li>
<li>Users can publish a customizable message on their Facebook feed announcing that they have created an account on the Drupal website</li>
<li>Users can invite their Facebook friends to create an account on the Drupal website</li>
</ul>
<p><strong>Download Plugin</strong></p>
<ul>
<li><a href="http://drupal.org/project/fbconnect" target="_blank">Download Facebook Connect module for Drupal</a></li>
<li><a href="http://drupal.org/project/issues/fbconnect?categories=support&amp;states=all" target="_blank">Support forum</a></li>
</ul>
<h3>Add Facebook Connect on Movable Type</h3>
<div id="attachment_325" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-325" title="Facebook Connect For Movable Type" src="http://www.geektips.net/wp-content/uploads/2009/01/facebook-connect-mt.jpg" alt="Facebook Connect For Movable Type" width="450" height="200" /><p class="wp-caption-text">Facebook Connect For Movable Type</p></div>
<p><strong>Plugin Features</strong></p>
<ol>
<li>Allows any Facebook user to sign in, comment, and share their actions on Facebook</li>
<li>Displays Facebook users&#8217; name and photo next to their comment.</li>
<li>Share comment with their network of friends on Facebook</li>
</ol>
<p><strong>Download Plugin</strong></p>
<ul>
<li><a href="http://plugins.movabletype.org/facebook-connect-commenters/" target="_blank">Download Facebook Connect plugin for Movable Type</a></li>
</ul>
<h3>Add Facebook Connect on VBulletin Forum</h3>
<div id="attachment_326" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-326" title="Facebook Connect For VBulletin" src="http://www.geektips.net/wp-content/uploads/2009/01/facebook-connect-vbulletin.jpg" alt="Facebook Connect For VBulletin" width="450" height="200" /><p class="wp-caption-text">Facebook Connect For VBulletin</p></div>
<p><strong>Add-ons Features</strong></p>
<ul>
<li>Facebook users will be able to receive Facebook notifications</li>
<li>News-Feed will be published on to the user&#8217;s wall</li>
<li>Fetch user data from Facebook</li>
</ul>
<p>Automatically befriend user&#8217;s friends</p>
<p><strong>Download Add-Ons</strong></p>
<ul>
<li><a href="http://www.vbulletin.org/forum/showthread.php?t=198499" target="_blank">Download Facebook Connect add-ons for VBulletin Forum</a></li>
</ul>
<h3>Add Facebook Connect on MediaWiki</h3>
<div id="attachment_327" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-327" title="Facebook Connect For Mediawiki" src="http://www.geektips.net/wp-content/uploads/2009/01/facebook-connect-mediawiki.jpg" alt="Facebook Connect For Mediawiki" width="450" height="200" /><p class="wp-caption-text">Facebook Connect For Mediawiki</p></div>
<p><strong>Plugin Features</strong></p>
<ul>
<li>&#8220;Single Sign On&#8221; experience via Facebook Connect</li>
<li>On a successful Connect, creates a new wiki user from their Facebook ID, fills in Real Name from Facebook</li>
<li>Mouseover tooltips of profile pics and info for Connected users</li>
</ul>
<p><strong>Download Plugin from SVN<br />
<code>svn co https://fbconnect4mw.svn.sourceforge.net/svnroot/fbconnect4mw/trunk/FBConnect FBConnect</code></strong></p>
<p>For support and instalation guidelines you can go to <a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect_Plugin_for_MediaWiki" target="_blank">http://wiki.developers.facebook.com/index.php/Facebook_Connect_Plugin_for_MediaWiki</a><strong><br />
</strong></p>
<h3>Add Facebook Connect to Any Sites</h3>
<p>If you&#8217;re not using one of the CMS listed above, you can still add Facebook Connect feature to your site but it&#8217;s gonna be a bit tricky. Here are a list of tutorials from Facebook to help you add Facebook connect to your site manually.</p>
<ul>
<li><a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect_Tutorial1" target="_blank">Facebook Connect Tutorial1</a></li>
<li><a href="http://wiki.developers.facebook.com/index.php/How_To_Write_A_Good_Connect_App" target="_blank">How To Write A Good Connect App</a></li>
<li><a href="http://wiki.developers.facebook.com/index.php/How_To_Write_A_Good_Connect_Plugin" target="_blank">How To Write A Good Connect Plugin</a></li>
<li><a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect_Fourth_Party_Code" target="_blank">Facebook Connect Fourth Party Code</a></li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=-0f8hikmBZ8:5K6zzmJs4xM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=-0f8hikmBZ8:5K6zzmJs4xM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=-0f8hikmBZ8:5K6zzmJs4xM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=-0f8hikmBZ8:5K6zzmJs4xM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=-0f8hikmBZ8:5K6zzmJs4xM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=-0f8hikmBZ8:5K6zzmJs4xM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/-0f8hikmBZ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/320/add-facebook-connect-to-your-site.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/320/add-facebook-connect-to-your-site.html</feedburner:origLink></item>
		<item>
		<title>Best Of Joomla - The Biggest Joomla Templates, Resources and Extensions</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/rVc6N9pMN6Q/best-of-joomla-the-biggest-joomla-templates-resources-and-extensions.html</link>
		<comments>http://www.geektips.net/318/best-of-joomla-the-biggest-joomla-templates-resources-and-extensions.html#comments</comments>
		<pubDate>Fri, 09 Jan 2009 09:08:44 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[Great Sites]]></category>

		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=318</guid>
		<description><![CDATA[If you have used Fireboard forum component on your Joomla site, the name Best Of Joomla maybe very familiar to you. Best Of Joomla is the creator of the famous Joomla forum component called FireBoard. The forum component have been used by many Joomla powered sites.
Besides creating an open source forum component for Joomla-powered site, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_319" class="wp-caption alignnone" style="width: 460px"><img class="size-full wp-image-319" title="Best Of Joomla" src="http://www.geektips.net/wp-content/uploads/2009/01/best-of-joomla.jpg" alt="Best Of Joomla" width="450" height="300" /><p class="wp-caption-text">Best Of Joomla</p></div>
<p>If you have used Fireboard forum component on your <a href="http://www.joomla.org" target="_blank">Joomla</a> site, the name <a href="http://www.bestofjoomla.com" target="_blank">Best Of Joomla</a> maybe very familiar to you. Best Of Joomla is the creator of the famous Joomla forum component called FireBoard. The forum component have been used by many Joomla powered sites.</p>
<p>Besides creating an open source forum component for Joomla-powered site, Best Of Joomla also provides a place for Joomla template, extention and Joomla site creators to showcase their templates and extensions on Best Of Joomla site for free.<span id="more-318"></span></p>
<p>At the moment Best Of Joomla showcased thousands of free and commercial Joomla templates and probably the biggest site to showcase Joomla templates on the planet! The best thing is you can browse the templates and sort them based on several criterias and if you found templates that you like you can download them for free (for non commercial templates).</p>
<p>In short, Best Of Joomla have contribute a lot to the Joomla community including Joomla template designers, extention creators and also Joomla end-users.</p>
<p>Thank you Best Of Joomla!</p>
<p><strong>URL:</strong> <a href="http://www.bestofjoomla.com" target="_blank">http://www.bestofjoomla.com<br />
</a><strong>Tag line:</strong> The #1 joomla templates, resources and extensions</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=rVc6N9pMN6Q:4rtcZg50GOM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=rVc6N9pMN6Q:4rtcZg50GOM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=rVc6N9pMN6Q:4rtcZg50GOM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=rVc6N9pMN6Q:4rtcZg50GOM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=rVc6N9pMN6Q:4rtcZg50GOM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=rVc6N9pMN6Q:4rtcZg50GOM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/rVc6N9pMN6Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/318/best-of-joomla-the-biggest-joomla-templates-resources-and-extensions.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/318/best-of-joomla-the-biggest-joomla-templates-resources-and-extensions.html</feedburner:origLink></item>
		<item>
		<title>Wine 1.1.12 Was Released</title>
		<link>http://feedproxy.google.com/~r/geekTips/~3/jAbhECiQtsI/wine-1112-was-released.html</link>
		<comments>http://www.geektips.net/316/wine-1112-was-released.html#comments</comments>
		<pubDate>Sat, 03 Jan 2009 13:45:00 +0000</pubDate>
		<dc:creator>geekTips</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Wine]]></category>

		<guid isPermaLink="false">http://www.geektips.net/?p=316</guid>
		<description><![CDATA[A great news for all Wine lovers out there, Wine development team recently released newest version of Wine (Wine 1.1.10)!
The 1.1.12 release have several new features and some bug fix from the previous release which will resulted in a better user experience when running the program.
For those of you who don&#8217;t have a clue what [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_317" class="wp-caption alignleft" style="width: 260px"><img class="size-full wp-image-317" title="Wine" src="http://www.geektips.net/wp-content/uploads/2009/01/linux-wine.jpg" alt="Wine" width="250" height="188" /><p class="wp-caption-text">Wine</p></div>
<p>A great news for all Wine lovers out there, Wine development team recently released newest version of Wine (Wine 1.1.10)!</p>
<p>The 1.1.12 release have several new features and some bug fix from the previous release which will resulted in a better user experience when running the program.</p>
<p>For those of you who don&#8217;t have a clue what Wine is, Wine is an open source application that allows you to run Windows-based applications under your Linux operating system. You don’t even need to installed Windows on other partition. Great huh?<span id="more-316"></span></p>
<h3>What&#8217;s New on Wine 1.1.12?</h3>
<ul>
<li>You can now run several simple 64 bit application using Wine</li>
<li>64-bit code generation in the IDL compiler.</li>
<li>Wine now support subpixel font rendering</li>
<li>New version of Gecko engine</li>
<li>Several bug fixes from the previous release</li>
</ul>
<h3>Download</h3>
<p>Binary package: <a href="http://www.winehq.org/site/download" target="_blank">http://www.winehq.org/site/download</a><br />
Source from repository: <a href="http://www.winehq.org/site/git" target="_blank">http://www.winehq.org/site/git</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/geekTips?a=jAbhECiQtsI:cy6js8bUQCA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=jAbhECiQtsI:cy6js8bUQCA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/geekTips?i=jAbhECiQtsI:cy6js8bUQCA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=jAbhECiQtsI:cy6js8bUQCA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/geekTips?i=jAbhECiQtsI:cy6js8bUQCA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/geekTips?a=jAbhECiQtsI:cy6js8bUQCA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/geekTips?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/geekTips/~4/jAbhECiQtsI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.geektips.net/316/wine-1112-was-released.html/feed</wfw:commentRss>
		<feedburner:origLink>http://www.geektips.net/316/wine-1112-was-released.html</feedburner:origLink></item>
	</channel>
</rss>
