<?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>Gardiary&#039;s HOT Weblog</title>
	<atom:link href="http://gardiary.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gardiary.wordpress.com</link>
	<description>his notes</description>
	<lastBuildDate>Fri, 06 Jan 2012 08:45:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gardiary.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gardiary&#039;s HOT Weblog</title>
		<link>http://gardiary.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gardiary.wordpress.com/osd.xml" title="Gardiary&#039;s HOT Weblog" />
	<atom:link rel='hub' href='http://gardiary.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Read XML file in Java using SAX Parser</title>
		<link>http://gardiary.wordpress.com/2011/03/10/read-xml-file-in-java-using-sax-parser/</link>
		<comments>http://gardiary.wordpress.com/2011/03/10/read-xml-file-in-java-using-sax-parser/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 04:48:36 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=548</guid>
		<description><![CDATA[There&#8217;s XML file like below and you want to &#8220;extract&#8221; data from that file: We are going to parse the XML file using SAX Parser. I&#8217;m using Java &#8220;org.xml.sax.*&#8221; package, so we dont need other library. Using SAX Parser basically we need to make a handler object that extends org.xml.sax.helpers.DefaultHandler class and override few methods. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=548&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2011/03/10/read-xml-file-in-java-using-sax-parser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>
	</item>
		<item>
		<title>Change JBoss Default Deploy Directory</title>
		<link>http://gardiary.wordpress.com/2011/02/08/change-jboss-default-deploy-directory/</link>
		<comments>http://gardiary.wordpress.com/2011/02/08/change-jboss-default-deploy-directory/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 09:16:56 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[jboss]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=539</guid>
		<description><![CDATA[This article is not for deploying web application outside &#8220;JBOSS_HOME&#8221; folder, if usually in JBoss to deploy our web application we put WAR file at &#8220;JBOSS_HOME\server\default\deploy&#8221; directory, i want to put it on let say &#8220;JBOSS_HOME\server\myserver\deploy&#8221; directory. After googling sometimes I found that what I meant is change the JBoss default server configuration. Under &#8220;JBOSS_HOME\server&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=539&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2011/02/08/change-jboss-default-deploy-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Apache Tomcat 6 ROOT Context</title>
		<link>http://gardiary.wordpress.com/2011/02/01/change-apache-tomcat-6-root-context/</link>
		<comments>http://gardiary.wordpress.com/2011/02/01/change-apache-tomcat-6-root-context/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 11:02:20 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=523</guid>
		<description><![CDATA[Let say that you have fresh download of Tomcat 6 and want to deploy your web application in it, but you don&#8217;t want to access your web application using URL form http://[IP_OR_DOMAIN_NAME]:[PORT]/[WEB_APPLICATION_NAME] (e.g http://localhost:8080/BlaBlaBla) instead you just want URL form http://[IP_OR_DOMAIN_NAME]:[PORT] (e.g http://localhost:8080) to access your application. There are few ways to do these that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=523&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2011/02/01/change-apache-tomcat-6-root-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>
	</item>
		<item>
		<title>Implements Access Control List (ACL) in Java Web Application</title>
		<link>http://gardiary.wordpress.com/2010/12/10/implements-access-control-list-acl-in-java-web-application/</link>
		<comments>http://gardiary.wordpress.com/2010/12/10/implements-access-control-list-acl-in-java-web-application/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 07:13:10 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[Access Control List]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Servlet]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=474</guid>
		<description><![CDATA[Access Control List (ACL) is a way to control access for user in an application. This page contains Access Control List sample using Java, this article show an ACL demo application in Java web application, that i hope will make better understanding of what Access Control List (ACL) is. You can find resources that will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=474&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2010/12/10/implements-access-control-list-acl-in-java-web-application/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo01.jpg" medium="image">
			<media:title type="html">acldemo01</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo02.jpg" medium="image">
			<media:title type="html">acldemo02</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo03.jpg?w=300" medium="image">
			<media:title type="html">acldemo03</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo04.jpg?w=300" medium="image">
			<media:title type="html">acldemo04</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo05.jpg?w=300" medium="image">
			<media:title type="html">acldemo05</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo06.jpg?w=300" medium="image">
			<media:title type="html">acldemo06</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo09.jpg?w=300" medium="image">
			<media:title type="html">acldemo09</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo08.jpg?w=300" medium="image">
			<media:title type="html">acldemo08</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo07.jpg" medium="image">
			<media:title type="html">acldemo07</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo10.jpg" medium="image">
			<media:title type="html">acldemo10</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo11.jpg" medium="image">
			<media:title type="html">acldemo11</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo12.jpg" medium="image">
			<media:title type="html">acldemo12</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo13.jpg" medium="image">
			<media:title type="html">acldemo13</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo14.jpg" medium="image">
			<media:title type="html">acldemo14</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo15.jpg?w=300" medium="image">
			<media:title type="html">acldemo15</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo16.jpg?w=300" medium="image">
			<media:title type="html">acldemo16</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo17.jpg?w=300" medium="image">
			<media:title type="html">acldemo17</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo18.jpg?w=300" medium="image">
			<media:title type="html">acldemo18</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo19.jpg?w=300" medium="image">
			<media:title type="html">acldemo19</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/12/acldemo20.jpg" medium="image">
			<media:title type="html">acldemo20</media:title>
		</media:content>
	</item>
		<item>
		<title>File Upload and Download using Spring (mvc)</title>
		<link>http://gardiary.wordpress.com/2010/04/06/file-upload-and-download-using-spring-mvc/</link>
		<comments>http://gardiary.wordpress.com/2010/04/06/file-upload-and-download-using-spring-mvc/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:22:35 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[File Download]]></category>
		<category><![CDATA[File Handling]]></category>
		<category><![CDATA[File Upload]]></category>
		<category><![CDATA[MultiActionController]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring-mvc]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=434</guid>
		<description><![CDATA[This article will show how to upload and download in web application using Spring-MVC. The application will upload any file format and save it to database, likewise when downloading it will read from database and open save download dialog. Consider a form like this: Here is html code: To upload a file from web page [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=434&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2010/04/06/file-upload-and-download-using-spring-mvc/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/04/udus01.jpg?w=300" medium="image">
			<media:title type="html">udus01</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/04/my-cnf.jpg?w=300" medium="image">
			<media:title type="html">my-cnf</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure modem Vodafone Huawei E220 in OpenSUSE 11/Ubuntu 9</title>
		<link>http://gardiary.wordpress.com/2010/01/04/configure-modem-vodafone-huawei-e220-in-opensuse-11ubuntu-9/</link>
		<comments>http://gardiary.wordpress.com/2010/01/04/configure-modem-vodafone-huawei-e220-in-opensuse-11ubuntu-9/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:41:20 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[modem]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[huawei]]></category>
		<category><![CDATA[huawei e220]]></category>
		<category><![CDATA[ppp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[umtsmon]]></category>
		<category><![CDATA[vodafone]]></category>
		<category><![CDATA[vodafone mobile connect card]]></category>
		<category><![CDATA[wvdial]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=356</guid>
		<description><![CDATA[There&#8217;s many way to make USB modem Vodafone Huawei E220 work on openSUSE 11, this modem work in Ubuntu 9.04 also, so i think this will work on different (latest) version of openSUSE or Ubuntu. USB modem Huawei E220 is run out of the box in OpenSUSE 11 and Ubuntu 9, it&#8217;s completelly detected. To [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=356&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2010/01/04/configure-modem-vodafone-huawei-e220-in-opensuse-11ubuntu-9/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/detect-modem-1.jpg?w=300" medium="image">
			<media:title type="html">detect-modem-1</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/nmanager00-1.jpg" medium="image">
			<media:title type="html">nmanager00</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/nmanager01.jpg?w=300" medium="image">
			<media:title type="html">nmanager01</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/nmanager02.jpg?w=300" medium="image">
			<media:title type="html">nmanager02</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/nmanager03.jpg?w=300" medium="image">
			<media:title type="html">nmanager03</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/nmanager04.jpg?w=300" medium="image">
			<media:title type="html">nmanager04</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/nmanager05.jpg?w=300" medium="image">
			<media:title type="html">nmanager05</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/nmanager06-1.jpg" medium="image">
			<media:title type="html">nmanager06</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/12/wvdial01.jpg?w=300" medium="image">
			<media:title type="html">wvdial01</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/wvdial04.jpg?w=209" medium="image">
			<media:title type="html">wvdial04</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/wvdial-opensuse2-1.jpg?w=300" medium="image">
			<media:title type="html">wvdial-opensuse2-1</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon01.jpg?w=300" medium="image">
			<media:title type="html">umtsmon01</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon02.jpg" medium="image">
			<media:title type="html">umtsmon02</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon03.jpg?w=300" medium="image">
			<media:title type="html">umtsmon03</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon04.jpg?w=217" medium="image">
			<media:title type="html">umtsmon04</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon05.jpg" medium="image">
			<media:title type="html">umtsmon05</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon06-1.jpg?w=300" medium="image">
			<media:title type="html">umtsmon06-1</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon07.jpg?w=300" medium="image">
			<media:title type="html">umtsmon07</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/umtsmon081.jpg?w=300" medium="image">
			<media:title type="html">umtsmon08</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/vmcc01.jpg?w=300" medium="image">
			<media:title type="html">vmcc01</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/vmcc02.jpg?w=300" medium="image">
			<media:title type="html">vmcc02</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/vmcc03.jpg?w=300" medium="image">
			<media:title type="html">vmcc03</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/vmcc04.jpg?w=300" medium="image">
			<media:title type="html">vmcc04</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2010/01/vmcc05.jpg?w=300" medium="image">
			<media:title type="html">vmcc05</media:title>
		</media:content>
	</item>
		<item>
		<title>Create JDBC Connection Pool and Resource in Glassfish</title>
		<link>http://gardiary.wordpress.com/2009/07/30/create-jdbc-connection-pool-and-resource-in-glassfish/</link>
		<comments>http://gardiary.wordpress.com/2009/07/30/create-jdbc-connection-pool-and-resource-in-glassfish/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 09:04:26 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[glassfish]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=334</guid>
		<description><![CDATA[This article will show how to create connection pool and JDBC resource in Glassfish so it can be use in an EJB 3 for database connection. This is Glassfish v2 by the way. Prequisites: - Place database jdbc lib on $GLASSFISH_HOME/lib First, start Glassfish ($GLASSFISH_HOME/bin/asadmin start-domain domain-name), then go to admin page Let&#8217;s create connection [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=334&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2009/07/30/create-jdbc-connection-pool-and-resource-in-glassfish/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish01.jpeg?w=206" medium="image">
			<media:title type="html">glassfish01</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish02.jpeg?w=300" medium="image">
			<media:title type="html">glassfish02</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish03.jpeg?w=300" medium="image">
			<media:title type="html">glassfish03</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish04.jpeg?w=300" medium="image">
			<media:title type="html">glassfish04</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish05.jpeg?w=300" medium="image">
			<media:title type="html">glassfish05</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish06.jpeg?w=300" medium="image">
			<media:title type="html">glassfish06</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish07.jpeg?w=300" medium="image">
			<media:title type="html">glassfish07</media:title>
		</media:content>

		<media:content url="http://gardiary.files.wordpress.com/2009/04/glassfish08.jpeg?w=300" medium="image">
			<media:title type="html">glassfish08</media:title>
		</media:content>
	</item>
		<item>
		<title>openSUSE 11 on Lenovo 3000 G430</title>
		<link>http://gardiary.wordpress.com/2009/03/05/opensuse-11-on-lenovo-3000-g430/</link>
		<comments>http://gardiary.wordpress.com/2009/03/05/opensuse-11-on-lenovo-3000-g430/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 19:16:05 +0000</pubDate>
		<dc:creator>Gardiary</dc:creator>
				<category><![CDATA[laptop]]></category>
		<category><![CDATA[lenovo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>

		<guid isPermaLink="false">http://gardiary.wordpress.com/?p=304</guid>
		<description><![CDATA[My laptop is Lenovo 3000 G430, i don&#8217;t really sure what it&#8217;s official name. Sometimes it&#8217;s called LENOVO IdeaPad G430 953, 953 is my laptop series. I was using openSUSE 11 and Widows Vista as operating system, and here is the result: on openSUSE 11 everything is fine except for the touchpad, wifi, and dial-up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gardiary.wordpress.com&amp;blog=1739904&amp;post=304&amp;subd=gardiary&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gardiary.wordpress.com/2009/03/05/opensuse-11-on-lenovo-3000-g430/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b63b944f2659b2107dd096301f5c2b99?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">gardiary</media:title>
		</media:content>
	</item>
	</channel>
</rss>
