<?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; web programming</title>
	<atom:link href="http://shu72.com/tag/web-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://shu72.com</link>
	<description>the personal website of Sonya C. Wheeler</description>
	<lastBuildDate>Mon, 26 Sep 2011 23:41:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>The wonderful world of PHP</title>
		<link>http://shu72.com/2004/09/17/the-wonderful-world-of-php/</link>
		<comments>http://shu72.com/2004/09/17/the-wonderful-world-of-php/#comments</comments>
		<pubDate>Fri, 17 Sep 2004 06:43:53 +0000</pubDate>
		<dc:creator>Sonya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://shu72.com/2004/09/17/the-wonderful-world-of-php/</guid>
		<description><![CDATA[While doing my eBay auctions a couple of weeks ago, I realized that since the standard template invoice e-mails that eBay sends out would print out that &#8220;&#8230;I accept the following payment methods: PayPal, See item description, Cashier&#8217;s Check/Money Order, See Item Description&#8221;. I actually accept more options which are stated in the auction. The [...]]]></description>
			<content:encoded><![CDATA[<p>While doing my eBay auctions a couple of weeks ago, I realized that since the standard template invoice e-mails that eBay sends out would print out that &#8220;&#8230;I accept the following payment methods: PayPal, See item description, Cashier&#8217;s Check/Money Order, See Item Description&#8221;. I actually accept more options which are stated in the auction. The problem is that what I accepted as payment from US residents and other countries differ. The invoice really needed to be streamline to avoid any confusion or problems. Also I provide shipping discounts for multiple wins within the same auction period. Sometimes this fact does not transfer to eBay&#8217;s invoices if auctions are uploaded with <i>Turbo Lister</i> it is a bit of a hassle to make sure every little checkbox <em>remains</em> checked throughout many different auctions and re-listings online. I really wish <i>Turbo Lister</i> could bulk re-list. It would be a lot better if I could get the re-listed auctions so they end around the same time and not so scattered since I have to re-list one at a time. Right now it&#8217;s the only free option there is that I know of.</p>
<p>I&#8217;ll just have to change the wording in my auctions so that people who decided to bid on multiple auctions of mine and win them must wait for an invoice. The majority of people these days are real good at paying. One person a while ago paid within minutes of the auction close. Didn&#8217;t even get the chance the send an invoice.</p>
<p>Anyway, I decided to come up with my own e-mail invoice form for times when the standard invoice would not be feasible. It&#8217;s <acronym title="Hypertext PreProcessor">PHP</acronym> style. I took the standard wording from the invoice sent and used that template to create my own. Sure a e-mail template can be used but I wanted a template that also does the adding of costs for me. Plus, it is a chance to really dive head first into <acronym title="Hypertext Preprocessor">PHP</acronym> hacking.</p>
<p>To prevent wasted time online and hogging up the phone line trying to test out my coding, I use XAMPP server by <a href="http://www.apachefriends.org/">Apache Friends</a>. There are 2 versions: lite and full. The full version comes with the following along with other items depending on whether you use Linux, Windows or Solaris <acronym title="Scalable Processor Architecture">SPARC</acronym>:</p>
<ul>
<li><a href="http://www.apache.org">Apache</a></li>
<li><a href="http://www.php.net"><acronym title="Hypertext PreProcessor">PHP</acronym></a> and <acronym title="PHP Extension and Add-on Repository">PEAR</acronym></li>
<li><acronym title="Practical Extraction and Report Language">Perl</acronym></li>
<li><a href="http://www.mysql.com/">MySQL</a></li>
<li><a href="http://php.weblogs.com/ADODB"><acronym title="Active Data Objects Data Base">ADOdb</acronym></a></li>
<li>phpMyAdmin</li>
<li>OpenSSL</li>
<li>Webalizer</li>
</ul>
<p>Great for testing out some of your server side scripting or testing out server side software before releasing it live. I even tested out <a href="http://www.wordpress.org">WordPress</a> offline before I tried it out on my <a href="http://www.dreamhost.com/rewards.cgi?sonyacw">DreamHost</a> space.</p>
<p>Everything&#8217;s working fine but, I know there is a more efficient way to loop through the section of each &#8220;Item #&#8221;, &#8220;Item Title&#8221;, &#8220;Qty&#8221; and &#8220;Price&#8221; and create <code>if</code>, <code>else</code> <code>Array</code> statements to clean up some extra line breaks if a person only wins, say, one auction only. Right now there&#8217;s &#8220;item0&#8221; through &#8220;item6&#8221; for each possible item they win. Each item on it&#8217;s own line.</p>
<p>Yesterday I even created a form that creates a &#8220;Payment Acknowledgement&#8221; page that fills out the bidders ID and total paid.</p>
<p>My &#8220;To Do&#8221; list for future revisions:</p>
<ul>
<li>Create code that combines the &#8220;Invoice&#8221; and &#8220;Payment&#8221; forms on one central <code title="Hypertext PreProcessor">.php</code> template page. A set of <code>radio</code> buttons will determine which filled out page is the final output.</li>
<li>Create code that will have the resulting page previewed and create a button script that will automatically e-mail the page to the bidder; instead of my currently having to select all the resulting text and paste it into an blank e-mail.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shu72.com/2004/09/17/the-wonderful-world-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oooooo! Sock Monkey</title>
		<link>http://shu72.com/2002/12/08/oooooo-sock-monkey/</link>
		<comments>http://shu72.com/2002/12/08/oooooo-sock-monkey/#comments</comments>
		<pubDate>Sun, 08 Dec 2002 05:00:28 +0000</pubDate>
		<dc:creator>Sonya</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://shu72.com/2002/12/08/oooooo-sock-monkey/</guid>
		<description><![CDATA[It&#8217;s been awhile (about a year) since I visited the Dynamic HTML Guru web site. Really nice design! Looks like there&#8217;s a new off shoot web site of it: XMLSage.com As of January 20, 2004 it is now a broken link. Another very well designed site with audio. It&#8217;s even got a Sock Monkey in [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been awhile (about a year) since I visited the <a HREF="http://www.htmlguru.com/">Dynamic HTML Guru</a> web site. Really nice design! Looks like there&#8217;s a new off shoot web site of it: <del datetime="20040120">XMLSage.com</del> <ins datetime="20040120">As of January 20, 2004 it is now a broken link</ins>. Another very well designed site with audio. It&#8217;s even got a <strong>Sock Monkey</strong> in it! One site has a tutorial on enhancing your site with Dynamic <acronym title="HyperText Markup Language">HTML</acronym>. The other, courses and such. I have yet to venture <i>completely</i> into this realm of <acronym title="Dynamic HyperText Markup Language">DHTML</acronym>. These are two great sites to look at to get that creative &#8220;little-mouse-on-the-treadmill&#8221; turning the gears in your head.</p>
]]></content:encoded>
			<wfw:commentRss>http://shu72.com/2002/12/08/oooooo-sock-monkey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

