<?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>Hussain Fakhruddin, India Weblog &#187; linux</title>
	<atom:link href="http://blog.hussulinux.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hussulinux.com</link>
	<description>Things should be simple. But not any simpler!</description>
	<lastBuildDate>Tue, 07 Sep 2010 19:04:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Marketcetera : Open Source Trading Platform</title>
		<link>http://blog.hussulinux.com/2009/01/open-source-trading-platform/</link>
		<comments>http://blog.hussulinux.com/2009/01/open-source-trading-platform/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 06:56:36 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.hussulinux.com/?p=90</guid>
		<description><![CDATA[Most stock trading systems these days are mostly on Solaris, but the trend is changing. Stock broking companies are wanting effective low cost solution. Most companies I know of are moving towards .Net platform or Linux platform. .NET is far cheaper than Solaris solution, but it takes you down over the years with M$ extrating [...]]]></description>
			<content:encoded><![CDATA[<p>Most stock trading systems these days are mostly on Solaris, but the trend is changing. Stock broking companies are wanting effective low cost solution. Most companies I know of are moving towards .Net platform or Linux platform. .NET is far cheaper than Solaris solution, but it takes you down over the years with M$ extrating money out of you year after year! So financial companies are also looking at open solutions like Linux.</p>
<p>Adding to this trend, Lets welcome <strong>Marketcetera</strong>(<a href="http://www.marketcetera.org">http://www.marketcetera.org</a>) &#8211; Open Source software for automated trading systems. Marketcetera&#8217;s platform lets brokers and traders build effective automated trading systems, develop proprietary algorithms, create order management solutions and manage risk faster, easier and at much lower cost than with closed platforms.</p>
<p>Here&#8217;s a Quick Overview of the system</p>
<p><a href="http://repo.marketcetera.org/images/diagrams/Marketcetera-Platform.png"><img class="aligncenter" title="Marketcetera :Open Source Trading Platform " src="http://repo.marketcetera.org/images/diagrams/Marketcetera-Platform.png" alt="" width="477" height="244" /></a></p>
<p>Some special features of Marketcetera</p>
<ul>
<li>Process orders through FIX protocol in the exchange. This is good for DMA(Direct Market Access) Clients.</li>
<li>Order Routing &#8211; You can route your orders. Its an interesting feature which I might discuss it over in another post.</li>
<li>Exchange Simulators to test your stuff. You definitely need them, But not quite sure how many exchanges can they simulate? Exchanges in Asia-Pacific markets are like way too different.</li>
<li>Order statuses: They kind of flow the orders from Front office to back office, Again this is quite interesting, I will try to blog on it some other day, But yes, those who are familiar with stock broking side will know what Trade Flow is all about.</li>
<li>MySQL/Postgres or Oracle can be used as a back-end database. Really cool!</li>
<li>It uses the Spring framework with ActiveMQ as the messaging queue &#8211; I guess JMS has become heart and soul for all stock brokers these days with Tibco and Webmethods pushing their sales guys hard on this domain. Again a good way to test out the scalability of ActiveMQ with respect to other platforms in the closed source group.</li>
<li>It uses various GUI&#8217;s &#8211; For entering orders it uses Photon, for others,it also uses RoR &#8211; Not quite sure if RoR will scale up?! Big question, We&#8217;ll see.. I really wonder how much of Web 2.0 are they using!</li>
<li>This is not it, there are plenty of features , particularly to hardcore stock broking side like algorithms etc, which I feel you may get an insight at their own site.</li>
</ul>
<p>I haven&#8217;t got enough time to actually put my hands on and try it out , but it seems promising. A few more years of hardcore development and it could be the best! Just needs some experts on the business side which I think their team already has.</p>
<p>But the question is, Will Marketcetera be able to survive when the markets are falling. Offcourse they need a huge investment, I don&#8217;t quite know who&#8217;s funding them. The one great thing that I like about them is that they are following everything that an open source product needs: Wiki, Mailing list, releases etc. Its really good to see Trading platforms in Open Source. Hat&#8217;s off to Marketcetera Inc.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2009/01/open-source-trading-platform/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>html2pdf using jsp and linux</title>
		<link>http://blog.hussulinux.com/2009/01/html2pdf-using-jsp-and-linux/</link>
		<comments>http://blog.hussulinux.com/2009/01/html2pdf-using-jsp-and-linux/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 18:25:18 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.hussulinux.com/?p=88</guid>
		<description><![CDATA[Have you ever thought of downloading the current viewed page as PDF. Here&#8217;a  quick program which can read an HTML and convert it to PDF using JSP or Servlet. I am going to call an external linux command called &#8216;convert&#8217; which does all the magic for me.
All I need is a linux box with ImageMagick [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever thought of downloading the current viewed page as PDF. Here&#8217;a  quick program which can read an HTML and convert it to PDF using JSP or Servlet. I am going to call an external linux command called &#8216;convert&#8217; which does all the magic for me.</p>
<p>All I need is a linux box with ImageMagick setup along with html2ps and ghostscript. I can get this very very easily from my ubuntu&#8217;s apt-get install &#8230;</p>
<p>So here&#8217;s the small snippet which I wrote after setting up.</p>
<p style="text-align: left;"><em>try<br />
{<br />
Runtime rt = Runtime.getRuntime() ;<br />
Process p = rt.exec(&#8220;convert /usr/local/share/pdfformat1.html /usr/local/share/pdfformat.pdf&#8221;  ) ;<br />
p.waitFor();   //&lt;&#8211; This waits until the operation is over<br />
System.out.println(p.exitValue());  //&lt;&#8211; if the output is 0 it means pdf was generated successfully<br />
}<br />
catch (Exception e){<br />
e.printStackTrace();<br />
}</em></p>
<p style="text-align: left;">Now this can be quite a good replacement for iText html to pdf conversion which is quite buggy (I am a huge fan of iText, but somehow this HTML needs to be rendered properly I feel)</p>
<p style="text-align: left;">After having got the file, read the file and reply to your browser by <em>response.setContentType(&#8220;application/pdf&#8221;);</em></p>
<p style="text-align: left;">Please note, ONLY valid HTML tags are allowed. This method doesn&#8217;t support CSS. If someone knows of it, please let me know.This method works perfectly well with valid HTML syntax. So if your output pdf isn&#8217;t looking as expected, please check your HTML.</p>
<p style="text-align: left;">You can use this little utility to check your valid HTML <em>#: sudo apt-get install wdg-html-validator</em> and then run #: validate filename.html<br />
This will list out all the invalid HTML tags.</p>
<p style="text-align: left;">So for all you report building guys out there, here&#8217;s a quick tip: Just output your report as HTML &lt;offcourse with data poluated&gt; and then use this utility to generate a PDF out of it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2009/01/html2pdf-using-jsp-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HeartBeat</title>
		<link>http://blog.hussulinux.com/2008/12/heartbeat/</link>
		<comments>http://blog.hussulinux.com/2008/12/heartbeat/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 03:53:58 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.hussulinux.com/?p=61</guid>
		<description><![CDATA[I am starting a project called HeartBeat
HeartBeat phase 1 will consist of the following features:
1. Server script configuration
2. Implementation of libtrilead for Java SSH
3. Creation of libheartbeat
4. Basic GUI under Swing
Users will be able to configure almost any service and start and stop it remotely through SSH.
Imagine a single GUI to manage all your servers [...]]]></description>
			<content:encoded><![CDATA[<p>I am starting a project called HeartBeat</p>
<p>HeartBeat phase 1 will consist of the following features:</p>
<p>1. Server script configuration<br />
2. Implementation of libtrilead for Java SSH<br />
3. Creation of libheartbeat<br />
4. Basic GUI under Swing</p>
<p>Users will be able to configure almost any service and start and stop it remotely through SSH.</p>
<p>Imagine a single GUI to manage all your servers around the world with a simple click!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2008/12/heartbeat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most popular windows &#8211; linux equivalent softwares</title>
		<link>http://blog.hussulinux.com/2008/12/most-popular-windows-linux-equivalent-softwares/</link>
		<comments>http://blog.hussulinux.com/2008/12/most-popular-windows-linux-equivalent-softwares/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 06:07:08 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.hussulinux.com/?p=58</guid>
		<description><![CDATA[0) Windows &#8211; Linux
1) uTorrent  &#8211; rTorrent
If you like uTorrent, you will definitely like rTorrent. Its much simpler and easier to use!
2) Remote Desktop &#8211; rDesktop/VNC
If you want to share desktops, use VNC. If you want to Remote desktop to a windows machine from a linux system, use rDesktop
3) Yahoo/MSN &#8211; Pidgin
Your all in one [...]]]></description>
			<content:encoded><![CDATA[<p><strong>0) Windows &#8211; Linux</strong></p>
<p><strong>1) uTorrent  &#8211; rTorrent</strong></p>
<p>If you like uTorrent, you will definitely like rTorrent. Its much simpler and easier to use!</p>
<p><strong>2) Remote Desktop &#8211; rDesktop/VNC</strong></p>
<p>If you want to share desktops, use VNC. If you want to Remote desktop to a windows machine from a linux system, use rDesktop</p>
<p><strong>3) Yahoo/MSN &#8211; Pidgin</strong></p>
<p>Your all in one instant messenger. Gives you better features: Major one being, you can login with multiple accounts on the same system! Isn&#8217;t that cool?!</p>
<p><strong>4) IE &#8211; Firefox</strong></p>
<p>Ok, we all know how good firefox is!</p>
<p><strong>5) Outlook &#8211; Thunderbird</strong></p>
<p>DONT USE OUTLOOK unless you want to screw your system up with hackers around! Use Thunderbird for windows and linux both!</p>
<p><strong>6) Photoshop &#8211; Gimp</strong></p>
<p>Gimp is quite matured now! It gives  you better brushes than photoshop..</p>
<p><strong>7) Dreamweaver &#8211; Quanta Plus</strong></p>
<p>Used dreamweaver since long and cant use it in linux? Try Quanta..</p>
<p><strong>8 ) MS Office &#8211; OpenOffice.org</strong></p>
<p>I&#8217;ve personally stopped using MS Office on windows too ( Ok, Ive stopped using windows too)</p>
<p><strong>9) VMWare &#8211; Virtual Box</strong></p>
<p>Virtual box is still a bit buggy, but you&#8217;ll not get to know unless you&#8217;re a hacker.</p>
<p><strong>10) Notepad &#8211; GEdit/VI</strong></p>
<p>We all know this!</p>
<p><strong>11) Media Player &#8211; VLC Player</strong></p>
<p>VLC is not in looks, but neither is Media Player.</p>
<p><strong>12) WSFTP &#8211; Filezilla</strong></p>
<p>Use filezilla for both , windows and Linux</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2008/12/most-popular-windows-linux-equivalent-softwares/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Life without Apache : Meritocracy in Action.</title>
		<link>http://blog.hussulinux.com/2008/09/life-without-apache-meritocracy-in-action/</link>
		<comments>http://blog.hussulinux.com/2008/09/life-without-apache-meritocracy-in-action/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 06:40:00 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://hussulinux.com/blog/?p=44</guid>
		<description><![CDATA[I am obsessed with Apache. Yes! I am and I am proud that I am!
I was just wondering how life would be WITHOUT Apache!


We would still be doing ASP. Many of us would have gone into ASPX and C#

CGI and PHP wouldn&#8217;t have come out..

Total no. of websites in the world would be less. I [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:85%;"><span style="font-family: verdana;">I am obsessed with Apache. Yes! I am and I am proud that I am!</p>
<p>I was just wondering how life would be WITHOUT Apache!</p>
<p></span></span>
<ul>
<li><span style="font-size:85%;"><span style="font-family: verdana;">We would still be doing ASP. Many of us would have gone into ASPX and C#</p>
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">CGI and PHP wouldn&#8217;t have come out..
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">Total no. of websites in the world would be less. I don&#8217;t know how much % but yes, it would surely be less.
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">There would all be Windows Hosting Services everywhere and the prices would be higher and higher&#8230;
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">Who can forget the popular Tomcat. </span></span><span style="font-size:85%;"><span style="font-family: verdana;">Java wasn&#8217;t open source before, other app servers were not that comfortable interms of price, simplicity and ease of use. Every newbie in JSP/Servlet starts with Tomcat. People crib that Tomcat doesn&#8217;t have EJB, who needs EJB these days?
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">No Java projects would compile using Make, so Ant came it. Imagine how difficult life would be without ANT scripts.
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">MVC the most popular design pattern: Struts is the name you think of. If it weren&#8217;t there, you&#8217;d still be writing your own servlets and JSP and controller logic.
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">Almost 80-90% of GOOD Java EE developers would use Apache Commons. I mean who doesn&#8217;t use it?
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">Logging your application for debug and support, What would you do without Apache Logging Sevices
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">Forget all programming, there is still no comparision with Xerces for XML. I challenge.
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">Make your code as Webservice? No words about Axis, yet again apache product!
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">You want a middleware java messaging framework for your JMS? Use ActiveMQ
<p></span></span></li>
<li><span style="font-size:85%;"><span style="font-family: verdana;">Object relation model: Try iBatis, you wont leave it again.</span></span></li>
</ul>
<p><span style="font-size:85%;"><span style="font-family: verdana;"><br />All in all, If there was no Apache, Life wouldn&#8217;t have stopped but would have been SO SO damn difficult. My many many thanks to Apache&#8230;</p>
<p></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2008/09/life-without-apache-meritocracy-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnunify 2008 Pics 2</title>
		<link>http://blog.hussulinux.com/2008/02/gnunify-2008-pics-2/</link>
		<comments>http://blog.hussulinux.com/2008/02/gnunify-2008-pics-2/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 14:41:00 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[gnunify]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://hussulinux.com/blog/?p=33</guid>
		<description><![CDATA[With David Axmark, Co-Founder of MySQL
With Robert Adkins, Alolita Sharma and Manish Singh
Me, Manish, BC Shekhar, Shridhar
Helping Hand?
In Atul Kahate&#8217;s Session

]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_dcS1l9icSOg/R68ULmyD8jI/AAAAAAAAATo/U14Hoxzzvmg/s1600-h/davidandme.jpg"><img style="cursor: pointer;" src="http://bp2.blogger.com/_dcS1l9icSOg/R68ULmyD8jI/AAAAAAAAATo/U14Hoxzzvmg/s400/davidandme.jpg" alt="" id="BLOGGER_PHOTO_ID_5165369487238885938" border="0" /></a><br />With David Axmark, Co-Founder of MySQL</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_dcS1l9icSOg/R68RhGyD8eI/AAAAAAAAATA/FynaPv1XJKc/s1600-h/ajaxworkshop5.jpg"><img style="cursor: pointer;" src="http://bp0.blogger.com/_dcS1l9icSOg/R68RhGyD8eI/AAAAAAAAATA/FynaPv1XJKc/s400/ajaxworkshop5.jpg" alt="" id="BLOGGER_PHOTO_ID_5165366558071189986" border="0" /></a><br />With Robert Adkins, Alolita Sharma and Manish Singh</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_dcS1l9icSOg/R68RhWyD8fI/AAAAAAAAATI/d45A6NucxFc/s1600-h/ajaxworkshop4.jpg"><img style="cursor: pointer;" src="http://bp1.blogger.com/_dcS1l9icSOg/R68RhWyD8fI/AAAAAAAAATI/d45A6NucxFc/s400/ajaxworkshop4.jpg" alt="" id="BLOGGER_PHOTO_ID_5165366562366157298" border="0" /></a><br />Me, Manish, BC Shekhar, Shridhar</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_dcS1l9icSOg/R68RhmyD8gI/AAAAAAAAATQ/alNpligNeTI/s1600-h/ajaxworkshop1.jpg"><img style="cursor: pointer;" src="http://bp2.blogger.com/_dcS1l9icSOg/R68RhmyD8gI/AAAAAAAAATQ/alNpligNeTI/s400/ajaxworkshop1.jpg" alt="" id="BLOGGER_PHOTO_ID_5165366566661124610" border="0" /></a><br />Helping Hand?</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_dcS1l9icSOg/R68RhmyD8hI/AAAAAAAAATY/fj_8mclsGu0/s1600-h/ajaxworkshop3.jpg"><img style="cursor: pointer;" src="http://bp2.blogger.com/_dcS1l9icSOg/R68RhmyD8hI/AAAAAAAAATY/fj_8mclsGu0/s400/ajaxworkshop3.jpg" alt="" id="BLOGGER_PHOTO_ID_5165366566661124626" border="0" /></a><br />In Atul Kahate&#8217;s Session</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_dcS1l9icSOg/R68Rh2yD8iI/AAAAAAAAATg/2m3T6CemC1M/s1600-h/ajaxworkshop6.jpg"><img style="cursor: pointer;" src="http://bp3.blogger.com/_dcS1l9icSOg/R68Rh2yD8iI/AAAAAAAAATg/2m3T6CemC1M/s400/ajaxworkshop6.jpg" alt="" id="BLOGGER_PHOTO_ID_5165366570956091938" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2008/02/gnunify-2008-pics-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gnunify 2008 Pics 1</title>
		<link>http://blog.hussulinux.com/2008/02/gnunify-2008-pics-1/</link>
		<comments>http://blog.hussulinux.com/2008/02/gnunify-2008-pics-1/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 18:55:00 +0000</pubDate>
		<dc:creator>Hussain Fakhruddin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[gnunify]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://hussulinux.com/blog/?p=32</guid>
		<description><![CDATA[Rush to get inside my workshop IRush to get inside my workshop II



]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_dcS1l9icSOg/R634LWyD8cI/AAAAAAAAASw/OkOm63xz6xM/s1600-h/phpajax4.jpg"><img style="cursor: pointer;" src="http://bp3.blogger.com/_dcS1l9icSOg/R634LWyD8cI/AAAAAAAAASw/OkOm63xz6xM/s400/phpajax4.jpg" alt="" id="BLOGGER_PHOTO_ID_5165057221641630146" border="0" /></a><br />Rush to get inside my workshop I<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_dcS1l9icSOg/R634LmyD8dI/AAAAAAAAAS4/9UvlosruyP8/s1600-h/phpajax5.jpg"><img style="cursor: pointer;" src="http://bp0.blogger.com/_dcS1l9icSOg/R634LmyD8dI/AAAAAAAAAS4/9UvlosruyP8/s400/phpajax5.jpg" alt="" id="BLOGGER_PHOTO_ID_5165057225936597458" border="0" /></a><br />Rush to get inside my workshop II</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_dcS1l9icSOg/R634KWyD8ZI/AAAAAAAAASY/W8VmAgl89HE/s1600-h/phpajax1.jpg"><img style="cursor: pointer;" src="http://bp3.blogger.com/_dcS1l9icSOg/R634KWyD8ZI/AAAAAAAAASY/W8VmAgl89HE/s400/phpajax1.jpg" alt="" id="BLOGGER_PHOTO_ID_5165057204461760914" border="0" /></a></p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_dcS1l9icSOg/R634KmyD8aI/AAAAAAAAASg/x7jl6eaUQk0/s1600-h/phpajax2.jpg"><img style="cursor: pointer;" src="http://bp0.blogger.com/_dcS1l9icSOg/R634KmyD8aI/AAAAAAAAASg/x7jl6eaUQk0/s400/phpajax2.jpg" alt="" id="BLOGGER_PHOTO_ID_5165057208756728226" border="0" /></a></p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_dcS1l9icSOg/R634K2yD8bI/AAAAAAAAASo/pTwRRugCuy4/s1600-h/phpajax3.jpg"><img style="cursor: pointer;" src="http://bp1.blogger.com/_dcS1l9icSOg/R634K2yD8bI/AAAAAAAAASo/pTwRRugCuy4/s400/phpajax3.jpg" alt="" id="BLOGGER_PHOTO_ID_5165057213051695538" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hussulinux.com/2008/02/gnunify-2008-pics-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
