<?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>Information Technology Blog &#187; Other</title>
	<atom:link href="http://lionel-s.com/blog/category/web-development/other/feed/" rel="self" type="application/rss+xml" />
	<link>http://lionel-s.com/blog</link>
	<description>Lionel Siniyunguruza, IT Consultant</description>
	<lastBuildDate>Wed, 08 Sep 2010 14:43:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JavaScript&#039;s Lack of i18n Support and What It Means for You</title>
		<link>http://lionel-s.com/blog/2010/09/06/javascripts-lack-of-i18n-support-and-what-it-means-for-you/</link>
		<comments>http://lionel-s.com/blog/2010/09/06/javascripts-lack-of-i18n-support-and-what-it-means-for-you/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 14:41:54 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/09/06/javascripts-lack-of-i18n-support-and-what-it-means-for-you/</guid>
		<description><![CDATA[Despite its atrocious lack of i18n functionality, you can make JavaScript work better with multilingual web pages.
Read More
]]></description>
			<content:encoded><![CDATA[<p>Despite its atrocious lack of i18n functionality, you can make JavaScript work better with multilingual web pages.<br />
<a href="http://www.webreference.com/programming/Globalize-Web-Applications17_JavaScript_i18n/index.html" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/09/06/javascripts-lack-of-i18n-support-and-what-it-means-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build a Searchable Online Employee Directory with ASP.NET</title>
		<link>http://lionel-s.com/blog/2010/08/29/build-a-searchable-online-employee-directory-with-asp-net/</link>
		<comments>http://lionel-s.com/blog/2010/08/29/build-a-searchable-online-employee-directory-with-asp-net/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 14:29:42 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/08/29/build-a-searchable-online-employee-directory-with-asp-net/</guid>
		<description><![CDATA[Use this step-by-step guide to create a searchable online employee directory using ASP.NET and database-driven result pages.
Read More
]]></description>
			<content:encoded><![CDATA[<p>Use this step-by-step guide to create a searchable online employee directory using ASP.NET and database-driven result pages.<br />
<a href="http://www.webreference.com/programming/asp_net/Employee_Directory/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/08/29/build-a-searchable-online-employee-directory-with-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Flexible Website Navigation with WordPress 3.0</title>
		<link>http://lionel-s.com/blog/2010/08/22/implementing-flexible-website-navigation-with-wordpress-3-0/</link>
		<comments>http://lionel-s.com/blog/2010/08/22/implementing-flexible-website-navigation-with-wordpress-3-0/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 03:00:00 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/08/22/implementing-flexible-website-navigation-with-wordpress-3-0/</guid>
		<description><![CDATA[WordPress 3.0 allows you to build a flexible navigation system easily using custom menus and just a few lines of code.
Read More
]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 allows you to build a flexible navigation system easily using custom menus and just a few lines of code.<br />
<a href="http://www.webreference.com/programming/wordpress_nav/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/08/22/implementing-flexible-website-navigation-with-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Help Desk Web Application Using ASP.NET</title>
		<link>http://lionel-s.com/blog/2010/08/16/create-a-help-desk-web-application-using-asp-net/</link>
		<comments>http://lionel-s.com/blog/2010/08/16/create-a-help-desk-web-application-using-asp-net/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 14:07:56 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/08/16/create-a-help-desk-web-application-using-asp-net/</guid>
		<description><![CDATA[Use this step-by-step guide to build an ASP.NET help desk application using a database-driven approach that ensures easy maintenance and scalability.
Read More
]]></description>
			<content:encoded><![CDATA[<p>Use this step-by-step guide to build an ASP.NET help desk application using a database-driven approach that ensures easy maintenance and scalability.<br />
<a href="http://www.webreference.com/programming/asp_net/helpdesk/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/08/16/create-a-help-desk-web-application-using-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isolating Locale-specific Text in International Java Applications</title>
		<link>http://lionel-s.com/blog/2010/07/10/isolating-locale-specific-text-in-international-java-applications-3/</link>
		<comments>http://lionel-s.com/blog/2010/07/10/isolating-locale-specific-text-in-international-java-applications-3/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 19:07:38 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/07/10/isolating-locale-specific-text-in-international-java-applications-3/</guid>
		<description><![CDATA[Learn how to isolate locale-specific text in international Java applications using ResourceBundles and Properties files.
Read More
]]></description>
			<content:encoded><![CDATA[<p>Learn how to isolate locale-specific text in international Java applications using ResourceBundles and Properties files.<br />
<a href="http://www.webreference.com/programming/Globalize-Web-Applications14_Java_Text/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/07/10/isolating-locale-specific-text-in-international-java-applications-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Publish Web Content Efficiently with Magnolia CMS</title>
		<link>http://lionel-s.com/blog/2010/05/24/publish-web-content-efficiently-with-magnolia-cms/</link>
		<comments>http://lionel-s.com/blog/2010/05/24/publish-web-content-efficiently-with-magnolia-cms/#comments</comments>
		<pubDate>Mon, 24 May 2010 18:33:38 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/05/24/publish-web-content-efficiently-with-magnolia-cms/</guid>
		<description><![CDATA[Learn how to publish content to the Web quickly and efficiently with the open-source, Java-based Magnolia CMS.
Read More
]]></description>
			<content:encoded><![CDATA[<p>Learn how to publish content to the Web quickly and efficiently with the open-source, Java-based Magnolia CMS.<br />
<a href="http://www.webreference.com/authoring/MagnoliaCMS/publish/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/05/24/publish-web-content-efficiently-with-magnolia-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate Rails Application Deployment with Capistrano</title>
		<link>http://lionel-s.com/blog/2010/05/09/automate-rails-application-deployment-with-capistrano/</link>
		<comments>http://lionel-s.com/blog/2010/05/09/automate-rails-application-deployment-with-capistrano/#comments</comments>
		<pubDate>Sun, 09 May 2010 17:37:24 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/05/09/automate-rails-application-deployment-with-capistrano/</guid>
		<description><![CDATA[When you&#39;re ready to deploy your Ruby on Rails application, Capistrano can make the process much easier.
Read More
]]></description>
			<content:encoded><![CDATA[<p>When you&#39;re ready to deploy your Ruby on Rails application, Capistrano can make the process much easier.<br />
<a href="http://wdvl.com/Authoring/ror/Capistrano/saurabh_bhatia05062010.html" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/05/09/automate-rails-application-deployment-with-capistrano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend jQuery with Your Very Own Plugin</title>
		<link>http://lionel-s.com/blog/2010/05/02/extend-jquery-with-your-very-own-plugin/</link>
		<comments>http://lionel-s.com/blog/2010/05/02/extend-jquery-with-your-very-own-plugin/#comments</comments>
		<pubDate>Sun, 02 May 2010 17:25:19 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/05/02/extend-jquery-with-your-very-own-plugin/</guid>
		<description><![CDATA[With just a little jQuery code, you can easily develop and seamlessly implement your own plugin to extend the jQuery library.
Read More
]]></description>
			<content:encoded><![CDATA[<p>With just a little jQuery code, you can easily develop and seamlessly implement your own plugin to extend the jQuery library.<br />
<a href="http://www.webreference.com/programming/jquery/plugin/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/05/02/extend-jquery-with-your-very-own-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Multilingual Web Sites with Windows Unicode Fonts</title>
		<link>http://lionel-s.com/blog/2010/04/25/create-multilingual-web-sites-with-windows-unicode-fonts/</link>
		<comments>http://lionel-s.com/blog/2010/04/25/create-multilingual-web-sites-with-windows-unicode-fonts/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 17:19:10 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/04/25/create-multilingual-web-sites-with-windows-unicode-fonts/</guid>
		<description><![CDATA[To input text in languages other than your keyboard default on Windows platforms, you&#39;ll need to do some tweaking. Learn how to enable various International Unicode Keyboards in Windows XP.
Read More
]]></description>
			<content:encoded><![CDATA[<p>To input text in languages other than your keyboard default on Windows platforms, you&#39;ll need to do some tweaking. Learn how to enable various International Unicode Keyboards in Windows XP.<br />
<a href="http://www.webreference.com/programming/Globalize-Web-Applications06/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/04/25/create-multilingual-web-sites-with-windows-unicode-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log JavaScript Errors Using an AJAX-driven Web Service</title>
		<link>http://lionel-s.com/blog/2010/04/04/log-javascript-errors-using-an-ajax-driven-web-service/</link>
		<comments>http://lionel-s.com/blog/2010/04/04/log-javascript-errors-using-an-ajax-driven-web-service/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 16:45:00 +0000</pubDate>
		<dc:creator>Lionel</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://lionel-s.com/blog/2010/04/04/log-javascript-errors-using-an-ajax-driven-web-service/</guid>
		<description><![CDATA[JavaScript&#39;s error-capturing mechanisms not advanced enough for your web applications? Here&#39;s a novel way to log JavaScript errors using an AJAX-driven web service.
Read More
]]></description>
			<content:encoded><![CDATA[<p>JavaScript&#39;s error-capturing mechanisms not advanced enough for your web applications? Here&#39;s a novel way to log JavaScript errors using an AJAX-driven web service.<br />
<a href="http://www.webreference.com/programming/javascript/errorlogging/" TARGET="_blank">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lionel-s.com/blog/2010/04/04/log-javascript-errors-using-an-ajax-driven-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
