<?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>Parks Computing &#187; barcodes</title>
	<atom:link href="http://www.parkscomputing.com/labels/barcodes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parkscomputing.com</link>
	<description>Pedagogy for the autodidactic programmer</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:48:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Barcode Generator</title>
		<link>http://www.parkscomputing.com/2006/05/barcode-generator/</link>
		<comments>http://www.parkscomputing.com/2006/05/barcode-generator/#comments</comments>
		<pubDate>Thu, 18 May 2006 20:54:00 +0000</pubDate>
		<dc:creator>Paul Parks</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[barcodes]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://nightowl/?p=16</guid>
		<description><![CDATA[More fun with one of my favorite languages: A barcode generator written in JavaScript that will create an EAN-13 barcode. The page is completely self-contained and uses no graphics or server-side code. I&#8217;ve only tested the page in Internet Explorer 6, Internet Explorer 7 beta, and Firefox 1.5. I&#8217;m not going to target older browsers, [...]]]></description>
			<content:encoded><![CDATA[<p>More fun with one of my favorite languages: A <a href="http://www.parkscomputing.com/barcode.html">barcode generator</a> written in JavaScript that will create an <a href="http://www.barcodeisland.com/ean13.phtml">EAN-13 barcode</a>. The page is completely self-contained and uses no graphics or server-side code.</p>
<p>I&#8217;ve only tested the page in Internet Explorer 6, Internet Explorer 7 beta, and Firefox 1.5. I&#8217;m not going to target older browsers, but I am interested in hearing about problems in current browsers other than those mentioned above.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.parkscomputing.com%2F2006%2F05%2Fbarcode-generator%2F&amp;t=Barcode%20Generator" id="facebook_share_button_16" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_16') || document.getElementById('facebook_share_icon_16') || document.getElementById('facebook_share_both_16') || document.getElementById('facebook_share_button_16');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_16') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.parkscomputing.com/2006/05/barcode-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

