<?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>WebDesign&#38;Such &#187; Wordpress</title>
	<atom:link href="http://webdesignandsuch.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesignandsuch.com</link>
	<description>a Beantown Design Production</description>
	<lastBuildDate>Thu, 17 May 2012 23:40:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress 3.3 &#8220;Sonny&#8221; Released Improved User Experience</title>
		<link>http://webdesignandsuch.com/wordpress-3-3-sonny-released-improved-user-experience/</link>
		<comments>http://webdesignandsuch.com/wordpress-3-3-sonny-released-improved-user-experience/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 13:38:46 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=3318</guid>
		<description><![CDATA[WordPress 3.3 &#8220;named &#8216;Sonny&#8217; in honor of the great jazz saxophonist Sonny Stitt&#8221; has just been released. The most noticeable improvements improve the user experience. New fly out menus save [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.3 &#8220;<em>named &#8216;Sonny&#8217; in honor of the great jazz saxophonist Sonny Stitt</em>&#8221; has just been released. The most noticeable improvements improve the user experience. New fly out menus save room in the admin. As a developer I&#8217;m excited about the new editor API, which makes it easy to create popup pointer-tips to point out to certain things in the admin (help clients find custom features).</p>
<p>The dashboard experience has been improved for iPads and other tablets, which will help people on the move. Other features of the dashboard include a responsive design of some elements, HTML5 doctype, a new dashboard welcome feature and new help tabs. A new drag-and-drop feature has made uploading different types of content a breeze.</p>
<p>This latest release is exciting for developers worldwide, and reminds me how happy I am to be part of the WordPress community.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/wordpress-3-3-sonny-released-improved-user-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Link to the Root Directory of a WordPress Theme</title>
		<link>http://webdesignandsuch.com/link-to-root-directory-wordpress-theme/</link>
		<comments>http://webdesignandsuch.com/link-to-root-directory-wordpress-theme/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 15:00:55 +0000</pubDate>
		<dc:creator>mike ilz</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webdesignandsuch.com/?p=3305</guid>
		<description><![CDATA[Here's how to quickly link to the root directory of your WordPress theme with PHP.]]></description>
			<content:encoded><![CDATA[<p>When coding a WordPress theme you&#8217;re obviously going to need to link scripts to your theme files. If you were going to link directly a file it would look something like this:</p>
<pre class="brush: php; title: ; notranslate">&lt;script src='http://mydomain.com/wp-content/themes/mytheme/js/slider.js'&gt;&lt;/script&gt;</pre>
<p>Luckily there is a quicker way to link directly to these files. The following PHP snippet links directly to the root of your theme:</p>
<pre class="brush: php; title: ; notranslate">&lt;?php bloginfo('template_directory'); ?&gt;</pre>
<p>So to link to the same example file as above you would do this:</p>
<pre class="brush: php; title: ; notranslate">&lt;script src='&lt;?php bloginfo('template_directory'); ?&gt;/js/slider.js'&gt;&lt;/script&gt;</pre>
<p>This is obviously easier, less code, and if you move your WordPress install or change the theme name the link will still be correct.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignandsuch.com/link-to-root-directory-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

