<?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>Jorge Martinez de Salinas &#187; SW development</title>
	<atom:link href="http://www.jorgemarsal.com/blog/category/sw/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorgemarsal.com/blog</link>
	<description>Random thoughts</description>
	<lastBuildDate>Sat, 03 Jul 2010 11:45:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Object Oriented C</title>
		<link>http://www.jorgemarsal.com/blog/2010/04/11/object-oriented-c/</link>
		<comments>http://www.jorgemarsal.com/blog/2010/04/11/object-oriented-c/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 11:27:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SW development]]></category>
		<category><![CDATA[object oriented c]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2010/04/11/object-oriented-c/</guid>
		<description><![CDATA[Object Oriented C? Sure. In the end what&#8217;s important about object oriented programming is the techniques not the languages. If you are interested on the topic take a look at this book.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2010/04/11/object-oriented-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verilog plugin for Eclipse</title>
		<link>http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 09:35:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SW development]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[veditor]]></category>
		<category><![CDATA[verilog]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/</guid>
		<description><![CDATA[If you are going to develop Verilog/VHDL code using eclipse I&#8217;ve got good news for you. Veditor provides a nice environment to work with Verilog. To install it click Help->Install new software. The repository URL is at: http://veditor.sourceforge.net/update Be sure to uncheck Group items by category, otherwise Veditor won&#8217;t show up.]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/10/11/verilog-plugin-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft publishes a paper on a multi-process browser code named &#8220;Gazelle&#8221;</title>
		<link>http://www.jorgemarsal.com/blog/2009/07/10/microsoft-publishes-a-paper-on-a-multi-process-browser-code-named-gazelle/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/07/10/microsoft-publishes-a-paper-on-a-multi-process-browser-code-named-gazelle/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:15:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SW development]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[gazelle]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[multiprocess]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/07/10/microsoft-publishes-a-paper-on-a-multi-process-browser-code-named-gazelle/</guid>
		<description><![CDATA[<p>Microsoft is developing a new multiprocess browser code named "Gazelle" which will include security improvements over the existing browsers (or so they say).</p>
]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/07/10/microsoft-publishes-a-paper-on-a-multi-process-browser-code-named-gazelle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Subversion support to Visual Studio 2008</title>
		<link>http://www.jorgemarsal.com/blog/2009/06/04/adding-subversion-support-to-visual-studio-2008/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/06/04/adding-subversion-support-to-visual-studio-2008/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 09:18:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SW development]]></category>
		<category><![CDATA[cool sw]]></category>
		<category><![CDATA[Ankhsvn]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[visual studio 2008]]></category>
		<category><![CDATA[visualSVN]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/06/04/adding-subversion-support-to-visual-studio-2008/</guid>
		<description><![CDATA[Control versioning systems are an essential tool for every programmer and provide very useful options such as keeping different branches of the same project or reverting the source code to a previous version. In this post I’m going to show you how to set up and integrate Subversion with VS2008. You need to download the [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/06/04/adding-subversion-support-to-visual-studio-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web services in Python with soaplib (1)</title>
		<link>http://www.jorgemarsal.com/blog/2009/05/19/web-services-in-python-with-soaplib-1/</link>
		<comments>http://www.jorgemarsal.com/blog/2009/05/19/web-services-in-python-with-soaplib-1/#comments</comments>
		<pubDate>Wed, 20 May 2009 00:59:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SW development]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[soaplib]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://www.jorgemarsal.com/blog/2009/05/20/web-services-in-python-with-soaplib-1/</guid>
		<description><![CDATA[Surprisingly, there aren’t too many web services libraries in Python. On the one hand, we have ZSI, allegedly the most powerful one. However its documentation is outdated and the beginnings aren’t easy. Keeping my search I discovered soaplib. Soaplib is an easy to use python library for writing and calling soap web services. To install [...]]]></description>
		<wfw:commentRss>http://www.jorgemarsal.com/blog/2009/05/19/web-services-in-python-with-soaplib-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
