<?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>「朱72」　shu72.com &#187; programming</title>
	<atom:link href="http://shu72.com/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://shu72.com</link>
	<description>the personal website of Sonya C. Wheeler</description>
	<lastBuildDate>Tue, 20 Mar 2012 06:02:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Redo of my currently reading script</title>
		<link>http://shu72.com/2006/10/11/redo-of-my-currently-reading-script/</link>
		<comments>http://shu72.com/2006/10/11/redo-of-my-currently-reading-script/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 21:39:49 +0000</pubDate>
		<dc:creator>Sonya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://shu72.com/2006/10/11/redo-of-my-currently-reading-script/</guid>
		<description><![CDATA[Thinking about fixing up my PHP scripting that I put together of my currently reading section. Either I can make a new table inside my main site&#8217;s database with a different prefix, so I can tell which table is for the books and which is for the site, or create a completely new database. Sure [...]]]></description>
			<content:encoded><![CDATA[<p>Thinking about fixing up my <acronym class="int" title="Hypertext Preprocessor">PHP</acronym> scripting that I put together of my currently reading section. Either I can make a new table inside my main site&#8217;s database with a different prefix, so I can tell which table is for the books and which is for the site, or create a completely new database.</p>
<p>Sure there are other scripts and plugins that can do the basically the same thing but I&#8217;ve either found them to be lacking in some areas or <em>extremely</em> bloated content wise for my current needs.<sup class='footnote'><a href='#fn-34-1' id='fnref-34-1'>1</a></sup> I&#8217;m not looking to show detailed information or reviews at the moment. For the time being, I&#8217;m just using a simple link provided by Amazon.com in my sidebar. This is a lot less information than my original code which was showing a progress bar with the percentage of the book that was read and links to other Amazon.com sites.<sup class='footnote'><a href='#fn-34-2' id='fnref-34-2'>2</a></sup> Instead of just inputting the information of title, author, <acronym title="International Standard Book Number">ISBN</acronym>, pages using PHP and MySQL, I&#8217;m now experimenting with combining Amazon&#8217;s <acronym title="eXtensible Markup Language">XML</acronym> product feed along with it so I can pull the information with just entering the ISBN and updating the number of pages and where I left of in the book.<sup class='footnote'><a href='#fn-34-3' id='fnref-34-3'>3</a></sup></p>
<p>I&#8217;ve also been thinking of creating a stand-alone or extension to <a href="http://www.mozilla.com">Firefox</a> so I can easily update my book status. I like the idea of making something for Firefox more because it gives me a reason to learn <acronym title="eXtensible User-interface Language">XUL</acronym>. The downside, having to learn the workings of <acronym title="eXtensible Markup Language - Remote Procedure Call">XML-RPC</acronym>.</p>
<div class='footnotes'>
<div class='footnotedivider'></div>
<ol>
<li id='fn-34-1'>Such as: <a href="http://www.sozu.co.uk/software/amm/">Amazon Media Manager</a>, <a href="http://www.chait.net/">CG-Amazon</a>, <a href="http://manalang.com/">WP-Amazon</a>, and many others. Plus, I want to create something of my own that I can call my own. <span class='footnotereverse'><a href='#fnref-34-1'>&#8617;</a></span></li>
<li id='fn-34-2'>Local sites for Canada, and United Kingdom, along with the standard US. I haven&#8217;t signed up for any other locales yet. <span class='footnotereverse'><a href='#fnref-34-2'>&#8617;</a></span></li>
<li id='fn-34-3'>It could have been just by entering the ISBN and last page read, but neither of Amazon&#8217;s XML feeds <i>lite</i> or <i>heavy</i> contain a book&#8217;s total page count. <span class='footnotereverse'><a href='#fnref-34-3'>&#8617;</a></span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shu72.com/2006/10/11/redo-of-my-currently-reading-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old school droid sound quest</title>
		<link>http://shu72.com/2003/01/15/old-school-droid-sound-quest/</link>
		<comments>http://shu72.com/2003/01/15/old-school-droid-sound-quest/#comments</comments>
		<pubDate>Wed, 15 Jan 2003 14:48:50 +0000</pubDate>
		<dc:creator>Sonya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[IBM PCjr]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://shu72.com/2003/01/15/old-school-droid-sound-quest/</guid>
		<description><![CDATA[I&#8217;ve been looking for a program or something that is like an old PCjr BASIC program that I used in the past. The code that I had to type in made the computer make many of the sounds of Star Wars droid R2-D2. Too Cool! I miss it. I can&#8217;t recall if it was from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a program or something that is like an old PCjr <acronym title="Beginner's All-purpose Symbolic Instruction Code">BASIC</acronym> program that I used in the past. The code that I had to type in made the computer make many of the sounds of Star Wars droid <i>R2-D2</i>. Too Cool! I miss it. I can&#8217;t recall if it was from an old issue of <i>K-Power</i> magazine or in an old programming book that I use to own. Might have been the book. It didn&#8217;t contain <em>too</em> many lines of code and was VERY cool. But this was unlike the programming code for the computer part in the old TV show from 1983-1984 &#8220;Whiz Kids&#8221; that appeared in <i>K-Power</i> once. Lame. Pure lame. It only typed out a few phrases like &#8220;<code>Hello, Richie</code>&#8221; once you run the program&#8230; no talking. Boy, have we come a long way from that.</p>
]]></content:encoded>
			<wfw:commentRss>http://shu72.com/2003/01/15/old-school-droid-sound-quest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

