        <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>johnlindquist.com</title>
        <description>Tutorials and examples from John Lindquist</description>
        <link>http://johnlindquist.com</link>
        
        <item>
            <title>Ace Jump</title>
            <description>&lt;h1&gt;Ace Jump&lt;/h1&gt;

&lt;p&gt;I'm happy to announce the release of my new plugin: &lt;a href=&quot;http://plugins.intellij.net/plugin/?idea&amp;amp;pluginId=7086&quot; title=&quot;Ace Jump Plugin&quot;&gt;Ace Jump&lt;/a&gt;.
Ace Jump is heavily inspired by an emacs plugin of the same name that can be found here: &lt;a href=&quot;http://www.emacswiki.org/emacs/AceJump&quot; title=&quot;Emacs Ace Jump&quot;&gt;http://www.emacswiki.org/emacs/AceJump&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Notes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Install by going into File-&gt;Settings-&gt;Plugins-&gt;Browse Repositories-&gt;Ace Jump&lt;/li&gt;
&lt;li&gt;Ace Jump will work with most any of the JetBrains products: Intellij, WebStorm/PhpStorm, RubyMine, Pycharm, etc&lt;/li&gt;
&lt;li&gt;The source is on Github: &lt;a href=&quot;https://github.com/johnlindquist/AceJump/tree/v1.0-beta&quot; title=&quot;Ace Jump Github Repo&quot;&gt;https://github.com/johnlindquist/AceJump/tree/v1.0-beta&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;You can change the keyboard shortcut from &quot;ctrl+;&quot; to anything else in your settings&lt;/li&gt;
&lt;li&gt;I did a lot of testing to cover all the cases for font sizes, line spacing, code folding, etc, but I'm sure there are weird combinations that I didn't account for. Please let me know if you run into them.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Tips:
* After you &quot;jump&quot;, you can hit &quot;Ctrl+M&quot; to scroll/center the editor on your new cursor position&lt;/p&gt;

&lt;p&gt;I plan on doing more in-depth tutorials on developing plugins, so if you have any plugin ideas you want me to explore, please let me know.&lt;/p&gt;

&lt;iframe width=&quot;1280&quot; height=&quot;720&quot; src=&quot;http://www.youtube.com/embed/yK8eM50DsAY?hd=1&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;



</description>
            <published>Tue Aug 14 00:00:00 -0700 2012</published>
            <link>http://johnlindquist.com/2012/08/14/ace_jump.html</link>
        </item>
        
        <item>
            <title>Working on the blog</title>
            <description>&lt;h1&gt;Working on the blog&lt;/h1&gt;

&lt;p&gt;Just a quick note for my rss subscribers: I've been migrating my blog over to &quot;github pages&quot; using jekyll and I fixed the rss feed so that it should be up and running again.&lt;/p&gt;

&lt;p&gt;There's still a lot of work left to be done to make this place nice, but you should definitely expect more frequent
updates and content.&lt;/p&gt;

&lt;p&gt;Cheers,
John&lt;/p&gt;
</description>
            <published>Wed Aug 01 00:00:00 -0700 2012</published>
            <link>http://johnlindquist.com/2012/08/01/working_on_the_blog.html</link>
        </item>
        
        <item>
            <title>AngularJS Custom Components Part 1</title>
            <description>&lt;h1&gt;AngularJS Custom Components Part 1&lt;/h1&gt;

&lt;iframe width=&quot;1280&quot; height=&quot;720&quot; src=&quot;http://www.youtube.com/embed/A6wq16Ow5Ec?hd=1&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;



</description>
            <published>Wed May 02 00:00:00 -0700 2012</published>
            <link>http://johnlindquist.com/2012/05/02/angularjs_custom_components_part_1.html</link>
        </item>
        
        <item>
            <title>AngularJS Directive Tutorial</title>
            <description>&lt;h1&gt;AngularJS Directive Tutorial&lt;/h1&gt;

&lt;iframe width=&quot;1280&quot; height=&quot;720&quot; src=&quot;http://www.youtube.com/embed/Yg-R1gchccg?hd=1&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;


