<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>italo.swau.edu</title>
	<atom:link href="http://italo.swau.edu/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://italo.swau.edu/blog</link>
	<description>Sharing Developing Experiences</description>
	<lastBuildDate>Thu, 16 Apr 2009 20:49:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wanted for GIT to ignore some files</title>
		<link>http://italo.swau.edu/blog/?p=47</link>
		<comments>http://italo.swau.edu/blog/?p=47#comments</comments>
		<pubDate>Thu, 16 Apr 2009 20:42:10 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=47</guid>
		<description><![CDATA[I am developing a project in Flex-Java using Adobe Flex Builder. I am using GIT for versioning control. GIT takes control of every change I have made in the source code from the las commit. However I don&#8217;t want GIT taking care  of changes in .swf and .class files. I am concern about the source [...]]]></description>
			<content:encoded><![CDATA[<p>I am developing a project in Flex-Java using Adobe Flex Builder. I am using GIT for versioning control. GIT takes control of every change I have made in the source code from the las commit. However I don&#8217;t want GIT taking care  of changes in .swf and .class files. I am concern about the source code and not the end-binary-result.</p>
<p>Each time I make a change in a .java or .mxml file GitX displays for a possible commit all the generated related files. Which I would like to avoid.</p>
<p>I found this article called <a href="http://technicalpickles.com/posts/configure-git-to-globally-ignore-some-files" target="_blank">Configure git to globally ignore files</a> which become very helpful to solve this kind of situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using GIT</title>
		<link>http://italo.swau.edu/blog/?p=40</link>
		<comments>http://italo.swau.edu/blog/?p=40#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:50:07 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=40</guid>
		<description><![CDATA[Using GIT for version control system is really very easy. The best guide I found of how t use Git is website Git for the lazy. I was surprise how easy to use GIT is. If you need another place to check for how to use GIT you can try Everyday GIT with 20 commands or So. 
The use of GIT [...]]]></description>
			<content:encoded><![CDATA[<p>Using GIT for version control system is really very easy. The best guide I found of how t use Git is website <a href="http://spheredev.org/wiki/Git_for_the_lazy" target="_blank">Git for the lazy</a>. I was surprise how easy to use GIT is. If you need another place to check for how to use GIT you can try <a href="http://www.kernel.org/pub/software/scm/git/docs/everyday.html" target="_blank">Everyday GIT with 20 commands or So</a>. </p>
<p>The use of GIT become even easier  with tools like <a href="http://gitx.frim.nl/" target="_blank">GitX</a>. It is a Max OS X application which provided the possibility to see the the changes history and also commit the current changes to GIT. How it worked? Basically  after making the changes in your code go the Commit View of GitX. It will show the new changes you had made. Choose what changes you want to commit into GIT. Include your message, and click in the Commit button. And this is it. You can go to the History Browser to see how your code had been growing.</p>
<p style="text-align: center;">GitX &#8211; Commit View</p>
<p style="text-align: center;"><a href="http://ss.frim.nl/==968" target="_blank"><img class="aligncenter" title="Git Commit Window" src="http://ss.frim.nl/==968" alt="" width="500" /></a></p>
<p style="text-align: center;">GitX &#8211; History Browser</p>
<p style="text-align: center;"><a href="http://ss.frim.nl/==967" target="_blank"><img class="aligncenter" title="History Browser" src="http://ss.frim.nl/==967" alt="" width="500" /></a></p>
<p style="text-align: left;">Another tool which I have not yet tested but looks nice is <a href="http://wiki.github.com/Caged/gitnub" target="_blank">github</a>. The advertise strength of this one is social coding.</p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse with Tomcat</title>
		<link>http://italo.swau.edu/blog/?p=35</link>
		<comments>http://italo.swau.edu/blog/?p=35#comments</comments>
		<pubDate>Sun, 04 Jan 2009 21:46:44 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Installations]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=35</guid>
		<description><![CDATA[I am going to use Eclipse for development. Because I am also going to use Flex I installed Flex Builder 3 which is actually a  version of Eclipse pre-configure by Adobe to contain Flex. I try to update Flex Builder with the necessary plugins, and also connect it to Tomcat. This is quite difficult task as I found while [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to use Eclipse for development. Because I am also going to use Flex I installed <a href="http://www.adobe.com/products/flex/">Flex Builder 3</a> which is actually a  version of Eclipse pre-configure by Adobe to contain Flex. I try to update Flex Builder with the necessary plugins, and also connect it to Tomcat. This is quite difficult task as I found while searching for help on the internet. The common advise I found to avoid complications is to have installed Flex Builder, and also Eclipse. So, I have both of them. </p>
<p>To install Eclipse is a fact to go to the <a href="http://www.eclipse.org/downloads/">Eclipse</a> website and choose the package you want to install and follow the instructions. </p>
<p>To use Tomcat as a web server for the projects created with Eclipse I follow the instruction found this article: <a title="Permanent Link to &quot;Eclipse WTP and Tomcat Tutorial&quot;" rel="bookmark" href="http://keyboardsamurais.de/2007/02/26/eclipse-wtp-and-tomcat-tutorial/">Eclipse WTP and Tomcat Tutorial</a>. This article includes a link to a explanatory screencast. Eclipse IDE can start, reload, and stop Tomcat, and the projects become web application spaces automatically. It also allows to create &#8216;WAR&#8217; files in order to deploy the application in another server.</p>
<p>Following the article instruction I found some problems. The first one was related to a message which Tomcat was displaying while starting. The message is: <span style="color: #ff0000;">INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path</span>. The article <a href="http://mattfleming.com/node/247">OSX: The Apache Tomcat Native library&#8230; was not found on the java.library.path</a> help me to solve this problem.</p>
<p>The next problem was related to Tomcat and the context properties. I solve this with the indications found in this article: <a title="Permanent Link to &quot;WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property&quot;" rel="bookmark" href="http://www.albeesonline.com/blog/2008/11/29/warning-setpropertiesruleserverserviceenginehostcontext-setting-property/">WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property</a></p>
<p>Another problem was related to the code in the example servlet &#8216;HelloWorld&#8217;. The tutorial will use this line of code: </p>
<blockquote><p>PrintWriter writer = response.getWriter();</p></blockquote>
<p>This will display the error: &#8216;PrintWriter cannot be resolved to a type&#8217;. This is solved by adding this code in the &#8216;import&#8217; part of the file:</p>
<blockquote><p><span>import</span> java.io.PrintWriter;</p></blockquote>
<p>I have Eclipse now using tomcat.</p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The web application space</title>
		<link>http://italo.swau.edu/blog/?p=27</link>
		<comments>http://italo.swau.edu/blog/?p=27#comments</comments>
		<pubDate>Wed, 31 Dec 2008 14:44:36 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=27</guid>
		<description><![CDATA[One of the easy options to start developing in tomcat is to start drooping files in the &#60;Tomcat Home&#62;/webapps/ROOT folder. However, if you are planning to create deployable applications (.war) it is better to create a web application space in to tomcat. The process is not complicated, I found great help reading and following the indication in [...]]]></description>
			<content:encoded><![CDATA[<p>One of the easy options to start developing in tomcat is to start drooping files in the &lt;Tomcat Home&gt;/webapps/ROOT folder. However, if you are planning to create deployable applications (.war) it is better to create a web application space in to tomcat. The process is not complicated, I found great help reading and following the indication in these web articles: <a href=" http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html?page=1" target="_blank">Deploying Web Applications to Tomcat</a>, <a href="http://www.onjava.com/pub/a/onjava/2002/07/31/tomcat.html" target="_blank">Demystifying Tomcat 4&#8217;s server.xml File</a>, <a href="http://www.webschool.co.in/windows/creating_web_application_in_tomcat.php" target="_blank">How to Create a Web Application in Tomcat Sever?</a> </p>
<p>In summary what it is necessary to do is the following:</p>
<ol>
<li>Create a folder for you new application in the &lt;Tomcat Home&gt;/webapps/ folder. Lets call it &#8216;newapp&#8217;.</li>
<li>Inside newapp create the folder &#8216;WEB-INF&#8217;.</li>
<li>Inside WEB-INF create the folders: classes and lib.</li>
<li>Also create a file called &#8216;web.xml&#8217; and put the following text in it: 
<pre>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;

&lt;!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/j2ee/dtds/web-app_2_3.dtd"&gt;

&lt;web-app&gt;
&lt;/web-app&gt;</pre>
</li>
<li>Open to edit the file &lt;Tomcat Home&gt;/conf/server.xml and add the node<em> &lt;Context path=&#8221;/newapp&#8221; docBase=&#8221;newapp&#8221; debug=&#8221;0&#8243; reloadable=&#8221;true&#8221; /&gt;</em> as a child of  the node <em>&lt;Host&gt;</em> and save it.</li>
<li>For testing purposes create a file in &lt;Tomcat Home&gt;/webapps/newapp called test.jsp with this code in it: 
<pre>&lt;%
	String message="Hello world!";
%&gt;
&lt;%= message %&gt;</pre>
</li>
<li>Open you favorite internet navigator go to http://localhost:8080/newapp/test.jsp</li>
<li>You have now a new web application space in tomcat.</li>
</ol>
<p>It is possible to have many web application spaces in tomcat.</p>
<ol></ol>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP to PDF</title>
		<link>http://italo.swau.edu/blog/?p=24</link>
		<comments>http://italo.swau.edu/blog/?p=24#comments</comments>
		<pubDate>Tue, 23 Dec 2008 23:21:04 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=24</guid>
		<description><![CDATA[I had the task to populate a PDF form using PHP. There are many ways to do that, here is a very interesting one. However in my case the PDF form I need to work with had a part which was a graphic form included in the PDF. When the PDF was printed it did [...]]]></description>
			<content:encoded><![CDATA[<p>I had the task to populate a PDF form using PHP. There are many ways to do that, <a href="http://koivi.com/fill-pdf-form-fields/tutorial.php" target="_blank">here</a> is a very interesting one. However in my case the PDF form I need to work with had a part which was a graphic form included in the PDF. When the PDF was printed it did not look nice, acceptable but not nice.</p>
<p>Because I wanted to learn how to create a PDF file with PHP I investigate for another way. I found a nice article about <a href="http://www.sitepoint.com/article/generate-pdfs-php/" target="_blank">Generating PDFs with PHP</a> which uses <a href="http://www.pdflib.com/" target="_blank">PDFLib</a>. I didn&#8217;t decided to use it because it is a commercial product and the free option they offer (PDFlib Lite) is limited. I didn&#8217;t like also because is necessary to compile the library plus other related task. I am comfortable compiling software but in small projects this is to much I think.</p>
<p>I wanted a free and fast option, so after searching and testing I become comfortable with <a href="http://www.fpdf.org/" target="_blank">FPDF</a>. This is a class which is just add to the php code and you are ready to create PDFs. It is very easy to learn. I also found <a href="http://www.setasign.de/products/pdf-php-solutions/fpdi/" target="_blank">FPDI</a>. This is a free class which allows to  import existing PDF documents into FPDF in order to add more elements to it. </p>
<p>I accomplished the task using this process:</p>
<ol>
<li>Design of the form using InDesign (CS4) to look exactly as the original millimeter by millimeter.</li>
<li>Save the form as a PDF file.</li>
<li>Create the PHP file.</li>
<li>Load of the PDF file into FPDF using FPDI.</li>
<li>Add the information text using FPDF functions in the specific places.</li>
<li>Generate the new PDF file.</li>
<li>Test in the navigator.</li>
<li>Finish.</li>
</ol>
<p>The examples include in the FPDF and FPDI websites are self explanatory for all the necessary coding.</p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git : Fast Version Control System</title>
		<link>http://italo.swau.edu/blog/?p=18</link>
		<comments>http://italo.swau.edu/blog/?p=18#comments</comments>
		<pubDate>Sun, 21 Dec 2008 05:51:54 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Installations]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=18</guid>
		<description><![CDATA[An important area in software development is Revision control or Version Control. The most known software used for this kind of control, among others, are Concurrent Versions System (CVS) and Subversion (SVN). I was analyzing both of them trying to decided for the most convenient. A friend shared with me this interesting article: SNV vs CVS. I was almost deciding for [...]]]></description>
			<content:encoded><![CDATA[<p>An important area in software development is <a href="http://en.wikipedia.org/wiki/Revision_control" target="_blank">Revision control or Version Control</a>. The most known software used for this kind of control, among others, are <a href="http://ximbiot.com/cvs/cvshome/" target="_blank">Concurrent Versions System</a> (CVS) and <a href="http://subversion.tigris.org/" target="_blank">Subversion</a> (SVN). I was analyzing both of them trying to decided for the most convenient. A friend shared with me this interesting article: <a href="http://www.pushok.com/soft_svn_vscvs.php">SNV vs CVS</a>. I was almost deciding for SNV when I discover <a href="http://git.or.cz/" target="_blank">GIT</a>.</p>
<p>What called my attention is that Git was initially created by Linus Torvalds for Linux kernel development, according to what I found in <a href="http://en.wikipedia.org/wiki/Git_(software)" target="_blank">wikipedia</a>. This informations is also interesting:</p>
<blockquote><p>Several high-profile software projects now use Git for revision control, most notably the Linux kernel, Samba, X.org Server, Qt (toolkit), One Laptop per Child (OLPC) core development, Ruby on Rails web framework, VLC, Merb, Wine, SWI Prolog, DragonFly BSD and the Android mobile platform.</p></blockquote>
<p>There is available an OSX Installer for Git: <a href="http://code.google.com/p/git-osx-installer/" target="_blank">git-osx-installer</a>, and also a <a href="http://git.or.cz/gitwiki/EclipsePlugin" target="_blank">Git Eclipse Plugin</a>.</p>
<p>To install GIT in OSX is a matter of downloading the .dmg file and run the installer package found in it.</p>
<p>Useful Link: </p>
<p>- <a title="Permanent Link: Eclipse Git plugin installation" rel="bookmark" href="http://cho.hapgoods.com/wordpress/?p=159" target="_blank">Eclipse Git plugin installation</a></p>
<p>- <a href="http://www.ociweb.com/javasig/knowledgebase/2008-10/Kyle-Cordes-Git-Tour-Talk.pdf" target="_blank">A Tour of Git, with Java and Eclipse</a></p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant in Workstation</title>
		<link>http://italo.swau.edu/blog/?p=12</link>
		<comments>http://italo.swau.edu/blog/?p=12#comments</comments>
		<pubDate>Thu, 18 Dec 2008 21:49:45 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Ant]]></category>
		<category><![CDATA[Installations]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=12</guid>
		<description><![CDATA[Apache Ant is a Java-based build tool which Tomcat uses to deploy web applications. More info here: http://ant.apache.org. The steps I used to install Ant in the MacBook are:
Download ANT from http://ant.apache.org/bindownload.cgi .
Extract the Ant files into the folder you want to install it.
Add the Ant /bin path to you ~/.profile file. In my case I added this [...]]]></description>
			<content:encoded><![CDATA[<p>Apache Ant is a Java-based build tool which Tomcat uses to deploy web applications. More info here: <a href="http://ant.apache.org/index.html">http://ant.apache.org</a>. The steps I used to install Ant in the MacBook are:</p>
<blockquote><p>Download ANT from <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi </a>.<br />
Extract the Ant files into the folder you want to install it.<br />
Add the Ant /bin path to you ~/.profile file. In my case I added this line:<br />
export PATH=/Users/italoosorio/Tomcat/Ant-home/bin:$PATH </p></blockquote>
<p>I am installing everything related to Tomcat development in my home/Tomcat folder.</p>
<p>Helpful link:</p>
<p>- http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/</p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat in Workstation</title>
		<link>http://italo.swau.edu/blog/?p=5</link>
		<comments>http://italo.swau.edu/blog/?p=5#comments</comments>
		<pubDate>Thu, 18 Dec 2008 20:05:37 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=5</guid>
		<description><![CDATA[I decided to continue using JAVA as a programing language. I am using my laptop as developing environment, so I needed to install Tomcat in it. I followed the indication found in this web page: Installing Apache Tomcat 6 on Mac OS X Leopard. A summary of the steps used are the following:
Set the JAVA_HOME environment variable
Adding in [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to continue using JAVA as a programing language. I am using my laptop as developing environment, so I needed to install Tomcat in it. I followed the indication found in this web page: <a href="http://www.malisphoto.com/tips/tomcatonosx.html" target="_blank">Installing Apache Tomcat 6 on Mac OS X Leopard</a>. A summary of the steps used are the following:</p>
<p><span class="mac"><strong>Set the JAVA_HOME environment variable</strong></span></p>
<blockquote><p>Adding in the file ~/.profile the folling lines and restart the terminal:<br />
export JAVA_HOME=/Library/Java/Home<br />
export CATALINA_HOME=/Library/Tomcat/Home</p></blockquote>
<p><span class="mac"><strong>Download and install the Tomcat binarie</strong></span></p>
<blockquote><p><span class="mac">Download Tomcat from the <a href="http://tomcat.apache.org/download-60.cgi">Apache Tomcat 6 Downloads Page</a>. <br />
Change directories to the folder where you want to install Tomcat.<br />
Create the Tomcat directory and set an appropriate owner and group:<br />
&gt; mkdir Tomcat<br />
&gt; chown &lt;username&gt; Tomcat<br />
&gt; chgrp admin Tomcat<br />
Change directories to the newly created Tomcat directory and unpack the tar.gz files<br />
&gt; cd Tomcat<br />
&gt; tar -xvzf ~/Downloads/apache-tomcat-6.0.x.tar.gz<br />
Create a symbolic link that will always point to the current version Tomcat directory<br />
&gt; ln -s apache-tomcat-6.0.x Home</span></p></blockquote>
<p><span class="mac"><strong>Edit tomcat-users.xml configuration file</strong></span></p>
<blockquote><p>Change directories to the Tomcat configuration directory<br />
&gt; cd Home/conf<br />
Edit the tomcat-users.xml file<br />
&gt; nano tomcat-users.xml<br />
Add the following before <em>&lt;/tomcat-users</em>&gt;, where &lt;admin&gt; is the administrator name you assign and &lt;password&gt; is the password. <br />
<em>&lt;user username=&#8221;&lt;admin&gt;&#8221; password=&#8221;&lt;password&gt;&#8221; roles=&#8221;standard,manager,admin&#8221;/&gt;</em> <br />
Save the tomcat-users.xml file and quit the editor</p></blockquote>
<p><strong>Run and Test</strong></p>
<blockquote><p>Change directories to where the Tomcat startup scripts are located<br />
&gt; cd ../bin<br />
Remove the .bat scripts and .exe executables<br />
&gt; rm *.bat *.exe<br />
Execute the Tomcat startup script<br />
&gt; ./startup.sh<br />
Test in you navigator entering http://localhost:8080<br />
To stop Tomcat execute the strip shutdown.sd<br />
&gt; ./shutdown.sh</p></blockquote>
<p> </p>
<p>I am not planning to have Tomcat as daemon process, I wan to activate it manually.</p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://italo.swau.edu/blog/?p=1</link>
		<comments>http://italo.swau.edu/blog/?p=1#comments</comments>
		<pubDate>Thu, 18 Dec 2008 19:08:56 +0000</pubDate>
		<dc:creator>Italo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://italo.swau.edu/blog/?p=1</guid>
		<description><![CDATA[This blog was created with the objective to log my experiences while developing at SWAU. This will include the software and/or hardware I am using, the installation process, and my opinion result of my investigation of playing with them.
You are welcome to give your feed back and share you experience which can help me to achieve my [...]]]></description>
			<content:encoded><![CDATA[<p>This blog was created with the objective to log my experiences while developing at <a href="http://www.swau.edu" target="_blank">SWAU</a>. This will include the software and/or hardware I am using, the installation process, and my opinion result of my investigation of playing with them.</p>
<p>You are welcome to give your feed back and share you experience which can help me to achieve my goals.</p>
]]></content:encoded>
			<wfw:commentRss>http://italo.swau.edu/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
