<?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>imanto &#187; Development</title>
	<atom:link href="http://imanto.com/blog/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://imanto.com/blog</link>
	<description>the blog of a belfast geek.</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:01:32 +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>Twitter API</title>
		<link>http://imanto.com/blog/2010/04/twitter-api/</link>
		<comments>http://imanto.com/blog/2010/04/twitter-api/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 17:57:51 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://imanto.net/blog/?p=1425</guid>
		<description><![CDATA[Was checking out the twitter api, and theres a bunch of neat little features you can use in all ...]]></description>
			<content:encoded><![CDATA[<p>Was checking out the twitter api, and theres a bunch of neat little features you can use in all your blogs or templates etc..  If i write @imanto <-- this will link to my twitter page, and show a hover card.  Will give a little information about my twitter etc.. If you hover over that you can see it for yourself.</p>
<p>Theres a bunch of other ones you can check out at the <a href="http://dev.twitter.com/">dev twitter page</a>, go have a look and maybe use them on your own site =)</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2010%2F04%2Ftwitter-api%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2010/04/twitter-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Understanding CSS Specificity</title>
		<link>http://imanto.com/blog/2010/04/understanding-css-specificity/</link>
		<comments>http://imanto.com/blog/2010/04/understanding-css-specificity/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 05:47:24 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://imanto.net/blog/?p=1384</guid>
		<description><![CDATA[For all you people learning css out there, or even those who know their shit, have a look at ...]]></description>
			<content:encoded><![CDATA[<p>For all you people learning css out there, or even those who know their shit, have a look at this, kinda interesting.</p>
<p>Full screen this.</p>
<p><iframe width="500" height="375" src="http://www.youtube.com/embed/In78mSOHmls?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Its from nettuts, if you want to <a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-understanding-css-specificity/">read the post over there</a>, go ahead.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2010%2F04%2Funderstanding-css-specificity%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2010/04/understanding-css-specificity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox quirks mode&#8230;</title>
		<link>http://imanto.com/blog/2010/03/firefox-quirks-mode/</link>
		<comments>http://imanto.com/blog/2010/03/firefox-quirks-mode/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 10:05:57 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://imanto.com/blog/?p=1220</guid>
		<description><![CDATA[I posted a a bit back just testing out a hover on a full div on all browsers, and ...]]></description>
			<content:encoded><![CDATA[<p>I posted a a bit back just testing out a hover on a full div on all browsers, and i seen that firefox  didn&#8217;t work, because i didn&#8217;t specify a doctype, therefore firefox doesn&#8217;t do as you ask.  I didn&#8217;t want to go and google this, i wanted people to drop comments to get a bit of conversation going, and sure enough, a guy called <a href="http://stevenweathers.com/">Steven Weathers</a> droped a comment telling me about quirks mode.  Cheers mate.</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='520' height='300'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' /><param name='flashvars' value='i=54031' /><param name='allowFullScreen' value='true' /><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=54031' allowFullScreen='true' width='520' height='300' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2010%2F03%2Ffirefox-quirks-mode%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2010/03/firefox-quirks-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I hate browsers.</title>
		<link>http://imanto.com/blog/2010/03/i-hate-browsers/</link>
		<comments>http://imanto.com/blog/2010/03/i-hate-browsers/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:54:17 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://imanto.com/blog/?p=1209</guid>
		<description><![CDATA[There is so many browsers out there, but for people that code, html/css etc for styling, everything comes out ...]]></description>
			<content:encoded><![CDATA[<p>There is so many browsers out there, but for people that code, html/css etc for styling, everything comes out different, and with all the new browsers updating etc, people don&#8217;t keep them up to date, so you sometimes have to compensate for the people who are lazy and wont update, i don&#8217;t see why they don&#8217;t just update and keep it at the latest version, boggles the mind.</p>
<p>In this screencast, ive got the latest brorwsers, <a href="http://google.com/chrome">chrome</a> and <a href="http://firefox.com">firefox</a>, yet a simple hover effect wont work in <a href="http://firefox.com">firefox</a>.. Hover on a div, any coders out there wanna tell me why?</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='520' height='300'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' /><param name='flashvars' value='i=52759' /><param name='allowFullScreen' value='true' /><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=52759' allowFullScreen='true' width='520' height='300' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2010%2F03%2Fi-hate-browsers%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2010/03/i-hate-browsers/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Resize your embedded videos on wp 2.9+</title>
		<link>http://imanto.com/blog/2010/03/quicktip-resize-your-embedded-videos-on-wordpres-2-9/</link>
		<comments>http://imanto.com/blog/2010/03/quicktip-resize-your-embedded-videos-on-wordpres-2-9/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:57:59 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://imanto.com/blog/?p=1197</guid>
		<description><![CDATA[Hey all, this is just a quick and easy way of resizing all your embedded videos from youtube, vimeo, ...]]></description>
			<content:encoded><![CDATA[<p>Hey all, this is just a quick and easy way of resizing all your embedded videos from youtube, vimeo, or what ever else WordPress 2.9+ supports. I cant find the full list it supports, but it doesnt stop you testing if you want to find out. Be sure to <strong>watch in HD</strong>.</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='520' height='300'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' /><param name='flashvars' value='i=52332' /><param name='allowFullScreen' value='true' /><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=52332' allowFullScreen='true' width='520' height='300' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
<p>If you need any help with this, let me know in the comments.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2010%2F03%2Fquicktip-resize-your-embedded-videos-on-wordpres-2-9%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2010/03/quicktip-resize-your-embedded-videos-on-wordpres-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking out HTML audio.</title>
		<link>http://imanto.com/blog/2010/03/checking-out-html5-audio/</link>
		<comments>http://imanto.com/blog/2010/03/checking-out-html5-audio/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:29:29 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://imanto.com/blog/?p=1182</guid>
		<description><![CDATA[This is just a quick video to explain a little bit about the html5 audio features and what they ...]]></description>
			<content:encoded><![CDATA[<p>This is just a quick video to explain a little bit about the html5 audio features and what they do, and how you can use them.</p>
<p>You dont really need these if you have the latest version of your browsers installed, because they use it by default, its really if you only want to embed a little piece of audio somewhere on your site you can use this, instead of using flash or the likes of windows media player embed code etc..  Have a watch, and im sorry if you dont understand me.  Jeffery over at nettuts, explains this so much better and in clearer English lol.</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='515' height='300'><param name='movie' value='http://screenr.com/Content/assets/screenr_1116090935.swf' /><param name='flashvars' value='i=52326' /><param name='allowFullScreen' value='true' /><embed src='http://screenr.com/Content/assets/screenr_1116090935.swf' flashvars='i=52326' allowFullScreen='true' width='515' height='300' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></p>
<p>Jeffrey&#8217;s video for html 5 audio tags: <a href="http://bit.ly/clZO62">http://bit.ly/clZO62</a><br />
CSS nav tutorial, worth a look: <a href="http://bit.ly/c3R4XM">http://bit.ly/c3R4XM</a></p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2010%2F03%2Fchecking-out-html5-audio%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2010/03/checking-out-html5-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML and CSS Mistakes to Avoid</title>
		<link>http://imanto.com/blog/2010/02/html-and-css-mistakes-to-avoid/</link>
		<comments>http://imanto.com/blog/2010/02/html-and-css-mistakes-to-avoid/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 05:05:03 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://imanto.com/blog/?p=1063</guid>
		<description><![CDATA[Hey all, so if your in to your xhtml/css you might want to head on over to this post ...]]></description>
			<content:encoded><![CDATA[<p>Hey all, so if your in to your xhtml/css you might want to <a href="http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid">head on over to this post</a> at the <a href="http://webdesignledger.com">webdesignledger</a>.  They go through the most common mistakes to avoid, which seriously, i&#8217;ve seen so many people use these exact errors when they code.</p>
<p>So check it out and let me know your thoughts on it.  Be sure to read the <a href="http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid#comments">comments on that post</a> also, some interesting feedback =).</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2010%2F02%2Fhtml-and-css-mistakes-to-avoid%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2010/02/html-and-css-mistakes-to-avoid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write your code faster!</title>
		<link>http://imanto.com/blog/2009/10/write-your-code-faster/</link>
		<comments>http://imanto.com/blog/2009/10/write-your-code-faster/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 22:54:25 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[texter]]></category>

		<guid isPermaLink="false">http://imanto.com/blog/?p=586</guid>
		<description><![CDATA[So here is a quick and easy screencast to show you how to write your code.. or anything for ...]]></description>
			<content:encoded><![CDATA[<p>So here is a quick and easy screencast to show you how to write your code.. or anything for that matter, with a simple tool called <a href="http://lifehacker.com/software/texter/lifehacker-code-texter-windows-238306.php">Texter</a>.</p>
<p><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0' width='515' height='300'><param name='movie' value='http://screenr.com/Content/assets/screenr_0817090731.swf' ></param><param name='flashvars' value='i=20219' ></param><param name='allowFullScreen' value='true' ></param><embed src='http://screenr.com/Content/assets/screenr_0817090731.swf' flashvars='i=20219' allowFullScreen='true' width='515' height='300' pluginspage='http://www.macromedia.com/go/getflashplayer' ></embed></object></p>
<p><a href="http://jeffrey-way.com/">Jeffrey Way</a> from <a href="http://net.tutsplus.com/">Nettuts</a>, wrote up a detailed version of this, and shows you a screencast along with it.  Head on over to nettuts and <a href="http://net.tutsplus.com/videos/screencasts/how-i-can-code-twice-as-fast-as-you/">check out out</a>.</p>
<p>Let me know what you think of this programme if your a coder, or just in general i guess.</p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2009%2F10%2Fwrite-your-code-faster%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2009/10/write-your-code-faster/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slickred &#8211; WordPress Theme</title>
		<link>http://imanto.com/blog/2009/08/slickred-wordpress-theme/</link>
		<comments>http://imanto.com/blog/2009/08/slickred-wordpress-theme/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 04:10:14 +0000</pubDate>
		<dc:creator>Anto</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://imanto.com/?p=225</guid>
		<description><![CDATA[Heres a wordpress theme i designed and themelab coded. He has ported a few designs and stuff to wordpress ...]]></description>
			<content:encoded><![CDATA[<p>Heres a wordpress theme i designed and <a href="http://themelab.com/">themelab</a> coded.</p>
<p>He has ported a few designs and stuff to wordpress for me, and i just wanna thank him for doing this.  The theme came out very well i think.</p>
<p><center><img src="http://www.themelab.com/images/slick-red.jpg" /><br />
<a href="http://demo.themelab.com/?wptheme=Slick+Red">Demo</a>, | <a href="http://www.themelab.com/2009/08/05/slick-red-free-wordpress-theme/">Release page</a></center></p>
<div class="bottomcontainerBox" style="">
			<div style="float:left; width:85px;padding-right:10px; margin:4px 4px 4px 4px;height:30px;">
			<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fimanto.com%2Fblog%2F2009%2F08%2Fslickred-wordpress-theme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=85&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width=85px; height:21px;" allowTransparency="true"></iframe></div>			
			</div><div style="clear:both"></div><div style="padding-bottom:4px;"></div>]]></content:encoded>
			<wfw:commentRss>http://imanto.com/blog/2009/08/slickred-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

