<?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>ultraweaver</title>
	<atom:link href="http://www.ultraweaver.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultraweaver.com</link>
	<description>going beyond the basics</description>
	<lastBuildDate>Wed, 29 Feb 2012 01:50:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Create One-Pixel Bevel Button in Adobe Fireworks</title>
		<link>http://www.ultraweaver.com/2012/02/create-one-pixel-bevel-button-in-adobe-fireworks/</link>
		<comments>http://www.ultraweaver.com/2012/02/create-one-pixel-bevel-button-in-adobe-fireworks/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 01:14:30 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Adobe Fireworks]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=295</guid>
		<description><![CDATA[What it looks like&#8230; How to do it&#8230;]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2012/02/create-one-pixel-bevel-button-in-adobe-fireworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebResource.axd and ScriptResource.axd 404 error with WordPress</title>
		<link>http://www.ultraweaver.com/2012/02/webresource-scriptresource-404-with-wordpress/</link>
		<comments>http://www.ultraweaver.com/2012/02/webresource-scriptresource-404-with-wordpress/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 18:03:03 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=288</guid>
		<description><![CDATA[While working on a WordPress project, one of the requirements was to keep an existing web application in ASP.NET which also meant that this would be on a Windows server. No big whoop, right? Here is something I learned&#8230; The rewrite rules for WordPress in the web.config can interfere with <a href="http://www.ultraweaver.com/2012/02/webresource-scriptresource-404-with-wordpress/">[...]</a>]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2012/02/webresource-scriptresource-404-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Dynamic Subpages in WordPress</title>
		<link>http://www.ultraweaver.com/2012/02/dynamic-subpages-in-wordpress/</link>
		<comments>http://www.ultraweaver.com/2012/02/dynamic-subpages-in-wordpress/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 18:32:55 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=274</guid>
		<description><![CDATA[When working with client websites (or your own), it important to make it easy to navigate content. In many cases, you will have a horizontal top (parent) level navigation menu and you might have drop down menus to drill down through child pages. This is helpful, but not easy to <a href="http://www.ultraweaver.com/2012/02/dynamic-subpages-in-wordpress/">[...]</a>]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2012/02/dynamic-subpages-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Load jQuery From CDN</title>
		<link>http://www.ultraweaver.com/2012/02/wordpress-load-jquery-from-cdn/</link>
		<comments>http://www.ultraweaver.com/2012/02/wordpress-load-jquery-from-cdn/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 00:04:02 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Misc.]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=241</guid>
		<description><![CDATA[Add the following snippet to your function.php file to load jQuery from a CDN. function uw_load_scripts() { // De-register the built in jQuery wp_deregister_script('jquery'); // Register the CDN version wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js', array(), null, false); // Load it in your theme wp_enqueue_script( 'jquery' ); } add_action( 'wp_enqueue_scripts', 'uw_load_scripts' ); Source: WordPress <a href="http://www.ultraweaver.com/2012/02/wordpress-load-jquery-from-cdn/">[...]</a>]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2012/02/wordpress-load-jquery-from-cdn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple jQuery Page FadeIn/Loader</title>
		<link>http://www.ultraweaver.com/2011/10/simple-jquery-page-fadeinloader/</link>
		<comments>http://www.ultraweaver.com/2011/10/simple-jquery-page-fadeinloader/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 11:58:02 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=233</guid>
		<description><![CDATA[Have pages load with a subtle fade effect using jQuery. Simply include jQuery and add the following. Simple!jQuery(document).ready(function(){ jQuery("body").css("display", "none"); jQuery("body").fadeIn("slow"); });]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2011/10/simple-jquery-page-fadeinloader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create QR codes!</title>
		<link>http://www.ultraweaver.com/2011/08/create-qr-codes/</link>
		<comments>http://www.ultraweaver.com/2011/08/create-qr-codes/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 14:49:02 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=221</guid>
		<description><![CDATA[Just for the heck of it, I created a QR code generator based on google APIs. Nothing special. Just a tool that will allow to create a QR code and add it to your site. It will let your users to take snapshots of the QR code on your site <a href="http://www.ultraweaver.com/2011/08/create-qr-codes/">[...]</a>]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2011/08/create-qr-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Easy Copy Filler with a Click</title>
		<link>http://www.ultraweaver.com/2011/05/super-easy-copy-filler-with-a-click/</link>
		<comments>http://www.ultraweaver.com/2011/05/super-easy-copy-filler-with-a-click/#comments</comments>
		<pubDate>Fri, 13 May 2011 01:37:35 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=193</guid>
		<description><![CDATA[I used to use www.lipsum.com for copy filler&#8230; Not anymore. I now use this super handy Mac App, Littleipsum. It is super easy to use and will help streamline your workflow. Every little bit counts.]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2011/05/super-easy-copy-filler-with-a-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone App &#8211; Stanky Cheese (free)</title>
		<link>http://www.ultraweaver.com/2010/08/iphone-app-stanky-cheese-free/</link>
		<comments>http://www.ultraweaver.com/2010/08/iphone-app-stanky-cheese-free/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 17:28:44 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[iPhone Apps]]></category>
		<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=179</guid>
		<description><![CDATA[As mentioned in a previous post, I am learning to develop for the iPhone and needed an app to get my feet wet. The idea of the app came from my 9 year old daughter. It was a prefect app to get my feet wet and was fun to make. <a href="http://www.ultraweaver.com/2010/08/iphone-app-stanky-cheese-free/">[...]</a>]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2010/08/iphone-app-stanky-cheese-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C and &#8220;For Loop&#8221; with Fibonacci</title>
		<link>http://www.ultraweaver.com/2010/04/objective-c-and-for-loop-with-fibonacci/</link>
		<comments>http://www.ultraweaver.com/2010/04/objective-c-and-for-loop-with-fibonacci/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 02:02:12 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Fibonacci]]></category>
		<category><![CDATA[For Loop]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=170</guid>
		<description><![CDATA[I am in the process of learning to develop for the iPhone and of course the primary language is Objective-C. One of my first assignments after an introduction to Objective-C was to create several console type apps. One of which was to display the first 20 values of the Fibonacci <a href="http://www.ultraweaver.com/2010/04/objective-c-and-for-loop-with-fibonacci/">[...]</a>]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2010/04/objective-c-and-for-loop-with-fibonacci/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML6 and CSS4 Announced &#8211; All Majors Browsers on Board</title>
		<link>http://www.ultraweaver.com/2010/04/html6-and-css4-announced-all-majors-browsers-on-board/</link>
		<comments>http://www.ultraweaver.com/2010/04/html6-and-css4-announced-all-majors-browsers-on-board/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 10:54:19 +0000</pubDate>
		<dc:creator>Joey</dc:creator>
				<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.ultraweaver.com/?p=163</guid>
		<description><![CDATA[Yup, HTML 6 and CSS4 announced today. All major browsers agree to fully support on day one. While we wait for HTML5 and CSS3 to be finalized and deal with the sluggish support in all major browsers, the WWW Consortium has announced the new versions. They also mention that all <a href="http://www.ultraweaver.com/2010/04/html6-and-css4-announced-all-majors-browsers-on-board/">[...]</a>]]></description>
		<wfw:commentRss>http://www.ultraweaver.com/2010/04/html6-and-css4-announced-all-majors-browsers-on-board/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>

