<?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>Stand and Deliver</title>
	<atom:link href="http://heriman.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://heriman.wordpress.com</link>
	<description>1 6 4 1 7</description>
	<lastBuildDate>Thu, 17 Nov 2011 21:09:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='heriman.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Stand and Deliver</title>
		<link>http://heriman.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://heriman.wordpress.com/osd.xml" title="Stand and Deliver" />
	<atom:link rel='hub' href='http://heriman.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Time Breakdown of Modern Web Design</title>
		<link>http://heriman.wordpress.com/2008/10/16/time-breakdown-of-modern-web-design/</link>
		<comments>http://heriman.wordpress.com/2008/10/16/time-breakdown-of-modern-web-design/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 10:21:31 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=83</guid>
		<description><![CDATA[Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=83&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/10/16/time-breakdown-of-modern-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>

		<media:content url="http://heriman.files.wordpress.com/2008/10/camembert.png" medium="image">
			<media:title type="html">Time Breakdown of Modern Web Design</media:title>
		</media:content>
	</item>
		<item>
		<title>[Ubuntu] Fix GRUB crash at startup [ERROR 15]</title>
		<link>http://heriman.wordpress.com/2008/09/29/ubuntu-fix-grub-crash-at-startup-error-15/</link>
		<comments>http://heriman.wordpress.com/2008/09/29/ubuntu-fix-grub-crash-at-startup-error-15/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 07:26:31 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=74</guid>
		<description><![CDATA[Run Ubuntu Live CD Enter a terminal Locate the linux boot partition lives [user@net ~]$sudo fdisk -l Assume the boot partition lives in /dev/sda6 then do mount into a directory, example /mnt/root [user@net ~]$sudo mkdir /mnt/root [user@net ~]$sudo mount -t ext3 /dev/sda6 /mnt/root [user@net ~]$sudo grub-install &#8211;root-directory=/mnt/root /dev/sda &#8211;recheck reboot [Source] Posted in troubleshooting<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=74&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/09/29/ubuntu-fix-grub-crash-at-startup-error-15/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring Tomcat and Apache using mod_jk</title>
		<link>http://heriman.wordpress.com/2008/09/03/configuring-tomcat-and-apache-using-mod_jk/</link>
		<comments>http://heriman.wordpress.com/2008/09/03/configuring-tomcat-and-apache-using-mod_jk/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 07:11:44 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_jk]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=61</guid>
		<description><![CDATA[The system used in this tutorial has the following installed : Tomcat 6.0.14, Apache 2.2.8 See on &#60;tomcat_home&#62;/conf/server.xml &#60;Connector port="8009" protocol="AJP/1.3" redirectPort="8443" /&#62; Download mod_jk from here Install mod_jk in Apache module directory On Linux, usual location :  /usr/lib/apache/ /usr/lib/apache2/ /usr/local/apache/libexec/ On Windows, usual location : C:\Program Files\Apache Group\Apache\modules\ C:\Program Files\Apache Group\Apache2\modules\ Here is the minimum [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=61&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/09/03/configuring-tomcat-and-apache-using-mod_jk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>[Ubuntu] Playing Restricted Formats</title>
		<link>http://heriman.wordpress.com/2008/08/21/ubuntu-playing-restricted-formats/</link>
		<comments>http://heriman.wordpress.com/2008/08/21/ubuntu-playing-restricted-formats/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 04:01:22 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=39</guid>
		<description><![CDATA[Ubuntu can play the most popular non-free media formats, including DVD, MP3, Quicktime, Windows Media, and more by following the instructions below: For Ubuntu 8.04/7.10, open the terminal, and execute the following command: #sudo apt-get install ubuntu-restricted-extras Another way is using Synaptic: Go to Applications → Add/Remove&#8230; Set Show: to All available applications Search for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=39&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/08/21/ubuntu-playing-restricted-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>[Ubuntu] Enabling Apache user home public_html directory</title>
		<link>http://heriman.wordpress.com/2008/08/05/enabling-apache-user-home-public_html-directory-in-ubuntu/</link>
		<comments>http://heriman.wordpress.com/2008/08/05/enabling-apache-user-home-public_html-directory-in-ubuntu/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 16:08:29 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=31</guid>
		<description><![CDATA[In order to enable the user-specific public_html directory open up a terminal and switch to the apache module config directory: cd /etc/apache2/mods-enabled If you list all the files inside this directory you’ll notice that all of them are actually symbolic links. To enable mod_userdir, which is the module you’re interested in, you’ll have to create [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=31&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/08/05/enabling-apache-user-home-public_html-directory-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Java COMM RXTX in Linux</title>
		<link>http://heriman.wordpress.com/2008/07/28/install-java-comm-rxtx-in-linux/</link>
		<comments>http://heriman.wordpress.com/2008/07/28/install-java-comm-rxtx-in-linux/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 08:55:00 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[comm]]></category>
		<category><![CDATA[gsm]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modem]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=27</guid>
		<description><![CDATA[Instruction dated May 2005 First install java SDK as shown above. Let say your java is in /usr/lib/j2sdk1.4-sun. It depends on your version, and where you install it. I will call it $JAVA Get the latext binary for linux from rxtx.org. untar it, you will see lib-something-parallel.so and lib-something-serial.so. cp those to $JAVA/jre/lib/i386/ you will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=27&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/07/28/install-java-comm-rxtx-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>[J2ME] Create an Image Object</title>
		<link>http://heriman.wordpress.com/2008/04/10/create-object-image-from-url-or-uri-j2me/</link>
		<comments>http://heriman.wordpress.com/2008/04/10/create-object-image-from-url-or-uri-j2me/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 15:31:47 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[j2me]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=26</guid>
		<description><![CDATA[Input : String imgName (Image name) Output : Image Object This Procedure can do two things : Creating Image object from image file on file system Creating Image object from image file on http server<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=26&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/04/10/create-object-image-from-url-or-uri-j2me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>[J2ME] Resize an Image Object</title>
		<link>http://heriman.wordpress.com/2008/04/10/resize-an-image-object-j2me-2/</link>
		<comments>http://heriman.wordpress.com/2008/04/10/resize-an-image-object-j2me-2/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 14:46:45 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[j2me]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=25</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=25&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/04/10/resize-an-image-object-j2me-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>Setting CVS Server</title>
		<link>http://heriman.wordpress.com/2008/02/06/setting-cvs-server/</link>
		<comments>http://heriman.wordpress.com/2008/02/06/setting-cvs-server/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 09:02:56 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/?p=22</guid>
		<description><![CDATA[Add a user &#8216;cvs&#8216; and a group &#8216;cvs&#8216; #useradd -M -s /sbin/nologin cvs #useradd -M -s /sbin/nologin anonymous Edit /etc/group to add another user to cvs group #vi /etc/group cvs:x:502:user1,user2,anonymous Check whether the following 2 lines has been added on file /etc/services cvspserver 2401/tcp cvspserver 2401/udp If can&#8217;t find, you have to add the lines. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=22&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/02/06/setting-cvs-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Chart API</title>
		<link>http://heriman.wordpress.com/2008/01/03/google-chart-api/</link>
		<comments>http://heriman.wordpress.com/2008/01/03/google-chart-api/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 05:11:02 +0000</pubDate>
		<dc:creator>Heriman</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://heriman.wordpress.com/2008/01/03/google-chart-api/</guid>
		<description><![CDATA[The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into it: http://chart.apis.google.com/chart?cht=p3&#38;chd=s:hW&#38; chs=250x100&#38;chl=Hello&#124;World Press the Enter or Return key and &#8211; presto! &#8211; you should see the following image: URL format Google Chart API URLs must be in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=heriman.wordpress.com&amp;blog=809527&amp;post=19&amp;subd=heriman&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://heriman.wordpress.com/2008/01/03/google-chart-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/136f3a3d6e34362327a7bf605c087b89?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">heriman</media:title>
		</media:content>

		<media:content url="http://chart.apis.google.com/chart?cht=p3&#038;chd=s:hW&#038;chs=250x100&#038;chl=Hello&#124;World" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=lc&#038;chs=200x125&#038;chd=s:helloWorld&#038;chxt=x,y&#038;chxl=0:&#124;Mar&#124;Apr&#124;May&#124;June&#124;July&#124;1:&#124;&#124;50+Kb" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=lc&#038;chs=200x125&#038;chd=s:fooZaroo" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=lxy&#038;chs=200x125&#038;chd=t:0,30,60,70,90,95,100&#124;20,30,40,50,60,70,80&#124;10,30,40,45,52&#124;100,90,40,20,10&#124;-1&#124;5,33,50,55,7&#038;chco=3072F3,ff0000,00aaaa&#038;chls=2,4,1&#038;chm=s,FF0000,0,-1,5&#124;s,0000ff,1,-1,5&#124;s,00aa00,2,-1,5" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=bvs&#038;chs=200x125&#038;chd=s:hello,world&#038;chco=cc0000,00aa00&#038;chbh=20" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=bhg&#038;chs=200x125&#038;chd=s:el,or&#038;chco=cc0000,00aa00" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=p&#038;chd=s:world5&#038;chs=200x125&#038;chl=A&#124;B&#124;C&#124;D&#124;E&#124;F" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=p3&#038;chd=s:Uf9a&#038;chs=200x100&#038;chl=A&#124;B&#124;C&#124;D" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=v&#038;chs=200x100&#038;chd=t:100,80,60,30,30,30,10" medium="image" />

		<media:content url="http://chart.apis.google.com/chart?cht=s&#038;chd=s:984sttvuvkQIBLKNCAIi,DEJPgq0uov17zwopQODS,AFLPTXaflptx159gsDrn&#038;chxt=x,y&#038;chxl=0:&#124;0&#124;2&#124;3&#124;4&#124;5&#124;6&#124;7&#124;8&#124;9&#124;10&#124;1:&#124;0&#124;25&#124;50&#124;75&#124;100&#038;chs=200x125" medium="image" />
	</item>
	</channel>
</rss>
