<?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>Truelogic Blog</title>
	<atom:link href="http://truelogic.org/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://truelogic.org/wordpress</link>
	<description>Notes and views from the world of software development</description>
	<lastBuildDate>Thu, 12 Apr 2012 14:52:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to make your website Location-Aware</title>
		<link>http://truelogic.org/wordpress/2012/04/12/how-to-make-your-website-location-aware/</link>
		<comments>http://truelogic.org/wordpress/2012/04/12/how-to-make-your-website-location-aware/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 14:52:53 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Javascript/Jquery]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1180</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	These days with web apps being run on tablets and smartphones, location-awareness is becoming of a preferable feature to have. Instead of an app asking the user to enter his location, the app finds it on its own. The most &#8230; <a href="http://truelogic.org/wordpress/2012/04/12/how-to-make-your-website-location-aware/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/04/12/how-to-make-your-website-location-aware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Listing files by Update date in SVN and zipping them</title>
		<link>http://truelogic.org/wordpress/2012/04/06/listing-files-by-update-date-in-svn-and-zipping-them/</link>
		<comments>http://truelogic.org/wordpress/2012/04/06/listing-files-by-update-date-in-svn-and-zipping-them/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 11:18:09 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[FreeBSD Unix]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1173</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	How to get a list of all files changed from a specific date in the past. Secondly, how to zip them all up. Step 1 svn diff http://subversion-url &#8211;summarize -r {2012-03-01}:{2012-03-31} &#62; /var/log.txt What this does is list the files &#8230; <a href="http://truelogic.org/wordpress/2012/04/06/listing-files-by-update-date-in-svn-and-zipping-them/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/04/06/listing-files-by-update-date-in-svn-and-zipping-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing nyroModal positioning in iOS devices</title>
		<link>http://truelogic.org/wordpress/2012/03/07/fixing-nyromodal-positioning-in-ios-devices/</link>
		<comments>http://truelogic.org/wordpress/2012/03/07/fixing-nyromodal-positioning-in-ios-devices/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 13:17:23 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Javascript/Jquery]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1157</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	NyroModal is a JQuery component for showing fancy popups. It has a problem in centering the popup in iOS devices . The specific problem being that if you have scrolled a few pages and then you click on something which &#8230; <a href="http://truelogic.org/wordpress/2012/03/07/fixing-nyromodal-positioning-in-ios-devices/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/03/07/fixing-nyromodal-positioning-in-ios-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between an Emulator and a Simulator</title>
		<link>http://truelogic.org/wordpress/2012/03/03/difference-between-an-emulator-and-a-simulator/</link>
		<comments>http://truelogic.org/wordpress/2012/03/03/difference-between-an-emulator-and-a-simulator/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 07:58:35 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1148</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	Simply put, an emulator mimics the outward behaviour of a system and a Simulator actually models the internal behaviour of a system. A Flight Simulator program actually models all the principles of aerodynamics and physics while flying a plane. &#160; &#8230; <a href="http://truelogic.org/wordpress/2012/03/03/difference-between-an-emulator-and-a-simulator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/03/03/difference-between-an-emulator-and-a-simulator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make a form read-only</title>
		<link>http://truelogic.org/wordpress/2012/02/11/how-to-make-a-form-read-only/</link>
		<comments>http://truelogic.org/wordpress/2012/02/11/how-to-make-a-form-read-only/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 04:45:34 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Javascript/Jquery]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1138</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	A client-side javascript solution to making an entire form non-editable. This approach can be used to make any page read-only. The explanation The demo of the code. Zoom the video to fullscreen to see clearly.]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/02/11/how-to-make-a-form-read-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to embed an external web page into your Facebook page.</title>
		<link>http://truelogic.org/wordpress/2012/01/26/how-to-embed-an-external-web-page-into-your-facebook-page/</link>
		<comments>http://truelogic.org/wordpress/2012/01/26/how-to-embed-an-external-web-page-into-your-facebook-page/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 07:24:03 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1135</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/01/26/how-to-embed-an-external-web-page-into-your-facebook-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic positioning of the jquery tooltip object</title>
		<link>http://truelogic.org/wordpress/2012/01/20/dynamic-positioning-of-the-jquery-tooltip-object/</link>
		<comments>http://truelogic.org/wordpress/2012/01/20/dynamic-positioning-of-the-jquery-tooltip-object/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 06:27:17 +0000</pubDate>
		<dc:creator>richa</dc:creator>
				<category><![CDATA[Javascript/Jquery]]></category>
		<category><![CDATA[Web Designing]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1125</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	We are using dynamic plugin which repositions our tooltips so that it is always visible on the viewport. If there is no room on the top edge then the tooltip is shown on the bottom edge. The same happens on &#8230; <a href="http://truelogic.org/wordpress/2012/01/20/dynamic-positioning-of-the-jquery-tooltip-object/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/01/20/dynamic-positioning-of-the-jquery-tooltip-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downgrading IIS from 64 bit to 32 bit after reinstalling ASP.NET 2.0</title>
		<link>http://truelogic.org/wordpress/2012/01/04/downgrading-iis-from-64-bit-to-32-bit-after-reinstalling-asp-net-2-0/</link>
		<comments>http://truelogic.org/wordpress/2012/01/04/downgrading-iis-from-64-bit-to-32-bit-after-reinstalling-asp-net-2-0/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 09:45:45 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1121</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	To enable 32 bit apps to run: 1.Go to command prompt and navigate to  %systemdrive%\Inetpub\AdminScripts 2.Run the command cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true” &#160; &#160; Next to reinstall ASP.NET 2.0.x 1.Go to command prompt 2.Navigate to C:\%WINDIR%\Microsoft.NET\Framework\v1.1.4322  3. Type aspnet_regiis &#8230; <a href="http://truelogic.org/wordpress/2012/01/04/downgrading-iis-from-64-bit-to-32-bit-after-reinstalling-asp-net-2-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/01/04/downgrading-iis-from-64-bit-to-32-bit-after-reinstalling-asp-net-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install SQL Server 2008 Express</title>
		<link>http://truelogic.org/wordpress/2012/01/04/install-sql-server-2008-express/</link>
		<comments>http://truelogic.org/wordpress/2012/01/04/install-sql-server-2008-express/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 08:16:58 +0000</pubDate>
		<dc:creator>richa</dc:creator>
				<category><![CDATA[MS SQL Server]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1115</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	SQL 2008 Express is available free from Microsoft. This article will take you through the process of how to install  and configure SQL Server 2008 Express. Step 1 : Download SQL Server 2008 Express First, you will need to download &#8230; <a href="http://truelogic.org/wordpress/2012/01/04/install-sql-server-2008-express/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2012/01/04/install-sql-server-2008-express/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Software Is Built</title>
		<link>http://truelogic.org/wordpress/2011/12/25/how-software-is-built/</link>
		<comments>http://truelogic.org/wordpress/2011/12/25/how-software-is-built/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 03:09:45 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://truelogic.org/wordpress/?p=1109</guid>
		<description><![CDATA[	<style type="text/css">
		#followform {
			padding-top:5px;
			text-align:left;
			
		}
	</style>	
	The truth of the development process &#160;]]></description>
		<wfw:commentRss>http://truelogic.org/wordpress/2011/12/25/how-software-is-built/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

