<?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>Neozilon Technology Blog</title>
	<atom:link href="http://neozilon.com/feed" rel="self" type="application/rss+xml" />
	<link>http://neozilon.com</link>
	<description>Discussions, News, Tutorials, Comments about Java, Php, Javascript, Web, Mobile, Android , developer tools and programming languages</description>
	<lastBuildDate>Wed, 29 Sep 2010 16:27:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Clang Error NSError** null dereference</title>
		<link>http://neozilon.com/iphone-development/clang-error-nserror-null-dereference</link>
		<comments>http://neozilon.com/iphone-development/clang-error-nserror-null-dereference#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Iphone Development]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=83</guid>
		<description><![CDATA[I was using the Clang Static Analyzer tool for Objective C for Iphone developer , and when I saw the report , I notice several errors on the report , but it was the same NSError** null dereference in the report from ClangAfter seeing the detail information about the error, it said: Potential null dereference. [...]]]></description>
		<wfw:commentRss>http://neozilon.com/iphone-development/clang-error-nserror-null-dereference/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Enum example</title>
		<link>http://neozilon.com/java/java-enum-example</link>
		<comments>http://neozilon.com/java/java-enum-example#comments</comments>
		<pubDate>Fri, 10 Jul 2009 21:46:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Enum]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=80</guid>
		<description><![CDATA[This post will show you how to work with the enumerations in Java, is pretty easy to use and it can be really useful once you get to know it. You will see in the example a basic use that will put you in the right direction so you can implement your own Enums in [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/java-enum-example/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configure Terminal Welcome Message in Linux</title>
		<link>http://neozilon.com/linux/configure-terminal-welcome-message-in-linux</link>
		<comments>http://neozilon.com/linux/configure-terminal-welcome-message-in-linux#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:16:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Console]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=49</guid>
		<description><![CDATA[If you are curious when you open any terminal in Unix, Linux enviroment , via text-mode you will get a general method all the time that you access for the first time, and if you ever want to change the output of this file, to display a custom message that you want , here i [...]]]></description>
		<wfw:commentRss>http://neozilon.com/linux/configure-terminal-welcome-message-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Dump file in Oracle</title>
		<link>http://neozilon.com/oracle/create-dump-file-in-oracle</link>
		<comments>http://neozilon.com/oracle/create-dump-file-in-oracle#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:07:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=51</guid>
		<description><![CDATA[The command to export and import data in any Oracle server, using simple console commands. No need for any fancy IDE or tool to do this simple task. The other day I was doing some work with an Oracle database, and someone ask to give him a dump of the database, and I was using [...]]]></description>
		<wfw:commentRss>http://neozilon.com/oracle/create-dump-file-in-oracle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java using Proxy</title>
		<link>http://neozilon.com/java/java-using-proxy</link>
		<comments>http://neozilon.com/java/java-using-proxy#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=53</guid>
		<description><![CDATA[Shows how to set the configuration in a Java program behing a Proxy server. Many times we want to use the internet connection in our java programs for many reasons, but if we are behind a proxy server, we need to set some properties in the JVM to be able to do the request to [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/java-using-proxy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to remove all non digit characters from a string Java</title>
		<link>http://neozilon.com/java/how-to-remove-all-non-digit-characters-from-a-string-java</link>
		<comments>http://neozilon.com/java/how-to-remove-all-non-digit-characters-from-a-string-java#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:35:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=56</guid>
		<description><![CDATA[&#8211;OLD VERSION&#8211; This is a very simple snippet method in Java to remove all non digits characters in a String. I will show you the simple method that you can use to acsomplish this, and a complete exampls so you can test the method. Here it is the method to remove the non digits in [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/how-to-remove-all-non-digit-characters-from-a-string-java/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Print Java Exception Stacktrace in JSP</title>
		<link>http://neozilon.com/java/print-java-exception-stacktrace-in-jsp</link>
		<comments>http://neozilon.com/java/print-java-exception-stacktrace-in-jsp#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:06:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[JSP]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=47</guid>
		<description><![CDATA[This is a very simple way to display the any exception stacktrace in a JSP file, because sometimes we want to display the error on the page , just to see the stacktrace in an easy way , and finding the problem as soon as possible.Well first of all, is better to use a logger [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/print-java-exception-stacktrace-in-jsp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove hotmail spam in Adium</title>
		<link>http://neozilon.com/mac/remove-hotmail-spam-in-adium</link>
		<comments>http://neozilon.com/mac/remove-hotmail-spam-in-adium#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:42:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=61</guid>
		<description><![CDATA[Adium is an excellent Instant Messing application, but when I started using it . On my hotmail account I was having a really annoying bug. That for an unknown reason I was receiving a lot of spamming messages, every time from a different email address, but the spam was from the same topic, and I [...]]]></description>
		<wfw:commentRss>http://neozilon.com/mac/remove-hotmail-spam-in-adium/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java 1.4 service life has ended according to SUN</title>
		<link>http://neozilon.com/java/java-14-service-life-has-ended-according-to-sun</link>
		<comments>http://neozilon.com/java/java-14-service-life-has-ended-according-to-sun#comments</comments>
		<pubDate>Tue, 09 Jun 2009 17:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=58</guid>
		<description><![CDATA[Now that Java 1.4 has been on the market for a long time, recently I receive an email from Sun Microsystems telling me that the Java 1.4 had reached the end of its life cycle. And soon will the Java 1.5 will die too. This is interesting because many of the systems used today still [...]]]></description>
		<wfw:commentRss>http://neozilon.com/java/java-14-service-life-has-ended-according-to-sun/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find out version kernel</title>
		<link>http://neozilon.com/linux/find-out-version-kernel</link>
		<comments>http://neozilon.com/linux/find-out-version-kernel#comments</comments>
		<pubDate>Sun, 04 Jan 2009 01:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[uname]]></category>

		<guid isPermaLink="false">http://neozilon.com/?p=36</guid>
		<description><![CDATA[Hi this as most of the post I have on my blog are little but useful I think. So now is a simple command to find out which version of kernel we are running on our system the command . The command is uname and print the system information uname -a the option -a show [...]]]></description>
		<wfw:commentRss>http://neozilon.com/linux/find-out-version-kernel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

