<?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>Dan Ubilla &#187; Web Development</title>
	<atom:link href="http://www.danubilla.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danubilla.com</link>
	<description></description>
	<lastBuildDate>Sat, 30 Jul 2011 03:50:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>HTML5 and Media Queries</title>
		<link>http://www.danubilla.com/web-development/html5-and-media-queries/</link>
		<comments>http://www.danubilla.com/web-development/html5-and-media-queries/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 03:50:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">http://www.danubilla.com/?p=149</guid>
		<description><![CDATA[I finally took it upon myself to tackle HTML5, and you are looking at the results.  Of course, implementing any form of HTML5 isn&#8217;t necessarily rewriting all of your markup with fancy new &#60;section&#62; and &#60;nav&#62; tags nor does it have to be adding HTML5 native Javascript.  The first step is the simplest, but it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I finally took it upon myself to tackle HTML5, and you are looking at the results.  Of course, implementing any form of HTML5 isn&#8217;t necessarily rewriting all of your markup with fancy new &lt;section&gt; and &lt;nav&gt; tags nor does it have to be adding HTML5 native Javascript.  The first step is the simplest, but it&#8217;s a first step nonetheless.  I started by simply replacing my doctype with &lt;! DOCTYPE HTML5&gt;.  Gorgeous in its simplicity, no?  This change alone will give you HTML5  features in all modern browsers<sup>1</sup>.</p>
<p>The first step was so easy, I decided to take some more.  I ripped out the header and footer of my WordPress template and filled it in with some of <a title="Paul Irish" href="http://paulirish.com/" target="_blank">Paul Irish</a>&#8216;s <a title="HTML5 Boilerplate" href="http://html5boilerplate.com/" target="_blank">HTML5 Boilerplate</a>.  After, fighting off the fright and intimidation, I was able to follow along with the comments and decide what was needed from the boilerplate, what I wanted, and what I could toss away.  There&#8217;s a corresponding CSS file with fantastic default styles and even some placeholders for media queries.  Which, in fact, is where I tidied up my work.  Check out this site on webkit-enabled mobile device (iPhone, Android, etc), and you should see a nice, readable mobile layout.  It&#8217;s by no means perfect, but I would consider the site mobile-enhanced.</p>
<div class="references">
<h5>References</h5>
<ol>
<li>John Resig, HTML5 DOCTYPE, <a title="http://ejohn.org/blog/html5-doctype/" href="http://ejohn.org/blog/html5-doctype/" target="_blank">http://ejohn.org/blog/html5-doctype/</a>
</li>
</ol>
</div>
 <img src="http://www.danubilla.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=149" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.danubilla.com/web-development/html5-and-media-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintenance Month</title>
		<link>http://www.danubilla.com/web-development/maintenance-month/</link>
		<comments>http://www.danubilla.com/web-development/maintenance-month/#comments</comments>
		<pubDate>Sat, 15 May 2010 19:38:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">http://www.danubilla.com/?p=132</guid>
		<description><![CDATA[Following Chris Coyier&#8217;s lead, I decided to go back and clean up some parts of the re-design I had neglected. It took some digging into pages and posts that I barely touched, and that have barely been seen, so I was glad to have the push. Some fixes you&#8217;ll see: Images from the Archives: After [...]]]></description>
			<content:encoded><![CDATA[<p>Following Chris Coyier&#8217;s <a href="http://css-tricks.com/may-is-maintenance-month/">lead</a>, I decided to go back and clean up some parts of the re-design I had neglected.  It took some digging into pages and posts that I barely touched, and that have barely been seen, so I was glad to have the push.</p>
<p>Some fixes you&#8217;ll see:</p>
<ul>
<li>Images from the Archives: After moving my site from /blog to the root of my domain, a few image links became broken.  I was fearful that I&#8217;d have to dig into the meta data of the wordpress install to designate the new image folder, but I had actually linked the images on the site absolutely, a big no-no regardless.  Simple fix, and finally implemented.</li>
<li>Archive, Post, and Page Layout: I wasn&#8217;t sure at the time about including the sidebar on all child pages, so I left these layouts in limbo, including the sidebar, but not doing it very well.  The CSS was in place, so a bit more html markup completed the changes.</li>
<li>Post Navigation: The post navigation had some float issues.  Since every element in the post navigation div was floated, a clearing element needed to be introduced so that the subsequent html didn&#8217;t run right up into it.  IE7 has a margin-bottom bug with floated elements, so instead of introducing a bottom margin on the post navigation, I merely threw a top margin on the post.</li>
<p>Have you started maintenance on your own site this month?  Plan to begin in the coming weeks?  Leave a comment.</p>
 <img src="http://www.danubilla.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=132" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.danubilla.com/web-development/maintenance-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing DanUbilla.com 2.0</title>
		<link>http://www.danubilla.com/web-development/preparing-danubilla-com-2-0/</link>
		<comments>http://www.danubilla.com/web-development/preparing-danubilla-com-2-0/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:58:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">http://www.danubilla.com/blog/?p=102</guid>
		<description><![CDATA[When I threw together the design you see on this very blog, I did it haphazardly and quickly just to get a bit of presentation to frame my entries.  It was always meant to be a dynamic frame, one that I could use as a training ground to various tips and tricks I picked up [...]]]></description>
			<content:encoded><![CDATA[<p>When I threw together the design you see on this very blog, I did it haphazardly and quickly just to get a bit of presentation to frame my entries.  It was always meant to be a dynamic frame, one that I could use as a training ground to various tips and tricks I picked up through my work, both professional and personal.  Looking at the current layout and site hierarchy in more depth, I&#8217;ve decided to scratch most of what little you see here and strip down to the bare essentials.  By re-focusing on the content before continuing on with exploring new design techniques, I&#8217;ll be able to re-imagine this web space to become not only the design and development playground that I originally intended it to be, but to be a proper gallery of my accomplishments and pursuits.  In breaking things down, I plan on following three tenants and lines of thinking that I&#8217;ve come across in the past six months since introducing this site:</p>
<p>* <a title="Make Your Mockup in Markup" href="http://24ways.org/2009/make-your-mockup-in-markup">Make Your Mockup in Markup</a> &#8211; a fantastic argument to ditch Photoshop and design straight in the browser by Meagan Fisher of <a title="Simple Bits" href="http://simplebits.com/">Simplebits</a>.<br />
* <a title="Walls Come Tumbling Down" href="http://www.stuffandnonsense.co.uk/blog/about/walls_come_tumbling_down_presentation_slides_and_transcript/">Walls Come Tumbling Down</a> &#8211; the original presentation by Andy Clarke of <a title="Stuff and Nonsense" href="http://www.stuffandnonsense.co.uk/">Stuff and Nonsense</a> that inspired the preceeding article.<br />
* <a href="http://dowebsitesneedtolookexactlythesameineverybrowser.com/">This fabulous idea</a> that allows me the exploration of cutting-edge technologies without forgetting the end user.</p>
<p>In addition to these inspirations, the new site will include a focus on typography and minimalism, both of which should provide a new spotlight on content.</p>
<p>What you&#8217;ll see as a visitor will be a constantly changing design as I will be working in the browser, and, for the most part, pushing updates to the live site as quickly as possible.  While this is not the most professional approach, I will consider this site an academic case study and web development playground for the next few months.  For those interested in design and coding, I will be posting periodic updates on the what, why, and how of the developing site.  For those interested in areas of the site, I would ask you to not mind the mess, but the idea is that no proverbial under construction sign is needed, that the site will be functional and accessible at every stage.</p>
<p>Thanks for staying tuned and for your general interest.</p>
 <img src="http://www.danubilla.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=102" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.danubilla.com/web-development/preparing-danubilla-com-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling cURL in XAMPP</title>
		<link>http://www.danubilla.com/web-development/enabling-curl-in-xampp/</link>
		<comments>http://www.danubilla.com/web-development/enabling-curl-in-xampp/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 21:04:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<guid isPermaLink="false">http://www.danubilla.com/blog/?p=100</guid>
		<description><![CDATA[Implementing cURL in an XAMPP environment for the first time can cause a quick, early headache. The most common error seen is a simple curl_init() can not be found. Luckily, the solution is most likely simple.   cURL comes included with Apache but not installed, so you have to go in and turn it on [...]]]></description>
			<content:encoded><![CDATA[<p>Implementing cURL in an XAMPP environment for the first time can cause a quick, early headache.  The most common error seen is a simple curl_init() can not be found.  Luckily, the solution is most likely simple.   cURL comes included with Apache but not installed, so you have to go in and turn it on yourself.</p>
<p>Open up your php.ini located under the /php directory.  The line that needs editing will read: ;extension=php_curl.dll.  Simply remove the semi-colon to uncomment the line.  Then restart Apache to finish the change!</p>
 <img src="http://www.danubilla.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=100" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.danubilla.com/web-development/enabling-curl-in-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.danubilla.com @ 2012-02-07 19:11:52 -->
