<?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>Adam Koch &#187; codes</title>
	<atom:link href="http://www.adamkoch.com/tag/codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamkoch.com</link>
	<description>Front-end Software Developer</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:25:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ellipsis</title>
		<link>http://www.adamkoch.com/2009/07/15/ellipsis/</link>
		<comments>http://www.adamkoch.com/2009/07/15/ellipsis/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 15:56:00 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[ansi]]></category>
		<category><![CDATA[ascii]]></category>
		<category><![CDATA[char]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codes]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.adamkoch.com/2009/07/15/ellipsis/</guid>
		<description><![CDATA[Unicode character 2026 &#8211; &#8220;Horizontal Ellipsis&#8221; In Windows: Alt-0133 In Java: \u2026 Example: String ellipsis = "\u2026"; In HTML: &#38;#8230; or &#38;#133; or &#38;hellip; Example: … or … or … In Javascript: \u2026 Example: var ellipsis = "\u2026"; alert(ellipsis); Ricola log: \u2026 Example: Ricola.log.debug("\u2026") will output 11:31:08 DEBUG - … Ricola showPleaseWait: any of the [...]]]></description>
			<content:encoded><![CDATA[<p>Unicode character 2026 &#8211; &#8220;Horizontal Ellipsis&#8221;</p>
<p>In Windows: Alt-0133</p>
<p>In Java: \u2026<br />
Example:<br />
<code>String ellipsis = "\u2026";</code></p>
<p>In HTML: &amp;#8230; or &amp;#133; or &amp;hellip;<br />
Example:<br />
… or … or …</p>
<p>In Javascript: \u2026<br />
Example:<br />
<code>var ellipsis = "\u2026";<br />
alert(ellipsis);</code></p>
<p>Ricola log: \u2026<br />
Example:<br />
<code>Ricola.log.debug("\u2026")</code><br />
will output <code>11:31:08 DEBUG - …</code></p>
<p>Ricola showPleaseWait: any of the HTML entities: &amp;#8230; or &amp;#133; or &amp;hellip;<br />
Example:<br />
<code>Ricola.page.showPleaseWait("Creating train documents&amp;hellip;");</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adamkoch.com/2009/07/15/ellipsis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

