<?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>Rachel Baker</title>
	<atom:link href="http://rachelbaker.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://rachelbaker.me</link>
	<description>Freelance WordPress, PHP, JavaScript Developer</description>
	<lastBuildDate>Wed, 28 Nov 2012 02:56:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-alpha-23288</generator>
		<item>
		<title>Use the New WordPress 3.5 Color Picker in a Plugin</title>
		<link>http://rachelbaker.me/how-to-use-the-new-wordpress-color-picker-in-a-plugin/</link>
		<comments>http://rachelbaker.me/how-to-use-the-new-wordpress-color-picker-in-a-plugin/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 23:47:36 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1631</guid>
		<description><![CDATA[One of the many new features in WordPress 3.5 is the Iris color picker.  Iris replaces the, now deprecated, Farbtastic color picker script.  The new Iris color picker is shown off in the Theme Customizer for the Twenty-Twelve theme. As soon as I saw Iris, I fell in love. She is user-friendly, colorful and fun. [...]]]></description>
				<content:encoded><![CDATA[<p>One of the many new features in <a href="http://codex.wordpress.org/Version_3.5" title="WordPress 3.5">WordPress 3.5</a> is the Iris color picker. <a title="Replace Farbtastic color picker" href="http://core.trac.wordpress.org/ticket/21206"> Iris replaces the, now deprecated, Farbtastic</a> color picker script.  The new Iris color picker is shown off in the Theme Customizer for the Twenty-Twelve theme.  </p>
<p><img src="http://rachelbaker.me/wp-content/uploads/2012/11/WordPress-theme-customizer-color-picker2.png" alt="" class="aligncenter size-full wp-image-1634" /></p>
<p>As soon as I saw Iris, I fell in love.  She is user-friendly, colorful and fun. I found that implementing the new color picker is <a href="http://pippinsplugins.com/adding-the-farbtastic-color-picker-to-your-wordpress-widgets/" title="Adding Farbtastic to WordPress Widgets">very similar to Farbtastic</a>.</p>
<h3>Iris Color Picker Demo Plugin</h3>
<p>To use the Iris color picker in a plugin requires:</p>
<ol>
<li>Running a version of WordPress that is 3.5 Beta or higher.</li>
<li>Loading the &#8216;wp-color-picker&#8217; script and style into your plugin options page.</li>
<li>Adding a text input for your color value to your plugin options page.</li>
<li>Writing a custom jQuery script to call Iris&#8217;s wpColorPicker method on your color text input field(s).</li>
</ol>
<p><strong>How does the code look for implementing steps 2-4?</strong><br />
I created a demonstration plugin to help answer that. The plugin doesn&#8217;t do anything itself, it is intended as a guide for developers interested in using the new Iris color picker in a WordPress plugin.  </p>
<p><a href="https://github.com/rachelbaker/iris-color-picker-demo" class="button">View on Github</a></p>
<p><img src="http://rachelbaker.me/wp-content/uploads/2012/11/screenshot-iris-color-picker-demo.jpeg" alt="Iris Color Picker Demo Plugin" class="aligncenter size-full wp-image-1635" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/how-to-use-the-new-wordpress-color-picker-in-a-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shortcodes Should Be a Last Resort</title>
		<link>http://rachelbaker.me/shortcodes-should-be-a-last-resort/</link>
		<comments>http://rachelbaker.me/shortcodes-should-be-a-last-resort/#comments</comments>
		<pubDate>Tue, 06 Nov 2012 21:18:51 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1629</guid>
		<description><![CDATA[I received an email inquiry from someone asking for help customizing a specific commercial theme. Reading the theme&#8217;s documentation, I was amazed that three entire pages were dedicated to shortcodes. Each of the page layouts shown in the theme&#8217;s demo was achieved by using several of those shortcodes. This was the sample code for an [...]]]></description>
				<content:encoded><![CDATA[<p>I received an email inquiry from someone asking for help customizing a specific commercial theme. Reading the theme&#8217;s documentation, I was amazed that <em>three entire pages</em> were dedicated to shortcodes.  Each of the page layouts shown in the theme&#8217;s demo was achieved by using several of those shortcodes.   </p>
<p>This was the <strong>sample code</strong> for an &#8220;About&#8221; page:<br />
<code><br />
[one_half_fw type="remove"]<br />
	[frame link="http://theme.phowebstudio.com/lion/wp-content/uploads/2012/03/team.jpg" src="http://theme.phowebstudio.com/lion/wp-content/uploads/2012/03/team.jpg" width="460" align="aligncenter"]<br />
[/one_half_fw]<br />
[one_half_fw type="remove"]<br />
    [clear size="20"]<br />
    [intro]SOME WORDS [intro_bold]ABOUT US[/intro_bold][/intro]<br />
    [clear size="10"]<br />
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus semper nisi eu eros dignissim pulvinar. Aliquam erat volutpat. Nam convallis vehicula feugiat. Pellentesque nisl dui, consectetur vitae molestie in, mollis dignissim arcu. Duis convallis malesuada ante, nec aliquet leo iaculis et.<br />
    [clear size="10"]<br />
    [block_title title="Why choose us ?"]Here is some reasons why choose us[/block_title]<br />
    [accordion]<br />
        [accordion_item heading="Support 24/7"]<br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin mi nunc, vehicula sodales consequat ut, laoreet eu nisl. In ultricies suscipit justo lacinia viverra. Quisque metus magna, faucibus non luctus quis, elementum et ligula.<br />
        [/accordion_item]<br />
        [accordion_item heading="Responsive layout"]<br />
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin mi nunc, vehicula sodales consequat ut, laoreet eu nisl. In ultricies suscipit justo lacinia viverra. Quisque metus magna, faucibus non luctus quis, elementum et ligula.<br />
        [/accordion_item]<br />
    [/accordion<br />
[/one_half_fw]<br />
</code></p>
<p>What a mess!  I am a developer, and I have no clue on the intended purpose of some of those shortcodes.  What the heck is <strong>[one_half_fw type="remove"]</strong>? </p>
<p>Requiring use of a shortcode means you are asking users to remember interface-less non-standard commands to add or style content inside of a Content Management System. </p>
<p>As WordPress Developers, we have tools that provide a much better experience for users:</p>
<ul>
<li><a href="http://codex.wordpress.org/Theme_Development#Custom_Page_Templates" title="Custom Page Templates">page templates</a></li>
<li><a href="http://codex.wordpress.org/TinyMCE_Custom_Buttons" title="TinyMCE Custom Buttons">TinyMCE custom buttons</a></li>
<li><a href="http://codex.wordpress.org/Function_Reference/add_meta_box" title="Add Meta Box">meta boxes</a></li>
</ul>
<p>Can we agree to only use shortcodes when absolutely necessary? </p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/shortcodes-should-be-a-last-resort/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>OpeninSublimeText.app: Open the Current Folder as a SublimeText2 Project from Finder</title>
		<link>http://rachelbaker.me/open-the-current-folder-as-sublimetext2-project/</link>
		<comments>http://rachelbaker.me/open-the-current-folder-as-sublimetext2-project/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 21:12:39 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1620</guid>
		<description><![CDATA[I found this gem on Github today, OpeninSublimeText.app. I love all things SublimeText2 so I immediately installed the app. I am happy to give up a little section of my Finder bar to this useful application. Open In SublimeText is a tiny tool that allows you to open the current folder or selection from Finder [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://rachelbaker.me/wp-content/uploads/2012/10/OpeninSublimeText-extension.png" alt="OpeninSublimeText screenshot" title="OpeninSublimeText screenshot" width="503" height="60" class="aligncenter size-full wp-image-1621" /></p>
<p>I found this gem on Github today, OpeninSublimeText.app.  I love all things SublimeText2 so I immediately installed the app. I am happy to give up a little section of my Finder bar to this useful application.</p>
<blockquote><p>Open In SublimeText is a tiny tool that allows you to open the current folder or selection from Finder as a Sublime Text project. Just as simple as that.</p></blockquote>
<p><a href="https://github.com/yeco/OpenInSublimeText.app" title="OpeninSublimeText">https://github.com/yeco/OpenInSublimeText.app</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/open-the-current-folder-as-sublimetext2-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Font Awesome Icons WordPress Plugin</title>
		<link>http://rachelbaker.me/font-awesome-icons-wordpress-plugins/</link>
		<comments>http://rachelbaker.me/font-awesome-icons-wordpress-plugins/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 04:23:31 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1608</guid>
		<description><![CDATA[Font Awesome is my favorite of the free font icon sets. All of the 220 pixel perfect icons are well designed, have great cross-browser support and are easy to use. I am using the Font Awesome icon set to display the social icons to the header area of this site. I wanted to be able [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://rachelbaker.me/wp-content/uploads/2012/09/banner-772x250.png" alt="Font Awesome plugin banner" title="Font Awesome plugin banner" width="600" height="194" class="aligncenter size-full wp-image-1610" /></p>
<p><a href="http://fortawesome.github.com/Font-Awesome/" title="Font Awesome icon set">Font Awesome</a> is my favorite of the <a href="http://sixrevisions.com/resources/free-icon-fonts/" title="Free Icon Font Sets">free font icon sets</a>.  All of the 220 pixel perfect icons are well designed, have great cross-browser support and are easy to use.  </p>
<p>I am using the Font Awesome icon set to display the social icons to the header area of this site.  I wanted to be able to use the icons without having to rely on my <a href="https://github.com/rachelbaker/halfbaked" title="Half-baked Responsive WordPress theme">current theme</a>, so I created a simple WordPress plugin. </p>
<p>The <strong>Font Awesome Icons</strong> plugin adds the Font Awesome font and necessary styles to any WordPress site.  The plugin is available to download <del datetime="2012-10-08T02:02:28+00:00">from the WordPress plugin repository or</del> from <a href="https://github.com/rachelbaker/" title="Rachel Baker Github">my Github account</a>. </p>
<h5>Update October 7, 2012:</h5>
<h5>
The plugin is no longer available from the WordPress plugin repository, but it is still available for download from it&#8217;s <a href="https://github.com/rachelbaker/Font-Awesome-WordPress-Plugin" title="Font Awesome WordPress">Github repository</a>.  </p>
<p><a title="download Font Awesome Icons from Github" href="https://github.com/rachelbaker/Font-Awesome-WordPress-Plugin" class="button">Download from Github</a></p>
<h3>Usage Instructions</h3>
<p>To use any of the Font Awesome icons on your WordPress site you have two options:</p>
</h5>
<h5>1. HTML Option</h5>
<p>All code examples on the Font Awesome site apply: <a href="http://fortawesome.github.com/Font-Awesome/#code" title="Font Awesome Code">http://fortawesome.github.com/Font-Awesome/#code</a></p>
<p><strong>Examples:</strong><br />
<pre><code class="html">&lt;i class=&quot;icon-pencil&quot;&gt;&lt;/i&gt;</code></pre><br />
<pre><code class="html">&lt;i class=&quot;icon-phone&quot;&gt;&lt;/i&gt;</code></pre><br />
<pre><code class="html">&lt;i class=&quot;icon-chevron-left&quot;&gt;&lt;/i&gt;</code></pre></p>
<h5>2. Shortcode Option</h5>
<p>Don&#8217;t want to worry about HTML tags? You can use a shortcode in your posts, pages and even widgets to display a Font Awesome icon.</p>
<p>The shortcode to use is [icon name=name-of-icon], where name=X is the class of the icon you would like to use.</p>
<p><strong>Examples:</strong><br />
<pre><code class="prettify">[icon name=icon-pencil]</code></pre><br />
<pre><code class="prettify">[icon name=icon-phone]</code></pre><br />
<pre><code class="prettify">[icon name=icon-chevron-left]</code></pre></p>
<h3>Full Icons Set</h3>
<p><img title="Font Awesome Icon Set" alt="Font Awesome Icon Set Full Vector List" src="http://f.cl.ly/items/3D061l3I1p2v070G1M1G/FontAwesome-Vectors-full.jpg"/></p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/font-awesome-icons-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Repository Now Requires Plugin URL</title>
		<link>http://rachelbaker.me/wordpress-plugin-repository-now-requires-plugin-url/</link>
		<comments>http://rachelbaker.me/wordpress-plugin-repository-now-requires-plugin-url/#comments</comments>
		<pubDate>Tue, 11 Sep 2012 19:57:53 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1605</guid>
		<description><![CDATA[I went to the WordPress Plugin Repository today to submit a new plugin. While going through the submission process, I stopped and smiled when I saw something new. The plugin submission form now has a new field requiring a link to a zip file of the entire plugin contents. This looks to be a step [...]]]></description>
				<content:encoded><![CDATA[<p>I went to the WordPress Plugin Repository today to submit a new plugin. While going through the submission process, I stopped and smiled when I saw something new.  </p>
<p>The plugin submission form now has a new field requiring a link to a zip file of the entire plugin contents. </p>
<div class="wp-caption aligncenter" style="width: 789px"><img title="WordPress Plugin Repository Submission Form" src="https://s3.amazonaws.com/rachelbaker_blog/WordPress-plugin-requires-url.jpg" alt="" width="779" height="634" /><p class="wp-caption-text">WordPress Plugin Repository submission form</p></div>
<p>This looks to be a step toward moving the plugin review process to be as through as the theme review process and will improve the overall code quality in the WordPress Plugin Repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/wordpress-plugin-repository-now-requires-plugin-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculated Web Development with Soulver</title>
		<link>http://rachelbaker.me/calculated-web-development-with-soulver/</link>
		<comments>http://rachelbaker.me/calculated-web-development-with-soulver/#comments</comments>
		<pubDate>Mon, 03 Sep 2012 14:50:15 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1602</guid>
		<description><![CDATA[Soulver is a Mac application (they also have an iPad version) that has made my front-end development workflow much easier. CSS development requires a lot of simple calculations for element properties like widths, padding and margins. When I needed a tool to double-check my work or just do computations for me, I was using either [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.acqualia.com/soulver/">Soulver</a> is a Mac application (they also have an iPad version) that has made my front-end development workflow much easier.  CSS development requires a lot of simple calculations for element properties like widths, padding and margins.</p>
<p>When I needed a tool to double-check my work or just do computations for me, I was using either the built-in Calculator or Excel.  The built-in Calculator app is simple but it doesn&#8217;t save any history of past calculations.  Excel takes forever to open and was just too much application for what I really needed.</p>
<p>Soulver is the perfect solution, it is lightweight, fast and allows me to save my work.  I keep the application running with a scratch document for any quick width or margin/padding calculations.  I also have a few files saved that I reuse over and over again.</p>
<p>Using only words to explain how I use Soulver is difficult.  I thought it would be best to show off two of my favorite calculators.</p>
<h4>Calculating Fluid Grid Widths</h4>
<p>I have a file that I constantly re-use when determining CSS element widths.  I believe the calculation is based on the <a href="http://semantic.gs/" title="Semantic Fluid Grid">Semantic Grid System</a>.<br />
<a href="https://s3.amazonaws.com/rachelbaker_blog/quick-fluid.soulver" title="Quick Fluid Grid Calculator"><img src="http://f.cl.ly/items/0d321M2f0Y2O0i2Q1D0U/quick-fluid-grid-soulver.jpg" alt="image" /></a></p>
<h4>Calculating Typography Rhythm</h4>
<p>I have a LESS mixin I use to set a <a href="http://www.alistapart.com/articles/settingtypeontheweb/" title="Setting Type to a Baseline Grid">baseline grid</a>, but I also keep the calculation in a Soulver document to verify the expected output.<br />
<a href="https://s3.amazonaws.com/rachelbaker_blog/typography-rhythm.soulver" title="Typography Rhythm Calculator"><img src="http://f.cl.ly/items/2f390k2g281h182k221A/typography-rhythm.soulver.jpg" alt="image" /></a></p>
<p>You can click on the images above to download the files.</p>
<p>If you are using Soulver, how are you using it?</p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/calculated-web-development-with-soulver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I Love Open Source</title>
		<link>http://rachelbaker.me/i-love-open-source/</link>
		<comments>http://rachelbaker.me/i-love-open-source/#comments</comments>
		<pubDate>Wed, 29 Aug 2012 21:41:18 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1597</guid>
		<description><![CDATA[While working with the jQuery plugin HorizontalNav.js, I found a small bug in the code. In my project I was using HorizontalNav.js along with another plugin, Touchdown.js, and I am conditionally changing between the two menu displays depending on the window size. The bug I found is really minor, but HorizontalNav.js was appending a new [...]]]></description>
				<content:encoded><![CDATA[<p>While working with the jQuery plugin <a href="http://sebnitu.github.com/HorizontalNav/">HorizontalNav.js</a>, I found a small bug in the code. In my project I was using HorizontalNav.js along with another plugin, <a href="http://samuelcotterall.github.com/touchdown/">Touchdown.js</a>, and I am conditionally changing between the two menu displays depending on the window size.</p>
<p><img src="http://rachelbaker.me/wp-content/uploads/2012/08/duplicating-clearHorizontalNav-divs.png" alt="Screenshot of duplicating div elements" title="Duplicating clearHorizontalNav Div Elements" width="600" height="137" class="aligncenter size-full wp-image-1599" /></p>
<p>The bug I found is really minor, but HorizontalNav.js was appending a new element each time it was activated. There should have been a conditional check to make sure the element didn&#8217;t already exist before another element was appended.</p>
<p><a href="https://github.com/sebnitu/HorizontalNav/issues/6" title="Github Issue Filed">I filed an issue on Github</a> explaining the bug and then looked into how I could fix the code for my project. In a matter of minutes I had added the conditional statement needed and tested my code. I knew my fix was not just useful to myself, but would also be useful to the plugin as a whole. I forked the original author&#8217;s repository and submitted a pull request with my code for fixing the bug that I had filed. About 15 minutes later, <a href="https://github.com/sebnitu/HorizontalNav/commit/1d6aa47ad7fd2168e8e154086e2e15e0a11164b5\" title="Accepted Pull Request">the author had accepted my pull request</a> and everyone was happy.</p>
<p><img src="http://rachelbaker.me/wp-content/uploads/2012/08/horitzontalNavjs-contribution.png" alt="code contribution" title="horitzontalNavjs Github Contribution" width="600" height="286" class="aligncenter size-full wp-image-1598" /></p>
<p>This is my favorite aspect of open source code projects. <strong>Everyone has the power to contribute.</strong> When you find a bug record what steps are needed to replicate it. Report the bug and be sure to provide as much information as possible. Then if you think you can fix the bug, do so and contribute your patch back to the original project. If you cannot fix the bug, that is okay. You can still be a part of the solution by answering follow-up questions in a timely manner.</p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/i-love-open-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bootstrap 2.1 is Going Purple</title>
		<link>http://rachelbaker.me/bootstrap-gone-purple/</link>
		<comments>http://rachelbaker.me/bootstrap-gone-purple/#comments</comments>
		<pubDate>Tue, 10 Jul 2012 13:31:50 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1589</guid>
		<description><![CDATA[I pulled down the latest updates on the Bootstrap 2.1 WIP branch from Github and was surprised by a new color scheme on their homepage. Some other changes in their development branch are: Cleaner looking documentation pages with left navigation Offsets added for the fluid grid More display options for javascript popovers Increased base font-size [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://rachelbaker.me/wp-content/uploads/2012/07/Twitter-Bootstrap2.1.png" alt="" title="Twitter-Bootstrap2.1" width="600" height="495" class="aligncenter size-full wp-image-1590" /></p>
<p>I pulled down the latest updates on the <a href="https://github.com/twitter/bootstrap/tree/2.1.0-wip" title="Bootstrap 2.1 ">Bootstrap 2.1 WIP branch</a> from Github and was surprised by a new color scheme on their homepage.  </p>
<p>Some other changes in their development branch are:</p>
<ol>
<li>Cleaner looking documentation pages with left navigation</li>
<li>Offsets added for the fluid grid</li>
<li>More display options for javascript popovers</li>
<li>Increased base font-size to 14px</li>
<li>Addition of prepend/append support in search form inputs</li>
</ol>
<p>There has not been an expected release date posted for Bootstrap 2.1, but <a href="https://github.com/twitter/bootstrap/issues/milestones" title="Bootstrap 2.1 milestones">88% of the open release tickets are closed</a>.  I am keeping the <a href="https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress/tree/1-WIP" title="Bootstrap theme for WordPress">development branch of BootstapWP</a> up to date with Twitter&#8217;s development to have an updated release ready with full Bootstrap 2.1 support.</p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/bootstrap-gone-purple/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Slides from WordCamp Milwaukee Presentation on WordPress Navigation</title>
		<link>http://rachelbaker.me/slides-wordcamp-milwaukee-presentation/</link>
		<comments>http://rachelbaker.me/slides-wordcamp-milwaukee-presentation/#comments</comments>
		<pubDate>Sun, 03 Jun 2012 03:29:46 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1586</guid>
		<description><![CDATA[I held a session at WordCamp Milwaukee about WordPress Navigation Menus. I’ve shared the slides on SpeakerDeck, and you can download the child-theme with all the code referenced in the presentation from Github. Thank you to all the attendees of my session. I hope everyone was able to get something out of it! I had [...]]]></description>
				<content:encoded><![CDATA[<p>I held a session at WordCamp Milwaukee about WordPress Navigation Menus. I’ve shared the slides on SpeakerDeck, and you can download the child-theme with all the code referenced in the presentation from Github.  </p>
<p>Thank you to all the attendees of my session.  I hope everyone was able to get something out of it! I had some great discussions afterwards about working WordPress Navigation. So good luck to all of you with getting started with creating your own &#8220;zazzy&#8221; WordPress Menus.  </p>
<p><script async class="speakerdeck-embed" data-id="4fcad4f83c382a001f0213e8" data-ratio="1.3333333333333333" src="//speakerdeck.com/assets/embed.js"></script></p>
<p><a class="button" href="https://speakerdeck.com/u/rachelbaker/p/zazzy-wordpress-navigation#">Download Slides</a></p>
<p>&nbsp;</p>
<p><a class="button" href="https://github.com/rachelbaker/milwaukee2012">Download Theme Files</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/slides-wordcamp-milwaukee-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Entrepreneurs are Thinking</title>
		<link>http://rachelbaker.me/what-entrepreneurs-are-thinking/</link>
		<comments>http://rachelbaker.me/what-entrepreneurs-are-thinking/#comments</comments>
		<pubDate>Thu, 10 May 2012 15:49:09 +0000</pubDate>
		<dc:creator>rachelbaker</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>

		<guid isPermaLink="false">http://rachelbaker.me/?p=1582</guid>
		<description><![CDATA[So very true. Photo of slide from Ted Rheingold&#8217;s talk at Big Omaha 2012]]></description>
				<content:encoded><![CDATA[<p><img src="http://rachelbaker.me/wp-content/uploads/2012/05/itisallgoing.jpg" alt="How is it going" title="It is all going very" width="600" height="445" class="aligncenter size-full wp-image-1583" /></p>
<p>So very true.  </p>
<p>Photo of slide from Ted Rheingold&#8217;s talk at <a href="http://www.bigomaha.com/" title="Big Omaha 2012">Big Omaha 2012</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rachelbaker.me/what-entrepreneurs-are-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
