<?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>The Blog for WELLINGTON ROAD Pictures</title>
	<atom:link href="http://www.wellys.com/wellysblog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.wellys.com/wellysblog</link>
	<description>things I&#039;ve encountered on the Road</description>
	<lastBuildDate>Sun, 29 Aug 2010 00:39:21 +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>Step 4: Updated to be dynamic</title>
		<link>http://www.wellys.com/wellysblog/?p=310</link>
		<comments>http://www.wellys.com/wellysblog/?p=310#comments</comments>
		<pubDate>Sat, 28 Aug 2010 17:04:46 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[HTML5/CSS3]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=310</guid>
		<description><![CDATA[No significant changes here. Added the required code for the site to be served by a database instead of hand-coding. A couple of small formatting changes but I&#8217;m ready to go from my old but lovely way of serving videos, &#8230; <a href="http://www.wellys.com/wellysblog/?p=310">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>No significant changes here. Added the required code for the site to be served by a database instead of hand-coding. A couple of small formatting changes but I&#8217;m ready to go from my old but lovely way of serving videos, <a title="Shadowbox is a web-based media viewer application" href="http://www.shadowbox-js.com/" target="_blank">Shadowbox</a> to spanking, new HTML5.</p>
<p><a title="View Step 4" href="http://www.wellys.com/index5_step4.php" target="_blank">Step 4</a></p>
<p>One update and one non-update:</p>
<p>Update; looks like H.264 is getting to be the standard for video.  Based on the MPEG LA <a title="MPEG LA’s AVC License Will Not Charge Royalties for Internet Video that is Free to End Users through Life of License" href="http://www.mpegla.com/main/Pages/Media.aspx" target="_blank">announcement</a>, H.264 will be forever free if the video being served is free. Due to this announcement, I&#8217;m going to focus on serving H.264 only and forget about&#8230;</p>
<p>The non-update: <a title="Jilion " href="http://jilion.com/" target="_blank">Jillion</a> is running out of August. Its August 28th and no sign of their sublime video code. When it shows up, I&#8217;ll take a look until then I&#8217;m off to do my own thing.</p>
<p>Update: I went ahead and implemented Shadowbox again. I like the way it works, I don&#8217;t like that it doesn&#8217;t use the new HTML video selector. The new one in Safari has a much nicer controller and the ability to go full size. Jilion, Ferris Jilion?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=310</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step 3: Layout site</title>
		<link>http://www.wellys.com/wellysblog/?p=303</link>
		<comments>http://www.wellys.com/wellysblog/?p=303#comments</comments>
		<pubDate>Sun, 01 Aug 2010 19:37:57 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[HTML5/CSS3]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=303</guid>
		<description><![CDATA[With Jillion off in the distance, I decided to work on the site layout as compared to determining my video playback scheme. The site looks very similar to the original site. I made some changes such as the WELLINGTON ROAD &#8230; <a href="http://www.wellys.com/wellysblog/?p=303">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With <a title="Visit Jilion web site" href="http://www.jilion.com" target="_blank">Jillion</a> off in the distance, I decided to work on the site layout as compared to determining my video playback scheme.</p>
<p>The site looks very similar to the original site. I made some changes such as the WELLINGTON ROAD Pictures graphic, font colors and spacing. What was interesting was I have yet to use an ID or Class. Everything works semantically, when I need to reference an element, I use the a descendent selector i.e. &#8220;nav li&#8221; as compared to a &#8220;div class=nav and li class=navli&#8221;. It is a much simpler way to develop CSS.</p>
<p><a title="View Step 3 results" href="http://www.wellys.com/index5_step3.html" target="_blank">Step 3</a></p>
<p>Update: Just realized that the &#8220;wrapper&#8221; for the site, which was a &lt;div&gt; then became an id for &lt;body&gt;, isn&#8217;t needed. I can use &lt;body&gt; as my wrapper, which means there aren&#8217;t any id&#8217;s or class&#8217; in the file at all. Not sure if this is right or wrong or works, just is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=303</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step 2b: Video (continued)</title>
		<link>http://www.wellys.com/wellysblog/?p=293</link>
		<comments>http://www.wellys.com/wellysblog/?p=293#comments</comments>
		<pubDate>Mon, 26 Jul 2010 15:38:40 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[HTML5/CSS3]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=293</guid>
		<description><![CDATA[First, I need to make a comment as to how I manage the site content. I use a database and PHP to manage the content. This allows me to keep the number of pages to a minimum and adding content &#8230; <a href="http://www.wellys.com/wellysblog/?p=293">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>First, I need to make a comment as to how I manage the site content. I use a database and PHP to manage the content. This allows me to keep the number of pages to a minimum and adding content is absurdly easy. That said, I&#8217;m building this HTML5 site using static content. Once I determine how to create my desired HTML5 site, its somewhat child&#8217;s play to convert it into a dynamic site.</p>
<p>So how did my next iteration work? Not bad, as you can see in Step 2b, the site is starting to resemble my current site. I have a poster image that links to a video when clicked. The time is in the right place and I need to update notes.</p>
<p>Note on notes: It is properly formatted as an &#8220;aside&#8221; and I&#8217;d like to make the site more friendly by using JS to display the notes on the page as compared to going to another page.</p>
<p><a title="Step 2b in HTML5 upgrade" href="http://www.wellys.com/index5_step2b.html" target="_blank">Step 2b</a></p>
<p>As I remake the site, I need to determine if <a title="Visit Jillion HTML5 video site" href="http://jilion.com/" target="_blank">Jilion</a> is something I should consider. They claim to make a great cross-browser, HTML5 compliant, video player. Mmmmm. (and based on comments by one of my favorites; <a title="John Gruber's comments on Jilion" href="http://daringfireball.net/linked/2010/02/01/sublimevideo" target="_blank">John Gruber/Daring Fireball,</a> it is the &#8220;bee&#8217;s knees&#8221; (my words, not his).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=293</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step 2: Figure out video</title>
		<link>http://www.wellys.com/wellysblog/?p=289</link>
		<comments>http://www.wellys.com/wellysblog/?p=289#comments</comments>
		<pubDate>Sun, 25 Jul 2010 23:43:39 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[HTML5/CSS3]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=289</guid>
		<description><![CDATA[HTML5 holds great promise for video playback. Gone will be the days of embedded objects, plugins and (hopefully) Flash. The issue we still face are browser codec compatibilities; such as Firefox wants to see Ogg Theora and Safari wants h.264. &#8230; <a href="http://www.wellys.com/wellysblog/?p=289">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>HTML5 holds great promise for video playback. Gone will be the days of embedded objects, plugins and (hopefully) Flash. The issue we still face are browser codec compatibilities; such as Firefox wants to see Ogg Theora and Safari wants h.264.</p>
<p>My next step is to explore video playback within one of the articles. I&#8217;ll start with Safari using only the video tag then explore other fallback alternatives for other browsers. I believe this will require multiple sub-steps hence Step 2a, 2b, 2c and so on.</p>
<p><a title="step 2 in HTML5 development" href="http://www.wellys.com/index5_step2a.html" target="_blank">Step 2a</a> &#8211; clearly not an option, the video takes up 2 columns and 2 rows immediately, probably will need to use JS to create a similar effect to the shadowbox I use today</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=289</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step 1: Keep Design and Gray box it</title>
		<link>http://www.wellys.com/wellysblog/?p=273</link>
		<comments>http://www.wellys.com/wellysblog/?p=273#comments</comments>
		<pubDate>Sun, 25 Jul 2010 15:08:34 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[HTML5/CSS3]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=273</guid>
		<description><![CDATA[Following a technique advocated in &#8220;transcending CSS by Andy Clarke&#8220;, I&#8217;ve taken the current design and &#8216;gray boxed it&#8221;.  (I want to point out that my goal is to learn HTML5/CSS3, not to create a wholly new design).  I simplified &#8230; <a href="http://www.wellys.com/wellysblog/?p=273">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Following a technique advocated in &#8220;<a title="A manifesto to transcend the web of today." href="http://www.transcendingcss.com/" target="_blank">transcending CSS by Andy Clarke</a>&#8220;, I&#8217;ve taken the current design and &#8216;gray boxed it&#8221;.  (I want to point out that my goal is to learn HTML5/CSS3, not to create a wholly new design).  I simplified the site to its simplest elements:</p>
<p><img class="alignnone size-full wp-image-286" title="wellys_HTML5_blockv2" src="http://www.wellys.com/wellysblog/wp-content/uploads/wellys_HTML5_blockv2.png" alt="Gray box for HTML5 wellys.com" width="546" height="644" /></p>
<p>From the graphic, you can see its a very simple layout; navigation, header,  rows of three articles and a footer. Each article has a title(h1), a comment(p) and notes(aside).</p>
<p>I&#8217;m going to start off from scratch, building the file first using HTML5 then adding CSS3 to create an identical gray box site. This allows me to create the site without the complexity of the exact content.</p>
<p>Each version will continue to exist and I will add versioning as I go.</p>
<p><a title="Step 1 in HTML5/CSS3 design effort" href="http://www.wellys.com/index5_step1.html" target="_blank">Step 1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=273</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wish me luck&#8230;</title>
		<link>http://www.wellys.com/wellysblog/?p=267</link>
		<comments>http://www.wellys.com/wellysblog/?p=267#comments</comments>
		<pubDate>Sat, 24 Jul 2010 23:30:10 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=267</guid>
		<description><![CDATA[I&#8217;m off to redo my film site using HTML5 and CSS3. As I stated some time ago, I&#8217;ve been interested in the two technologies for some time. Little things like CSS shadows are very nice and semantic elements like article, &#8230; <a href="http://www.wellys.com/wellysblog/?p=267">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m off to redo my <a title="Welington Road Pictures" href="http://www.wellys.com" target="_blank">film site</a> using HTML5 and CSS3. As I stated <a title="HTML5 and CSS3" href="http://www.wellys.com/wellysblog/?p=194" target="_blank">some time ago</a>, I&#8217;ve been interested in the two technologies for some time. Little things like CSS shadows are very nice and semantic elements like article, aside and nav certainly contribute to a site better than div, div and div.</p>
<p>I&#8217;ve two books on HTML5; HTML5 for Web Designers/Jeremy Keith and HTML5/Bruce Lawson and Remy Sharp. Both are excellent for providing an understanding of the why along with the how.</p>
<p>I look forward to similar texts on CSS3.</p>
<p>OK! Let&#8217;s get this party started!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=267</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Well, that&#8217;s unfortunate</title>
		<link>http://www.wellys.com/wellysblog/?p=260</link>
		<comments>http://www.wellys.com/wellysblog/?p=260#comments</comments>
		<pubDate>Sat, 10 Jul 2010 22:54:15 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=260</guid>
		<description><![CDATA[As I&#8217;ve said before, I&#8217;ve tried to keep a local version of my site mirrored to my online version. This isn&#8217;t unusual for a lot of developers; it helps to stage your site, it allows you to make mistakes with &#8230; <a href="http://www.wellys.com/wellysblog/?p=260">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve <a title="Link to &quot;Riding the local&quot;" href="http://www.wellys.com/wellysblog/?p=169" target="_self">said before</a>, I&#8217;ve tried to keep a local version of my site mirrored to my online version. This isn&#8217;t unusual for a lot of developers; it helps to stage your site, it allows you to make mistakes with little impact on the outside world and it allows you to be productive away from an Internet connection.</p>
<p>I&#8217;ve been fairly successful at doing this with WordPress 2.x. The new version seems to be a somewhat different story. My typical method of duplication is to:</p>
<ol>
<li>Copy the site folder from on location to another</li>
<li>Copy the MySQL database with the following changes:
<ol>
<li>Change references from www to my local MAMP server (www.wellys.com to wellys.com:8888)</li>
<li>Change file location references as well (/Home/lkoepsel to /Users/Shared)</li>
<li>Change the wp-config file for the proper local information</li>
</ol>
</li>
</ol>
<p>Not this time with 3.0:</p>
<ol>
<li>The Header didn&#8217;t change to my custom header</li>
<li>The menus didn&#8217;t change to my custom menus</li>
</ol>
<p>So far (cross fingers) those two items seem to be the only issues. Mmmm. I hate it when this happens.</p>
<p>UPDATE:</p>
<ol>
<li>The image for my header was in my media uploads folder but it wasn&#8217;t available to use for the twentyten theme (the twentyten theme only pulls images from your system and not from the media library). So I had to delete the image from my media library then reload it in the theme loader&#8230; sigh.</li>
<li>The menus were setup but not enabled. I simply had to choose the menu in the theme menu settings then save menus and I was up to speed. That was nice.</li>
</ol>
<p>UPDATE (again):</p>
<ol>
<li>In the past, I typically just reloaded the MySQL tables to ensure the two blogs were identical, this isn&#8217;t as easy. Instead, I have the same two issues happening again AND I&#8217;m starting to get pingbacks from my own site. This is getting to be a nasty mess.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=260</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Riding the local&#8230; [UPDATED]</title>
		<link>http://www.wellys.com/wellysblog/?p=169</link>
		<comments>http://www.wellys.com/wellysblog/?p=169#comments</comments>
		<pubDate>Fri, 09 Jul 2010 23:30:15 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=169</guid>
		<description><![CDATA[With the upgrade to Snow Leopard, I took the opportunity to make my MacBook Pro, a better development machine. This meant creating a Web server environment which matches my production shared hosting environment. Far easier said then done. I started &#8230; <a href="http://www.wellys.com/wellysblog/?p=169">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With the upgrade to Snow Leopard, I took the opportunity to make my MacBook Pro, a better development machine. This meant creating a Web server environment which matches my production shared hosting environment.</p>
<p>Far easier said then done.</p>
<p>I started with <a href="http://www.mamp.info/en/index.html" target="_blank">MAMP</a>. I wanted to have a complete server environment that is well supported by the community and was easy to maintain. I felt that MAMP met these goals better than going with the native OS X web environment. Apple hasn&#8217;t been the best at offering the latest stable release of Apache, MySQL (in fact, not supported at all) and PHP. MAMP offered all three plus PHPMyAdmin (handy at times) and a smattering of additional goodness.</p>
<p>Using <a href="http://www.sequelpro.com/" target="_blank">Sequel Pro</a> (a fantastic, freeware MySQL GUI), I was able to create the databases required for my films and WordPress.  [A quick plug for Sequel Pro, they took the very nice code from CocoaMySQL and created a phenomenal tool. Well worth free, I gave them $50 for my copy, please donate if you can.]</p>
<p>Changing the link references from my hosted version to a MAMP version wasn&#8217;t hard. Unfortunately, I wasn&#8217;t thinking clearly. Having a blank PHP page tends to do that&#8230; All the errors were mine. (Remember to put a closing slash on a directory link and MAMP references require a port number.)</p>
<p>The hard part was duplicating WordPress. I finally kludged it by creating a fresh install of WP on MAMP then hand editing the WP database links to match my MAMP configuration.  It&#8217;s working now but I&#8217;m worried about my first upgrade. I also had to go through my site and switch all references to a .com site to the localhost (MAMP) site.</p>
<p>But at an absurdly high level to create a local WP site from a working hosted site:</p>
<ol>
<li>Install MAMP</li>
<li>Fresh install WP onto MAMP site</li>
<li>Copy the wp-content folder from the hosted site to the MAMP site</li>
<li>Export the hosted WP MySQL database and import it into the MAMP MySQL database</li>
<li>Hand edit the links in the &#8220;-options&#8221; table to match those required for the MAMP site (remember to edit the uploads option as well)</li>
<li>Test. I turned off my wireless so I knew I was only local.</li>
</ol>
<p>As soon as I finish this post, I&#8217;ll need to figure out how I&#8217;m going to duplicate this entry locally. I have two options, one, I could copy the text from my post page into the post page on the local site or two, export the hosted MySQL db and import it in to my local site. The latter would require me to hand edit the options page again. (or I could try keeping it the same). Mmmmmm.</p>
<p>UPDATE: Using two tabs on my browser, it took 30 seconds to duplicate the entry. Copy/Paste, Copy/Paste, click, click, click. That wasn&#8217;t so bad!</p>
<p>UPDATE July 8th, 2010: As I migrated to WordPress 3.0 locally (went from 2.84 to 3.0), I needed to reacquaint myself with using WordPress locally. Here are the directions in greater detail in updating WordPress locally (this is a personalization of the detailed upgrade installation on the WordPress Codex):</p>
<ol>
<li>Backup MySQL database using Sequel Pro; File &#8211; Export &#8211; MySQL Dump (select all tables and make sure Drop Table, Create Table and Add Table Content are all selected. Use this backup to create  backup MySQL database for the backup old installation, I called it oldBackup. Use the Database Administration part of Sequel Pro to create a new database then Import the dump.</li>
<li>Duplicate the oldblog directory using Finder &#8211; Duplicate then rename i.e; “oldblog28”</li>
<li>Verify new site works by doing the following:
<ul>
<li>Export only the wrp_options table using Sequel Pro</li>
<li>Using Textmate, change all references of the blog directory to the new name i.e; oldblog to oldblog28 and (if necessary) make sure all www references are changed to local i.e; wellys.com:8888 to wellys.com:8888 (this is for MAMP running WordPress locally)</li>
<li>In the oldblog28 wp-config file, change the name of the database to oldBackup</li>
<li>Load the new site into Safari and confirm links are pointing to the new directory, browse the site a bit to ensure it is a fully working backup.</li>
</ul>
</li>
<li>Back to the site being updated, deactivate ALL plugins.</li>
<li>Download and extract the new WordPress package.</li>
<li>On the old site, save the following:
<ul>
<li>wp-config.php</li>
<li>wp-content folder but delete wp-content/cache and wp-content/plugins/widgets</li>
<li>wp-images (not found in oldblog)</li>
</ul>
</li>
<li>Open two windows in Finder and delete all files but the above 6 a-c. Move the new WordPress files over to the old directory. Using this method, you can methodically ensure you are updating/replacing all of the files. I had a little bit of work in the wp-content folder, making sure I didn&#8217;t delete any changes I had made to my blog.</li>
<li>Log back into the blog and it should upgrade the database and site automatically. If unclear, go to: oldblog/wp-admin/upgrade.php</li>
<li>Update .htaccess file if necessary (not necessary as of July 8, 2010)</li>
<li>Install updated Plugins and Themes.</li>
<li>Reactivate Plugins</li>
<li>Add security key definitions to the wp-config.php file</li>
<li>Review what has changed in WordPress.</li>
</ol>
<p>NOTE: Based on information from <a href="http://www.chrisabernethy.com/why-wordpress-asks-connection-info/">http://www.chrisabernethy.com/why-wordpress-asks-connection-info/</a>, I changed the ownership of the oldblog to _www using: sudo chown -R _www oldblog</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=169</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A couple of things…</title>
		<link>http://www.wellys.com/wellysblog/?p=215</link>
		<comments>http://www.wellys.com/wellysblog/?p=215#comments</comments>
		<pubDate>Thu, 08 Jul 2010 22:30:57 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=215</guid>
		<description><![CDATA[I haven&#8217;t updated the blog in quite a while. I&#8217;ve been working on a lot of things but haven&#8217;t found the time to document the work. The latest thing I did was update this blog to 3.0. So far I &#8230; <a href="http://www.wellys.com/wellysblog/?p=215">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t updated the blog in quite a while. I&#8217;ve been working on a lot of things but haven&#8217;t found the time to document the work.</p>
<p>The latest thing I did was update this blog to 3.0. So far I haven&#8217;t seen a huge difference. I also changed the theme from &#8220;minamalism&#8217; to twentyten, which is the new theme for WordPress.</p>
<p>I like the new them. Very simple, great style.</p>
<p>I will be exploring if I can use it as the basis for another site which isn&#8217;t a blog. The twentyten theme allows for custom menus so in some regards it could be used as a general blog site instead of a blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=215</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DON&#8217;T HAND EDIT YOUR MAMP PHP.INI FILE!!!!</title>
		<link>http://www.wellys.com/wellysblog/?p=197</link>
		<comments>http://www.wellys.com/wellysblog/?p=197#comments</comments>
		<pubDate>Sun, 27 Dec 2009 17:56:57 +0000</pubDate>
		<dc:creator>Lief</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.wellys.com/wellysblog/?p=197</guid>
		<description><![CDATA[Oh, the agony. I spent the better part of a day trying to get Xdebug working on my MAMP site on my Mac. I read here, here and here&#8230; all you have to do is to &#8220;edit your php.ini file&#8221; &#8230; <a href="http://www.wellys.com/wellysblog/?p=197">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Oh, the agony.</p>
<p>I spent the better part of a day trying to get Xdebug working on my MAMP site on my Mac. I read <a href="http://www.bluestatic.org/software/macgdbp/help.php" target="_blank">here</a>, <a href="http://technosophos.com/content/debugging-your-php-code-xdebug-mamp-textmate-and-macgdbp-support" target="_blank">here</a> and <a href="http://debuggable.com/posts/setting-up-xdebug-on-mac-os-x-or-win32-linux:480f4dd6-0240-4a90-8fa1-4e41cbdd56cb" target="_blank">here</a>&#8230; all you have to do is to &#8220;edit your php.ini file&#8221; and bada-boom! you are off to the races.</p>
<p>No, no and no. The problem was that it kinda works, then it doesn&#8217;t, then nothing does, then things work but xdebug doesn&#8217;t.</p>
<p>Over the years, I have realized that when things start to get real hard, I&#8217;m doing something wrong, terribly wrong. Some where in some place, I&#8217;ve made the simplest of errors, creating a cacophony of bugs so bad, I&#8217;ve got to look down to see up.</p>
<p>I use MAMP, I also use MAMP PRO. Some scorn, I don&#8217;t because it seems to save me time. It would have this time, if I had RTFM&#8217;d. No, I didn&#8217;t. Instead I read what everybody else said &#8220;edit your php.ini file by hand&#8221;. <strong>WRONG</strong>!</p>
<p>Instead, use MAMP PRO&#8217;s  File-Edit Template command. It was RIGHT THERE!!</p>
<p>Thank you, <a href="http://drupal.org/node/66187" target="_blank">Drupal</a>. You saved my sanity. As for the rest, the rest of your information was pretty good, all except for&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wellys.com/wellysblog/?feed=rss2&amp;p=197</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
