<?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; WEB/WAP Development</title>
	<atom:link href="http://tazzix.com/wp/category/webwap-development/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>TazzixFramework Update</title>
		<link>http://tazzix.com/wp/2003/12/06/sat-6-dec-2003-053819/</link>
		<comments>http://tazzix.com/wp/2003/12/06/sat-6-dec-2003-053819/#comments</comments>
		<pubDate>Sat, 06 Dec 2003 05:38:00 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[WEB/WAP Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/?p=14</guid>
		<description><![CDATA[Thank you all for your support which makes this announcement even possible.        The change log also identifies LINE numbers modified in the code and which file,     so you may just want to update specific code to avoid reconfiguring everything. change log at:   [...]]]></description>
			<content:encoded><![CDATA[<p>Thank you all for your support which makes this announcement even possible.        The change log also identifies LINE numbers modified in the code and which file,     so you may just want to update specific code to avoid reconfiguring everything. change log at:    <a href="http://www.tazzix.com/index.php?l=p01/p11/p12">ChangeLog</a></p>
<p>UPDATE: I am now adapting WordPress for my site so this framework is sort of dead but if somebody still wants a very simple framework for a website, <a href="/tazzixframework.zip">here </a> is a copy.</p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2003/12/06/sat-6-dec-2003-053819/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple framework for a Web/Wap site with a photomoblog</title>
		<link>http://tazzix.com/wp/2003/11/10/a-simple-framework-for-a-webwap-site-with-a-photomoblog/</link>
		<comments>http://tazzix.com/wp/2003/11/10/a-simple-framework-for-a-webwap-site-with-a-photomoblog/#comments</comments>
		<pubDate>Mon, 10 Nov 2003 11:26:59 +0000</pubDate>
		<dc:creator>tazzix</dc:creator>
				<category><![CDATA[WEB/WAP Development]]></category>

		<guid isPermaLink="false">http://tazzix.com/wp/2003/11/10/a-simple-framework-for-a-webwap-site-with-a-photomoblog/</guid>
		<description><![CDATA[Before the adaption of WordPress for this web site:
Old version of this site was based on a framework developed by me for easier development and
deployment of my website while keeping in mind maintenance issues.

Main Features:

Dynamic menu system
XHTML subset fit for mobile profile (WML deprecated)
Uses cascaded style sheets
Integration to simsi photo moblog is out of the [...]]]></description>
			<content:encoded><![CDATA[<p>Before the adaption of WordPress for this web site:</p>
<p><a href="http://tazzix.com/tazzix.php?l=h01" target="_blank">Old version</a> of this site was based on a framework developed by me for easier development and<br />
deployment of my website while keeping in mind maintenance issues.</p>
<p><strong><br />
Main Features:</strong></p>
<ul>
<li>Dynamic menu system</li>
<li>XHTML subset fit for mobile profile (WML deprecated)</li>
<li>Uses cascaded style sheets</li>
<li>Integration to <a href="http://simsi.datacrux.org/" target="_blank">simsi photo moblog</a> is out of the box</li>
<li>Working demo (this site)</li>
<li><a href="http://tazzix.com/tazzixframework.zip">Download First Beta Release</a></li>
</ul>
<p><strong> </strong></p>
<p><strong>Credits:<br />
P</strong>eople who helped me improve the framework:</p>
<ul>
<li><a href="http://www.rowlff.de/" target="_blank">Marc Rohlfing</a></li>
<li><a href="http://www.theinternationale.org/" target="_blank">Paul Caplan</a></li>
<li>Robb Bates</li>
</ul>
<p><strong>Change Log:</strong><br />
20031206<br />
========<br />
* class.POP3.php allows non semicolon terminated mime-type descriptor as<br />
generated by servers like T-Mobile USA<br />
[class.POP3.php@1472 <a href="http://tazzix.com/wp/wp-admin/post.php?edited_post_title=class.POP3.php@1472">create</a>] (Thanks to Robb Bates)</p>
<p>* Tags allowed in e-mail:<br />
i.e. they will not be stripped<br />
from the message text<br />
[blog.php@108, 167-169 <a href="http://tazzix.com/wp/wp-admin/post.php?edited_post_title=blog.php@108, 167-169">create</a>] (Thanks to Paul Caplan)</p>
<p>20031205<br />
========<br />
* My enhanced version of class.POP3.php included in release</p>
<p>20031115<br />
========<br />
* Image resizing script modified</p>
<p>20031114<br />
========<br />
* Initial first public release</p>
]]></content:encoded>
			<wfw:commentRss>http://tazzix.com/wp/2003/11/10/a-simple-framework-for-a-webwap-site-with-a-photomoblog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