&lt;p&gt;You can play around with the final result in a jsfiddle here: &lt;a href=&quot;http://jsfiddle.net/johnlindquist/9Ymvt/1/&quot;&gt;http://jsfiddle.net/johnlindquist/9Ymvt/1/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AngularJS will hit 1.0 soon, so keep an eye on &lt;a href=&quot;http://angularjs.org&quot; title=&quot;AngularJS home page&quot;&gt;angularjs.org&lt;/a&gt;. Also, join the &lt;a href=&quot;https://groups.google.com/forum/?fromgroups#!forum/angular&quot; title=&quot;AngularJS mailling list&quot;&gt;mailing list&lt;/a&gt; to join the very active
community of AngularJS developers.&lt;/p&gt;

&lt;p&gt;Directive Example&quot;&lt;/p&gt;
</description>
            <published>Mon Apr 16 00:00:00 -0700 2012</published>
            <link>http://johnlindquist.com/2012/04/16/angularjs_directive_tutorial.html</link>
        </item>
        
        <item>
            <title>AngularJS Twitter Search</title>
            <description>&lt;h1&gt;AngularJS Twitter Search&lt;/h1&gt;

&lt;iframe width=&quot;1280&quot; height=&quot;720&quot; src=&quot;http://www.youtube.com/embed/IRelx4-ISbs?hd=1&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;


&lt;p&gt;You can play around with the final result in a jsfiddle here: &lt;a href=&quot;http://jsfiddle.net/johnlindquist/qmNvq/&quot;&gt;http://jsfiddle.net/johnlindquist/qmNvq/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AngularJS will hit 1.0 soon, so keep an eye on &lt;a href=&quot;http://angularjs.org&quot; title=&quot;AngularJS home page&quot;&gt;angularjs.org&lt;/a&gt;. Also, join the &lt;a href=&quot;https://groups.google.com/forum/?fromgroups#!forum/angular&quot; title=&quot;AngularJS mailling list&quot;&gt;mailing list&lt;/a&gt; to join the very active
community of AngularJS developers.&lt;/p&gt;

&lt;p&gt;Twitter Search&quot;&lt;/p&gt;
</description>
            <published>Fri Apr 06 00:00:00 -0700 2012</published>
            <link>http://johnlindquist.com/2012/04/06/angularjs_twitter_search.html</link>
        </item>
        
        <item>
            <title>AngularJS Tutorial</title>
            <description>&lt;h1&gt;AngularJS Tutorial&lt;/h1&gt;

&lt;iframe width=&quot;1280&quot; height=&quot;720&quot; src=&quot;http://www.youtube.com/embed/WuiHuZq_cg4?hd=1&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;


&lt;p&gt;You can play around with the final result in a jsfiddle here: &lt;a href=&quot;http://jsfiddle.net/johnlindquist/U3c2Q/&quot; title=&quot;jsfiddle for the AngularJS Tutorial&quot;&gt;http://jsfiddle.net/johnlindquist/U3c2Q/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;AngularJS will hit 1.0 soon, so keep an eye on &lt;a href=&quot;http://angularjs.org&quot; title=&quot;AngularJS home page&quot;&gt;angularjs.org&lt;/a&gt;. Also, join the &lt;a href=&quot;https://groups.google.com/forum/?fromgroups#!forum/angular&quot; title=&quot;AngularJS mailling list&quot;&gt;mailing list&lt;/a&gt; to join the very active
community of AngularJS developers.&lt;/p&gt;
</description>
            <published>Wed Apr 04 00:00:00 -0700 2012</published>
            <link>http://johnlindquist.com/2012/04/04/angularjs_tutorial.html</link>
        </item>
        
        <item>
            <title>Hello World</title>
            <description>&lt;h1&gt;Hello World&lt;/h1&gt;

&lt;p&gt;Got sick of wordpress and dealing with hosting so I'm moving my blog to github and archiving everything else at blogger (&lt;a href=&quot;http://johnlindquist.blogspot.com&quot; title=&quot;Old johnlindquist.com blog&quot;&gt;johnlindquist.blogspot.com&lt;/a&gt;).&lt;/p&gt;
</description>
            <published>Tue Feb 21 00:00:00 -0800 2012</published>
            <link>http://johnlindquist.com/2012/02/21/hello_world.html</link>
        </item>
        
    </channel>
</rss>