<?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>Zoe</title>
	<atom:link href="http://zoe.nu/feed/" rel="self" type="application/rss+xml" />
	<link>http://zoe.nu</link>
	<description></description>
	<lastBuildDate>Mon, 18 Jul 2011 11:21:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>The History and Benefits of XML</title>
		<link>http://zoe.nu/the-history-and-benefits-of-xml/</link>
		<comments>http://zoe.nu/the-history-and-benefits-of-xml/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 11:21:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://zoe.nu/?p=10</guid>
		<description><![CDATA[XML is an abbreviation for Extensible Markup Language. It has, in many ways, overcome the shortcomings of SGML and HTML. This new language has become an important industry-standard means for exchanging the data across the Internet. Though, this is a non-binary language in order to understand it, one has to know what markup language is, [...]]]></description>
			<content:encoded><![CDATA[<p>XML is an abbreviation for Extensible Markup Language. It has, in many ways, overcome the shortcomings of SGML and HTML. This new language has become an important industry-standard means for exchanging the data across the Internet. Though, this is a non-binary language in order to understand it, one has to know what markup language is, how they are designed, their definition, and their presentation.</p>
<p>Markup language is a highly used computer languages that enable the web designers to add new content and web pages to the websites. It gives a unique approach to the websites and improves the quality and the appearance. Apparently, the purpose of a markup language is to define the structure, layout, and formatting of the texts on the websites.</p>
<p><strong>Benefits of XML</strong></p>
<p><strong>Easy to Understand</strong></p>
<p>XML is really easy and self-describing. As it has logical tag construct, it enables people to read the text and content posted on the websites. Even a person with less or no XML knowledge can recognize the data in XML document.</p>
<p><strong>Simple to Use</strong></p>
<p>The one benefit with XML is that it is easy to use. It is widely adopted because it is flexible and adaptable in nature. There are no illogical signs, no-nonsense designs, and no binary language as XML is text.</p>
<p><strong>Opening and Closing Tag</strong></p>
<p><strong> </strong>Just like HTML, XML also requires a closing tag at the end of the text, or at least a self-closing opening tag. So, this makes designing XML parsers much easier and simpler than designing the SGML and HTML parsers.</p>
<p><strong>Any Data Can be Designed</strong></p>
<p>As far as XML is concerned, it’s allows the users to design any data format unless the XML rules are followed.  It can be used to define and use any kind of data.</p>
<p><strong>Information Storage</strong></p>
<p>XML also works great for storing information and computer applications. Though the purpose of this language is not to store information like data management system, it can work to store for limited information for finite period.</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong>Microsoft Excel and XML – What’s the Connection</strong></p>
<p>Microsoft excel 2003 was the first software of its kind that gave a serious thought about XML usage. For example: the use of excel to edit, prepare, and process data in various forms such as inventory lists, statistical data, flow charts, etc. has been significant.</p>
<p>The ‘X’ in XML which stands for ‘Extensible’ is also appropriate because it can be used to fulfill any business requirement – publishing, government, research etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://zoe.nu/the-history-and-benefits-of-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating XML Using Java Technology Based Apps</title>
		<link>http://zoe.nu/creating-xml-using-java-technology-based-apps/</link>
		<comments>http://zoe.nu/creating-xml-using-java-technology-based-apps/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 14:38:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://zoe.nu/?p=8</guid>
		<description><![CDATA[XML or eXtensible Markup Language is the latest version of Hyper Text Markup Language, the language that browsers use to display web pages the way the designer wanted the pages displayed. XML is neither browser nor operating system specific. Additionally, the way XML formats web pages allows you to display non-English characters on your website, [...]]]></description>
			<content:encoded><![CDATA[<p>XML or <a href="http://www.w3.org/XML/">eXtensible Markup Language</a> is the latest version of Hyper Text  Markup Language, the language that browsers use to display web pages the  way the designer wanted the pages displayed. XML is neither browser nor  operating system specific. Additionally, the way XML formats web pages  allows you to display non-English characters on your website, such as  Chinese or French characters. Current browsers are able to correctly  display all XML coding.</p>
<p>As a whole, XML has become very commonly used in computing. Most  enterprise applications use a form of XML. If you use the most recent  version of Microsoft Office, you&#8217;ll find that the programs use a new XML  based format for their documents. For example, Word documents now end  in .docx. You cannot cannot open these documents with an older version  of Microsoft Office.</p>
<p>When you want to create a web document in XML, there are several ways to  do it. However, if you are already using Java technology, the easiest  way to create an XML document is by visiting <a href="http://jaxp.java.net">http://jaxb.java.net</a>, where  you can download the JAXB API or Application Programming Interface.  There are several versions of this JAXB API available on this website.  The most current version is backwards compatible with the older  versions. The JAXB API is distributed under the CDDL or Common  Development Distribution License.</p>
<p>JAXB helps Java developers map their Javascript programming to XML. This  allows them to spend less time coding, yet they are able to transfer  their programming into XML using the W3C XML schema. With XML, Java  programmers are able to extend their code to use other web service  technology. Though many Java programs are client side, including XML  allows greater functionality especially with applications that are run  server side. Though the JAXB API is available for download as .jar or  Java ARchive files which are distributed under the CDDL, there is some  help available if you go to the discussion forum. This forum will allow  you to ask questions or otherwise get help from those who are more  familiar with this programming interface.</p>
<p>If you come up with improvements that could be made to the JAXB API, you  might be interested in contributing to the development of this  programming interface. You can contact someone at the JAXB Project, you  can choose to contribute source code, a TCK or Technology Compatability  Kit or otherwise help with another XJC plugin. An XJC plugin allows you  to generate Java classes from XML. Almost a reverse of what the JAXB API  does.</p>
]]></content:encoded>
			<wfw:commentRss>http://zoe.nu/creating-xml-using-java-technology-based-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That&#8217;s what I call a gadget!!</title>
		<link>http://zoe.nu/thats-what-i-call-a-gadget/</link>
		<comments>http://zoe.nu/thats-what-i-call-a-gadget/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 14:31:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://zoe.nu/?p=5</guid>
		<description><![CDATA[Electronic cigarettes, or e-cigarettes as they are also known, have seen a huge increase in popularity over the last several years. The main part of their appeal is there ability to help people quit smoking easier than other methods. The most popular models have a similar appearance and feel to real cigarettes. There are dozens [...]]]></description>
			<content:encoded><![CDATA[<p>Electronic cigarettes, or e-cigarettes as they are also known, have seen  a huge increase in popularity over the last several years. The main  part of their appeal is there ability to help people quit smoking easier  than other methods. The most popular models have a similar appearance  and feel to real cigarettes. There are dozens of different brands of  electronic cigarettes available but they all consist of the same three  components: a battery, an atomizer, and a reservoir.</p>
<p><strong>The Battery</strong><br />
The battery makes up approximately two thirds of the device. All are  rechargeable and are the longest lasting portion of the electronic  cigarette. They come in two varieties, manual or automatic. New users  are inclined to try an automatic one initially because it operates the  most like a cigarette. It works by use of a small hole in the top of the  battery and a pressure switch that activates it when you inhale on the  device. The hole makes it more likely to fail though if liquid gets in  the top, which it will when you first start vaping.</p>
<p>Most vapers (people who use electronic cigarettes like to refer to  themselves as vapers because they inhale the vapor produced rather than  smoke from a cigarette) would recommend a manual variety. A manual  battery has a push button on the side that activates the battery when  you press it. This is easy to adjust to and it also gives you more  control over how long the atomizer is heated.</p>
<p><strong> The Atomizer</strong><br />
The atomizer is the portion of the electronic cigarette that produces  the vapor. It consists of a small electrical coil that heats up when the  battery is on. As it heats, it turns the nicotine liquid into a vapor  that looks very similar to cigarette smoke. This is the most delicate  part of the device and although it can last quite a while with proper  care, you should have replacements available. Also, having multiple  atomizers in use will allow you to change flavors without comprising the  taste. Some flavors, such as cinnamon, are very strong and tend to  linger on the coil.</p>
<p>It is important when using the e-cigarette to avoid letting it run dry  or flooding it with too much liquid. Running it dry for a prolonged time  will cause a burnt taste and can also lead to overheating which will  cause the coil to break, similar to a light bulb filament. Flooding it  on the other hand will cause it to be overworked and not allow a vapor  to be produced. It will also lead to a buildup of deposits on the coil,  reducing the airflow and its lifespan.</p>
<p><strong> The Reservoir</strong><br />
This usually comes as a separate cartridge that you attach to the  atomizer portion, but depending on the electronic cigarette you have it  may be combined with atomizer. These can either come filled, most  commonly with a tobacco flavor, or you can fill them yourself. The blank  cartridges are simply a small reservoir stuffed with a poly-fill  material that holds the liquid and slowly wicks it to the atomizer coil.  Overfilling the reservoir will lead to the flooding situation mentioned  above. The best part of the electronic cigarette is the variety of  flavors you can fill your cartridge with. You can even select the  nicotine level you want, allowing you to gradually reduce it over time,  even to zero if you like.</p>
<p>&nbsp;</p>
<p>Visit the New Smoke <a href="http://new-smoke.com/forum/">Electronic Cigarette Forum</a> for further information on e cigs.</p>
]]></content:encoded>
			<wfw:commentRss>http://zoe.nu/thats-what-i-call-a-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

