<?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>Richard Brisley</title>
	<atom:link href="http://www.shimirel.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shimirel.com</link>
	<description>(A)Abort (R)Retry (F)Fix dinner and leave the @#$! computer alone?</description>
	<lastBuildDate>Sun, 18 Mar 2012 21:19:04 +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>Trigger Rally</title>
		<link>http://www.shimirel.com/world-wide-web/trigger-rally/1092/</link>
		<comments>http://www.shimirel.com/world-wide-web/trigger-rally/1092/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:19:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1092</guid>
		<description><![CDATA[This is mental, building a rally game using javascript http://triggerrally.com/drive?track=preview.json&#38;car=car1.json]]></description>
			<content:encoded><![CDATA[<p>This is mental, building a rally game using javascript<br />
<a href="http://triggerrally.com/drive?track=preview.json&amp;car=car1.json" target="_blank">http://triggerrally.com/drive?<wbr>track=preview.json&amp;car=car1.<wbr>json</wbr></wbr></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/world-wide-web/trigger-rally/1092/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grilled Cheesy Social</title>
		<link>http://www.shimirel.com/life/grilled-cheesy-social/1089/</link>
		<comments>http://www.shimirel.com/life/grilled-cheesy-social/1089/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:10:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1089</guid>
		<description><![CDATA[http://www.grilledcheesesocial.com/p/cheesy-archive.html]]></description>
			<content:encoded><![CDATA[<p>http://www.grilledcheesesocial.com/p/cheesy-archive.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/life/grilled-cheesy-social/1089/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook shows you what you&#8217;re interested in</title>
		<link>http://www.shimirel.com/world-wide-web/facebook-shows-you-what-youre-interested-in/1087/</link>
		<comments>http://www.shimirel.com/world-wide-web/facebook-shows-you-what-youre-interested-in/1087/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:08:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1087</guid>
		<description><![CDATA[Facebook is looking to get a little Twitter action of its own. &#8220;Interest Lists&#8221; were announced by Facebook yesterday to help users stay up to date on the things they love and keep their lists &#8220;tidy&#8221; all at the same time. http://www.bigmouthmedia.com/live/articles/facebook-shows-you-what-youre-interested-in-.asp/9006/]]></description>
			<content:encoded><![CDATA[<p>Facebook is looking to get a little Twitter action of its own.</p>
<p>&#8220;Interest Lists&#8221; were announced by Facebook yesterday to help users stay up to date on the things they love and keep their lists &#8220;tidy&#8221; all at the same time.</p>
<p>http://www.bigmouthmedia.com/live/articles/facebook-shows-you-what-youre-interested-in-.asp/9006/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/world-wide-web/facebook-shows-you-what-youre-interested-in/1087/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Country code by IP</title>
		<link>http://www.shimirel.com/programming/country-code-by-ip/1084/</link>
		<comments>http://www.shimirel.com/programming/country-code-by-ip/1084/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 21:05:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1084</guid>
		<description><![CDATA[&#160; ISO3166 Country Code Files http://ftp.apnic.net/stats/apnic/ ftp://ftp.arin.net/pub/stats/arin/ ftp://ftp.lacnic.net/pub/stats/lacnic/ ftp://ftp.ripe.net/ripe/stats/ Original Article http://www.codeproject.com/Articles/3657/Optimized-IP-to-ISO3166-Country-Code-Mapping-in-C Example using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using GameWatch.Utils; using GameWatch.Utils.Net; using System.IO; public partial class _Default : System.Web.UI.Page { public IPToCountry Ip2Country = new IPToCountry(); protected void Page_Load(object sender, EventArgs&#160;<a href="http://www.shimirel.com/programming/country-code-by-ip/1084/" class="read-more">[...]</a>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p><strong>ISO3166 Country Code Files</strong></p>
<p>http://ftp.apnic.net/stats/apnic/</p>
<p>ftp://ftp.arin.net/pub/stats/arin/</p>
<p>ftp://ftp.lacnic.net/pub/stats/lacnic/</p>
<p>ftp://ftp.ripe.net/ripe/stats/</p>
<p><strong>Original Article</strong></p>
<p>http://www.codeproject.com/Articles/3657/Optimized-IP-to-ISO3166-Country-Code-Mapping-in-C</p>
<p><strong>Example</strong><br />
using System;<br />
using System.Data;<br />
using System.Configuration;<br />
using System.Web;<br />
using System.Web.Security;<br />
using System.Web.UI;<br />
using System.Web.UI.WebControls;<br />
using System.Web.UI.WebControls.WebParts;<br />
using System.Web.UI.HtmlControls;</p>
<p>using GameWatch.Utils;<br />
using GameWatch.Utils.Net;<br />
using System.IO;</p>
<p>public partial class _Default : System.Web.UI.Page<br />
{<br />
public IPToCountry Ip2Country = new IPToCountry();</p>
<p>protected void Page_Load(object sender, EventArgs e)<br />
{<br />
string sApplicationPath = Server.MapPath(&#8220;~&#8221;);</p>
<p>LoadIpCountryTable(sApplicationPath + @&#8221;\IP2CountryResource\apnic.latest&#8221;);<br />
LoadIpCountryTable(sApplicationPath + @&#8221;\IP2CountryResource\arin.latest&#8221;);<br />
LoadIpCountryTable(sApplicationPath + @&#8221;\IP2CountryResource\lacnic.latest&#8221;);<br />
LoadIpCountryTable(sApplicationPath + @&#8221;\IP2CountryResource\ripencc.latest&#8221;);</p>
<p>#region Finding Visitors IP Address<br />
string VisitorsIPAddr = string.Empty;<br />
//Users IP Address.<br />
if (HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"] != null)<br />
{<br />
//To get the IP address of the machine and not the proxy<br />
VisitorsIPAddr = HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"].ToString();<br />
}<br />
else if (HttpContext.Current.Request.UserHostAddress.Length != 0)<br />
{<br />
VisitorsIPAddr = HttpContext.Current.Request.UserHostAddress;<br />
}<br />
#endregion</p>
<p>string VisitorsCountry = Ip2Country.GetCountry(VisitorsIPAddr);<br />
lblVisitorsIP.Text = VisitorsIPAddr;<br />
lblCountry.Text = VisitorsCountry;<br />
}</p>
<p>public void LoadIpCountryTable(string name)<br />
{<br />
FileStream s = new FileStream(name, FileMode.Open);<br />
StreamReader sr = new StreamReader(s);<br />
Ip2Country.Load(sr);<br />
sr.Close();<br />
s.Close();<br />
}<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/programming/country-code-by-ip/1084/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple prepares for Retinal Displays</title>
		<link>http://www.shimirel.com/world-wide-web/apple-prepares-for-retinal-displays/1081/</link>
		<comments>http://www.shimirel.com/world-wide-web/apple-prepares-for-retinal-displays/1081/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 20:48:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1081</guid>
		<description><![CDATA[In preparation for the launch of its new iPad this week, and perhaps with future Macs in mind as well, Apple has begun to update its website to high-resolution images and raster text to take advantage of the iPad’s dramatically increased display resolution. http://www.macobserver.com/tmo/article/apple_updating_website_with_hi-res_images_for_retina_displays/ http://www.macstories.net/news/apple-prepares-for-retina-monitors-with-hidpi-mode-in-os-x-lion/]]></description>
			<content:encoded><![CDATA[<p>In preparation for the launch of its new iPad this week, and perhaps with future Macs in mind as well, Apple has begun to update its website to high-resolution images and raster text to take advantage of the iPad’s dramatically increased display resolution.</p>
<p>http://www.macobserver.com/tmo/article/apple_updating_website_with_hi-res_images_for_retina_displays/</p>
<p>http://www.macstories.net/news/apple-prepares-for-retina-monitors-with-hidpi-mode-in-os-x-lion/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/world-wide-web/apple-prepares-for-retinal-displays/1081/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swedish rapper releases only one copy of mp3 single</title>
		<link>http://www.shimirel.com/social-media/swedish-rapper-releases-only-one-copy-of-mp3-single/1079/</link>
		<comments>http://www.shimirel.com/social-media/swedish-rapper-releases-only-one-copy-of-mp3-single/1079/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 20:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1079</guid>
		<description><![CDATA[‘Pass It On’ by Adam Tensta can only be heard by one person at a time through the musician’s Facebook page. http://www.springwise.com/entertainment/swedish-rapper-releases-copy-mp3-single/]]></description>
			<content:encoded><![CDATA[<h2>‘Pass It On’ by Adam Tensta can only be heard by one person at a time through the musician’s Facebook page.</h2>
<p>http://www.springwise.com/entertainment/swedish-rapper-releases-copy-mp3-single/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/social-media/swedish-rapper-releases-only-one-copy-of-mp3-single/1079/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I tried to watch &#8220;Game of Thrones&#8221; and this is what happened</title>
		<link>http://www.shimirel.com/life/i-tried-to-watch-game-of-thrones-and-this-is-what-happened/1076/</link>
		<comments>http://www.shimirel.com/life/i-tried-to-watch-game-of-thrones-and-this-is-what-happened/1076/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 20:36:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1076</guid>
		<description><![CDATA[I wonder if the various movie companies will pay heed? Probably not&#8230;. http://theoatmeal.com/comics/game_of_thrones &#160;]]></description>
			<content:encoded><![CDATA[<p>I wonder if the various movie companies will pay heed? Probably not&#8230;.</p>
<p>http://theoatmeal.com/comics/game_of_thrones</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/life/i-tried-to-watch-game-of-thrones-and-this-is-what-happened/1076/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Crawlable, Link-Friendly AJAX Websites Using pushState</title>
		<link>http://www.shimirel.com/world-wide-web/create-crawlable-link-friendly-ajax-websites-using-pushstate/1073/</link>
		<comments>http://www.shimirel.com/world-wide-web/create-crawlable-link-friendly-ajax-websites-using-pushstate/1073/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 19:01:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1073</guid>
		<description><![CDATA[http://www.seomoz.org/blog/create-crawlable-link-friendly-ajax-websites-using-pushstate]]></description>
			<content:encoded><![CDATA[<p>http://www.seomoz.org/blog/create-crawlable-link-friendly-ajax-websites-using-pushstate</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/world-wide-web/create-crawlable-link-friendly-ajax-websites-using-pushstate/1073/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sacha Baron Cohen&#8217;s new character revealed</title>
		<link>http://www.shimirel.com/life/sacha-baron-cohens-new-character-revealed/1070/</link>
		<comments>http://www.shimirel.com/life/sacha-baron-cohens-new-character-revealed/1070/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 18:59:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1070</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/mhAg0COnqds" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/life/sacha-baron-cohens-new-character-revealed/1070/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypted Media Extensions v0.1</title>
		<link>http://www.shimirel.com/world-wide-web/html/encrypted-media-extensions-v0-1/1067/</link>
		<comments>http://www.shimirel.com/world-wide-web/html/encrypted-media-extensions-v0-1/1067/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 18:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.shimirel.com/?p=1067</guid>
		<description><![CDATA[Developers from Google, Microsoft and Netflix have written an unofficial draft for a standard to enable playback of protected content in the browser through license/key exchange. http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html]]></description>
			<content:encoded><![CDATA[<p>Developers from Google, Microsoft and Netflix have written an unofficial draft for a standard to enable playback of protected content in the browser through license/key exchange.</p>
<p><a href="http://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html" target="_blank">http://dvcs.w3.org/hg/html-<wbr>media/raw-file/tip/encrypted-<wbr>media/encrypted-media.html</wbr></wbr></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shimirel.com/world-wide-web/html/encrypted-media-extensions-v0-1/1067/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

