<?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>Amikelive &#124; Technology Blog &#187; Programming languages</title>
	<atom:link href="http://tech.amikelive.com/node-category/programming-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.amikelive.com</link>
	<description>Read . Enjoy . Share</description>
	<lastBuildDate>Sun, 16 Oct 2011 14:45:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Is Your Java IDE?</title>
		<link>http://tech.amikelive.com/node-485/what-is-your-java-ide/</link>
		<comments>http://tech.amikelive.com/node-485/what-is-your-java-ide/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 14:45:50 +0000</pubDate>
		<dc:creator>Tech Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://tech.amikelive.com/?p=485</guid>
		<description><![CDATA[
			
				
			
		
After a long break in posting in this technology blog, I will start sharing things with you again. This time, I&#8217;ll start with a simple topic: Java IDE. Following this post, I hope I can share lots more useful and exciting stuff for you.
I have been a long fan of Eclipse IDE. For some Java [...]]]></description>
		<wfw:commentRss>http://tech.amikelive.com/node-485/what-is-your-java-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample PHP Application: A Simple PHP Command Line-based File Generator</title>
		<link>http://tech.amikelive.com/node-439/sample-php-application-a-simple-php-command-line-based-file-generator/</link>
		<comments>http://tech.amikelive.com/node-439/sample-php-application-a-simple-php-command-line-based-file-generator/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:14:41 +0000</pubDate>
		<dc:creator>Tech Admin</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://tech.amikelive.com/?p=439</guid>
		<description><![CDATA[
			
				
			
		
PHP is a great scripting language to build web applications. Reckoning my first exposure to the language, I have been tinkering with PHP for some years by now. Despite the sluggish improvement and development towards a more architecturally robust, more feature-rich, and less quick-and-dirty programming language recently, I still love coding bytes in PHP. Some [...]]]></description>
		<wfw:commentRss>http://tech.amikelive.com/node-439/sample-php-application-a-simple-php-command-line-based-file-generator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quick Tip: How to Install and Configure PHP in Fedora Linux</title>
		<link>http://tech.amikelive.com/node-369/quick-tip-how-to-install-and-configure-php-in-fedora-linux/</link>
		<comments>http://tech.amikelive.com/node-369/quick-tip-how-to-install-and-configure-php-in-fedora-linux/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 10:12:34 +0000</pubDate>
		<dc:creator>Tech Admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technical Notes]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://tech.amikelive.com/?p=369</guid>
		<description><![CDATA[
			
				
			
		
Previously, I have discussed about how to install MySQL on Fedora Linux. In this post, I would like to elaborate PHP installation on Fedora. Even though the installation is simple by nature, I would like to provide some notes to help you troubleshoot some post-installation problems that may occur.
As usual, I will provide the screenshots [...]]]></description>
		<wfw:commentRss>http://tech.amikelive.com/node-369/quick-tip-how-to-install-and-configure-php-in-fedora-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Eclipse Quick Tip: Resolving Error &#8220;The import javax.servlet cannot be resolved&#8221;</title>
		<link>http://tech.amikelive.com/node-269/eclipse-quick-tip-resolving-error-the-import-javaxservlet-cannot-be-resolved/</link>
		<comments>http://tech.amikelive.com/node-269/eclipse-quick-tip-resolving-error-the-import-javaxservlet-cannot-be-resolved/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 18:05:06 +0000</pubDate>
		<dc:creator>Tech Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming languages]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://tech.amikelive.com/?p=269</guid>
		<description><![CDATA[
			
				
			
		
When you start to develop web application using Java, you may think to use Eclipse as the IDE. Assume that you have seen a good tutorial about Java servlet on the internet or read the chapter of a book discussing about web development using JSP.
You are now writing the first servlet by using the wizard [...]]]></description>
		<wfw:commentRss>http://tech.amikelive.com/node-269/eclipse-quick-tip-resolving-error-the-import-javaxservlet-cannot-be-resolved/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Configuring Eclipse to Run for the First Time</title>
		<link>http://tech.amikelive.com/node-259/quick-tip-configuring-eclipse-to-run-for-the-first-time/</link>
		<comments>http://tech.amikelive.com/node-259/quick-tip-configuring-eclipse-to-run-for-the-first-time/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 15:41:46 +0000</pubDate>
		<dc:creator>Tech Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Technical Notes]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://tech.amikelive.com/?p=259</guid>
		<description><![CDATA[
			
				
			
		
For Java developers, Eclipse is a convenient tool to develop software in broad range of programming languages. This tip is intended to help fellow developers who never use Eclipse before but are eager to start developing applications using Eclipse IDE.
Even though Eclipse is cross-platform, there is no guarantee that the tip provided in this post [...]]]></description>
		<wfw:commentRss>http://tech.amikelive.com/node-259/quick-tip-configuring-eclipse-to-run-for-the-first-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comprehensive Guide to Java (JRE and JDK) Installation on Fedora Linux &#8211; Tips and Tricks</title>
		<link>http://tech.amikelive.com/node-225/comprehensive-guide-to-java-jre-and-jdk-installation-in-fedora-linux-tips-and-tricks/</link>
		<comments>http://tech.amikelive.com/node-225/comprehensive-guide-to-java-jre-and-jdk-installation-in-fedora-linux-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 06:26:08 +0000</pubDate>
		<dc:creator>Tech Admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technical Notes]]></category>
		<category><![CDATA[Fedora]]></category>

		<guid isPermaLink="false">http://tech.amikelive.com/?p=225</guid>
		<description><![CDATA[
			
				
			
		
In this article, you will be exposed to the installation of Sun Java in Fedora Linux. Although Java has been installed by default in every fresh Fedora package, the Java version shipped along with the OS package is the open-source version GNU Java instead. Some applications and frameworks may require Sun Java. Due to licensing [...]]]></description>
		<wfw:commentRss>http://tech.amikelive.com/node-225/comprehensive-guide-to-java-jre-and-jdk-installation-in-fedora-linux-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sizzling Upload Progress Bar in PHP with APC, Part 1: APC Installation</title>
		<link>http://tech.amikelive.com/node-196/sizzling-upload-progress-bar-in-php-with-apc-part-1-apc-installation/</link>
		<comments>http://tech.amikelive.com/node-196/sizzling-upload-progress-bar-in-php-with-apc-part-1-apc-installation/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 08:35:11 +0000</pubDate>
		<dc:creator>Tech Admin</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technical Notes]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[upload progress bar]]></category>

		<guid isPermaLink="false">http://tech.amikelive.com/?p=196</guid>
		<description><![CDATA[
			
				
			
		
After some series of &#8220;political&#8221; technical notes, I think it&#8217;s the right moment to supply some more technical posts to fellow developers. This time I will write about creating sizzling upload progress bar in PHP. In the past, there had been heated debate in PHP internal list about RFC 1867 implementation on PHP core code. [...]]]></description>
		<wfw:commentRss>http://tech.amikelive.com/node-196/sizzling-upload-progress-bar-in-php-with-apc-part-1-apc-installation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

