<?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>tazzix.com &#187; General</title>
	<atom:link href="http://tazzix.com/wp/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://tazzix.com/wp</link>
	<description>Mobile Development Anyone?</description>
	<lastBuildDate>Tue, 01 Jun 2010 11:23:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A developer&#8217;s perspective &#8211; J2ME, S60, iPhone, Android, BlackBerry, WindowsMobile</title>
		<link>http://tazzix.com/wp/2010/05/30/a-developers-perspective-j2me-s60-iphone-android-blackberry-windowsmobile/</link>
		<comments>http://tazzix.com/wp/2010/05/30/a-developers-perspective-j2me-s60-iphone-android-blackberry-windowsmobile/#comments</comments>
		<pubDate>Sun, 30 May 2010 18:08:31 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[WEB/WAP Development]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[S60]]></category>
		<category><![CDATA[WM]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/?p=98</guid>
		<description><![CDATA[A comparison between different mobile operating system from a developer's perspective. Opinions of site admin, tazzix. Having developed on all above mentioned platforms.]]></description>
			<content:encoded><![CDATA[<p><a href="http://tazzix.com/wp/wp-content/uploads/2010/05/n97_nxs1_tpro_iphone_small.jpg"><img class="alignleft size-full wp-image-100" title="n97_nxs1_tpro_iphone_small" src="http://tazzix.com/wp/wp-content/uploads/2010/05/n97_nxs1_tpro_iphone_small.jpg" alt="" width="482" height="551" /></a>Gone are the good days when PocketPC was the only smart phone platform worth developing for, or when developing an application in J2ME will cover a major share of the devices.</p>
<p>Now you have to cover as many platforms and take care of device fragmentation if your application or service has to give you good coverage across various markets and regions.</p>
<p>I had developed for WindowsMobile since the PocketPC 2002 days, for J2ME since its inception,  and Symbian S60 since the first device was released, but I never was doing mobile device development as a full time job or even hobby, I did however, develop applications and snippets that the usual mobile developers did not venture to.</p>
<p>My most work was on J2ME which I did take up on professional level apart from a few projects in S60, where I found out that I knew much more about mobile device development than I thought I would. I was able to port most of my J2ME stuff to BlackBerry with added features using native classes and APIs. Unintentionally I knew the S60 API inside out without developing many applications and even the versioning issues and workarounds when a specific API was not working as intended under particular circumstances.</p>
<p>Then the dreaded iPhone was launched, an expensive mega mobile device with features unheard of and NO J2ME. Well it was only Web / AJAX development for the first few months. The requirement of owning a Mac for iPhone development is too huge a commodity, not that S60 development could be done on a Mac (out of the box), but Android has nailed it with support for not only these two but my favourite platform, Linux.</p>
<p>As a user, I like the Nexus One, but some things I can only do on the Nokia N97, even if its the most inferior looking to some out of the above devices. The Fuze / TouchPro was my biggest disappointment and hence no other WM phone is going to land in my pocket any time soon.</p>
<p>Now lets go through each of them briefly (trying to be in chronological order, omitting revisions):</p>
<p><span style="text-decoration: underline;"><strong>Windows Mobile (PocketPC):</strong></span></p>
<p>Supported by Microsoft it is one of the oldest platforms around in relatively similar shape. Although the .NET framework has changed it a lot but the main goal remains the same as always, to keep development similar to desktop Windows development. I am not sure about other developers but I do not think that worked for me, I was not a Windows developer ever, and Visual C++ or VB where alien terms for me, and knowledge of all things Linux never helped, my applications remained to eVB (embedded VB) because of its visual interface designer. I have later done C# applications as well but the memory management and background running things annoyed me more than any segfault on Linux.</p>
<p>Pros: Windows API, .NET, Familiar languages and constructs, Microsoft Tools, great on device debugging, can run J2ME applications</p>
<p>Cons: Mostly for Windows developers, SDK / Tools only for Windows OS.</p>
<p><span style="text-decoration: underline;"><strong>Symbian S60:</strong></span></p>
<p>Symbian also has its roots to older PDAs but in my opinion has changed too much from that era, I have done a few professional projects and know my way around its usually difficult documentation. With Carbide C++ getting better and now free its a good platform outselling most in some regions. All devices run J2ME with multi-tasking, leaving C++ to be used at will and when certain aspects of the phone are to be used.</p>
<p>Pros: Getting OpenSource, Carbide C++ free, Some Linux development possible, Ajax / J2ME applications work</p>
<p>Cons: Variant of C++, Troublesome signing, not so easy to set on device debugging</p>
<p><span style="text-decoration: underline;"><strong>J2ME (Java):</strong></span></p>
<p>J2ME is as close to normal Java as it could be on mobile devices, this approach has its own drawbacks but got developers attracted easily and applications rolling. Although the fragmentation with respect to screen colors, dimensions, and keypads killed the enthusiasm as quickly as it began. Although color screen devices with or without touch and any kind of keypad, keyboard, or the lack of it could be handled in one single application and all my applications were based on this. Most of my mobile device work is on this platform ranging from general purpose APIs to stock market and streaming media applications.</p>
<p>Pros: Familiar language and constructs, Cross Platform development, major device share</p>
<p>Cons: device fragmentation, tricky on device debugging, RMS is evil.</p>
<p><span style="text-decoration: underline;"><strong>BlackBerry:</strong></span></p>
<p>RIM used J2ME as its starter and provided APIs for native additions, this approach worked well for BlackBerry devices and enough professional applications are out there as this platform targets such users. I liked the native APIs for trackball, special keys, and network integration, etc. I ported some of my J2ME work with native APIs others were just re-packaged to work on RIM devices.</p>
<p>Pros: Similar to J2ME, native APIs and Classes.</p>
<p>Cons: tricky packaging and deployment</p>
<p><span style="text-decoration: underline;"><strong>iPhone:</strong></span></p>
<p>The most hyped platform, restricted by Apple and available to the masses unlocked and jailbrocken by I would like to know who. The one iPhone I had corrupted and had to reflash, jailbreak, unlock to get it to work again makes me think that the whole process is not anything like discovering X-rays or the sorts, there is simply no logic behind the precisely timed steps and so on. I have flashed official and not so official operating systems and ROMs to nearly all devices I ever owned (number goes into dozens) so I understand how you can accidentally hit a bootloader and how you need inside info to know it.</p>
<p>Owning a Mac is another bottleneck for iPhone development, its just too expensive compared to similar specification machine of vendors for Windows or Linux. So being unsure if I would do anything commercial I used a Hackintosh, but do not promote it, once you feel you are going to earn from it, go buy a Mac.</p>
<p>The final nail in the coffin, pay US$99 to get on device debugging to work, my foot, ok go ahead and google a free way around, I am still not impressed, the device itself has not seen any changes. Good thing is developers do not need to worry about device fragmentation but iPhone was supposed to be all about innovation, which we have not see between 2G, 3G, and 3GS.</p>
<p>Pros: Hot Platform, First AppStore</p>
<p>Cons: Mac OS X only, built upon antiques, costly on-device debugging / deployment, too much hype.</p>
<p><span style="text-decoration: underline;"><strong>Android:</strong></span></p>
<p>Aah, the new kid on the block, but this is how a mobile device platform should be like in this day and age, needs a bit more work on the usage side and I have high hopes associated with FroYo / Android 2.2. Has the best support for development on all platforms (Mac / Win / Linux) on-device debugging was so painless that I could not believe myself if its really my application or if HelloWorld! was installed by Google itself <img src='http://tazzix.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Java in its full glory with APIs having access to anything on the device and then a Native Development Kit (NDK) for those who want to dive deeper, fixed a bug in the OS, fix it yourself (well a bit more difficult than that, but you got what I mean). Flashing a different OS / ROM does not feel like doing anything risky or potentially harmful to the device. Great work google. The applications maybe low in numbers but with more users jumping on with a better user OS, this is bound to change. Market has potential to attract developers, for the passion and of course the money.</p>
<p>Pros: Familiar language and constructs, vast and well organized API, superb on device debugging, Cross Platform development, OpenSource, use og XML resources.</p>
<p>Cons: low market share of devices,</p>
<p>These are my opinions. Other developers can have their own. Feel free to comment to discuss, but please avoid flaming just because I do not like what is dear to you. You can write about it on YOUR blog, thanks <img src='http://tazzix.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2010/05/30/a-developers-perspective-j2me-s60-iphone-android-blackberry-windowsmobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 years at work &#8211; pheew!</title>
		<link>http://tazzix.com/wp/2010/02/08/10-years-at-work-pheew/</link>
		<comments>http://tazzix.com/wp/2010/02/08/10-years-at-work-pheew/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 13:33:14 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2010/02/08/10-years-at-work-pheew/</guid>
		<description><![CDATA[Hi Fellows,
6th February 2000 was my first day at wor as far as I remember, although I was employed as of 1st January 2000 and got my salary before even going to work because the office was under repairs, and they got the drift that I was appearing in &#8220;interviews&#8221; at other companies. Anyways according [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Fellows,</p>
<p>6th February 2000 was my first day at wor as far as I remember, although I was employed as of 1st January 2000 and got my salary before even going to work because the office was under repairs, and they got the drift that I was appearing in &#8220;interviews&#8221; at other companies. Anyways according to my calculations I have completed 10 years at work.</p>
<p>First job at Global Information Systems for Voice Mail and Paging systems was landed through a phone call after my final exams, ended on 15th October 2000 when they decided to wind up operations in Karachi.</p>
<p>Second job at Matrix Systems (SoftPak Financial Systems) started the next day i.e. on 16th November 2000 through the only interview I appeared in till then mentioned above, had a hobby of mobile development on the side so finally quit in Feb 2005.</p>
<p>Third job was the second worst time of my career with 3 resignations in 11 months I was given a three months leave and landed at my first consultancy end of Jan 2006 later on this proved to be my longest employment stint. The leave at the mobile development organization only ended in a farce from their end.</p>
<p>But I was the next day at my own company <img src='http://tazzix.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  providing consltancy with the same client Rockville Technologies, it slowly changed to permanent employment selling off my company and then moving to the main office in Islamabad still here and things are looking great.</p>
<p>I mentioned my second worst time, but not the WORST, lets better not talk about that but the thing is that no employer / company can hurt anybody, solet them try and just keep doing your work, you won&#8217;t need interviews and a few references will do <img src='http://tazzix.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In short 10 years with 4 jobs with two covering eight years, and one company sold, its not been bad at all and a lot more is waiting for me in the future. Whatever you do just make some kind of webpage and maintain an online resume, you&#8217;ll never sit at home.</p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2010/02/08/10-years-at-work-pheew/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Islamabad</title>
		<link>http://tazzix.com/wp/2009/08/12/islamabad/</link>
		<comments>http://tazzix.com/wp/2009/08/12/islamabad/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 07:10:10 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[LifeBlog]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2009/08/12/islamabad/</guid>
		<description><![CDATA[

View of Islamabad from Margalla&#8217;s


]]></description>
			<content:encoded><![CDATA[<div class="pp_item" align="center"><img src="http://static.pixelpipe.com/88034ae8-4aa0-4d4e-ab64-81dfe1c0143a_b.jpg" style="max-width: 100%;" />
<p>
View of Islamabad from Margalla&#8217;s
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2009/08/12/islamabad/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Military Plane Crash in my Graduate School</title>
		<link>http://tazzix.com/wp/2008/01/23/military-plane-crash-in-my-graduate-school/</link>
		<comments>http://tazzix.com/wp/2008/01/23/military-plane-crash-in-my-graduate-school/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 04:28:22 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[giki]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2008/01/23/military-plane-crash-in-my-graduate-school/</guid>
		<description><![CDATA[Sad affair, a training military jet crashed in a narrow corridor between buildings at my graduate school.

]]></description>
			<content:encoded><![CDATA[<p>Sad affair, a training military jet crashed in a narrow corridor between buildings at my graduate school.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/hGusu62z5vY&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/hGusu62z5vY&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2008/01/23/military-plane-crash-in-my-graduate-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to check when buying a car?</title>
		<link>http://tazzix.com/wp/2007/11/16/what-to-check-when-buying-a-car/</link>
		<comments>http://tazzix.com/wp/2007/11/16/what-to-check-when-buying-a-car/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 13:22:23 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[automobile]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[liana]]></category>
		<category><![CDATA[suzuki]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2007/11/16/what-to-check-when-buying-a-car/</guid>
		<description><![CDATA[There are so many things to check in a modern car that it does not makes sense to put in a post, anyways I was planning to buy a new car a &#8220;Suzuki Liana Eminent 1.6 A/T&#8221; to be precise, so I prepared a list of things that I want to check before I sign [...]]]></description>
			<content:encoded><![CDATA[<p>There are so many things to check in a modern car that it does not makes sense to put in a post, anyways I was planning to buy a new car a &#8220;Suzuki Liana Eminent 1.6 A/T&#8221; to be precise, so I prepared a list of things that I want to check before I sign any papers or at least check them during warranty to avoid any costs on things that should have been working in the new car anyways.</p>
<p>For the convenience of  others I am making this sheet available for everybody to download. Sheet1 has some Finance / Leasing figures specific to Pakistan and Sheet2 has a list that should cover all features available in this car, the car has so much to offer that the list should suffice for other vehicles of the manufacturers that need this kind of checking. Obviously Lexus, BMW, Ferrari and the likes have a kind of Quality Control which does not leave room for broken equipment to reach a customer anyways. Suzuki maybe a reliable name for two wheelers but we are talking about a car and that too assembled for a country where we are learning to spell &#8220;Q-U-A-L-I-T-Y&#8221;.</p>
<p>Download the spreadsheet (excel) here:</p>
<div style="float: right; width: 200px; margin: 10px; text-align: center">
	<p><a rel="nofollow" title="Download version 0.1 of lianaplan.xls" href="http://tazzix.com/wp/dload/lianaplan.xls"><img src="http://tazzix.com/wp/wp-content/plugins/drain-hole/images/download.png" alt="download" width="128" height="128"/></a></p>

	<table class="download">
		<tr>
			<th>Download:</th>
			<td><a rel="nofollow" title="Download version 0.1 of lianaplan.xls" href="http://tazzix.com/wp/dload/lianaplan.xls">lianaplan.xls</a></td>
		</tr>
		<tr>
			<th>Version:</th>
			<td>0.1</td>
		</tr>
		<tr>
			<th>Updated:</th>
			<td>March 11, 2008</td>
		</tr>
		<tr>
			<th>Size:</th>
			<td>31.5 KB</td>
		</tr>
	</table>
	
	<br/><small>Powered by <a href="http://urbangiraffe.com/plugins/drain-hole/">Drain Hole</a></small></div>

]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2007/11/16/what-to-check-when-buying-a-car/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MTB &#8211; Exercise, leisure or luxury?</title>
		<link>http://tazzix.com/wp/2007/11/15/mtb-exercise-leisure-or-luxury/</link>
		<comments>http://tazzix.com/wp/2007/11/15/mtb-exercise-leisure-or-luxury/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 04:51:15 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bicycle]]></category>
		<category><![CDATA[biking]]></category>
		<category><![CDATA[mountain bike]]></category>
		<category><![CDATA[mtb]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2007/11/15/mtb-exercise-leisure-or-luxury/</guid>
		<description><![CDATA[I had a mountain bike for some time, sparsely used and a shifter broke on it, while I figured the frame was too heavy as well. So I went shopping for an upgrade and ended up with this. Installed my accessories from the old bike and good to go.
This one comes with Shimano derailuers and [...]]]></description>
			<content:encoded><![CDATA[<p>I had a mountain bike for some time, sparsely used and a shifter broke on it, while I figured the frame was too heavy as well. So I went shopping for an upgrade and ended up with this. Installed my accessories from the old bike and good to go.</p>
<p>This one comes with Shimano derailuers and index twist shifters. Brakes are normal MTB ones, but rims and frame is good light weight, fork and frame shock absorbers make the ride comfy in offroading as well.</p>
<p>I put on a computer for speed, odometer, tripmeter, calories burnt, etc. Stop / night lamp with turn signals and siren, a halogen lamp for front and holders for cellphone and GPS navigation system. Unfortunately the frame has no holes for mounting a water bottle stand and I am on the look for a clap like system to fit on the frame, right now I have to use my backpack for that.</p>
<p><a href='http://tazzix.com/wp/wp-content/uploads/2008/01/dsc00046.JPG' title='MountainBike'><img src='http://tazzix.com/img.php?img=wp/wp-content/uploads/2008/01/dsc00046.JPG' alt='MountainBike' /></a><br />
<a href='http://tazzix.com/wp/wp-content/uploads/2008/01/dsc00057.JPG' title='MBT-Speedo'><img src='http://tazzix.com/img.php?img=wp/wp-content/uploads/2008/01/dsc00057.JPG' alt='MBT-Speedo' /></a><br />
<a href='http://tazzix.com/wp/wp-content/uploads/2008/01/dsc00054.JPG' title='MBT-StopLamp'><img src='http://tazzix.com/img.php?img=wp/wp-content/uploads/2008/01/dsc00054.JPG' alt='MBT-StopLamp' /></a><br />
<a href='http://tazzix.com/wp/wp-content/uploads/2008/01/dsc00056-2.JPG' title='MBT-Safety'><img src='http://tazzix.com/img.php?img=wp/wp-content/uploads/2008/01/dsc00056-2.JPG' alt='MBT-Safety' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2007/11/15/mtb-exercise-leisure-or-luxury/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MYTH: Pipes are for plumbers, FACT: Yahoo! disagrees ;)</title>
		<link>http://tazzix.com/wp/2007/10/20/myth-pipes-are-for-plumbers-fact-yahoo-disagrees/</link>
		<comments>http://tazzix.com/wp/2007/10/20/myth-pipes-are-for-plumbers-fact-yahoo-disagrees/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 06:38:20 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[mashups]]></category>
		<category><![CDATA[pipes]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2007/10/20/myth-pipes-are-for-plumbers-fact-yahoo-disagrees/</guid>
		<description><![CDATA[If you have heard the term &#8220;Mashups&#8221; then you need to checkout Yahoo! Pipes do not worry about what programming language you do know or do not know, all you need is:

Know how to use a computer mouse
Have a free Yahoo! account
Some idea what Feed, RSS, CSV, String, URL, etc. mean

You actually use the most [...]]]></description>
			<content:encoded><![CDATA[<p>If you have heard the term &#8220;Mashups&#8221; then you need to checkout <a href="http://pipes.yahoo.com" target="_blank">Yahoo! Pipes</a> do not worry about what programming language you do know or do not know, all you need is:</p>
<ul>
<li>Know how to use a computer mouse</li>
<li>Have a free Yahoo! account</li>
<li>Some idea what Feed, RSS, CSV, String, URL, etc. mean</li>
</ul>
<p>You actually use the most simplistic IDE that is out there and draw your &#8220;pipe&#8221; which is like the basic definition of a computer:</p>
<ol>
<li>Input</li>
<li>Processing</li>
<li>Output</li>
</ol>
<p>The ouput is pre-defined by Yahoo! and can be an RSS Feed, an email, or a JSON (leave that to javascript or Ajax guys)</p>
<p>The input can be a URL which publishes a feed (auto-detection is available as well) or a CSV, although being an advanced developer I would have wanted to see more like what <a href="http://www.webwag.com" target="_blank">WebWag</a> has to offer so a div or segment of a web page could be used as input.</p>
<p>The processing is what you have to define using the modules on the left and your imagination, you can combine search results of Yahoo! and Google in a unified web page with your user interface or multiple feeds or translate from a language to another and what not, give it a shot to see more. Every module has an example available which can get any body starting to create pipes <img src='http://tazzix.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And that is not all, Yahoo! has taken care of us developers of the object oriented and software engineering era to give RE-USABILITY! your pipes become modules in other pipes, and you can publish your pipes to be used by others. Which means that soon various pipes are going to show up on the Internet which can make your task even easier of creating a pipe of your imagination!</p>
<p>One other thing could be improved by letting advanced developers write some kind of code themselves, this could open the door to mashups of mashups, e.g. the APIs mentioned on <a href="http://www.programmableweb.com/apis/directory/1?sort=date" target="_blank">Programmable Web</a> could be integrated in Y! Pipes.</p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2007/10/20/myth-pipes-are-for-plumbers-fact-yahoo-disagrees/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The &#8220;GUTSY&#8221; Ubuntu feeling</title>
		<link>http://tazzix.com/wp/2007/10/20/the-gutsy-ubuntu-feeling/</link>
		<comments>http://tazzix.com/wp/2007/10/20/the-gutsy-ubuntu-feeling/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 06:21:16 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2007/10/20/the-gutsy-ubuntu-feeling/</guid>
		<description><![CDATA[OK, Ubuntu 7.10 aka Gutsy Gibbon is out, so what are you waiting for?
I have never seen any operating system upgrade itself so smoothly, apart from the nVidia proprietary issue on which Ubuntu has no control everything was without human intervention.
The feel of the operating system is very solid, getting any kind of application I [...]]]></description>
			<content:encoded><![CDATA[<p>OK, Ubuntu 7.10 aka Gutsy Gibbon is out, so what are you waiting for?</p>
<p>I have never seen any operating system upgrade itself so smoothly, apart from the nVidia proprietary issue on which Ubuntu has no control everything was without human intervention.</p>
<p>The feel of the operating system is very solid, getting any kind of application I need, or would need is just a mouse click and a few mega-bytes away. Now why would <strike>I</strike> anybody want to use windows? Even if you are not sure that it is that good, just give the live CD a try and you would find yourself installing it soon after.</p>
<p>For those who are using other linux distros would also want to use Ubuntu to answer all the questions raised by Windows or Mac OS X users.</p>
<ul>
<li>In fact Linux has come a long way since I first installed it in 1996, it had a total nightmare installation and configuration compared to Windows 3.1</li>
<li>Then the phase of KDE beta started when Linux was building a UI copying visually Windows but secretly creating a foundation which was to outclass the win kernel in the days to come</li>
<li>Finally now we see the tables have turned and Nautilus features have been copied by the guys in Seattle to integrate in Vista, but even then the same hardware running Ubuntu gives Vista a run for its money in performance and visual effects, not even mentioning the hundreds of applications you can install so much easier in Ubuntu which was the advantage windows had a decade ago!</li>
</ul>
<p>UBUNTU! for humanity!</p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2007/10/20/the-gutsy-ubuntu-feeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Overhauled</title>
		<link>http://tazzix.com/wp/2007/10/05/genwebsite-overhauled/</link>
		<comments>http://tazzix.com/wp/2007/10/05/genwebsite-overhauled/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 17:33:29 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2007/10/05/genwebsite-overhauled/</guid>
		<description><![CDATA[People who visited my old site would notice a big difference in every aspect of the site. The old one can still be found at http://tazzix.com/tazzix.php the new site is based on the famous blogging engine WordPress. I also deployed some plugins and slightly modified a theme that I liked
However, more importantly I have decided [...]]]></description>
			<content:encoded><![CDATA[<p>People who visited my old site would notice a big difference in every aspect of the site. The old one can still be found at http://tazzix.com/tazzix.php the new site is based on the famous blogging engine WordPress. I also deployed some plugins and slightly modified a theme that I liked</p>
<p>However, more importantly I have decided to add content and posts on a regular basis, well as I have got every way of mobile blogging working this was inevitable.</p>
<p>Apart from adding details of upcoming projects I also need to put online latest screen shots and source code / sample projects for existing APIs that I have mentioned here on this site.</p>
<p>So if you find here something interesting keep checking and you may find something soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2007/10/05/genwebsite-overhauled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintaining the Life or Live Wire?</title>
		<link>http://tazzix.com/wp/2004/01/06/maintaining-the-life-or-live-wire/</link>
		<comments>http://tazzix.com/wp/2004/01/06/maintaining-the-life-or-live-wire/#comments</comments>
		<pubDate>Tue, 06 Jan 2004 03:50:42 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[karachi]]></category>
		<category><![CDATA[livewire]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/?p=24</guid>
		<description><![CDATA[ You&#8217;ll have to take a close look at this, but you&#8217;ll spot the person trying to live up to the title of this post  

]]></description>
			<content:encoded><![CDATA[<p> You&#8217;ll have to take a close look at this, but you&#8217;ll spot the person trying to live up to the title of this post <img src='http://tazzix.com/wp/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
<p><a href="http://tazzix.com/wp/wp-content/uploads/2007/09/1e7ca7e915a5ff8a1eeb1a47f77224de.jpg"><img src="http://tazzix.com/img.php?img=wp/wp-content/uploads/2007/09/1e7ca7e915a5ff8a1eeb1a47f77224de.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2004/01/06/maintaining-the-life-or-live-wire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
