<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>opera-mobile &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/opera-mobile/</link>
	<description>Feed of posts on WordPress.com tagged "opera-mobile"</description>
	<pubDate>Mon, 30 Nov 2009 01:30:36 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Opera Ingin Standardisasi Pembuatan Situs]]></title>
<link>http://symbianconcept.wordpress.com/2009/11/27/opera-ingin-standardisasi-pembuatan-situs/</link>
<pubDate>Fri, 27 Nov 2009 13:27:46 +0000</pubDate>
<dc:creator>Azie</dc:creator>
<guid>http://symbianconcept.wordpress.com/2009/11/27/opera-ingin-standardisasi-pembuatan-situs/</guid>
<description><![CDATA[Banyak di kalangan pengguna internet pernah mengalami kesulitan untuk membuka situs tertentu. Untuk ]]></description>
<content:encoded><![CDATA[Banyak di kalangan pengguna internet pernah mengalami kesulitan untuk membuka situs tertentu. Untuk ]]></content:encoded>
</item>
<item>
<title><![CDATA[Opera Mobile 10 BETA]]></title>
<link>http://symbianconcept.wordpress.com/2009/11/24/opera-mini-10-beta/</link>
<pubDate>Tue, 24 Nov 2009 10:13:00 +0000</pubDate>
<dc:creator>Azie</dc:creator>
<guid>http://symbianconcept.wordpress.com/2009/11/24/opera-mini-10-beta/</guid>
<description><![CDATA[Nah, untuk opera mini 10 beta ini, versinya khusus untuk symbian. kalau tampilan sih kayanya ga beda]]></description>
<content:encoded><![CDATA[Nah, untuk opera mini 10 beta ini, versinya khusus untuk symbian. kalau tampilan sih kayanya ga beda]]></content:encoded>
</item>
<item>
<title><![CDATA[Rapidinhas]]></title>
<link>http://vetduarte.wordpress.com/2009/11/13/rapidinhas/</link>
<pubDate>Fri, 13 Nov 2009 15:41:49 +0000</pubDate>
<dc:creator>vetduarte</dc:creator>
<guid>http://vetduarte.wordpress.com/2009/11/13/rapidinhas/</guid>
<description><![CDATA[- Nokia PC Suite agora compativel com Windows 7. - Nokia Music Store agora e Ovi Music Store (a part]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>- Nokia PC Suite agora compativel com Windows 7.</p>
<p>- Nokia Music Store agora e Ovi Music Store (a parte que roda no seu pc/note). Basta entrar no aplicativo e baixar.</p>
<p>- Opera Mobile 10 lança segundo beta. Download gratuito do site do desenvolvedor.</p>
<p>- Nokias E52 e E55 tem novo update de firmaware (v22).</p>
<p>Tai. Olha a preguiça! Tio Google acha  o que voce nao souber onde procurar. Se ainda assim nao deu, da um grito ai nos comentarios que eu ajudo.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HTML5 Canvas for mobile apps]]></title>
<link>http://mobilegeo.wordpress.com/2009/11/04/html5-canvas-for-mobile-apps/</link>
<pubDate>Wed, 04 Nov 2009 11:02:39 +0000</pubDate>
<dc:creator>benismobile</dc:creator>
<guid>http://mobilegeo.wordpress.com/2009/11/04/html5-canvas-for-mobile-apps/</guid>
<description><![CDATA[Recently I&#8217;ve been getting up to speed with HTML5 Canvas. Along with other HTML5 technologies ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Recently I&#8217;ve been getting up to speed with <a href="http://en.wikipedia.org/wiki/Canvas_%28HTML_element%29">HTML5 Canvas</a>. Along with other <a href="http://en.wikipedia.org/wiki/HTML_5">HTML5</a> technologies ( i.e. geolocation, database) I can see real potential for developing interactive mapping applications using just HTML5 and Javascript  technologies. I&#8217;ve already done <a href="http://mab.edina.ac.uk/testimg/featureselectmm.html">some experiments that attempt to simulate feature control using Canvas</a>. (An effort inspired by the <a href="http://www.pixastic.com/">pixastic</a> project.)</p>
<p><img class="size-medium wp-image-96 alignleft" style="border:3px solid black;margin:5px 6px;" title="iphone_draw_on_map" src="http://mobilegeo.wordpress.com/files/2009/11/iphone_draw_on_map1.png?w=200" alt="iphone_draw_on_map" width="200" height="300" /></p>
<p>I was very excited then to discover support for HTML5 Canvas has been growing for mobile browsers as well as desktop browsers.  Could this open the way forward for high fidelity mobile maps that do not rely a on super fast data connection? It is certainly the case that managing application state on the client is more scalable and  consistant with the stateless architecture of the web. And of course a web application is more portable across different devices, well in theory, at least.</p>
<p>So I set out to see if I could port<a href="http://mab.edina.ac.uk/testimg/canvasopera.html"> a simple Canvas application</a> that allows a user to draw freehand (or free finger?) on an image with <a href="http://mab.edina.ac.uk/testimg/canvasopera.html">Opera Mobile</a> and <a href="http://mab.edina.ac.uk/testimg/canvasiphone.html">iPhone Safari</a>. The desktop version of the app works on Firefox 2, Safari, Opera and <a href="http://mab.edina.ac.uk/testimg/canvasie.html">even recent versions of IE</a>.  IE does not itself  support Canvas but the brilliant <a href="http://code.google.com/p/explorercanvas/">excanvas.js</a> manages to port the Canvas API to IE VML, a reasonable workaround until Microsoft finally get fully onboard the HTML5 omnibus . Watch out though using the <code>onmouseout</code> event on the canvas object &#8211; IE triggers this event everytime you leave a VML cell. After a lot of head scratching I eventually found replacing <code>onmouseout</code> with Microsoft&#8217;s <code>onmosueleave</code> solved the problem.</p>
<p>As you can see viewing <a href="http://mab.edina.ac.uk/testimg/canvasopera.html.src">the page source</a>, using the canvas API itself is straightforward. Simply add an HTML canvas tag to the body, being sure to supply alternative text for non compliant browsers.<br />
<code><br />
&#60;canvas id="canvasimg" width="250" height="250"&#62;<br />
This demo uses the HTML canvas object. You'll need a browser such as Firefox 2 or Safari to use the demo.<br />
&#60;/canvas&#62;<br />
</code><br />
Then initialize the canvas with the image you want to draw on.<br />
<code><br />
var img = new Image(255,255) ;<br />
img.src = "http://.../testimg/test1.png"  ;<br />
var newCanvas = document.getElementById("canvasimg") ;<br />
var canvasContext = newCanvas.getContext("2d") ;<br />
var newimg = canvasContext.drawImage(img, 0, 0);<br />
</code><br />
Then implement a method to handle the mousemove event on the canvas object.<br />
<code><br />
if ( drawMode == true )<br />
{<br />
var xy = getxy(e, newCanvas ) ;<br />
c.lineWidth = 1;<br />
c.strokeStyle = '#000';<br />
c.fillStyle = '#00A308';<br />
c.tertStyle = '#DDD';<br />
c.strokeFill = 1; //outline shapes<br />
c.fillRect(xy.x,xy.y,5,5) ;<br />
return ;<br />
}<br />
</code><br />
The only thing I struggled with was getting the mosue position relative to the Canvas object . The getxy() function achieves this using some code I lifted from the awesome <a href="http://canvaspaint.org/">CanvasPaint</a> app. One thing I added though is yet another catch for IE. It seems IE only provides values for the <code>clientX</code> and <code>clientY</code> property on <code>window.event</code>. If you pass in another event such as <code>mousemove</code> you get null. The following line catches this ensuring the getxy() function works for IE aswell.<br />
<code><br />
var ev = e &#124;&#124; window.event;<br />
</code><br />
Interestingly, getting the finger position using the iPhone touch API was much easier and I was able to drop the getxy() function. More on that below.</p>
<p>Getting the app to work on the mobile browsers did present a challenge, mostly due to the default handling of finger touch gestures and mapping these to standard Javascript events.  For standards compliant Opera Mobile at least, <a href="http://mab.edina.ac.uk/testimg/canvasopera.html">the code </a>was exactly the same as it was for the desktop browser. Standard Javascript events such as <code>mousemove</code> and <code>mouseup</code> were interpreted as you would expect.  Well at least they would have been if it had not been for the infuriating Text Selection toggle. It seems that while the Text Selection mode is toggled Off the touch events perform default behaviour which is scrolling for mousemove and opening the context menu for mousedown. You would think the <code>event.preventDefault()</code> function would cancel this behaviour ( as it does for iPhone Safari) but that did not work for me. I tried some other techniques such as adding listeners to the window node and calling <code>event.stopPropagation</code> but eventually gave up figuring life was too short. This means that for the Opera the user has to manually switch on Text Selection mode before they can do drawing on the image. A similar problem seems to occur on the Android Webkit browser, except it is much worse as the &#8220;Text Select&#8221; toggle only lasts for one touch before reverting back to default behaviour. More investigation required, I think.</p>
<p>For iPhone the standard mosue events are replaced with iPhone touch events &#8211; e.g. <code>touchmove</code> for <code>mousemove</code>, <code>touchstart</code> for <code>mousedown</code> etc. The only problem was that there was no obvious way to simulate <code>mouseout</code>. Getting a fix on the finger position was much easier using the touch API. I could get rid of the bulky getXY() function and simply use the <code>targetTouches</code> array that API helpfully includes as a property of the event:<br />
<code><br />
c.fillRect(e.targetTouches[0].pageX ,e.targetTouches[0].pa<br />
geY,5,5) ;<br />
</code><br />
Otherwise<a href="http://mab.edina.ac.uk/testimg/canvasiphone.html"> the code</a> was similar to the desktop version with <code>e.preventDefault()</code> blocking scrolling and zoom behaviour when the user is drawing on the image. I found that the Android WebKit browser also worked better using Apple&#8217;s touch API rather than regualr mouse events, which was a surprise. However the <code>e.preventDefault</code> didn&#8217;t seem to help with the Text Select problem in Android.</p>
<p><img class="alignnone size-medium wp-image-81" style="border:3px solid black;margin:5px;" title="iphone_draw_on_map" src="http://mobilegeo.wordpress.com/files/2009/11/iphone_draw_on_map.png?w=200" alt="iphone draw on map image" width="200" height="300" /></p>
<p>The screenshot above illustrates the main problem with using HTML5 canvas on mobiles. Performance. Even running on relatively high spec iPhone 3G ( 600Mhz) processor the draw line is a bit grainy. In this example, the issue is more likely due to the way Safari implements touchmove (i.e the frequency of the event being triggered as the finger moves )  than clock speed. When the image is zoomed up the line is less grainy suggesting the event handling could be optimized. But on slower devices such as the 201Mhz XDA Orbit the processing speed is problematic even for this simple application. For more complex applications that manipulate every pixel in the image, <a href="http://mab.edina.ac.uk/testimg/featureselectmm.html">such as the feature selection app</a> shown below, even the iPhone struggles. To get reasonable performance on the iPhone 3G I had to switch from touchmove to touchend to reduce the frequency of redraws.</p>
<p><img class="alignnone size-medium wp-image-92" style="border:3px solid black;margin:5px;" title="featureselect_on_iphone" src="http://mobilegeo.wordpress.com/files/2009/11/featureselect_on_iphone.png?w=200" alt="featureselect_on_iphone" width="200" height="300" /></p>
<p>Summing up, I think canvas on mobile browsers is an exciting prospect, but not yet easy to port across devices with different browsers and specs. By the way, I never managed to get the IE version working on Windows mobile.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[[new] Opera Mobile 10 Beta untuk Ponsel Symbian]]></title>
<link>http://aspal07.wordpress.com/2009/11/03/new-opera-mobile-10-beta-untuk-ponsel-symbian/</link>
<pubDate>Tue, 03 Nov 2009 14:39:06 +0000</pubDate>
<dc:creator>aspal07</dc:creator>
<guid>http://aspal07.wordpress.com/2009/11/03/new-opera-mobile-10-beta-untuk-ponsel-symbian/</guid>
<description><![CDATA[Tak ada habisnya memang opera dalam menggarap dunia internet via ponsel. Setelah beberapa waktu lalu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://aspal07.wordpress.com/files/2009/11/interface.png"><img src="http://aspal07.wordpress.com/files/2009/11/interface.png?w=102" alt="interface" title="interface" width="102" height="150" class="alignleft size-thumbnail wp-image-1786" /></a>Tak ada habisnya memang opera dalam menggarap dunia internet via ponsel. Setelah beberapa waktu lalu mengeluarkan Opera Mini 5 beta untuk ponsel java, sekarang ini Opera kembali merilis sebuah browser yang tidak kalah hebatnya, browser ini adalah Opera Mobile beta 10. Browser yang ditujukan untuk ponsel symbian s60, 3rd, dan 5th ini telah menyediakan segudang fitur yang akan memanjakan kita sebagai pengguna ponsel symbian.</p>
<p>Opera mobile ini memiliki fitur-fitur unggulan di antaranya adalah <em>tampilan intuitif</em> yang mengadopsi kemampuan terbaik dari opera desktop browser. Keunggulan lainnya adalah dalam hal kecepatan akses dan kompresi data. Kecepatan akses browser ini di klaim lebih cepat 50% dibandingkan dengan versi sebelumnya. Sedangkan sistem kompresi halaman web hingga 70 %, sehingga tentu saja sanget mengemat biaya browsing.<!--more--></p>
<p>Nah di samping fitur-fitur unggulan di atas sebenarnya masih ada fitur unggulan lain seperti berikut ini.</p>
<ol>
<li>Speed Dial</li>
<p><a href="http://aspal07.wordpress.com/files/2009/11/speeddial.png"><img src="http://aspal07.wordpress.com/files/2009/11/speeddial.png" alt="speeddial" title="speeddial" width="120" height="176" class="aligncenter size-full wp-image-1787" /></a><br />
Layaknya opera mini 5 dan opera desktop, aplikasi ini juga memungkinkan akan adanya &#8220;shortcut&#8221; terhadap halaman web tertentu.</p>
<li>Multy Tab</li>
<p><a href="http://aspal07.wordpress.com/files/2009/11/tabs.png"><img src="http://aspal07.wordpress.com/files/2009/11/tabs.png" alt="tabs" title="tabs" width="120" height="176" class="aligncenter size-full wp-image-1788" /></a><br />
Ini adalah fitur wajib dari sebuah browser pada masa kini. Dengan adanya fitur ini kita bisa membuka banyak halaman web dalam satu waktu.</p>
<li>Touch Screen</li>
<p><a href="http://aspal07.wordpress.com/files/2009/11/keypad.png"><img src="http://aspal07.wordpress.com/files/2009/11/keypad.png" alt="keypad" title="keypad" width="296" height="92" class="aligncenter size-full wp-image-1792" /></a><br />
Aplikasi ini dibuat untuk segmentasi smartphone (symbian) sehingga tentunya banyak ponsel yang mendukung <em>touch screen</em>. Nah tentunya fasilitas <em>touch screen</em> pada smartphone tersebut bisa dimaksimalkan dengan menggunakan aplikasi ini.</p>
<li>Web Compatible</li>
<p><a href="http://aspal07.wordpress.com/files/2009/11/compatibility.png"><img src="http://aspal07.wordpress.com/files/2009/11/compatibility.png" alt="compatibility" title="compatibility" width="296" height="92" class="aligncenter size-full wp-image-1793" /></a><br />
Memungkinkan sebuah tampilan web yang diakses dengan browser PC akan sama persis dengan tampilan yang diakses aplikasi ini.</p>
<li>Password Manager</li>
<p><a href="http://aspal07.wordpress.com/files/2009/11/password.png"><img src="http://aspal07.wordpress.com/files/2009/11/password.png" alt="password" title="password" width="296" height="92" class="aligncenter size-full wp-image-1791" /></a><br />
Ini cukup penting karena kita tentunya banyak memiliki akun-akun tertentu yang memerlukan sebuah. </p>
<li>Zoom</li>
<p><a href="http://aspal07.wordpress.com/files/2009/11/pan-n-zoom.png"><img src="http://aspal07.wordpress.com/files/2009/11/pan-n-zoom.png" alt="pan-n-zoom" title="pan-n-zoom" width="296" height="92" class="aligncenter size-full wp-image-1794" /></a><br />
Zooming terhadap tampilan web masih tetap diperlukan karena harap diingat resolusi layar ponsel adalah sangat terbatas.</p>
<li>Menyimpan Gambar dan Teks</li>
</ol>
<p><a href="http://aspal07.wordpress.com/files/2009/11/saving-images.png"><img src="http://aspal07.wordpress.com/files/2009/11/saving-images.png" alt="saving-images" title="saving-images" width="296" height="92" class="aligncenter size-full wp-image-1795" /></a><br />
Fitur ini sangat penting tentunya karena kita tidak selaku terkoneksi terhadap jaringan internet. Ataupun jaringan internet di negeri ini terkadang sering mengalami gangguan, sehingga jika sebuah halaman web dapat disimpan dan digunakan sewakt-waktu tentu ini sangat membantu.</p>
<p>Nah tunggu apa lagi, bagi kamu pemilik <em>smartphone</em> (symbian). Kamu bisa mendownload aplikasi windows mobile pada link berikut.</p>
<p><a href="http://www.opera.com/download/get.pl?sub=+devices+&#38;mobile=1&#38;id=32086&#38;location=270">DOWNLOAD OPERA MOBILE 10 BETA</a></p>
<p>Sumber : <a href="http://www.opera.com/mobile/next/">http://www.opera.com/mobile/next/</a></p>
<ol><strong>Baca Juga:</strong></p>
<li><a href="http://aspal07.wordpress.com/2009/10/23/java-ucweb-7-modif-handler-editable-server/">[java] UCWeb 7 Modif Handler (Editable Server)</a></li>
<li><a href="http://aspal07.wordpress.com/2009/10/11/new-bolt-1-5-modif-handler-editable-proxy/">[new] Bolt 1.5 Modif Handler (Editable Proxy)</a></li>
<li><a href="http://aspal07.wordpress.com/2009/10/11/go-browser-alternatif-lain-browser-ponsel-java/">Go Browser, Alternatif Lain Browser Ponsel Java</a></li>
<li><a href="http://aspal07.wordpress.com/2009/10/08/new-bolt-browser-versi-1-5/">[new] Bolt Browser Versi 1.5</a></li>
<li><a href="http://aspal07.wordpress.com/2009/08/18/morange-v3-05-modif-bolt-v1-04-modif-ucweb-6-3-modif-editable-server/">Morange V3.05 modif, Bolt V1.04 modif, UCweb 6.3 modif (Editable Server)</a></li>
</ol>
<ol><strong>Baca Juga tentang &#8220;<span style="color:#008000;">Opera Mini</span>&#8220;:</strong></p>
<li><a href="http://aspal07.wordpress.com/2009/09/19/opera-mini-5-modif-editable-proxy-handler/">Opera Mini 5 Modif (Editable Proxy) Handler</a></li>
<li> <a href="http://aspal07.wordpress.com/2009/09/17/fitur-fitur-baru-pada-opera-mini-5/">Fitur-fitur Baru pada Opera Mini 5</a></li>
<li><a href="http://aspal07.wordpress.com/2009/09/16/new-download-opera-mini-versi-5-beta/">[new] Download Opera Mini Versi 5 Beta</a></li>
<li><a href="http://aspal07.wordpress.com/2009/08/19/new-opera-mini-4-2-bulid-14881-dan-skyfire-untuk-s60-3rd-edition/">New Opera Mini 4.2 (bulid 14881) dan Skyfire untuk S60 3rd Edition</a></li>
<li><a href="http://aspal07.wordpress.com/2009/08/06/fitur-fitur-baru-di-opera-mini-4-2-modif-handler/">Fitur-fitur baru di Opera Mini 4.2 Modif Handler</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/25/di-opmin-facebook-gusur-friendster/">Di Opmin, Facebook Gusur Friendster</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/12/download-opera-mini-dan-opera-mini-modif-semua-versi/">Download Opera Mini dan Opera Mini Modif Semua Versi (All Version)</a></li>
<li><a href="http://aspal07.wordpress.com/2009/03/06/5-aplikasi-hand-phone-paling-populer/">5 Aplikasi Hand Phone Paling Populer</a></li>
<li><a href="http://aspal07.wordpress.com/2009/02/27/opera-mini-modif-311-english-dan-internet-gratis/">Opera Mini Modif 3.11 English dan Internet Gratis (Update v.3.1.2)</a></li>
<li><a href="http://aspal07.wordpress.com/2008/11/26/opera-mini-42-final/">Opera Mini 4.2 Final</a></li>
<li><a href="http://aspal07.wordpress.com/2009/08/03/inilah-5-browser-ponsel-alternatif-selain-opera-mini/"> Inilah 5 Browser Ponsel Alternatif Selain Opera Mini</a></li>
</ol>
<ol><strong>Baca Juga tentang &#8220;<span style="color:#008000;">Mig33</span>&#8220;:</strong></p>
<li><a href="http://aspal07.wordpress.com/2009/10/24/mig33-4-20-handler-editable-server/">Mig33 4.20 Handler (Editable Server)</a></li>
<li><a href="http://aspal07.wordpress.com/2009/10/22/cara-menyeting-facebook-pada-mig33-4-20-final/">Cara Menyeting Facebook pada Mig33 4.20 Final</a></li>
<li><a href="http://aspal07.wordpress.com/2009/10/03/new-download-mig33-versi-4-20-facebook-support/">[new] Download Mig33 Versi 4.20 Facebook Support</a></li>
<li><a href="http://aspal07.wordpress.com/2009/09/29/wajah-baru-mig33-com/">Wajah Baru Mig33.com</a></li>
<li><a href="http://aspal07.wordpress.com/2009/09/23/mig33-4-10-modif-handler/">Mig33 4.10 Modif Handler</a></li>
<li><a href="http://aspal07.wordpress.com/2009/09/10/pernak-pernik-mig33/">Pernak Pernik Mig33</a></li>
<li><a href="http://aspal07.wordpress.com/2009/09/07/emote-gerak-animasi-mig33/">Emote Gerak (Animasi) Mig33</a></li>
<li><a href="http://aspal07.wordpress.com/2009/09/01/ring-back-tone-mig33-dari-saykoji/">Ring Back Tone Mig33 dari Saykoji</a></li>
<li><a href="http://aspal07.wordpress.com/2009/08/28/rusian-roulette-game-baru-mig33/">Rusian Roulette, Game Baru Mig33</a></li>
<li><a href="http://aspal07.wordpress.com/2009/07/27/menyembunyikan-kontak-ofline-pada-mig33-4-10/">Menyembunyikan Kontak Ofline pada Mig33 4.10</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/26/hot-news-mig33-owner-room-system/">Hot News Mig33 : Owner Room System</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/25/nick-2-digit-mig33/">Nick 2 Digit Mig33</a></li>
<li> <a href="http://aspal07.wordpress.com/2009/06/22/kupas-tuntas-mig33-v-4-10/">Kupas Tuntas Mig33 V.4.10</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/17/new-mig33-versi-4-10-beta-download/">New Mig33 Versi 4.10 Beta (Download)</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/19/mig33-versi-4-10-bukan-untuk-semua-user/">Mig33 Versi 4.10 Bukan untuk Semua User</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/21/chat-di-pc-dengan-mig33-messenger/">Chat di Pc dengan Mig33 Messenger</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/06/mig33-gabung-dengan-im3-indosat-akan-launching-10-juni-2009/">Mig33 Gabung dengan IM3 (Indosat) akan Launching 10 Juni 2009</a></li>
<li><a href="http://aspal07.wordpress.com/2009/06/19/mig33-vs-facebook/">Mig33 Vs Facebook</a></li>
<li> <a href="http://aspal07.wordpress.com/2009/04/13/download-mig33-versi-terbaru-v405/">Download Mig33 Versi Terbaru V.4.05</a></li>
<li><a href="http://aspal07.wordpress.com/2009/05/07/preti-zinta-ternyata-memang-chat-di-mig33/">Preity Zinta Ternyata Memang Chat di Mig33</a></li>
<li><a href="http://aspal07.wordpress.com/2009/04/29/mig33-masa-lalu-dan-masa-kini/">Mig33 Masa Lalu dan Masa Kini</a></li>
<li><a href="http://aspal07.wordpress.com/2009/04/12/mig33-v308-mig33v3-tampilan-lama-dengan-fitur-mute-user/">Mig33 v3.08 (mig33v3) Tampilan Lama dengan Fitur Mute User</a></li>
<li><a href="http://aspal07.wordpress.com/2009/03/31/semua-versi-mig33-mig33-all-version/">Semua Versi Mig33 (Mig33 All Version)</a></li>
<li><a href="http://aspal07.wordpress.com/2009/03/30/mig33-dan-tragedi-situ-gintung/">Mig33 dan Tragedi Situ Gintung</a></li>
<li><a href="http://aspal07.wordpress.com/2009/03/22/photo-sang-pemilik-mig33/">Photo Sang Pemilik Mig33</a></li>
<li><a href="http://aspal07.wordpress.com/2009/03/02/mig33-v5-modif-by-amadyon/">Mig33 v.5 (Modif by amadnoy)</a></li>
<li><a href="http://aspal07.wordpress.com/2009/02/26/mig33-chating-dengan-hati-atau-tanpa-hati/">MIG33, Chating dengan Hati atau Tanpa Hati</a></li>
<li><a href="http://aspal07.wordpress.com/2009/01/03/merestore-kembali-nick-mig33-yang-banned/">Merestore Kembali Nick Mig33 yang Banned</a></li>
<li><a href="http://aspal07.wordpress.com/2008/11/26/emote-baru-gratis-mig33/">Emote Baru Gratis Mig33</a></li>
<li><a href="http://aspal07.wordpress.com/2008/11/24/versi-awal-mig33-v11/">Versi Awal Mig33 (v.1.1)</a></li>
<li><a href="http://aspal07.wordpress.com/2008/11/22/membuat-bisu-flooder-dengan-mig33-v40/">Membuat Bisu Flooder dengan Mig33 v.40</a></li>
<li><a href="http://aspal07.wordpress.com/2008/11/05/apakah-anda-seorang-kicker-mig33-flooder-mig33-atau-user-mig33-apa-adanya/">Apakah anda seorang Kicker Mig33, flooder Mig33, atau User Mig33 apa adanya?</a></li>
<li><a href="http://aspal07.wordpress.com/2008/09/02/crack-mig33/">Crack Mig33 (Update)</a></li>
<li><a href="http://aspal07.wordpress.com/2008/08/28/chating-di-hp-dengan-mig33/">Chating di HP dengan Mig33</a></li>
</ol>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[MV(WM)P]]></title>
<link>http://emuneee.wordpress.com/2009/08/27/mvwmp/</link>
<pubDate>Fri, 28 Aug 2009 03:43:41 +0000</pubDate>
<dc:creator>emuneee</dc:creator>
<guid>http://emuneee.wordpress.com/2009/08/27/mvwmp/</guid>
<description><![CDATA[Whats up people, I just wanted to let everyone know what are the 10 Most Valuable Windows Mobile Pro]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:center;"><img class="alignnone" title="Windows Mobile Logo" src="http://v4.mypdacafe.com/news/2009/05/13/2_1.jpg" alt="" width="300" height="313" /></p>
<p>Whats up people, I just wanted to let everyone know what are the 10 Most Valuable Windows Mobile Programs (MV(WM)P) to me!  In no particular order:</p>
<ul>
<li><a href="http://www.trinketsoftware.com">Twikini</a> &#8211; To be honest, by far the best (for me) Twitter client available for Windows Mobile.  Twikini continues to be updated as well.  I hope they add searching and trend access.  Hit me up on Twitter -&#62; twitter.com/djemuneee.</li>
<li><a href="http://www.google.com/mobile/products/maps.html#p=default">Google Maps</a> &#8211; Speaks for itself.  With the AGPS on my X1, I always know where I am at.</li>
<li><a href="http://www.wmwifirouter.com/">WMWifiRouter</a> &#8211; I just stumbled upon this application the other day.  Very valuable, especially if you go somewhere without publicly available wifi access, but have a decent data connection with your WM device.</li>
<li><a href="http://www.phm.lu/Products/PocketPC/RegEdit/">PHM RegEdit</a> &#8211; I am a Windows Mobile tweaker, so being able to edit the registry and important.  Great program.</li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=487677">Finger Keyboard</a> &#8211; Outstanding keyboard that enables me to type via my touchscreen.</li>
<li><a href="http://forum.xda-developers.com/showthread.php?t=480365">fim (Facebook IM)</a> &#8211; A very powerful application.  Allows me to hop on Facebook IM from my phone.  I can also upload photos, change my status, and access mobile Facebook from within the application.</li>
<li><a href="http://www.opera.com/mobile/">Opera Mobile</a> &#8211; great browser, however, the webkit-based browser, Dorothy is a strong up-and-comer</li>
<li><a href="http://www.google.com/mobile/products/youtube.html#p=winmo">Google Youtube</a> &#8211; Allows me to watch Youtube videos on my phone.  Even raises the video quality when I have connected to a wifi network.</li>
<li><a href="http://keepasssd.sourceforge.net/">KeePassPPC</a> &#8211; Allows me to store all my passwords and username that I tend to forget if I don&#8217;t write them down.</li>
<li><a href="http://emuneee.wordpress.com/eeenno/speeed-reader/">Speeed Reader</a> &#8211; Do you really need an explanation? Theee premier Windows Mobile Google Reader client.</li>
</ul>
<p>I hope this list helps someone find an application they can use multiple times per day.  What are some of yours?</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:112px;width:1px;height:1px;">http://forum.xda-developers.com/showthread.php?t=480365</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Opera 8.65 - Symbian Application]]></title>
<link>http://n81i.wordpress.com/2009/08/23/opera-8-65-symbian-application/</link>
<pubDate>Sun, 23 Aug 2009 03:57:46 +0000</pubDate>
<dc:creator>n81i</dc:creator>
<guid>http://n81i.wordpress.com/2009/08/23/opera-8-65-symbian-application/</guid>
<description><![CDATA[click here!]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://justanothermobilemonday.com/WordPress/wp-content/uploads/2007/03/WindowsLiveWriter/UpdateOpera8.65pageremovedofficalword_E65D/operalogo%5B2%5D.gif" alt="" /><ins datetime="2009-08-23T03:54:02+00:00"></p>
<p><a href="http://dc106.4shared.com/download/35504444/36ea0514/Opera_Mobile_865.sis?tsid=20090822-235357-72253be6">click here!</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Android to Get Opera Mobile With Flash and Google Gears Support; Creative Zii to Be &quot;Opera-Powered&quot; Too]]></title>
<link>http://ijstech.wordpress.com/2009/08/06/android-to-get-opera-mobile-with-flash-and-google-gears-support-creative-zii-to-be-opera-powered-too/</link>
<pubDate>Thu, 06 Aug 2009 20:52:00 +0000</pubDate>
<dc:creator>Isaiah Copon</dc:creator>
<guid>http://ijstech.wordpress.com/2009/08/06/android-to-get-opera-mobile-with-flash-and-google-gears-support-creative-zii-to-be-opera-powered-too/</guid>
<description><![CDATA[Yes, Android users already have Opera Mini, but who wants to use that stinking thing when you can us]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div class="separator" style="clear:both;text-align:center;"><a href="http://cache.gawker.com/assets/images/4/2009/08/504x_504x_operamini_androidg1_3.jpg" style="margin-left:1em;margin-right:1em;"><img border="0" height="278" src="http://cache.gawker.com/assets/images/4/2009/08/504x_504x_operamini_androidg1_3.jpg" width="420" /></a></div>
<p>Yes, Android users already have Opera Mini, but who wants to use that stinking thing when you can use Opera Mobile. Opera is working on getting a build of Opera Mobile to run on Android and this build will deliver Flash and Google Gears support. Joy to the world!</p>
<div class="separator" style="clear:both;text-align:center;"><a href="http://www.crunchgear.com/wp-content/uploads/2009/08/opera.jpg" style="margin-left:1em;margin-right:1em;"><img border="0" height="200" src="http://www.crunchgear.com/wp-content/uploads/2009/08/opera.jpg" width="125" /></a></div>
<p><a href="http://ijstech.blogspot.com/2009/07/creative-zii-egg-stemcell-computing.html">Creative&#8217;s Zii</a>&#160;is shaping up to be pretty damn great. But, to make things even better, it looks like it will be &#8220;the first to run a specialized version of Opera.&#8221; This is great news and could mean Opera Unite Tools, widgets, etc. Opera Mobile would also be a great addition to all of this!</p>
<p>[<a href="http://www.crunchgear.com/2009/08/05/creatives-zii-devices-to-be-semi-opera-powered/">Crunch Gear</a>, <a href="http://phandroid.com/2009/08/06/opera-working-on-full-android-browser/">Phandroid</a>, <a href="http://gizmodo.com/5331460/opera-mobile-for-android-means-flash-glorious-flash-on-every-android-phone">Gizmodo</a>]</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Aplikasi Blogging untuk Windows Mobile]]></title>
<link>http://muhammadjabir.wordpress.com/2009/08/05/mencoba-moblog/</link>
<pubDate>Wed, 05 Aug 2009 06:29:37 +0000</pubDate>
<dc:creator>Muhammad Jabir</dc:creator>
<guid>http://muhammadjabir.wordpress.com/2009/08/05/mencoba-moblog/</guid>
<description><![CDATA[Yah, akhirnya aku berhasil mencicipi MoBlog. Mantav eui&#8230; Sebelumnya saya sering posting tulisa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;"><img class="alignleft size-thumbnail wp-image-994" title="moblog" src="http://muhammadjabir.wordpress.com/files/2009/08/profiles.jpg?w=99" alt="moblog" width="99" height="150" />Yah, akhirnya aku berhasil mencicipi MoBlog. <em>Mantav eui&#8230;</em></p>
<p style="text-align:justify;">Sebelumnya saya sering posting tulisan melalui Pocket PC (PDA) dengan cara membuka alamat wordpress seperti pada PC dengan browser Internet Explorer Mobile, <a href="http://www.ziddu.com/download/5917658/Downloads.rar.html" target="_blank">Iris Browser</a>, atau Opera Mobile. Agak sedikit ruwet dan terkesan lambat. Namun dengan MoBlog segalanya akan lebih cepat dan nyaman. Tidak perlu membuka browser dan bisa bekerja secara <em>off line. </em>Kita bisa menulis postingan dan  bisa langsung di <em>-publish </em>atau  menyimpannya untuk diedit kembali. <em>Tag </em>dan kategori tulisan dapat dikelola dengan baik.<!--more--></p>
<p style="text-align:justify;">Yang diperlukan hanyalah menginstal aplikasinya, mengisi data-data blog,  dan melakukan pengaturan proxy server operator seluler yang kita gunakan. Kebetulan saya menggunakan<em> Telkomsel Flash Unlimted</em>, maka saya menggunakan paramater Telkomsel.</p>
<p style="text-align:justify;">User name : wap<br />
Password : wap123<br />
Proxy address: 10.1.89.130<br />
Domain : <a href="http://www.selular.co.id/konsultasi/4id94.html"><strong><span style="color:#002699;">http://wap.telkomsel.com</span></strong></a><br />
Proxy port number : 9201
</p>
<p style="text-align:justify;">
<div id="attachment_956" class="wp-caption alignleft" style="width: 235px"><img class="size-medium wp-image-956" title="moblog" src="http://muhammadjabir.wordpress.com/files/2009/08/moblog.jpg?w=225" alt="Setting Profile" width="225" height="300" /><p class="wp-caption-text">Setting Profile</p></div>
<div id="attachment_957" class="wp-caption alignleft" style="width: 235px"><img class="size-medium wp-image-957" title="moblog-profiles" src="http://muhammadjabir.wordpress.com/files/2009/08/moblog-profiles.jpg?w=225" alt="Mengisi Data Blog" width="225" height="300" /><p class="wp-caption-text">Mengisi Data Blog</p></div>
<div id="attachment_958" class="wp-caption alignleft" style="width: 238px"><img class="size-medium wp-image-958" title="settingsgprs" src="http://muhammadjabir.wordpress.com/files/2009/08/settingsgprs.jpg?w=228" alt="Setting Proxy" width="228" height="300" /><p class="wp-caption-text">Setting Proxy</p></div>
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">Selamat mencoba. Filenya dapat download <a href="http://www.ziddu.com/download/5917658/Downloads.rar.html" target="_blank">disini</a>.   <em><br />
</em></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Browser Opera Mobile 9.7]]></title>
<link>http://itsmobile.wordpress.com/2009/07/10/browser-opera-mobile-9-7/</link>
<pubDate>Fri, 10 Jul 2009 03:30:02 +0000</pubDate>
<dc:creator>emedrado</dc:creator>
<guid>http://itsmobile.wordpress.com/2009/07/10/browser-opera-mobile-9-7/</guid>
<description><![CDATA[O Opera Mobile vem se tornando o browser preferido pelos usuários do Windows Mobile (uma vez que o I]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/0cKf5lkl5sw&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/0cKf5lkl5sw&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>O Opera Mobile vem se tornando o browser preferido pelos usuários do Windows Mobile (uma vez que o Internet Explorer Mobile deixa muito a desejar). Na sua versão mais recente &#8211; 9,7 &#8211; o Opera Mobile se mostrou eficaz na exibição de páginas da Intenet normais e para as especialmente formatadas para smartphones.</p>
<p>Sem dúvida, este é um browser que veio para ficar e conquistar os usuários carentes do Windows Mobile.</p>
<p>Acesse o site do fabricante: <a href="http://www.opera.com/mobile/" target="_blank">http://www.opera.com/mobile</a></p>
<h2><span style="color:#993300;">Nota do Editor: 9.0</span></h2>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Gears - بهبودی بخشیدن به مرورگر]]></title>
<link>http://w3tech.wordpress.com/2009/07/08/gears-%d8%a8%d9%87%d8%a8%d9%88%d8%af%db%8c-%d8%a8%d8%ae%d8%b4%db%8c%d8%af%d9%86-%d8%a8%d9%87-%d9%85%d8%b1%d9%88%d8%b1%da%af%d8%b1/</link>
<pubDate>Wed, 08 Jul 2009 18:35:33 +0000</pubDate>
<dc:creator>علیرضا اسکندرپور</dc:creator>
<guid>http://w3tech.wordpress.com/2009/07/08/gears-%d8%a8%d9%87%d8%a8%d9%88%d8%af%db%8c-%d8%a8%d8%ae%d8%b4%db%8c%d8%af%d9%86-%d8%a8%d9%87-%d9%85%d8%b1%d9%88%d8%b1%da%af%d8%b1/</guid>
<description><![CDATA[امروزه وب سایت های بی شماری را میبینیم که اندازه ای سبک و سنگین دارند. همچنین همه به دنبال ابزار یا ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>امروزه وب سایت های بی شماری را میبینیم که اندازه ای سبک و سنگین دارند. همچنین همه به دنبال ابزار یا روشی هستیم که بتواند سرعت خواندن اطلاعات و بارگذاری آنها را افزایش دهد. قصد دارم به شما یکی دیگر از ابزار های گوگل را با نام Gears معرفی کنم. قبل از اینکه به مطلب اصلی بپردازم میخوام در مورد سلیقه ها صحبت کنم که زیاد هم بی ربط نمی تونه باشه.<br />
حتما اسامی که مردم خارج از ایران انتخاب می کنند برای شما هم جالب هست! درست نمی گم؟ مثلا Google به معنی عدد 10 به توان 100، Yahoo به معنی آدم حیوان صفت و در اینجا هم Gears به معنی چرخ دنده ها است.<!--more--></p>
<p>Gears یک پروژه باز متن است که با اضافه کردن امکاناتش به مرورگر، کاربرد های قدرتمندی را فعال می سازد. از چندین کاربردی که دارد می توانم به سه نوع مرغوب آن اشاره کنم.<br />
- سازگار کردن کاربرد های وب با ویندوز شما<br />
- ذخیره سازی عناصر داده در محل در یک پایگاه داده کاملا قابل جستجو<br />
- به اجرا در آوردن JavaScript در پس زمینه برای بهبودی دادن کارایی</p>
<p><strong>احتیاجات دستگاه</strong><br />
- ویندوز XP یا Vista<br />
-مرورگر Firefox 1.5 به بالا یا Internet Explorer 6.0 به بالا</p>
<p>Gears برای ویندوز، موبایل ویندوز (IE Mobile، Opera Mobile)، مکینتاش (Firefox, Safari)، لینوکس و Android در دسترس می باشد.</p>
<p>جهت نصب و اطلاعات بیشتر به <a href="http://gears.google.com/">این آدرس</a> بروید.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Facebook untuk Windows Mobile]]></title>
<link>http://muhammadjabir.wordpress.com/2009/07/04/facebook-untuk-windows-mobile/</link>
<pubDate>Sat, 04 Jul 2009 15:11:57 +0000</pubDate>
<dc:creator>Muhammad Jabir</dc:creator>
<guid>http://muhammadjabir.wordpress.com/2009/07/04/facebook-untuk-windows-mobile/</guid>
<description><![CDATA[Demam Blackberry tidak lepas dengan  kemudahan ber-email dan browsing internet serta adanya aplikasi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Demam Blackberry tidak lepas dengan  kemudahan ber-email dan browsing internet serta adanya aplikasi gaul facebook yang disematkan dalam perangkat tersebut. Namun mungkin orang lupa atau kurang informasi tentang windows mobile yang bisa juga melakukan hal yang sama dengan apa yang bisa diakukan di Blackberry. Walaupun memang berbeda antara keduanya. Blackberry adalah perangkat sekaligus sistem operasi, tapi windows mobile hanyalah sebuah sistem operasi yang bisa dibenamkan pada berbagai jenis smartphone atau PDA. Saya sudah memakai PDA dengan sistem operasi windows mobile sejak tahun 2005 dan saya merasa puas dengan fitur2 yang ditawarkan.Cukup banyak kemudahan yang ditawarkan dan aplikasi yang bisa diinstal ke windows mobile.<!--more--></p>
<p style="text-align:justify;">Terkait dengan push-email windows mobile sudah lama ada bahkan bisa dipakai sampai 10 account. Untuk browsing ada internet explorer mobile yang cukup mumpuni. Walaupun bisa diinstallkan opera mobile, tapi pengalaman saya lebih cepat browsing bila memakai internet exporer mobile. Terkait dengan facebook saya kira windows mobile juga tidak ketinggalan. Walaupun bukan software bawaan, namun bisa diinstal dan berjalan dengan baik. Berikut ini ada dua aplikasi facebook mobile yang bisa dicoba :</p>
<p style="text-align:justify;">1. Facebook mobile untuk windows mobile 6.0.</p>
<p style="text-align:justify;"><img class="alignleft size-full wp-image-782" title="Facebook_56x56_S" src="http://muhammadjabir.wordpress.com/files/2009/07/facebook_56x56_s1.png" alt="Facebook_56x56_S" width="56" height="56" />Sepertinya software gratis ini disediakan langsung oleh microsoft untuk merespon demam facebook para pengguna perangkat mobile tidak terkecuali pengguna windows mobile.  Tidak pelrlu lagi membuka browser untuk fesbuk-an  melalui  m.facebook.com. Aplikasi ini bisa digunakan untuk upload foto dan video. Namun agak lambat padahal saya sudah memakai handpone dengan prosesor 520 MHz, HSDPA up to 7,2 Mbps, dan telkomsel flash unlimited <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p style="text-align:justify;">
<p style="text-align:justify;">2. Facebook Instant Messenger (FIM)</p>
<p style="text-align:justify;"><img class="alignleft size-thumbnail wp-image-783" title="fim_mo" src="http://muhammadjabir.wordpress.com/files/2009/07/fim_mo.jpg?w=150" alt="fim_mo" width="150" height="122" />Nah.. aplikasi ini yang benar2 mantabs&#8230;!!!. Bisa untuk dipake chatting di facebook, upload foto untuk gambar profile atau posting foto di wall, update status, ada tanda notifikasi, dll&#8230; pokoke mantabs. Bahkan sekarang sudah bisa dipake juga untuk chatting di Yahoo Messenger tanpa harus menutup chatting di FB. Seru kan? Kalo gak percaya coba sendiri.. hehe</p>
<p style="text-align:justify;">Kedua aplikasi ini bisa download <a title="FB Mobile dan FIM" href="http://www.ziddu.com/download/5506488/AplikasiWindowsmobile.rar.html" target="_blank">disini</a>. Tinggal ekstrak dan langsung install dari PDA/hape anda karena filenya sdh dalam bentuk .cab. Ingat ini hanya untuk mereka yg pake windows mobile.</p>
<p style="text-align:justify;">
<p style="text-align:justify;">
<p style="text-align:justify;">
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Opera mobile 9.7 vs. Skyfire - Speed Comparison]]></title>
<link>http://zblog9.wordpress.com/2009/06/20/opera-mobile-9-7-vs-skyfire-speed-comparison/</link>
<pubDate>Sat, 20 Jun 2009 17:03:15 +0000</pubDate>
<dc:creator>Mok</dc:creator>
<guid>http://zblog9.wordpress.com/2009/06/20/opera-mobile-9-7-vs-skyfire-speed-comparison/</guid>
<description><![CDATA[A quick look at Opera mobile 9.7. A speed comparison between Opera Mobile 9.7 beta1 and the Skyfire ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A quick look at Opera mobile 9.7. A speed comparison between Opera Mobile 9.7 beta1 and the Skyfire browser.</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/vGzbaQ2PRAQ&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/vGzbaQ2PRAQ&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Maximale Anzahl der Tabs im Opera Mobile erhöhen]]></title>
<link>http://mstechnology.wordpress.com/2009/06/17/maximale-anzahl-der-tabs-im-opera-mobile-erhohen/</link>
<pubDate>Wed, 17 Jun 2009 15:21:59 +0000</pubDate>
<dc:creator>A. Schiemann</dc:creator>
<guid>http://mstechnology.wordpress.com/2009/06/17/maximale-anzahl-der-tabs-im-opera-mobile-erhohen/</guid>
<description><![CDATA[Heute habe ich einen Artikel gefunden, der erklärt, wie man die maximale Anzahl der erlaubten Tabs i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Heute habe ich einen <a href="http://www.ratschlag24.com/index.php/maximale-anzahl-der-tabs-bei-opera-mobile-erhoehen_000046463/" target="_blank">Artikel</a> gefunden, der erklärt, wie man die maximale Anzahl der erlaubten Tabs im Opera Mobile konfigurieren kann. Sehr hilfreich für alle Opera Mobile Nutzer unter Windows Mobile!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Saatnya Mencicipi Opera Mobile 9.7]]></title>
<link>http://tentangit.wordpress.com/2009/06/12/saatnya-mencicipi-opera-mobile-9-7/</link>
<pubDate>Fri, 12 Jun 2009 02:51:21 +0000</pubDate>
<dc:creator>Fadhly Permata</dc:creator>
<guid>http://tentangit.wordpress.com/2009/06/12/saatnya-mencicipi-opera-mobile-9-7/</guid>
<description><![CDATA[Rabu, 10 Juni 2009 | 11:38 WIB Setelah beberapa hari lalu Opera mengumumkan kehadiran browser versi ]]></description>
<content:encoded><![CDATA[Rabu, 10 Juni 2009 | 11:38 WIB Setelah beberapa hari lalu Opera mengumumkan kehadiran browser versi ]]></content:encoded>
</item>
<item>
<title><![CDATA[Opera Mobile 9.7 Beta]]></title>
<link>http://darmawanku.com/2009/06/09/opera-mobile-9-7-beta/</link>
<pubDate>Mon, 08 Jun 2009 17:00:47 +0000</pubDate>
<dc:creator>Darmawan</dc:creator>
<guid>http://darmawanku.com/2009/06/09/opera-mobile-9-7-beta/</guid>
<description><![CDATA[Opera meluncurkan Opera Mobile 9.7 beta. Sayangnya browser yang sudah terinstal di 125 juta ponsel i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Opera meluncurkan Opera Mobile 9.7 beta. Sayangnya browser yang sudah terinstal di 125 juta ponsel ini baru ada versi untuk Windows Mobile dan belum mendukung Symbian S60 dan UIQ. Selain itu masih banyak kekurangannya, seperti belum support flash secara penuh dan fitur Turbo yang masih bermasalah.<!--more--></p>
<p>Berikut ini sedikit reviewnya.</p>
<p><img class="alignnone size-full wp-image-2298" title="opera mobile 9.7 beta" src="http://darmawanku.wordpress.com/files/2009/06/mobile-ui-guide.png" alt="opera mobile 9.7 beta" width="251" height="287" /></p>
<ul>
<li>Opera Mobile 9.7 beta belum mendukung full flash, baru mendukung FlashLite 3.x.</li>
<li>Menggunakan engine Opera Presto 2.2 dimana diklaim lebih cepat 25 persen dibanding Opera Mobile terdahulu.</li>
<li>Widget manager sekarang sebagai aplikasi/add on terpisah.</li>
<li>Mempunyai fitur Opera Turbo, namun sayangnya tidak bisa mendownload apabila fitur Turbo dijalankan.</li>
<li>Show image on atau off tidak berjalan apabila fitur Turbo dijalankan.</li>
<li>Di  WM 5.0 dengan device berukuran 480&#215;800 saat berpindah dari portrait ke  landscape dan sebaliknya akan menimbulkan display error.</li>
</ul>
<p>Untuk mendownload silakan kunjungi <a href="http://www.opera.com/mobile/download/" target="_blank">http://www.opera.com/mobile/download/</a>. Browser ini memang masih dalam tahap beta sehingga masih banyak errornya, jadi jika ingin yang sempurna silakan tunggu versi finalnya.</p>
<p>Opera Mini sampai saat ini juga belum terdengar lagi kabar beritanya. Versi terakhir yaitu 4.2 sudah keluar sejak 6 bulan yang lalu dan belum ada versi penggantinya. Di forum Opera juga tidak ada kabar beritanya.</p>
<p>Semoga bermanfaat.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Opera 9.7 Beta now available for WM devices]]></title>
<link>http://infoaxcess.wordpress.com/2009/06/08/opera-9-7-beta-now-available-for-wm-devices/</link>
<pubDate>Mon, 08 Jun 2009 12:48:35 +0000</pubDate>
<dc:creator>Admin</dc:creator>
<guid>http://infoaxcess.wordpress.com/2009/06/08/opera-9-7-beta-now-available-for-wm-devices/</guid>
<description><![CDATA[As Opera continues to chip away at its competition and gain mobile market share, you can bet it’s no]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>As Opera continues to chip away at its competition and gain mobile market share, you can bet it’s not resting on any laurels. The software company has just released its 9.7 Beta version for Windows Mobile and promises to render pages faster and with better compression. The new version also includes Opera Widgets manager. Do note that this is still in beta and will have some issues:</p>
<p>Opera Turbo in Opera Mobile is still a preview-feature;</p>
<p>1. Downloads don’t work while Opera Turbo is enabled.<br />
2. Some settings (such as toggle on/off images) do not apply when Opera Turbo is enabled.</p>
<p><a href="http://www.geotauaisay.com/2009/06/opera-97-beta-now-available-for-windows-mobile-devices/" target="_blank">Continue Reading&#8230;</a></p>
<p><a href="http://www.bestcontractmobilephonedeals.co.uk/payasyougo.asp">Pay as you go mobile phones</a> in uk with all major mobile phone networks with cheap PAYG phones. Latest <a href="http://www.directphoneshop.co.uk/tmobile/tmobile-phones.asp">T-Mobile phones</a> on contract deals. Get best T-mobile deals on Nokia, Samsung, LG, Sony Ericsson, Motorola with free gifts, free line rental plans, and cashback offers.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Symbian Phone applications]]></title>
<link>http://t722.wordpress.com/2009/04/08/dont-give-up-on-your-symbian-phone/</link>
<pubDate>Wed, 08 Apr 2009 19:04:29 +0000</pubDate>
<dc:creator>t722</dc:creator>
<guid>http://t722.wordpress.com/2009/04/08/dont-give-up-on-your-symbian-phone/</guid>
<description><![CDATA[Symbian is the planet&#8217;s most popular smartphone OS—everywhere except the US, that is. It]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone" title="symbian phone" src="http://cache.gawker.com/assets/images/gizmodo/2009/04/symbianwhat.jpg" alt="" width="509" height="221" /></p>
<p>Symbian is the planet&#8217;s most popular smartphone OS—everywhere except the US, that is. It&#8217;s also arguably the most boring. In this last, most urgent installment of the cellphone revitalization series, we alleviate your Symbian shame.</p>
<p><a href="http://i.gizmodo.com/5197023/dealzmodo-hack-dont-give-up-on-your-symbian-phone">read more</a> &#124; <a href="http://digg.com/gadgets/Don_t_Give_Up_On_Your_Symbian_Phone">digg story</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Reclaim Even More Memory on a Windows Mobile Device]]></title>
<link>http://flagit.wordpress.com/2009/04/04/reclaim-even-more-memory-on-a-windows-mobile-device/</link>
<pubDate>Sat, 04 Apr 2009 17:33:41 +0000</pubDate>
<dc:creator>thermalspindle</dc:creator>
<guid>http://flagit.wordpress.com/2009/04/04/reclaim-even-more-memory-on-a-windows-mobile-device/</guid>
<description><![CDATA[A little while ago I posted about some ways to reclaim memory on a Windows Mobile device.  The reaso]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A little while ago I <a href="http://flagit.wordpress.com/2009/03/08/reclaim-main-memory-on-a-windows-mobile-device/">posted about some ways to reclaim memory on a Windows Mobile device</a>.  The reason for this was that the main memory on my Samsung Omnia was almost at zero and it had been a fairly common occurrence.  I&#8217;ve spent a little while recently trying to get a Skype client working on it and installing it to anywhere but the main memory seemed cause a few issues.  Today however I&#8217;ve had a good day working on the phone and I&#8217;ve managed to not only get the latest version of the Skype client running from storage rather than main memory but also found a few additional ways of getting some more control over the main memory.</p>
<p>The Omnia comes with the Opera mobile browser and I do a fair bit of surfing on this browser (though I have a few others installed too!)  The issue mentioned in my previous post is that this browser stores downloads and the browser cache in the \APPLICATION DATA\OPERA9\ folders.  It is however possible to change where Opera downloads information to.</p>
<p>To reconfigure Opera, open the browser and type &#8220;opera:config&#8221; into the address bar.  This will then display the configuration page.  There are several groups of settings that can be expanded by tapping on them &#8211; they&#8217;re simply hyperlinks.</p>
<p>The &#8216;<em>Saved Settings</em>&#8216; group contains a &#8216;<em>Save Dir</em>&#8216; setting that determines where Opera downloads files to.  Change this to an area not in main memory and this will help keep things more manageable.  Make sure that you click the save button on this group when you&#8217;ve changed the setting.</p>
<p>Another group worth delving into is &#8216;<em>User Prefs&#8217; </em>.  This one&#8217;s quite big so there&#8217;s a bit of scrolling to find &#8216;<em>Cache Directory4</em>&#8216; which determines where the browser cache is stored.  Again replace the entry with something that refers to a storage area rather than main memory.  Again after more scrolling you can click the save button to store the change of values.</p>
<div id="attachment_236" class="wp-caption alignleft" style="width: 145px"><a href="http://flagit.wordpress.com/files/2009/04/cleartemp.gif"><img class="size-medium wp-image-236" title="cleartemp" src="http://flagit.wordpress.com/files/2009/04/cleartemp.gif?w=225" alt="cleartemp" width="135" height="180" /></a><p class="wp-caption-text">ClearTemp</p></div>
<p>As this is only a migration of the issue and there are a few other known issue areas I&#8217;d also recommend using an application called <a href="http://m.mobisapienz.com/index.php?option=com_jdownloads&#38;Itemid=82&#38;task=view.download&#38;cid=50" target="_blank">ClearTemp</a>.  This will clear out a few of these standard areas and also allow you to specify some custom folders to clear out &#8211; such as those you&#8217;ve just specified for Opera.</p>
<div id="attachment_237" class="wp-caption alignright" style="width: 118px"><a href="http://flagit.wordpress.com/files/2009/04/mobile-monger.png"><img class="size-medium wp-image-237" title="mobile-monger" src="http://flagit.wordpress.com/files/2009/04/mobile-monger.png?w=180" alt="mobile-monger" width="108" height="180" /></a><p class="wp-caption-text">Mobile Monger</p></div>
<p>Another tool I found useful in understanding where memory was being used was by using a great little mobile application called <a href="http://wss.boman.biz/Pages/MobileMonger.aspx" target="_blank">Mobile Monger</a>.  This isquite similar to <a href="http://windirstat.info/" target="_blank">WinDirStat</a> which is a visual tool I use with people to analyse what sorts of files are taking up their disk space and where they are.  The application displays the file structure as blocks with display sizes relative to space sizes.  This can really help highlight any areas where there are large numbers of files or even just a few files taking up significant amounts of storage space.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Bookmarks des Opera Mobile sichern]]></title>
<link>http://mstechnology.wordpress.com/2009/03/13/bookmarks-des-opera-mobile-sichern/</link>
<pubDate>Fri, 13 Mar 2009 20:35:05 +0000</pubDate>
<dc:creator>A. Schiemann</dc:creator>
<guid>http://mstechnology.wordpress.com/2009/03/13/bookmarks-des-opera-mobile-sichern/</guid>
<description><![CDATA[Die Bookmarks speichert der Opera Mobile unter Windows Mobile in der Datei opera6.adr im Verzeichnis]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Die Bookmarks speichert der Opera Mobile unter Windows Mobile in der Datei opera6.adr im Verzeichnis windows\Opera9. Diese kann man einfach kopieren und nach einem ROM Update auch wieder dorthin kopieren.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AT&amp;T Fuze / HTC Touch Pro P4600 hands-on review]]></title>
<link>http://theonbutton.wordpress.com/2009/01/04/att-fuze-htc-touch-pro-p4600-hands-on-review/</link>
<pubDate>Sun, 04 Jan 2009 20:14:28 +0000</pubDate>
<dc:creator>theONbutton</dc:creator>
<guid>http://theonbutton.wordpress.com/2009/01/04/att-fuze-htc-touch-pro-p4600-hands-on-review/</guid>
<description><![CDATA[Last year I wrote about the HTC TyTN, which was later superceded by the TyTN II (AT&amp;T Tilt) as t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/RMkDG7YkX2M&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/RMkDG7YkX2M&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span>Last year I wrote about the HTC TyTN, which was later superceded by the TyTN II (AT&#38;T Tilt) as the daddy of all productivity smartphones.  Since then HTC has moved on with its Touch range which aim to turn up the style, which was a bit lacking in the TyTN series.</p>
<p><img class="alignleft size-medium wp-image-382" title="HTC Touch Pro Keyboard" src="http://theonbutton.wordpress.com/files/2009/01/p1020141.jpg?w=300" alt="HTC Touch Pro Keyboard" width="300" height="225" />Of the three new Touch models (Diamond, Pro and HD) the Pro is the closest successor to the TyTN range with its slide out keyboard.   I will make comparisons along the way to the <a href="http://theonbutton.wordpress.com/2008/12/30/samsung-epix-sgh-i907-blackjacks-big-brother-is-an-ace/" target="_self"><strong>Samsung Epix</strong></a>, which does a similar job in a very different style.</p>
<p>Picking up the Fuze is an altogether different experience to the Tilt it replaced.  HTC has taken everything good about the TyTN range and made it sleeker.  The all glass look is smart and the back cover has the beautiful angled surface first seen on the Touch Diamond.</p>
<p>One backwards step compared to the Tilt is the reduced number of buttons on the front of the Fuze.  Whilst instant access application buttons are present on the keyboard like the Samsung Epix, the Fuze makes you either slide out the keyboard or use screen presses like the iPhone.  Whilst this is not a huge problem it does make the Epix feel like a quicker phone to navigate.</p>
<p>The other significant change from the Tilt is that the Fuze loses the tilting screen, which seemed like a fragile but useful feature on its predecessor.</p>
<p><img class="alignright size-medium wp-image-390" title="TouchFlo 3D Music App" src="http://theonbutton.wordpress.com/files/2009/01/p1020139.jpg?w=300" alt="TouchFlo 3D Music App" width="300" height="225" />The Fuze feels mightily more petite to hold than the Tilt, but still a tad chunky in its depth to accommodate the keyboard.  Overall it looks smaller than the Blackberry Bold or the Samsung Epix but the Fuze&#8217;s 6oz weight makes the 4.4oz Epix less bulky in a pocket.</p>
<p>The Fuze has a more useful keyboard than the TyTN series and most other smartphones.  There are now five rows of keys, which reduces combination presses to a minimum.  The keys also have a positive feel, which aids typing speed.</p>
<p>For those who like to work outdoors, the Fuze&#8217;s screen is far brighter than the Tilt&#8217;s.  I&#8217;m writing this outside in full-on New York bright winter sunshine.  You don&#8217;t get much color contrast, but at least you can see what you&#8217;re doing.</p>
<p>The Fuze&#8217;s big screen advance is its resolution which, at 640&#215;480, is simply spectacular.  The only comparison worth making is to the Blackberry Bold, whose screen is of similar quality.</p>
<p><img class="alignleft size-medium wp-image-384" title="HTC Touch Pro Back" src="http://theonbutton.wordpress.com/files/2009/01/p1020145.jpg?w=300" alt="HTC Touch Pro Back" width="300" height="225" />The TyTN series packed a powerful punch for its time and the Fuze hits even harder.  The Fuze has a whopping 0.5GB of ROM for Windows Mobile to play around with.  Pair that up with a 528MHz processor and you have a device which flies along.  At one point I had 15 applications open simultaneously and the Fuze just kept going.  Operating system navigation is very responsive and AT&#38;T&#8217;s Cellular Video streams well, as long as you have good 3G coverage.</p>
<p>There is also a MicroSD card slot which can handle cards up to 32GB to satisfy your thirst for videos/music/photos/applications.  MicroSD cards are now pretty cheap, I saw an 8GB card recently for $18.  However the Fuze loses brownie points for hiding it&#8217;s card slot under the back cover, unlike the TyTN which had exposed access on the side of the phone like the Samsung Epix.</p>
<p>The Fuze comes with Opera Mobile as the default browser.  This does a good job and offers multiple tabs and good finger control, but still plays second fiddle to Safari on the iPhone.  This is partly due to the iPhone&#8217;s larger screen and also because Safari renders pages better overall in my opinion.</p>
<p>HTC has enhanced its TouchFlo interface to &#8216;3D&#8217; status with the inclusion of some nice widgets which make navigation very finger-friendly.  The email and music screens look good and scrolling through text messages and photos is great as one item is swept away to make room for the next.</p>
<p><img class="alignright size-medium wp-image-388" title="HTC Touch Pro Exposed Back" src="http://theonbutton.wordpress.com/files/2009/01/p1020152.jpg?w=300" alt="HTC Touch Pro Exposed Back" width="300" height="225" />Battery life on the Fuze is only average, with a charge required on a nightly basis following moderate usage.  Regular video streaming eats battery time, as does constant surfing although I did find that a full day of battery life is realistic with sensible usage.</p>
<p>The Fuze ships with Windows Mobile 6.1 Professional, which means you get Office Mobile, Windows Media Player and Windows Live.  In addition to Messenger the phones also have IM clients for AIM and Yahoo and you can install third party applications to give access to more services.  Google Maps, AvantGo and Skype were one-click installs.</p>
<p>Overall the Fuze is a great smartphone.  In day to day usage I can&#8217;t decide if I prefer the trick TouchFlo 3D interface, sleek looks and amazing screen of the Fuze over the faster front panel key and mouse navigation of the Samsung Epix.  There is a popular perception that touch is the way foward, but if <a href="http://gizmodo.com/5119445/the-dream-iphone-pro">reactions to the iPhone</a> have told us anything it&#8217;s that <a href="http://gizmodo.com/5122644/the-alternative-to-the-iphone-pro?skyline=true&#38;s=x" target="_blank">people still want keyboards</a>.</p>
<p>If you&#8217;re looking for a Windows Mobile smartphone then the Fuze does a great job, however if you prefer buttons to fingers it&#8217;s worth checking out the Samsung Epix too.</p>
<p><strong>Neil Berman</strong></p>
<p><a href="/www.theonbutton.com" target="_self"><strong>www.theonbutton.com</strong></a></p>
<p><strong></p>
<p></strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Opera mini для Nokia S60.3]]></title>
<link>http://redwid.wordpress.com/2008/12/22/opera-mini-%d0%b4%d0%bb%d1%8f-nokia-s603/</link>
<pubDate>Mon, 22 Dec 2008 20:15:34 +0000</pubDate>
<dc:creator>redwid</dc:creator>
<guid>http://redwid.wordpress.com/2008/12/22/opera-mini-%d0%b4%d0%bb%d1%8f-nokia-s603/</guid>
<description><![CDATA[Поставил на Nokia E51 оперу мини. По сравнению с дефолтным браузером много преимуществ: 1. Лучше орг]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Поставил на Nokia E51 оперу мини. По сравнению с дефолтным браузером много преимуществ:</p>
<p>1. Лучше организованы закладки;</p>
<p>2. Быстрее загружаются страницы;</p>
<p>3. Лучше организованно просмотр больших (PC-шных) страниц. Очень удобно приближаться и удаляться использую одну кнопку. В дефолтном браузере увидить превью страницы можно если долго скролишь страницу. Оценить страницу или найти что либо  в дефолтном браузере сложно.</p>
<p>4. Кеш. Четыре-пять страниц точно запоминает. У дефолтного нету почти, и часто ошибается &#8211; в итоге ты остаешься с пустой страничкой и без истории. Ну кэшем опера всегда была знаменита.</p>
<p>5. История. В дефолтном незамечал. В опере есть и прекрасно работает плюс есть авто дополнение адресов.</p>
<p>На youtube полно видео по сравнению этих браузеров.</p>
<p><span style='text-align:center; display: block;'><object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/qrG-K1ja3PM&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' /><param name='allowfullscreen' value='true' /><param name='wmode' value='transparent' /><embed src='http://www.youtube.com/v/qrG-K1ja3PM&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;hd=0' type='application/x-shockwave-flash' allowfullscreen='true' width='425' height='350' wmode='transparent'></embed></object></span></p>
<p>Долго искал как запустить Opera Mobile for S60 version 8.65. Совсем не понравилась, очень близка к дефолтному браузеру. Они за нее еще и денег хотят, в отличие от бесплатной версии Mini. Может быть когда выпустят девятую версию под симбиан &#8230;</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
