<?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>Josh Leuze</title>
	<atom:link href="http://jleuze.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jleuze.com</link>
	<description>WordPress Developer</description>
	<lastBuildDate>Mon, 13 May 2013 18:21:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Speaking at WordCamp Milwaukee 2013</title>
		<link>http://jleuze.com/speaking-at-wordcamp-milwaukee-2013/</link>
		<comments>http://jleuze.com/speaking-at-wordcamp-milwaukee-2013/#comments</comments>
		<pubDate>Mon, 13 May 2013 18:21:31 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://jleuze.com/?p=1767</guid>
		<description><![CDATA[Next month I'll be at <a href="http://2013.milwaukee.wordcamp.org/">WordCamp Milwaukee</a> talking about WordPress themes in a session called <a href="http://2013.milwaukee.wordcamp.org/session/theme-choices-when-to-have-a-baby-wcdev/">Theme Choices, When To Have A Baby</a>.

I’ll be talking about using a theme right off the shelf, hacking and forking themes, parent and child themes, starter themes, and theme frameworks. I’ll also discuss what functions should be in a theme, and when to use a plugin.]]></description>
				<content:encoded><![CDATA[<p><a href="http://2013.milwaukee.wordcamp.org/"><img src="http://jleuze.com/wp-content/uploads/wcmke_2013.jpg" alt="wcmke_2013" width="552" height="138" class="aligncenter size-full wp-image-1768" /></a></p>
<p>Next month I&#8217;ll be at <a href="http://2013.milwaukee.wordcamp.org/">WordCamp Milwaukee</a> talking about WordPress themes in a session called <a href="http://2013.milwaukee.wordcamp.org/session/theme-choices-when-to-have-a-baby-wcdev/">Theme Choices, When To Have A Baby</a>.</p>
<p>I’ll be talking about using a theme right off the shelf, hacking and forking themes, parent and child themes, starter themes, and theme frameworks. I’ll also discuss what functions should be in a theme, and when to use a plugin.</p>
<p>The organizers for WordCamp Milwaukee were kind enough to setup a coupon code for each speaker, you can use &#8220;Leuze&#8221; to save five bucks when you <a href="http://2013.milwaukee.wordcamp.org/get-tickets/">get a ticket</a>.</p>
<p>I&#8217;m looking forward to yet another awesome WordCamp and also spending some time in Milwaukee instead of just seeing the city roll by on the train. If you&#8217;re going to be attending, you should definitely find me and say hi!</p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/speaking-at-wordcamp-milwaukee-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspecting WordPress With Firebug</title>
		<link>http://jleuze.com/inspecting-wordpress-with-firebug/</link>
		<comments>http://jleuze.com/inspecting-wordpress-with-firebug/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 16:11:08 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://jleuze.com/?p=1751</guid>
		<description><![CDATA[I have been using WordPress for about six years. Different themes, plugins, and code editors have come and gone through this huge learning process as I have developed hundreds of websites, but the one constant for me has been the Firefox add-on <a href="http://getfirebug.com/">Firebug</a>.

It's the only tool that I have stuck with throughout those years because I have been able to learn so much with Firebug and build projects so much faster by using it.]]></description>
				<content:encoded><![CDATA[<p>I have been using WordPress for about six years. Different themes, plugins, and code editors have come and gone through this huge learning process as I have developed hundreds of websites, but the one constant for me has been the Firefox add-on <a href="http://getfirebug.com/">Firebug</a>.</p>
<p>It&#8217;s the only tool that I have stuck with throughout those years because I have been able to learn so much with Firebug and build projects so much faster by using it.</p>
<p>If you have never used a web inspector like Firebug before, what it does is allow you to bridge the gap between the source code and the rendered out page in your browser. You can look at each bit of code interactively and see how it fits into the page, adjusting the code in the inspector and seeing the updates live in your browser.</p>
<p>This is as close as you can realistically get to a <abbr title="What you see is what you get.">WYSIWYG</abbr> experience like Dreamweaver when you are building something as complex as a WordPress theme.</p>
<h3>Firebug Video Tutorial</h3>
<p>In this <a href="https://vimeo.com/64951362">Firebug screencast</a> I talk about Firebug and other inspectors, show you how to use Firebug to inspect a site, tweak CSS, fix JavaScript bugs, and build faster sites. Watch the video below or read on for more info.</p>
<p><iframe src="http://player.vimeo.com/video/64951362" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p><span id="more-1751"></span></p>
<h4>Other Browser Inspectors</h4>
<p>I use Firebug because it was one of the first and best web inspectors, I know it well and I like the &#8220;feel&#8221; of the UI, but it isn&#8217;t the only inspector. Luckily all the major browsers finally have a web inspector built right in:</p>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector">Firefox Page Inspector</a></li>
<li><a href="https://developers.google.com/chrome-developer-tools/">Chrome DevTools</a></li>
<li><a href="http://developer.apple.com/library/safari/#documentation/AppleApplications/Conceptual/Safari_Developer_Guide/2SafariDeveloperTools/SafariDeveloperTools.html">Safari Developer Tools</a></li>
<li><a href="http://msdn.microsoft.com/library/gg589507.aspx">Internet Explorer F12 Developer Tools</a></li>
</ul>
<p>It doesn&#8217;t matter which one you use, they are all pretty similar. In practice you will end up using them all occasionally as you are testing sites in different browsers and fixing bugs. The important thing is that you pick one that you like, learn it well, and use it every day!</p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/inspecting-wordpress-with-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speaking at WordCamp Minneapolis 2013</title>
		<link>http://jleuze.com/speaking-at-wordcamp-minneapolis-2013/</link>
		<comments>http://jleuze.com/speaking-at-wordcamp-minneapolis-2013/#comments</comments>
		<pubDate>Sat, 30 Mar 2013 19:39:24 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[msp wordpress]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://jleuze.com/?p=1736</guid>
		<description><![CDATA[I'm speaking at <a href="http://2013.minneapolis.wordcamp.org/">WordCamp Minneapolis</a> next month, my session is called <a href="http://2013.minneapolis.wordcamp.org/session/inspecting-wordpress/">Inspecting WordPress</a>. I'll be talking about using Firebug or other web inspectors to dig into a site and learn how it is put together, make CSS tweaks, fix bugs, and optimize a site.

After WordCamp Minneapolis I'll be taking a break for a month, and then in June I'll be heading to WordCamp Winnipeg, WordCamp Milwaukee, and WordCamp Chicago.]]></description>
				<content:encoded><![CDATA[<p><a href="http://2013.minneapolis.wordcamp.org/"><img class="alignleft size-full wp-image-1737" alt="WordCamp Minneapolis 2013 Badge" src="http://jleuze.com/wp-content/uploads/WC-mpls-badge-Speaking.jpg" width="160" height="178" /></a> I&#8217;m speaking at <a href="http://2013.minneapolis.wordcamp.org/">WordCamp Minneapolis</a> next month, my session is called <a href="http://2013.minneapolis.wordcamp.org/session/inspecting-wordpress/">Inspecting WordPress</a>. I&#8217;ll be talking about using Firebug or other web inspectors to dig into a site and learn how it is put together, make CSS tweaks, fix bugs, and optimize a site.</p>
<p>Several of us from the local <a href="http://mspwp.com/">MSP WordPress</a> user group have been busy organizing the WordCamp. Everyone&#8217;s been doing an awesome job, the schedule, venues, parties, and swag are all coming along nicely. I built the theme, designed by the talented guys at <a href="http://werkpress.com/">WerkPress</a>, and I&#8217;ve been managing the site. We just posted the <a href="http://2013.minneapolis.wordcamp.org/speakers/">speakers</a> and <a href="http://2013.minneapolis.wordcamp.org/sessions/">sessions</a>, there&#8217;s going to be a lot of brainpower to tap into.</p>
<h3>WordCamp Season</h3>
<p>This will be the start of a busy WordCamp season for me. I remember five years ago wondering if there would ever be any WordCamps in the Midwest. Then in 2009 I went to Chicago for their first WordCamp, and we had our first WordCamp in Minnesota the next year.</p>
<p>Now in 2013 I&#8217;m wondering if I will be able to attend all the WordCamps in my area! After WordCamp Minneapolis I&#8217;ll be taking a break for a month, and then in June I&#8217;ll be heading to <a href="http://2013.winnipeg.wordcamp.org/">WordCamp Winnipeg</a>, <a href="http://2013.milwaukee.wordcamp.org/">WordCamp Milwaukee</a>, <em>and</em> <a href="http://2013.chicago.wordcamp.org/">WordCamp Chicago</a>.</p>
<p>I&#8217;m really looking forward to all three of these. Even though I was raised on <a href="http://www.cbc.ca/">CBC</a> over a pair of rabbit ears and it&#8217;s only 300 miles away, I&#8217;ve never been to Canada, so I need to fix that. Last year I missed out on the nearest WordCamp next door in Wisconsin because I was speaking at WordCamp NYC. I try making it to Chicago every year, to me it&#8217;s the Midwest&#8217;s WordCamp San Francisco and I like to think it&#8217;s just as awesome!</p>
<p>After all that I&#8217;m taking July off and doing some proper camping, with tents.</p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/speaking-at-wordcamp-minneapolis-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five stars for Meteor Slides</title>
		<link>http://jleuze.com/five-stars-for-meteor-slides/</link>
		<comments>http://jleuze.com/five-stars-for-meteor-slides/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 01:03:22 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Meteor Slides]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://jleuze.com/?p=1662</guid>
		<description><![CDATA[Meteor Slides recently reached a big milestone, receiving 200 five star ratings on WordPress.org. It has also been getting <a href="http://wordpress.org/support/view/plugin-reviews/meteor-slides">some great reviews</a> via the new review feature in the plugin directory.

I just released a plugin update today, Meteor Slide 1.5.1, which includes a few bug fixes and some new and updated translations. It also has one new feature, a slideshow alignment option.]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-1663" alt="Ampersand 5 star balloon ride" src="http://jleuze.com/wp-content/uploads/ampersand-5-star-balloon-ride.jpg" width="500" height="620" /><br />
Meteor Slides recently reached a big milestone, receiving 200 five star ratings on WordPress.org. It has also been getting <a href="http://wordpress.org/support/view/plugin-reviews/meteor-slides">some great reviews</a> via the new review feature in the plugin directory.</p>
<p>My robot minion Ampersand has been hiding out lately and I haven&#8217;t been spending nearly enough time drawing, so I dusted off my Wacom tablet and did some sketching. First I drew Ampersand going on a 5 star balloon ride after hitting 200 ratings and then I drew a spiffy <a href="http://jleuze.com/donate/">new donate page</a> with buttons for PayPal and my Amazon wishlist. My reading queue is getting out of control!</p>
<p>I just released a plugin update today, Meteor Slide 1.5.1, which includes a few bug fixes and some new and updated translations. It also has one new feature, a slideshow alignment option.<span id="more-1662"></span></p>
<h3>New Slideshow Alignment Option</h3>
<p>One problem that I noticed a lot of newer users having was getting the slideshow to align or layout correctly. Most of the time when I add a slideshow to a site it the full width of the page, or the column it&#8217;s in, so the slideshow is on its own line and fits exactly in that spot.</p>
<div id="attachment_1691" class="wp-caption aligncenter" style="width: 442px"><img class="size-full wp-image-1691" alt="Left Slideshow Alignment" src="http://jleuze.com/wp-content/uploads/left-slideshow-alignment.jpg" width="432" height="217" /><p class="wp-caption-text">Left Slideshow Alignment</p></div>
<p>But some users need to place a smaller slideshow in the content of their post or page, and want the text or other content to wrap around the slideshow. This only takes a few lines of CSS to fix, but if you aren&#8217;t well versed in CSS or haven&#8217;t had to tackle floats before it can be confusing.</p>
<p>So I wanted to add an alignment feature to the slideshow to make it easier for new users, and also quicker for all users. But this isn&#8217;t a very common issue, and I don&#8217;t want to start adding more options to the settings page unless I absolutely have to.</p>
<p>To keep the settings page very simple and allow users to set the alignment on a per-slideshow basis, I set it up as an option using metadata. So it&#8217;s there if you needed, but won&#8217;t get in the way. Check out the documentation on <a href="http://jleuze.com/plugins/meteor-slides/using-metadata/changing-slideshow-alignment/">changing the slideshow alignment</a> for more info.</p>
<h3>Some Bug Fixes</h3>
<p>I fixed a few minor theme conflict bugs and one bigger bug that was breaking the slideshow script when cached and minified. Also fixed an issue with the touch navigation that wasn&#8217;t allowing vertical scrolling over the slideshow on touch devices.</p>
<p>I also added support for slideshows with one slide. This happened to work in earlier versions, but I wasn&#8217;t testing for this use case specifically and with Meteor Slides 1.5 I learned the hard way that quite a few users sometimes only load one slide.</p>
<h3>More Translations</h3>
<p>Meteor Slides is now available in <a href="http://jleuze.com/plugins/meteor-slides/languages/">twenty-two languages</a> thanks to these awesome translators!</p>
<ul>
<li><strong>Chinese (Traditional): </strong>Translation by <a href="http://sofree.cc/">Danny</a></li>
<li><strong>Updated Danish: </strong>Translation by Kim Hansen and Rune Rønde Møller</li>
<li><strong>Updated Portuguese (Brazilian):</strong> Translation by Raoni Del Pérsio</li>
<li><strong>Updated Swedish:</strong> Translation by <a href="http://www.wonderville.se/">Simon Wämmerfors</a></li>
<li><strong>Vietnamese:</strong> Translation by <a href="mailto:duongngocduy06@gmail.com">Duy Duong</a></li>
</ul>
<p>Thank you everyone who has rated or reviewed my plugin or donated to help support Meteor Slides! It&#8217;s always great to see cool custom slideshows if anyone wants to share, and if you&#8217;d like to follow along with the plugin&#8217;s development, check it out on <a href="https://github.com/JLeuze/Meteor-Slides">Github</a>.</p>
<div class="download"><a href="http://wordpress.org/extend/plugins/meteor-slides/">Download Meteor Slides from WordPress.org</a></div>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/five-stars-for-meteor-slides/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Speaking at WordUp Minneapolis 2012 next week</title>
		<link>http://jleuze.com/speaking-at-wordup-minneapolis-2012-next-week/</link>
		<comments>http://jleuze.com/speaking-at-wordup-minneapolis-2012-next-week/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 20:48:05 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[msp wordpress]]></category>

		<guid isPermaLink="false">http://www.jleuze.com/?p=1632</guid>
		<description><![CDATA[Next weekend, on October 13, the <a href="http://mspwordpress.com">MSP WordPress User Group</a> will be having its first <a href="http://mspwordpress.com/wordup-minneapolis-2012/">WordUp Minneapolis</a> conference. The event is from 9am to 4pm at the <a href="http://www.minneapolis.edu/">Minneapolis Community &#38; Technical College</a> downtown and costs just ten dollars.]]></description>
				<content:encoded><![CDATA[<p>Next weekend, on October 13, the <a href="http://mspwordpress.com">MSP WordPress User Group</a> will be having its first <a href="http://mspwordpress.com/wordup-minneapolis-2012/">WordUp Minneapolis</a> conference. The event is from 9am to 4pm at the <a href="http://www.minneapolis.edu/">Minneapolis Community &amp; Technical College</a> downtown and costs just ten dollars.</p>
<p>The format for WordUp will basically be a mini-WordCamp. We had our first WordCamp Minneapolis in 2010 and WordUp 2012 will hopefully be a solid stepping stone towards our next WordCamp in early 2013!</p>
<p>We&#8217;ve got <a href="http://mspwordpress.com/wordup-minneapolis-2012/wordup-minneapolis-2012-sessions/">a lot of good sessions</a> planned for users of all levels and interests. In my session I&#8217;ll be talking about creating easy to use post types, using existing plugins to build unique admin interfaces for the end user with custom taxonomies and metaboxes.</p>
<p>I&#8217;ll also be staffing the tech shop, it&#8217;s like a live support forum where you get your answer right away, but you have to be nicer, and no bumping! So if you&#8217;re in Minnesota and you&#8217;ve got ten bucks, you should definitely <a href="http://mspwordup-es2.eventbrite.com/">grab a ticket</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/speaking-at-wordup-minneapolis-2012-next-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordCamp Chicago road trip</title>
		<link>http://jleuze.com/wordcamp-chicago-road-trip/</link>
		<comments>http://jleuze.com/wordcamp-chicago-road-trip/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 18:05:18 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.jleuze.com/?p=1612</guid>
		<description><![CDATA[I'm going on a WordPress bender this weekend!

First I'm headed to the Twin Cities for the <a href="http://mspwordpress.com/">MSP WordPress</a> meetup. After that, <a href="http://kikodoran.com/">Kiko Doran</a> and I are road tripping down to Chicago for <a href="http://2012.chicago.wordcamp.org/">WordCamp Chicago 2012</a>.]]></description>
				<content:encoded><![CDATA[<p><a href="http://2012.chicago.wordcamp.org/"><img class="alignleft size-full wp-image-1613" title="Wordcamp Chicago 2012" src="http://www.jleuze.com/wp-content/uploads/attending.jpg" alt="" width="160" height="178" /></a>I&#8217;m going on a WordPress bender this weekend!</p>
<p>First I&#8217;m headed to the Twin Cities for the <a href="http://mspwordpress.com/">MSP WordPress</a> meetup. After that, <a href="http://kikodoran.com/">Kiko Doran</a> and I are road tripping down to Chicago for <a href="http://2012.chicago.wordcamp.org/">WordCamp Chicago 2012</a>.</p>
<p>This will be my third time attending WordCamp Chicago and it looks like it will be the best one yet. There are a lot of awesome speakers and sessions <a href="http://2012.chicago.wordcamp.org/wordcamp-chicago-2012-schedule-saturday/">on the schedule</a>, but I&#8217;m really interested in the interactive talks track, hopefully those will start some good conversations.</p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/wordcamp-chicago-road-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp NYC session slides and code</title>
		<link>http://jleuze.com/wordcamp-nyc-session-slides-and-code/</link>
		<comments>http://jleuze.com/wordcamp-nyc-session-slides-and-code/#comments</comments>
		<pubDate>Sat, 09 Jun 2012 18:46:57 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.jleuze.com/?p=1582</guid>
		<description><![CDATA[Here are some notes from my session, <a href="http://2012.nyc.wordcamp.org/session/jquery-the-wordpress-way/">jQuery The WordPress Way</a>. You can view the <a href="https://docs.google.com/presentation/d/1mgMUPA3GPv_RNbKli1tpYMUqT1bDIPWEqQcfFcLj6D0/present#slide=id.p">presentation slides</a> or download a <a href="http://www.jleuze.com/go/jquery-demo/">child theme</a> for Twenty Eleven with all the demo code.

Also, check out the documentation on <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">adding jQuery to WordPress</a> and definitely read this great post on WPCandy about properly <a href="http://wpcandy.com/teaches/how-to-load-scripts-in-wordpress-themes">adding jQuery to a theme</a>.]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.jleuze.com/wp-content/uploads/wordcamp-nyc-2012-badge.jpg" alt="" title="wordcamp-nyc-2012-badge" width="552" height="252" class="aligncenter size-full wp-image-1590" /></p>
<p>Here are some notes from my session, <a href="http://2012.nyc.wordcamp.org/session/jquery-the-wordpress-way/">jQuery The WordPress Way</a>. You can view the <a href="https://docs.google.com/presentation/d/1mgMUPA3GPv_RNbKli1tpYMUqT1bDIPWEqQcfFcLj6D0/present#slide=id.p">presentation slides</a> or download a <a href="http://www.jleuze.com/go/jquery-demo/">child theme</a> for Twenty Eleven with all the demo code.</p>
<p>Also, check out the documentation on <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">adding jQuery to WordPress</a> and definitely read this great post on WPCandy about properly <a href="http://wpcandy.com/teaches/how-to-load-scripts-in-wordpress-themes">adding jQuery to a theme</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/wordcamp-nyc-session-slides-and-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speaking at WordCamp NYC 2012</title>
		<link>http://jleuze.com/speaking-at-wordcamp-nyc-2012/</link>
		<comments>http://jleuze.com/speaking-at-wordcamp-nyc-2012/#comments</comments>
		<pubDate>Mon, 04 Jun 2012 15:16:27 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.jleuze.com/?p=1575</guid>
		<description><![CDATA[I'm headed to New York this week with <a href="http://mtekk.us/">John Havlik</a> for <a href="http://2012.nyc.wordcamp.org/">WordCamp NYC</a>.

My session is about using <a href="http://2012.nyc.wordcamp.org/session/jquery-the-wordpress-way/">jQuery the WordPress way</a>, I'll be talking about some of the common jQuery problems I run into while supporting Meteor Slides.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m headed to New York this week with <a href="http://mtekk.us/">John Havlik</a> for <a href="http://2012.nyc.wordcamp.org/">WordCamp NYC</a>.</p>
<p>My session is about using <a href="http://2012.nyc.wordcamp.org/session/jquery-the-wordpress-way/">jQuery the WordPress way</a>, I&#8217;ll be talking about some of the common jQuery problems I run into while supporting Meteor Slides.</p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/speaking-at-wordcamp-nyc-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create responsive slideshows with Meteor Slides 1.5</title>
		<link>http://jleuze.com/create-responsive-slideshows-with-meteor-slides-1-5/</link>
		<comments>http://jleuze.com/create-responsive-slideshows-with-meteor-slides-1-5/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 18:28:41 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Meteor Slides]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[responsive]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.jleuze.com/?p=1311</guid>
		<description><![CDATA[Meteor Slides 1.5 adds responsive slideshow support, touch navigation, an improved slideshow widget, new translations, and updates jQuery Cycle.

I have been building more responsive websites lately and receiving more and more requests from users for responsive slideshows, so I have updated the slideshows to scale automatically.]]></description>
				<content:encoded><![CDATA[<p>Meteor Slides 1.5 adds responsive slideshow support, touch navigation, an improved slideshow widget, new translations, and updates jQuery Cycle.</p>
<h3>Responsive Slideshows</h3>
<p>I have been building more responsive websites lately and receiving more and more requests from users for responsive slideshows, so I have updated the slideshows to scale automatically.</p>
<p>If you are using a fixed width theme the slideshows will remain unchanged at their original dimensions. But if you are using a fluid or responsive width theme those are used as the maximum dimensions and the slideshow will scale, shrinking to fit the theme on smaller screens and devices.</p>
<p>Any custom slideshow templates, stylesheets, or scripts you are using would have to be updated from the default versions in 1.5 to add this responsive functionality.</p>
<p><a href="http://www.jleuze.com/plugins/meteor-slides/"><img class="aligncenter size-full wp-image-1538" title="Meteor Slides Responsive Slideshow" src="http://www.jleuze.com/wp-content/uploads/meteor-slides-responsive-slideshow1.jpg" alt="" width="530" height="393" /></a></p>
<p>Try resizing the <a href="http://www.jleuze.com/plugins/meteor-slides/">Meteor Slides homepage</a> in your browser to see the responsive slideshow in action!<span id="more-1311"></span></p>
<h3>Touch Wipe Navigation</h3>
<p>Another mobile friendly update in Meteor Slides 1.5 is support for touch navigation. I added the <a href="http://www.netcu.de/jquery-touchwipe-iphone-ipad-library">jQuery Touchwipe</a> plugin which allows previous and next navigation with the swipe of a finger. This works on many touch devices including the iPad, iPhone, and Android mobiles and tablets.</p>
<h3>Built In Support</h3>
<p>The contextual help feature has been updated to use the new help functions in WordPress 3.3 and expanded with more information and links to relevant documentation.</p>
<p><img class="aligncenter size-full wp-image-1541" title="Meteor Slides 1.5 Contextual Help" src="http://www.jleuze.com/wp-content/uploads/meteor-slides-1.5-contextual-help.jpg" alt="" width="530" height="297" /></p>
<p>Click the help tab in the upper right corner of any Meteor Slides admin page for more information.</p>
<h3>Improved Slideshow Widget</h3>
<p>The Meteor Slides Widget has been updated with a new slideshow selector. This option only displays if you have created one or more slideshows, allowing you to easily choose a slideshow from a dropdown without having to enter the slideshow&#8217;s slug.</p>
<p><img class="aligncenter size-full wp-image-1491" title="Meteor Slides Widget" src="http://www.jleuze.com/wp-content/uploads/screenshot-71.jpg" alt="" width="530" height="424" /></p>
<h3>Even More Translations</h3>
<p>Thanks to these translators, Meteor Slides is now available in <a href="http://www.jleuze.com/plugins/meteor-slides/languages/">twenty languages</a>!</p>
<p><strong><strong>Belarusian</strong>:</strong> Translation by Alexander Ovsov<br />
<strong><strong>Czech</strong>:</strong> Translation by <a href="http://www.ondrejcarda.com/">Ondřej Carda</a><br />
<strong>Danish</strong>: Translation by Kim Hansen<br />
<strong>Dutch</strong>: Translation by <a href="http://www.multimissions.com/">Leon Buitendam</a><br />
<strong>German:</strong> Translation by <a href="http://www.brandl-maximilian.de/">Maximilian Brandl<br />
</a><strong>Persian:</strong> Translation by Peyman Asadi</p>
<h3>A Five Star Year</h3>
<p>Since 1.4 was released last year the downloads have more than doubled to 93,000, and it has zoomed up to a 145 ratings.</p>
<p>I have gotten so many awesome comments, tweets, emails, and even <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=mail%40jleuze%2ecom&amp;item_name=Meteor%20Slides%20Donation&amp;no_shipping=0&amp;no_note=1&amp;tax=0&amp;currency_code=USD&amp;lc=US&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8">donations</a> from Meteor Slides users this year, thanks everyone for your feedback and generosity!</p>
<p>If you want to keep up with and participate in the development of Meteor Slides, check out the project on <a href="https://github.com/JLeuze/Meteor-Slides">Github</a>.</p>
<div class="download"><a href="http://wordpress.org/extend/plugins/meteor-slides/">Download Meteor Slides from WordPress.org</a></div>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/create-responsive-slideshows-with-meteor-slides-1-5/feed/</wfw:commentRss>
		<slash:comments>158</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll be at WordCamp Omaha this week</title>
		<link>http://jleuze.com/ill-be-at-wordcamp-omaha-this-week/</link>
		<comments>http://jleuze.com/ill-be-at-wordcamp-omaha-this-week/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:06:17 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://www.jleuze.com/?p=1291</guid>
		<description><![CDATA[<p>On Friday I will be in Omaha for <a href="http://2011.omaha.wordcamp.org/">their first WordCamp</a>. I'm glad to see more WordCamps happening in the Midwest, especially since <a href="http://mtekk.us/archives/wordpress/wordcamp-msp-2011/">WordCamp MSP didn't happen</a> this year.</p>

<p><em>Update: It looks like <a href="http://2011.omaha.wordcamp.org/2011/11/14/wordcamp-omaha-postponed-until-spring/">WordCamp Omaha didn't happen</a> this year either, better luck next year...</em></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://2011.omaha.wordcamp.org/"><img class="aligncenter size-full wp-image-1292" title="WordCamp Omaha 2011" src="http://www.jleuze.com/wp-content/uploads/wordcamp-omaha-2011.jpg" alt="" width="552" height="198" /></a>On Friday I will be in Omaha for <a href="http://2011.omaha.wordcamp.org/">their first WordCamp</a>. I&#8217;m glad to see more WordCamps happening in the Midwest, especially since <a href="http://mtekk.us/archives/wordpress/wordcamp-msp-2011/">WordCamp MSP didn&#8217;t happen</a> this year. Hopefully 2012 will bring even more WordCamps to the area!</p>
<p><em>Update: It looks like <a href="http://2011.omaha.wordcamp.org/2011/11/14/wordcamp-omaha-postponed-until-spring/">WordCamp Omaha didn&#8217;t happen</a> this year either, better luck next year&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://jleuze.com/ill-be-at-wordcamp-omaha-this-week/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 20/28 queries in 0.004 seconds using memcached

 Served from: jleuze.com @ 2013-05-22 13:36:18 by W3 Total Cache -->