<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lawand&#039;s Blog</title>
	<atom:link href="http://lawand.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lawand.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 13 Nov 2009 14:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='lawand.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/f6c22628e4bb361b11915900477cec0d?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Lawand&#039;s Blog</title>
		<link>http://lawand.wordpress.com</link>
	</image>
			<item>
		<title>Boot VirtualBox Guest From A USB Device</title>
		<link>http://lawand.wordpress.com/2009/09/22/boot-virtualbox-guest-from-a-usb-device/</link>
		<comments>http://lawand.wordpress.com/2009/09/22/boot-virtualbox-guest-from-a-usb-device/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:37:53 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Personal Experience]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[USB boot]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=1259</guid>
		<description><![CDATA[The BIOS of guest computers in VirtualBox doesn&#8217;t support booting from a USB device, and in this case users can&#8217;t boot off their (usually Linux equipped) USB thumb-drives or hard disks.
This is a mini tutorial that includes a temporary workaround until that feature is implemented (I am not sure if it&#8217;s a planned feature, it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1259&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">The <strong>BIOS</strong> of guest computers in <strong>VirtualBox</strong> doesn&#8217;t support booting from a <strong>USB</strong> device, and in this case users can&#8217;t boot off their (usually <strong>Linux</strong> equipped) <strong>USB</strong> thumb-drives or hard disks.</p>
<p style="text-align:justify;">This is a mini tutorial that includes a temporary workaround until that feature is implemented (I am not sure if it&#8217;s a planned feature, it just might be)</p>
<p style="text-align:justify;"><span id="more-1259"></span></p>
<h3 style="text-align:justify;">The problem</h3>
<p style="text-align:justify;">I found myself in a similar situation when I needed to boot off my external <strong>USB</strong> <strong>HDD</strong> (which has <strong>Xubuntu</strong> installed) on an old <strong>PC</strong> which has motherboard-integrated <strong>USB 1.x</strong> ports, and (<strong>PCI</strong>) on-card <strong>USB 2.x</strong> ports. I was able to boot through one of the <strong>USB 1.x </strong>ports (a process that took forever to finish, and the system was so sluggish) but not one of the <strong>USB 2.x</strong> ports because they required drivers to be used.</p>
<h3 style="text-align:justify;">The Solution</h3>
<p style="text-align:justify;">After searching the internet, <a href="https://help.ubuntu.com/community/BootFromUSB#Booting%20the%20kernel%20from%20a%20bootable%20CD">this guide</a> helped me create a <strong>Bootable CD</strong> that includes the <strong>Linux</strong> kernel and some other stuff including the <strong>USB</strong> driver needed to use a bootable <strong>USB</strong> device. This <strong>CD</strong> boots up and loads the <strong>USB</strong> driver then continues the boot process from any <strong>USB</strong> device.</p>
<p style="text-align:justify;">I used that very method to boot my <strong>USB</strong> <strong>HDD</strong> in <strong>VirtualBox</strong>:</p>
<p style="text-align:justify;">After creating a new virtual machine, I selected the <strong>USB</strong> section of that device&#8217;s settings and added a new <strong>USB</strong> device which is my <strong>Verbatim</strong> <strong>HDD</strong>:</p>
<p style="text-align:justify;"><a href="http://lawand.files.wordpress.com/2009/09/vboxusb-1.jpg"><img class="aligncenter size-medium wp-image-1260" title="VBoxUSB-1" src="http://lawand.files.wordpress.com/2009/09/vboxusb-1.jpg?w=300&#038;h=265" alt="VBoxUSB-1" width="300" height="265" /></a></p>
<p style="text-align:justify;"><a href="http://lawand.files.wordpress.com/2009/09/vboxusb-1.jpg"></a><a href="http://lawand.files.wordpress.com/2009/09/vboxusb-2.jpg"><img class="aligncenter size-medium wp-image-1261" title="VBoxUSB-2" src="http://lawand.files.wordpress.com/2009/09/vboxusb-2.jpg?w=300&#038;h=219" alt="VBoxUSB-2" width="300" height="219" /></a></p>
<p style="text-align:justify;">Then I started the machine, mounted the bootable <strong>CD</strong> I created previously, and selected it so that the virtual machive would boot from it:</p>
<p style="text-align:justify;"><a href="http://lawand.files.wordpress.com/2009/09/vboxusb-3.jpg"><img class="aligncenter size-medium wp-image-1262" title="VBoxUSB-3" src="http://lawand.files.wordpress.com/2009/09/vboxusb-3.jpg?w=300&#038;h=209" alt="VBoxUSB-3" width="300" height="209" /></a></p>
<p style="text-align:justify;">And it worked!</p>
<h3 style="text-align:justify;">Important Note</h3>
<p style="text-align:justify;">On the old <strong>PC</strong> which I was trying to solve the problem with originally, the boot <strong>CD</strong> didn&#8217;t detect my <strong>USB</strong> <strong>HDD</strong> at first, but when I created another one applying the <strong>Using UUID</strong> tip in <a href="https://help.ubuntu.com/community/BootFromUSB#Comments">the guide&#8217;s comments</a>, it worked, and I used that same (newer) <strong>CD</strong> with <strong>VirtualBox</strong> so that might be a requirement&#8230;</p>
<h3 style="text-align:justify;">My impressions</h3>
<p style="text-align:justify;"><strong>Linux</strong> is a much more flexible <strong>OS</strong> than average commercial <strong>OS</strong>es : first I was able to create a custom version that is meant to boot, load <strong>USB</strong> drivers and continue booting from a <strong>USB</strong> device, and the system itself runs on a variety of systems (since it&#8217;s installed on a <strong>USB</strong> device) including a virtual system.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/1259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/1259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/1259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1259&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/09/22/boot-virtualbox-guest-from-a-usb-device/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/09/vboxusb-1.jpg?w=300" medium="image">
			<media:title type="html">VBoxUSB-1</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/09/vboxusb-2.jpg?w=300" medium="image">
			<media:title type="html">VBoxUSB-2</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/09/vboxusb-3.jpg?w=300" medium="image">
			<media:title type="html">VBoxUSB-3</media:title>
		</media:content>
	</item>
		<item>
		<title>Fresh By Lawand</title>
		<link>http://lawand.wordpress.com/2009/08/09/fresh-by-lawand/</link>
		<comments>http://lawand.wordpress.com/2009/08/09/fresh-by-lawand/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 23:22:27 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[S60 Themes]]></category>
		<category><![CDATA[Mobile phones]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[S60]]></category>
		<category><![CDATA[S60v3]]></category>
		<category><![CDATA[Smart Phones]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=1174</guid>
		<description><![CDATA[A new theme is ready! Something to refresh your phone :)
S60v3 Version
Here are some screen shots:

DOWNLOAD (Unsigned)
The theme should be compatible with all S60v3 phones (S60v3 and FP1/FP2)
Special thanks
For the kind testers who spent some of their time  helping out, thanks Snakey and Suomimies112 ! (members of SymbianFreak)
       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1174&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">A new theme is ready! Something to refresh your phone :)</p>
<h3 style="text-align:justify;">S60v3 Version</h3>
<p style="text-align:justify;">Here are some screen shots:</p>

<a href='http://lawand.wordpress.com/2009/08/09/fresh-by-lawand/fresh-screenshot0/' title='Fresh-Screenshot0'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/08/fresh-screenshot0.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Fresh-Screenshot0" /></a>
<a href='http://lawand.wordpress.com/2009/08/09/fresh-by-lawand/fresh-screenshot1/' title='Fresh-Screenshot1'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/08/fresh-screenshot1.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Fresh-Screenshot1" /></a>
<a href='http://lawand.wordpress.com/2009/08/09/fresh-by-lawand/fresh-screenshot2/' title='Fresh-Screenshot2'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/08/fresh-screenshot2.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Fresh-Screenshot2" /></a>

<p style="text-align:justify;"><span id="more-1174"></span></p>
<p style="text-align:justify;"><a href="http://www.box.net/shared/a0653sqvrh">DOWNLOAD</a> (Unsigned)</p>
<p style="text-align:justify;"><em>The theme should be compatible with all <strong>S60v3</strong> phones (<strong>S60v3</strong> and <strong>FP1</strong>/<strong>FP2</strong>)</em></p>
<h3>Special thanks</h3>
<p style="text-align:justify;">For the kind testers who spent some of their time  helping out, thanks <a href="http://www.symbian-freak.com/forum/profile.php?mode=viewprofile&amp;u=72843"><strong>Snakey</strong></a> and <a href="http://www.symbian-freak.com/forum/profile.php?mode=viewprofile&amp;u=82144"><strong>Suomimies112</strong></a> ! (members of <strong><a href="http://www.symbian-freak.com/">SymbianFreak</a></strong>)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/1174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/1174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/1174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/1174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/1174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/1174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/1174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/1174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/1174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/1174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1174&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/08/09/fresh-by-lawand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>
	</item>
		<item>
		<title>A Glimpse Of KDE 4.3</title>
		<link>http://lawand.wordpress.com/2009/08/05/a-glimpse-of-kde-4-3/</link>
		<comments>http://lawand.wordpress.com/2009/08/05/a-glimpse-of-kde-4-3/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:17:02 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[Coffee Shop]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Free Wallpapers]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=1151</guid>
		<description><![CDATA[I always thought that KDE contains great wallpapers, so with the 4.3 version (codenamed Caizen) released yesterday, I went searching for a way to get the included wallpapers.

Wallpaper Hunt
Now, at the beginning I thought I would have to download the whole package that contains them, such as Ubuntu&#8217;s kdewallpapers (sized about 40MB) or the KDE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1151&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">I always thought that <strong>KDE</strong> contains great wallpapers, so with the <strong>4.3</strong> version (codenamed <strong>Caizen</strong>) released yesterday, I went searching for a way to get the included wallpapers.</p>
<p><span id="more-1151"></span></p>
<h3 style="text-align:justify;">Wallpaper Hunt</h3>
<p style="text-align:justify;">Now, at the beginning I thought I would have to download the whole package that contains them, such as <a href="http://packages.ubuntu.com/karmic/kdewallpapers"><strong>Ubuntu</strong>&#8217;s kdewallpapers</a> (sized about 40MB) or the <strong>KDE</strong> <a href="ftp://ftp.kde.org/pub/kde/stable/4.3.0/src/kdeartwork-4.3.0.tar.bz2">kdeartwork source code package</a> (~63MB)&#8230;</p>
<p style="text-align:justify;">But then a little search around got me the idea of searching the official <strong>KDE</strong> Source Repository and I found what I was looking for :)</p>
<p style="text-align:justify;">So, here it is, and without further ado, the directory that contains the <strong>KDE</strong> <strong>4.3</strong> wallpapers in various resolutions:</p>
<p style="text-align:justify;"><a href="http://websvn.kde.org/branches/KDE/4.3/kdeartwork/wallpapers/">http://websvn.kde.org/branches/KDE/4.3/kdeartwork/wallpapers/</a></p>
<h3 style="text-align:justify;">Examples</h3>
<h3 style="text-align:justify;">
<a href='http://lawand.wordpress.com/2009/08/05/a-glimpse-of-kde-4-3/blue_curl/' title='Blue_Curl'><img width="200" height="125" src="http://lawand.files.wordpress.com/2009/08/blue_curl.png?w=200&#038;h=125" class="attachment-thumbnail" alt="Blue Curl" title="Blue_Curl" /></a>
<a href='http://lawand.wordpress.com/2009/08/05/a-glimpse-of-kde-4-3/flower_drops/' title='Flower_drops'><img width="200" height="125" src="http://lawand.files.wordpress.com/2009/08/flower_drops.png?w=200&#038;h=125" class="attachment-thumbnail" alt="Flower Drops" title="Flower_drops" /></a>
</h3>
<p style="text-align:justify;">&#8212;</p>
<p style="text-align:justify;"><em>For more info about <strong>KDE 4.3</strong>, check the <a href="http://kde.org/announcements/4.3/index.php">official press release</a>.</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/1151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/1151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/1151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/1151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/1151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/1151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/1151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/1151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/1151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/1151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1151&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/08/05/a-glimpse-of-kde-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>
	</item>
		<item>
		<title>Kore By Lawand</title>
		<link>http://lawand.wordpress.com/2009/07/04/kore-by-lawand/</link>
		<comments>http://lawand.wordpress.com/2009/07/04/kore-by-lawand/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:22:00 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[S60 Themes]]></category>
		<category><![CDATA[Mobile phones]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[S60]]></category>
		<category><![CDATA[S60v3]]></category>
		<category><![CDATA[Smart Phones]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=1094</guid>
		<description><![CDATA[Kore by Lawand out now!, I hope you like it :)
S60v3 Version
Here are some screen shots:

DOWNLOAD (Unsigned)
The theme should be compatible with all S60v3 phones (S60v3 and FP1/FP2)
Since the wallpaper (Kore) -which is a great PC wallpaper BTW- (created  by Code2) is licensed under GPL, my theme (a derived work) is also licensed under GPL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1094&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Kore by Lawand out now!, I hope you like it :)</p>
<h3 style="text-align:justify;">S60v3 Version</h3>
<p style="text-align:justify;">Here are some screen shots:</p>

<a href='http://lawand.wordpress.com/2009/07/04/kore-by-lawand/kore-screenshot0/' title='Kore-Screenshot0'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/kore-screenshot0.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Kore-Screenshot0" /></a>
<a href='http://lawand.wordpress.com/2009/07/04/kore-by-lawand/kore-screenshot1/' title='Kore-Screenshot1'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/kore-screenshot1.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Kore-Screenshot1" /></a>
<a href='http://lawand.wordpress.com/2009/07/04/kore-by-lawand/kore-screenshot2/' title='Kore-Screenshot2'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/kore-screenshot2.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Kore-Screenshot2" /></a>
<a href='http://lawand.wordpress.com/2009/07/04/kore-by-lawand/kore-screenshot3/' title='Kore-Screenshot3'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/kore-screenshot3.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Kore-Screenshot3" /></a>
<a href='http://lawand.wordpress.com/2009/07/04/kore-by-lawand/kore-screenshot4/' title='Kore-Screenshot4'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/kore-screenshot4.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Kore-Screenshot4" /></a>

<p style="text-align:justify;"><span id="more-1094"></span></p>
<p style="text-align:justify;"><a href="http://www.box.net/shared/qs78c26olz">DOWNLOAD</a> (Unsigned)</p>
<p style="text-align:justify;"><em>The theme should be compatible with all S60v3 phones (<strong>S60v3</strong> and <strong>FP1</strong>/<strong>FP2</strong>)</em></p>
<p style="text-align:justify;">Since the wallpaper (<strong><a href="http://www.kde-look.org/content/show.php/Kore+Wallpaper?content=55700">Kore</a></strong>) -which is a great PC wallpaper BTW- (created  by <a href="http://www.code2-design.com/"><strong>Code2</strong>)</a> is licensed under <strong>GPL</strong>, my theme (a derived work) is also licensed under <strong>GPL</strong> which means that this theme is free and open-source (<strong>FOSS</strong>) software and that you (as the user) have the right to access what resembles that &#8220;source code&#8221; of the theme which is in this case the <strong>Carbide.ui</strong> project files, which can be found here:</p>
<p style="text-align:justify;"><a href="http://www.box.net/shared/v000cn6u9e">DOWNLOAD the Carbide.ui project files</a></p>
<h3 style="text-align:justify;">Special thanks</h3>
<p style="text-align:justify;">For the brave testers who helped my bring the theme a step closer to perfection, thanks <strong><a href="http://www.symbian-freak.com/forum/profile.php?mode=viewprofile&amp;u=95334">devilwasabi</a>, </strong><a href="http://www.symbian-freak.com/forum/profile.php?mode=viewprofile&amp;u=51032"><strong>MrNOKIA</strong></a><strong>,</strong> <a href="http://www.symbian-freak.com/forum/profile.php?mode=viewprofile&amp;u=57351"><strong>avisek</strong></a>, <a href="http://www.symbian-freak.com/forum/profile.php?mode=viewprofile&amp;u=74485"><strong>jimmys20</strong></a> and especially <a href="http://www.symbian-freak.com/forum/profile.php?mode=viewprofile&amp;u=72843"><strong>Snakey</strong></a> ! (members of <strong><a href="http://www.symbian-freak.com/">SymbianFreak</a></strong>)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/1094/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/1094/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/1094/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/1094/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/1094/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/1094/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/1094/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/1094/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/1094/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/1094/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1094&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/07/04/kore-by-lawand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>
	</item>
		<item>
		<title>Nostalgia (Black) By Lawand</title>
		<link>http://lawand.wordpress.com/2009/05/24/nostalgia-black-by-lawand/</link>
		<comments>http://lawand.wordpress.com/2009/05/24/nostalgia-black-by-lawand/#comments</comments>
		<pubDate>Sun, 24 May 2009 16:58:58 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[S60 Themes]]></category>
		<category><![CDATA[Mobile phones]]></category>
		<category><![CDATA[S60]]></category>
		<category><![CDATA[S60v3]]></category>
		<category><![CDATA[Smart Phones]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=1140</guid>
		<description><![CDATA[As an improvement to my Nostalgia theme, I made black edition which also fixes some bugs&#8230;
S60v3 Version
Here are some screen shots:

DOWNLOAD (Unsigned)
The theme should be compatible with all S60v3 phones (S60v3 and FP1/FP2), though it might look different in FP2 then what is looks like in screenshots&#8230;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1140&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">As an improvement to my <a href="http://lawand.wordpress.com/2009/01/03/nostalgia-by-lawand/">Nostalgia theme</a>, I made black edition which also fixes some bugs&#8230;</p>
<h3 style="text-align:justify;">S60v3 Version</h3>
<p style="text-align:justify;">Here are some screen shots:</p>

<a href='http://lawand.wordpress.com/2009/05/24/nostalgia-black-by-lawand/nostalgia-black-screenshot0/' title='Nostalgia (Black)-Screenshot0'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/nostalgia-black-screenshot0.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Nostalgia (Black)-Screenshot0" /></a>
<a href='http://lawand.wordpress.com/2009/05/24/nostalgia-black-by-lawand/nostalgia-black-screenshot1/' title='Nostalgia (Black)-Screenshot1'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/nostalgia-black-screenshot1.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Nostalgia (Black)-Screenshot1" /></a>
<a href='http://lawand.wordpress.com/2009/05/24/nostalgia-black-by-lawand/nostalgia-black-screenshot2/' title='Nostalgia (Black)-Screenshot2'><img width="150" height="200" src="http://lawand.files.wordpress.com/2009/07/nostalgia-black-screenshot2.jpg?w=150&#038;h=200" class="attachment-thumbnail" alt="" title="Nostalgia (Black)-Screenshot2" /></a>

<p style="text-align:justify;"><span id="more-1140"></span></p>
<p style="text-align:justify;"><a href="http://www.box.net/shared/chn0mcbse7">DOWNLOAD</a> (Unsigned)</p>
<p style="text-align:justify;"><em>The theme should be compatible with all <strong>S60v3</strong> phones (<strong>S60v3</strong> and <strong>FP1</strong>/<strong>FP2</strong>)</em>,<em> though it might look different in <strong>FP2</strong> then what is looks like in screenshots&#8230;</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/1140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/1140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/1140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/1140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/1140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/1140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/1140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/1140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/1140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/1140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=1140&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/05/24/nostalgia-black-by-lawand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>
	</item>
		<item>
		<title>Wikipedia Got Infected With The Swine Influenza Virus!</title>
		<link>http://lawand.wordpress.com/2009/05/03/wikipedia-got-infected-with-the-swine-influenza-virus/</link>
		<comments>http://lawand.wordpress.com/2009/05/03/wikipedia-got-infected-with-the-swine-influenza-virus/#comments</comments>
		<pubDate>Sat, 02 May 2009 22:49:08 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Swine Flu]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=998</guid>
		<description><![CDATA[After the heavy media coverage of the recent Swine Influenza (a.k.a Swine flu) outbreak, I wanted to know what this hall thing all about, so I googled Swine Flu hoping to find a Wikipedia article, and the third result was a what I wanted.

So, while checking the article I was impressed because it was so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=998&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">After the heavy media coverage of the recent <a href="http://en.wikipedia.org/wiki/Swine_flu"><strong>Swine Influenza</strong></a> (a.k.a <strong>Swine flu</strong>) outbreak, I wanted to know what this hall thing all about, so I googled <strong>Swine Flu</strong> hoping to find a <a href="http://en.wikipedia.org"><strong>Wikipedia</strong></a> article, and the third result was a what I wanted.</p>
<p style="text-align:justify;"><span id="more-998"></span></p>
<p style="text-align:justify;">So, while checking <a href="http://en.wikipedia.org/wiki/Swine_flu">the article</a> I was impressed because it was so thorough and detailed (for one, it includes 60+ references) considering the freshness of the exploit of the virus, not to mention that articles about the virus are covered in other 54 languages, while the Mexican government announced it about a week ago!, I guess we can call this an infection :)</p>
<p style="text-align:justify;">This reflects the popularity of <strong>Wikipedia</strong> and the level of public awareness in it&#8217;s importance as an information source which introduces unknown concepts/things to readers.</p>
<p style="text-align:justify;">Go <strong>Wikipedia</strong>! <em>(</em> and get better soon :) )</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/998/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/998/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/998/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/998/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/998/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/998/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/998/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/998/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/998/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/998/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=998&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/05/03/wikipedia-got-infected-with-the-swine-influenza-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>
	</item>
		<item>
		<title>The Funny Dudes Blog Launched!</title>
		<link>http://lawand.wordpress.com/2009/01/31/the-funny-dudes-blog-launched/</link>
		<comments>http://lawand.wordpress.com/2009/01/31/the-funny-dudes-blog-launched/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 22:42:52 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Dolls]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Hilarious]]></category>
		<category><![CDATA[New Blog]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=962</guid>
		<description><![CDATA[Today, my and the Funny Guys team have finished the final touches on the new photo blog, Funny Dudes.
The blog already has more than 20 hilariously-funny pictures that you don&#8217;t want to miss, so give it a look!
Here are some samples:


See you there :)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=962&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">Today, my and the <strong>Funny Guys</strong> team have finished the final touches on the new photo blog, <strong><a href="http://funnydudes.wordpress.com">Funny Dudes</a>.</strong></p>
<p style="text-align:left;">The blog already has more than 20 hilariously-funny pictures that you don&#8217;t want to miss, so give it a look!</p>
<p style="text-align:left;">Here are some samples:</p>
<p style="text-align:left;"><span id="more-962"></span></p>
<p style="text-align:left;">
<div class="wp-caption aligncenter" style="width: 330px"><a href="http://funnydudes.wordpress.com/2009/01/30/gallery-3/the-night-before-the-exam/"><img title="The Night Before The Exam" src="http://funnydudes.files.wordpress.com/2009/01/the-night-before-the-exam.jpg?w=320&#038;h=240" alt="The Night Before The Exam" width="320" height="240" /></a><p class="wp-caption-text">The Night Before The Exam</p></div>
<div class="wp-caption aligncenter" style="width: 330px"><a href="http://funnydudes.wordpress.com/2009/01/30/gallery-2/hi-tech_tragedy/"><img title="Hi-Tech Tragedy" src="http://funnydudes.files.wordpress.com/2009/01/hi-tech_tragedy.jpg?w=320&#038;h=240" alt="Hi-Tech Tragedy" width="320" height="240" /></a><p class="wp-caption-text">Hi-Tech Tragedy</p></div>
<div class="wp-caption aligncenter" style="width: 330px"><a href="http://funnydudes.wordpress.com/2009/01/30/gallery-2/old-bobo-using-a-laptop-computer/"><img title="Old Bobo Using A Laptop Computer " src="http://funnydudes.files.wordpress.com/2009/01/old-bobo-using-a-laptop-computer.jpg?w=320&#038;h=240" alt="Old Bobo Using A Laptop Computer " width="320" height="240" /></a><p class="wp-caption-text">Old Bobo Using A Laptop Computer </p></div>
<p>See you there :)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/962/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/962/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/962/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=962&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/01/31/the-funny-dudes-blog-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>

		<media:content url="http://funnydudes.files.wordpress.com/2009/01/the-night-before-the-exam.jpg?w=320" medium="image">
			<media:title type="html">The Night Before The Exam</media:title>
		</media:content>

		<media:content url="http://funnydudes.files.wordpress.com/2009/01/hi-tech_tragedy.jpg?w=320" medium="image">
			<media:title type="html">Hi-Tech Tragedy</media:title>
		</media:content>

		<media:content url="http://funnydudes.files.wordpress.com/2009/01/old-bobo-using-a-laptop-computer.jpg?w=320" medium="image">
			<media:title type="html">Old Bobo Using A Laptop Computer </media:title>
		</media:content>
	</item>
		<item>
		<title>Opera Mini For Windows</title>
		<link>http://lawand.wordpress.com/2009/01/12/opera-mini-for-windows/</link>
		<comments>http://lawand.wordpress.com/2009/01/12/opera-mini-for-windows/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 22:20:37 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Emulation]]></category>
		<category><![CDATA[J2ME Emulation. J2ME]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Opera Mini]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=912</guid>
		<description><![CDATA[My favorite mobile web browser, Opera Mini turned out to be deployable under desktop platforms such as Microsoft Windows and here are the steps to do so:

Installation
~you can alternatively download the Opera Mini for Windows Installer package below~

Be sure you have the latest Java Runtime Environment (JRE) for Windows installed.
Download and extract the latest release [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=912&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">My favorite mobile web browser, <strong>Opera Mini</strong> turned out to be deployable under desktop platforms such as <strong>Microsoft Windows</strong> and here are the steps to do so:</p>
<p style="text-align:justify;"><span id="more-912"></span></p>
<h3 style="text-align:left;">Installation</h3>
<p style="text-align:center;"><em>~you can alternatively download the Opera Mini for Windows Installer package below~</em></p>
<ol style="list-style-type:decimal;text-align:justify;">
<li>Be sure you have the latest <strong><a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">Java Runtime Environment</a></strong> (<strong>JRE</strong>) for <strong>Windows</strong> installed.</li>
<li>Download and extract the latest release of <strong><a href="http://sourceforge.net/project/showfiles.php?group_id=30014" target="_blank">MicroEmulator</a></strong> to a desired directory. You want the actual program, not the source files. If you need a compatible compression utility, I suggest <strong><a href="http://www.7-zip.org/" target="_blank">7-Zip</a></strong>. Be sure to completely decompress and un-archive the entire archive, which could require a couple of steps depending upon the compression utility used.</li>
<li>Download the <a href="http://www.operamini.com/download/pc/generic/generic_advanced_midp_2/" target="_blank"><strong>Opera Mini</strong> *.jad and *.jar files</a> to the apps directory (in <strong>MicroEmulater</strong>&#8217;s extraction directory). i.e. &#8220;microemulator-2.0.3/apps/&#8221;</li>
<li>Launch &#8220;microemulator.jar&#8221; in the directory by double <span class="tfTextLink">clicking</span> the file. If it fails to load, verify you have the latest <strong>JRE</strong> installed (step 1). If it still fails, you can instead try using &#8220;java -jar microemulator.jar&#8221; from the <a href="http://en.wikipedia.org/wiki/Command_line_interface">command line</a> in the directory.</li>
<li>[optional] With <strong>MicroEmulator</strong> now open, click options, select device, then add. <span class="tfTextLink">Navigate</span> to the directory where <strong>MicroEmulator</strong> is installed, then enter the devices directory. Select the &#8220;microemu-device-resizable.jar&#8221; device file, then click open. Set the newly selected device as the default. Click OK to proceed.</li>
<li>[optional] (You can instead maximize the window) Click the resize button in the lower right-hand corner of <strong>MicroEmulator</strong>. Enter your desired dimensions, such as the common 800&#215;600 or 1024&#215;768. Click OK. The <strong>MicroEmulator</strong> interface will scale to the entered dimensions.</li>
<li>Click file, click open JAD file, navigate to the required directory if needed, select the <strong>Opera Mini</strong> Jad file (i.e. &#8220;opera-mini-4.2.13337-advanced-en.jad&#8221;), then click open.</li>
<li>An <strong>Opera Mini</strong> selection should now appear in the <strong>MicroEmulator</strong> interface. Select it, and click start. <strong>Opera Mini</strong> should load.</li>
</ol>
<p style="text-align:center;"><em>~If you want to enable the ability to save web pages (in <strong>OBML</strong> format) and/or download files, the following steps are for you, otherwise you&#8217;re done~</em></p>
<ol style="list-style-type:decimal;text-align:justify;">
<li>Right click &#8220;microemulator.jar&#8221; and select create shortcut<br />
<a href="http://lawand.files.wordpress.com/2009/08/operamini-12.png"><img class="aligncenter size-medium wp-image-1234" title="OperaMini-12" src="http://lawand.files.wordpress.com/2009/08/operamini-12.png?w=300&#038;h=208" alt="OperaMini-12" width="300" height="208" /></a></li>
<li>[optional] Rename the shortcut into &#8220;Opera Mini&#8221;</li>
<li>Right click the shortcut and choose &#8220;Properties&#8221;<a href="http://lawand.files.wordpress.com/2009/01/operamini-14.png"><img class="aligncenter size-medium wp-image-1237" title="OperaMini-14" src="http://lawand.files.wordpress.com/2009/01/operamini-14.png?w=300&#038;h=300" alt="OperaMini-14" width="300" height="300" /></a></li>
<li>Change the &#8220;Target&#8221; field to (copy the whole <strong>bold</strong>ed line):<br />
<strong>C:\WINDOWS\system32\java.exe -cp microemulator.jar;lib/microemu-jsr-75.jar org.microemu.app.Main &#8211;impl org.microemu.cldc.file.FileSystem org.microemu.examples.fcview.FCViewMIDlet apps\opera-mini-4.2.13337-advanced-en.jad</strong><br />
(you might need to change &#8220;opera-mini-4.2.13337-advanced-en.jad&#8221; in the last line if you have a different version, and I am assuming that you installed Java in the same place I installed it, which is the default)<a href="http://lawand.files.wordpress.com/2009/08/operamini-15.png"><img class="aligncenter size-medium wp-image-1236" title="OperaMini-15" src="http://lawand.files.wordpress.com/2009/08/operamini-15.png?w=216&#038;h=300" alt="OperaMini-15" width="216" height="300" /></a></li>
<li>Copy and replace the &#8220;<a href="http://www.box.net/shared/zgb02bvmoy">config2.xml</a>&#8221; file into &#8220;C:\Documents and Settings\&lt;your user name&gt;\.microemulator\&#8221;<strong> </strong></li>
<li>You&#8217;re all set. You can use the shortcut (named Opera Mini) to launch <strong>MicroEmulater</strong> with <strong>Opera Mini</strong> already opened (step 7 of the first group is no longer necessary)</li>
</ol>
<p style="text-align:center;"><em>~some steps are retrieved from a <a href="http://www.techimo.com/forum/applications-operating-systems/206649-deploying-opera-mini-under-windows.html">forum thread</a>~</em></p>
<p style="text-align:center;"><em> </em></p>
<div id="attachment_1311" class="wp-caption aligncenter" style="width: 310px"><em><em><a href="http://lawand.files.wordpress.com/2009/01/operamini.jpg"><img class="size-medium wp-image-1311" title="OperaMini" src="http://lawand.files.wordpress.com/2009/01/operamini.jpg?w=300&#038;h=183" alt="Opera Mini under MicroEmulator" width="300" height="183" /></a></em></em><p class="wp-caption-text">Opera Mini under MicroEmulator</p></div>
<p><em> </em></p>
<h3 style="text-align:left;">Extras</h3>
<p style="text-align:justify;"><strong>Windows Installer</strong></p>
<p style="text-align:justify;">You can download <a href="http://www.box.net/shared/1lyhvoqv5m">this <strong>Windows</strong> Installer</a> instead of performing all previous steps manually :)</p>
<p style="text-align:justify;">You just need to make sure <strong><a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank">Java Runtime Environment</a></strong> (<strong>JRE</strong>) for <strong>Windows</strong> installed, then install <strong>Opera Mini for Windows</strong>, run it for the first time (using the Opera Mini shortcut found in the installation directory), then copy and replace the &#8220;<a href="http://www.box.net/shared/zgb02bvmoy">config2.xml</a>&#8221; file into &#8220;C:\Documents and Settings\&lt;your user name&gt;\.microemulator\&#8221; and you&#8217;re all set.</p>
<p style="text-align:justify;">You might also want to perform steps 5 and 6 of the first group :)</p>
<p style="text-align:justify;"><em>Note that this installer doesn&#8217;t necessary contain the latest versions of <strong>MicroEmulator</strong> and/or <strong>Opera Mini</strong>. Version currently included are: <strong>2.0.3</strong> and <strong>4.2.13337-advanced-en</strong> respectively.</em></p>
<p style="text-align:justify;"><strong>Text Input</strong></p>
<p>Click the text field, enter the text you want, then use F1 for “Abort” and F2 for “OK”. (Thanks <a href="http://lawand.wordpress.com/2009/01/12/opera-mini-for-windows/#comment-1412"><strong>Martin</strong></a>!)</p>
<p><em>I heard that this is fixed in the beta of the next version of <strong>MicroEmulator</strong></em>.</p>
<p><strong>Proxy</strong></p>
<p>You can configure <strong>Opera Mini</strong> to connect through a proxy server, downloading the <a href="http://www.box.net/shared/v03m53n8po">alternative &#8220;config2.xml&#8221; file</a> and changing the following lines of it (search for them):</p>
<pre>&lt;system-property name="http.proxyHost" value="webcache.mydomain.com"&gt;&lt;/system-property&gt;
&lt;system-property name="http.proxyPort" value="8080"&gt;&lt;/system-property&gt;</pre>
<p>So that &#8220;webcache.mydomain.com&#8221; would be replaced by your desired HTTP Proxy, and &#8220;8080&#8243; would be replaced by it&#8217;s corresponding port.</p>
<h3 style="text-align:justify;">The Benefits</h3>
<p style="text-align:justify;"><strong>Opera Mini</strong> web browser is essentially a user interface. Much of the actual processing is done via <strong>Opera</strong>&#8217;s intermediate servers, with content optimized and compressed on the back-end for delivery over the Internet to the <strong>Opera Mini</strong> front-end. Which also means that the content can&#8217;t be filtered by <strong>ISP</strong>s (at least without meaning to specifically filter <strong>Opera Mini</strong>), thus there are no blocked websites.</p>
<p style="text-align:justify;">Despite being designed for smart phones and similar hand held devices, there are a couple of good reasons for deploying <strong>Opera Mini</strong> on the <strong>Windows</strong> platform. Most importantly, web developers can verify their code against the <strong>Opera Mini</strong> rendering engine.<strong> Opera Mini</strong> can also provide a rather nice alternative web browser in bandwidth-limited situations, such as using a dial-up connection, since <strong>Opera</strong>&#8217;s intermediate servers optimize and compress content.</p>
<h3 style="text-align:justify;">Update (2009-08-27):</h3>
<ul>
<li>Added steps necessary to activate the Save Page / Download Files features (step 3 is updated, pay attention)</li>
<li>Added the <strong>Windows</strong> installer</li>
<li>Added the Text Input tip</li>
<li>Added help to connect through a proxy</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/912/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=912&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/01/12/opera-mini-for-windows/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/08/operamini-12.png?w=300" medium="image">
			<media:title type="html">OperaMini-12</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/01/operamini-14.png?w=300" medium="image">
			<media:title type="html">OperaMini-14</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/08/operamini-15.png?w=216" medium="image">
			<media:title type="html">OperaMini-15</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/01/operamini.jpg?w=300" medium="image">
			<media:title type="html">OperaMini</media:title>
		</media:content>
	</item>
		<item>
		<title>A Project I Am Glad To Maintain</title>
		<link>http://lawand.wordpress.com/2009/01/04/a-project-i-am-glad-to-maintain/</link>
		<comments>http://lawand.wordpress.com/2009/01/04/a-project-i-am-glad-to-maintain/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:30:01 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Personal Experience]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[C++ FAQ Lite]]></category>
		<category><![CDATA[E-Book]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=877</guid>
		<description><![CDATA[Recently, I have became in charge of maintaining an all-in-one compiled-help-file (CHM) version of the C++ FAQ Lite Online C++ tutorial.

I am glad of that, because I always thought of the tutorial as being a very informing guide that tackles the ins and outs of C++ and being a definitive guide that all C++ programmers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=877&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">Recently, I have became <a href="http://parashift.com/c%2B%2B-faq-lite/on-line-availability.html#faq-2.1">in charge</a> of maintaining an all-in-one compiled-help-file (<a href="http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help">CHM</a>) version of the <a href="http://www.parashift.com/c%2B%2B-faq-lite/index.html"><strong>C++ FAQ Lite</strong></a> Online <strong>C++</strong> tutorial.</p>
<p style="text-align:justify;"><span id="more-877"></span></p>
<p style="text-align:justify;">I am glad of that, because I always thought of the tutorial as being a very informing guide that tackles the ins and outs of <strong>C++ </strong>and being a definitive guide that all <strong>C++</strong> programmers should read. And so, I wanted to distribute it in a flexible format to those I advise to read it.</p>
<p style="text-align:justify;">You can download your copy <a href="http://lawand.wordpress.com/e-books/cpp-faq-lite/">here</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/877/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/877/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/877/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=877&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/01/04/a-project-i-am-glad-to-maintain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>
	</item>
		<item>
		<title>Investigate Linux The Hacker Way</title>
		<link>http://lawand.wordpress.com/2009/01/03/investigate-linux-the-hacker-way/</link>
		<comments>http://lawand.wordpress.com/2009/01/03/investigate-linux-the-hacker-way/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 21:15:48 +0000</pubDate>
		<dc:creator>lawand</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://lawand.wordpress.com/?p=875</guid>
		<description><![CDATA[If you are curious about how Linux distributions are organized, and interested in learning more about it&#8217;s development, you will find this tutorial enjoyable and informative.



A step-by-step walk through to building a complete customized Linux distribution from plain source code, providing a very interesting and informing experience, but requiring some basic skills such as

Using the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=875&subd=lawand&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">If you are curious about how <strong>Linux</strong> distributions are organized, and interested in learning more about it&#8217;s development, you will find this tutorial enjoyable and informative.</p>
<p style="text-align:justify;"><span id="more-875"></span></p>
<p style="text-align:justify;">
<p style="text-align:center;"><a href="http://www.linuxfromscratch.org/lfs/"><img class="size-full wp-image-886 aligncenter" style="border:1px solid black;" title="Linux From Scratch" src="http://lawand.files.wordpress.com/2009/01/lfs-logo.png?w=192&#038;h=75" alt="Linux From Scratch" width="192" height="75" /></a></p>
<p style="text-align:justify;">A step-by-step walk through to building a complete customized <strong>Linux</strong> distribution from plain source code, providing a very interesting and informing experience, but requiring some basic skills such as</p>
<ul>
<li>Using the command line (shell) to copy or move files and directories.</li>
<li>listing  directory and file contents.</li>
<li>Change the current directory.</li>
<li>As well as a reasonable knowledge of using and installing  <strong>Linux</strong> software.</li>
</ul>
<p>Check it out: <a href="http://www.linuxfromscratch.org/lfs/">Linux From Scratch</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawand.wordpress.com/875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawand.wordpress.com/875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawand.wordpress.com/875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawand.wordpress.com/875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawand.wordpress.com/875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawand.wordpress.com/875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawand.wordpress.com/875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawand.wordpress.com/875/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawand.wordpress.com/875/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawand.wordpress.com/875/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawand.wordpress.com&blog=4604783&post=875&subd=lawand&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawand.wordpress.com/2009/01/03/investigate-linux-the-hacker-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c64754802f5f2d7500835ae72cf264f2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lawand</media:title>
		</media:content>

		<media:content url="http://lawand.files.wordpress.com/2009/01/lfs-logo.png" medium="image">
			<media:title type="html">Linux From Scratch</media:title>
		</media:content>
	</item>
	</channel>
</rss>