<?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>Indianapolis Web Design Blog &#187; Programming</title>
	<atom:link href="http://www.ianlabs.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ianlabs.com</link>
	<description>The adventures of a freelance web designer</description>
	<lastBuildDate>Fri, 25 Sep 2009 19:06:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Templating for WordPress</title>
		<link>http://www.ianlabs.com/2007/02/21/templating-for-wordpress/</link>
		<comments>http://www.ianlabs.com/2007/02/21/templating-for-wordpress/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 14:58:32 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2007/02/21/templating-for-wordpress/</guid>
		<description><![CDATA[I&#8217;m sure everyone is wondering why a web designer is using the default WordPress template. Well, I have to admit that I&#8217;m no programmer and when I get beyond xhtml/css into the land of php things get a little complicated. I&#8217;ve poked around in the default template quite a bit, and even got up the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure everyone is wondering why a web designer is using the default WordPress template. Well, I have to admit that I&#8217;m no programmer and when I get beyond xhtml/css into the land of php things get a little complicated. I&#8217;ve poked around in the default template quite a bit, and even got up the courage to try and convert another template to WordPress, but it was tougher than it seemed at first and I set it aside for the time being. What happens is that i get to the point where I need to modify, remove, or change a line of php and then all hell breaks loose.</p>
<p>More internet searching is in order. If anyone knows about some good (basic) tutorials for this sort of thing, I&#8217;d love to hear about them.</p>
<p><span class="technoratitag">Technorati Tags: <a href="http://www.technorati.com/tags/template" rel="tag">template</a>, <a href="http://www.technorati.com/tags/wordpress" rel="tag">wordpress</a>, <a href="http://www.technorati.com/tags/default_template" rel="tag">default_template</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2007/02/21/templating-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>My Very First Php Experience</title>
		<link>http://www.ianlabs.com/2007/02/09/my-very-first-php-experience/</link>
		<comments>http://www.ianlabs.com/2007/02/09/my-very-first-php-experience/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 19:23:19 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ianlabs.com/2007/02/09/my-very-first-php-experience/</guid>
		<description><![CDATA[Today I had my very first php experience, where I created something from scratch instead of modifying some pre-existing bit of code. The project was to create a snippet for the Etomite CMS. What I needed for a client was a simple but effective way to play an mp3 in the browser page. Not being [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had my very first php experience, where I created something from scratch instead of modifying some pre-existing bit of code.<br />
<span id="more-11"></span><br />
The project was to create a snippet for the <a href="http://www.etomite.org">Etomite CMS</a>. What I needed for a client was a simple but effective way to play an mp3 in the browser page. Not being a programmer in the very least, I avoided the dreaded actionscripting experience and went online to look for a good quality flash-based mp3 player. Why invent the wheel, right? I found just the thing at <a href="http://sourceforge.net">SourceForge.net</a>. Some genius there named Fabricio Zuardi created a very nice <a href="http://musicplayer.sourceforge.net/ ">player</a>. </p>
<p>After taking it and figuring out how to get it to work, I changed the flash embed code to be XHTML compliant and uploaded it for testing. It worked and I was able to change the track simply by altering the display code, so I opened up <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a> and proceeded to learn just enough php to do this thing.</p>
<p>After a brief overview at <a href="http://docs.etomite.com/development.html">Etomite&#8217;s snippet creation documentation</a>, I went online and found a good page about the very (very) <a href="http://www.4webhelp.net/tutorials/php/basics.php">basics of php</a>. </p>
<p>I think the toughest part was the syntax. Figuring out how double and single-quotes worked was one particular breakthrough that a php pro might snicker at. I also had a tough time getting my variables to pass and display correctly.</p>
<p>My process was to make the simplest code possible to see how things worked. I would change one character at a time and see the results. Slow and painful, but it worked!</p>
<p>You can see the results <a href="http://www.n-vent.com/mp3player.html" title="Etomite Flash MP3 player">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ianlabs.com/2007/02/09/my-very-first-php-experience/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
