<?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>Cool Ryan.com &#187; Wordpress</title>
	<atom:link href="http://www.coolryan.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coolryan.com</link>
	<description>Tools To Make Websites Successful</description>
	<lastBuildDate>Fri, 20 Aug 2010 00:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress 3.0.1</title>
		<link>http://www.coolryan.com/2010/07/wordpress-3-0-1/</link>
		<comments>http://www.coolryan.com/2010/07/wordpress-3-0-1/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 01:19:17 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=577</guid>
		<description><![CDATA[<p><img class="alignleft size-full wp-image-578" title="Wordpress 3.0.1" src="http://www.coolryan.com/wp-content/uploads/2010/07/wordpress-3.0.1.jpg" alt="" width="150" height="150" />It&#8217;s that time again!  It is time to upgrade your wordpress.  What are we updating to this time?  At the surface, nothing seems to be different. It is usually like that with minor release.  So what was changed?  Actually a whole bunch of stuff.  Nothing too major and no security releases.  But what this does is finally let all the people who were afraid to download the new version now be able to do with confidence.  So do it already!</p>
<p>Lets do the rundown of the bugs and features.</p>
<p><span id="more-577"></span></p>
<h2>New Features</h2>
<h3>Database Upgrade</h3>
<p>The database got an upgrade.  It of course, tells you nowhere what it did.  I am still trying to find it.</p>
<h3>Child Themes Can UN-Register Menus.</h3>
<p>If you are piggybacking off of any theme or <a href="http://codex.wordpress.org/Theme_Frameworks">framework</a>, you can now un-register that menu position, and then of course, register your own!  You can do this in the functions.php file of your child theme.</p>
<h3>Tenty-Ten Enhancements</h3>
<p>They seem more like preferences, but I&#8217;m not arguing.  They first allow attachment images to be centered.  No problem.  No big change there.</p>
<p>The next is the theme description.  Instead of just saying the default theme, they decided to bloat it with a bunch of garble.  It is now as follows:</p>
<blockquote><p><em>The 2010 default theme for WordPress</em><ins> is stylish,  customizable, simple, and readable &#8212; make it yours with a custom menu,  header image, and background. Twenty Ten supports six widgetized areas  (two in the sidebar, four in the footer) and featured images (thumbnails  for gallery posts and custom header images for posts and pages). It  includes stylesheets for print and the admin Visual Editor, special  styles for posts in the &#8220;Asides&#8221; and &#8220;Gallery&#8221; categories, and has an  optional one-column page template that removes the sidebar</ins>.</p></blockquote>
<p>No big deal, seeing as most people don&#8217;t really read that stuff anyway.</p>
<p>The next is stylesheet cleanup.  That I am all for because it removes unnecessary code and allows for faster load time.  You&#8217;ve got my thumbs up here.</p>
<h3>Disabling Table Upgrades</h3>
<p>When you are upgrading your wordpress, if necessary, it also upgrades your database that holds all of your information.  That isn&#8217;t really a big deal, right?</p>
<p>What if you run MU? What if you have thousands of users and thousands of posts?  Then it becomes a problem.  It is resource intensive and can sometimes mess up your database.  This really isn&#8217;t an option for everyone, but it is an option with the bigger blogs out there.  The tech guys are breathing a sigh of relief right now.</p>
<h2>Bugs</h2>
<p>50 misc. bugs were squashed in this release, some minor, some major omg bbq.</p>
<h3>Export Errors</h3>
<p>One of the biggest errors was the exporting error.  If you paid attention during upgrade, you will see that they threw out all of their built in exporting options and replaced them with plugins instead.  People just didn&#8217;t use it enough.  Well something kinda went wrong in that world, and when you exported, it threw a bunch of code junk your way. Well, they fixed it. Not really a whole lot more to say to what.</p>
<h3>IPad</h3>
<p>If you were making comments on your IPad, well, you weren&#8217;t.  The safari browser on it didn&#8217;t recognize a visual editor in your commenting as a field to type in, so you were up a creek.  They fixed this with the not well documented, but very cool, $is_iphone variable and you were commenting away in no time!</p>
<h3>Misc. Others</h3>
<p>They covered other things in the patch including visual UI fixes, typos, tag fixes, Class problems and dead code.  All in all, a good release, but mostly maintenance.  No real security issues dealt with here.  Which is good.</p>
<p>Until next time!</p>
<p>Resources:</p>
<p><a href="http://codex.wordpress.org/Version_3.0.1">Wordpress 3.0.1</a></p>
<p><a href="http://core.trac.wordpress.org/milestone/3.0.1">Wordpress 3.0.1 Tickets</a></p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/07/wordpress-3-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stepping Softly Into The World Of Child Themes</title>
		<link>http://www.coolryan.com/2010/07/stepping-softly-into-the-world-of-child-themes/</link>
		<comments>http://www.coolryan.com/2010/07/stepping-softly-into-the-world-of-child-themes/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 22:12:44 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=546</guid>
		<description><![CDATA[<p><img class="alignleft size-full wp-image-548" title="Child Themes" src="http://www.coolryan.com/wp-content/uploads/2010/07/child-themes.jpg" alt="" width="150" height="150" />When you develop for WordPress, you start to pick up on things most blog owners don&#8217;t.  That little nag in your theme, that plugin that is missing the one thing you were looking for in the first place. So on and so forth.  So, you begin to look into the code.  You see the change is relatively small, so you make it.  But you know in the back of your head you shouldn&#8217;t have, because you know once your little plugin or theme gets updated, U R Screwed.  So, you either redesign the goddamn wheel and make your own when there are plenty of good ones out there already or you make a baby, or child for that matter.</p>
<p><span id="more-546"></span></p>
<p>I severely hacked up my last theme,  to make it my own, but with the release of 3.0, I knew it would only be a matter of time before they released an update.  StudioPress made it, so I knew they kept up their stuff.</p>
<p>So with a fresh start came a fresh theme and chance to do it right this time.  I had already found crap I didn&#8217;t like in twenty ten,  so I started my usual opening of the editor and my hacking away and I was like, STOP child! Or more appropriately STOP, child! As in use a child theme.  That way you aren&#8217;t pinned into the usual trap.  So I did.  Now I have my very own child theme based upon Twenty Ten.  It is a pretty good theme after all, besides the little quirk here and there. </p>
<p>So I made my changes and I was good to go.  But what is a theme without the screenshot inside?  So I added mine, and now I am done.</p>
<p><img class="alignnone size-full wp-image-547" title="screenshot" src="http://www.coolryan.com/wp-content/uploads/2010/07/screenshot.png" alt="" width="300" height="225" /></p>
<p>Until next time.</p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/07/stepping-softly-into-the-world-of-child-themes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Footnotes &#8211; Pretty Sweet New Plugin</title>
		<link>http://www.coolryan.com/2010/07/footnotes-pretty-sweet-new-plugin/</link>
		<comments>http://www.coolryan.com/2010/07/footnotes-pretty-sweet-new-plugin/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:38:52 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=545</guid>
		<description><![CDATA[<p>Andrew Nacin, a core developer for WordPress has made a great little pluign that allows you to create footnotes in your posts.  It is pretty handy.  I have too many times when I write shit inside of paragraphs, (it is a compulsion of mine) because I have too much crap going on inside my head.  But now I can just use those sweet little footnotes.</p>
<p><span id="more-545"></span></p>
<p>Thanks Andrew, now stop bugging Jason about that MU Enabler <img src='http://www.coolryan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/07/footnotes-pretty-sweet-new-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add A Link To Your Meta Widget</title>
		<link>http://www.coolryan.com/2010/07/how-to-add-a-link-to-your-meta-widget/</link>
		<comments>http://www.coolryan.com/2010/07/how-to-add-a-link-to-your-meta-widget/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 22:03:34 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=521</guid>
		<description><![CDATA[<p>A quick cool little way to add a link to your little login widget in wordpress.</p>
<p><code>/**<br />
* Here is the link function<br />
*/<br />
function add_meta_link() {<br />
echo '&lt;li&gt;&lt;a href="http://www.google.com/"&gt;Google&lt;/a&gt;&lt;/li&gt;';<br />
}</code></p>
<p><code><br />
/** The action to call */<br />
add_action('wp_meta', 'add_meta_link');<br />
?&gt;</code></p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/07/how-to-add-a-link-to-your-meta-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Is Coming&#8230; Are You Ready?</title>
		<link>http://www.coolryan.com/2010/04/wordpress-3-0-is-coming-are-you-ready/</link>
		<comments>http://www.coolryan.com/2010/04/wordpress-3-0-is-coming-are-you-ready/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 00:54:07 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[update]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=266</guid>
		<description><![CDATA[<p><img class="alignnone size-full wp-image-302" title="Wordpress 3.0 Update" src="http://www.coolryan.com/wp-content/uploads/2010/04/wordpress3_thumb.png" alt="Wordpress 3.0 Update" width="516" height="289" /></p>
<p>There are a lot of changes happening with Wordpress 3.0, (due this May) and at first look, it doesn&#8217;t look like much.  Let me tell you, it is a lot more than you think.<span id="more-266"></span></p>
<p>The biggest change for us IMers out there: Wordpress and Wordpress MU are MERGING!!</p>
<p>That&#8217;s right! Wordpress and Wordpress MU are no longer separate files.  They are merging them into one install!</p>
<p>You can do a MU install with some manual coding steps and you will have a MU site just like that!  Easy to understand, easy to maintain, very intuitive.</p>
<p>Once MU has been initialized, you get a ton of extra options and settings to work with, and it is very easy to work with.</p>
<p>There is also a new default theme that comes with 3.0.  It is twenty ten and is much more robust than the previous one.</p>
<p>Also, custom menus are now available in 3.0.  If you want to add an external link, a custom page, a category, or others, you no longer have to have a coder edit your theme for you!  Just create, add, and go!</p>
<p>There has been a revamp in custom post types, beefing it way up!  Now you can easily create a vlog, or Podcasting site.</p>
<p>There is a lot more, but this is just a taste of what is to come.</p>
<p>Talk soon!</p>
<p>Custom Post Types Menu Example</p>
<p><a href="http://www.coolryan.com/wp-content/uploads/2010/04/custom-post-types.jpg"><img class="alignnone size-full wp-image-267" title="Custom Post Types Examples" src="http://www.coolryan.com/wp-content/uploads/2010/04/custom-post-types.jpg" alt="" width="174" height="287" /></a></p>
<p>MU Super Admin Menu Example:</p>
<p><a href="http://www.coolryan.com/wp-content/uploads/2010/04/mu-menu.jpg"><img class="alignnone size-full wp-image-268" title="MU Menu Example" src="http://www.coolryan.com/wp-content/uploads/2010/04/mu-menu.jpg" alt="" width="164" height="177" /></a></p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/04/wordpress-3-0-is-coming-are-you-ready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It is finally here! WordPress Easy Squeeze Premium!</title>
		<link>http://www.coolryan.com/2010/02/it-is-finally-here-wordpress-easy-squeeze-premium/</link>
		<comments>http://www.coolryan.com/2010/02/it-is-finally-here-wordpress-easy-squeeze-premium/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 02:01:21 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=247</guid>
		<description><![CDATA[<p>My WSO is now live!  Make sure to stop by and grab it while it is at it&#8217;s introductory offer!</p>
<p><a href="http://bit.ly/aUSfPa">http://bit.ly/aUSfPa</a></p>
<p>Awesomely Yours,</p>
<p>Cool Ryan</p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/02/it-is-finally-here-wordpress-easy-squeeze-premium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bonuses Included With Cool Ryan Easy Squeeze</title>
		<link>http://www.coolryan.com/2010/02/bonuses-included-with-cool-ryan-easy-squeeze/</link>
		<comments>http://www.coolryan.com/2010/02/bonuses-included-with-cool-ryan-easy-squeeze/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 14:17:02 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Wordpress]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=204</guid>
		<description><![CDATA[<p>Now that Cool Ryan Easy Squeeze is almost here, I decided to announce some of my bonuses included with Cool Ryan Easy Squeeze.</p>
<p>Of course you will be getting lifetime support, free upgrades, extensive video tutorials, tips, and instructions and more.  But what else will you get with this?</p>
<p>You will be getting a brand new, never released, Cool Ryan Exclusive.  No rebranded or PLR here.  Introducing&#8230;</p>
<p style="text-align: center;"><a href="http://www.coolryan.com/wp-content/uploads/2010/02/ebook-large.png"><img class="size-full wp-image-205 aligncenter" title="Building An Unstoppable Squeeze Page" src="http://www.coolryan.com/wp-content/uploads/2010/02/ebook-large.png" alt="Building An Unstoppable Squeeze Page Ebook Cover" width="353" height="396" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">But that&#8217;s not all!  I will also be including with Cool Ryan Easy Squeeze a pack of over 6000+ images to incorporate into your squeeze page.  Make it POP like you want! Pull those leads in!</p>
<p style="text-align: left;">Introducing, never before seen&#8230;</p>
<p style="text-align: center;"><a href="http://www.coolryan.com/wp-content/uploads/2010/02/box-large.png"><img class="alignnone size-full wp-image-207" title="6000+ Squeeze Page Web Icons" src="http://www.coolryan.com/wp-content/uploads/2010/02/box-large.png" alt="6000+ Web Icons Box" width="500" height="453" /></a></p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/02/bonuses-included-with-cool-ryan-easy-squeeze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My WSO is Now Live!!</title>
		<link>http://www.coolryan.com/2010/02/my-wso-is-now-live/</link>
		<comments>http://www.coolryan.com/2010/02/my-wso-is-now-live/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:34:00 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cool ryan]]></category>
		<category><![CDATA[easy squeeze]]></category>
		<category><![CDATA[squeeze page]]></category>
		<category><![CDATA[theme]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=202</guid>
		<description><![CDATA[<p>Hey all,</p>
<p>My WSO prelaunch is now active.  Get the light version of my Cool Ryan Easy Squeeze Wordpress Squeeze Page Theme.</p>
<p>Go Here:</p>
<p style="text-align: center;"><a href="http://www.warriorforum.com/warrior-special-offers-forum/174009-free-warrior-special-offer-prelaunch-you-can-have-killer-squeeze-page-only-2-minutes-flat-guaranteed.html" target="_blank"><strong>Free WSO Prelaunch: You CAN Have A Killer Squeeze Page In Only 2 Minutes Flat &#8230;Guaranteed!</strong></a></p>
<p style="text-align: center;">
<p style="text-align: left;">For instructions and tutorials, go to:</p>
<p style="text-align: left;"><a href="http://www.coolryaneasysqueeze.com/light/tutorials/" target="_blank">http://www.coolryaneasysqueeze.com/light/tutorials/</a></p>
<p style="text-align: left;">
<p style="text-align: left;">If you have picked it up, shoot over an email or comment below and let me know what you thought!</p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/02/my-wso-is-now-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Squeeze Is Almost Here.  Are You Ready?</title>
		<link>http://www.coolryan.com/2010/01/easy-squeeze-is-almost-here-are-you-ready/</link>
		<comments>http://www.coolryan.com/2010/01/easy-squeeze-is-almost-here-are-you-ready/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 04:21:25 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[easy squeeze]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[WSO]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=196</guid>
		<description><![CDATA[<p>Here is my intro video for my new product: <a title="Cool Ryan Easy Squeeze" href="http://www.coolryaneasyqueeze.com/" target="_blank">Cool Ryan Easy Squeeze.</a></p>
<p>[youtube]http://www.youtube.com/watch?v=XuLgOXJsWJQ[/youtube]</p>
<p>It has two versions, Light and Premium.</p>
<p>Both versions will be launched as a WSO soon.  Keep a look out.</p>
<p>Talk soon.</p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/01/easy-squeeze-is-almost-here-are-you-ready/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Timeline</title>
		<link>http://www.coolryan.com/2010/01/wordpress-timeline/</link>
		<comments>http://www.coolryan.com/2010/01/wordpress-timeline/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 21:38:38 +0000</pubDate>
		<dc:creator>Ryan Street</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[timeline]]></category>
		<guid isPermaLink="false">http://www.coolryan.com/?p=101</guid>
		<description><![CDATA[<p>Sometimes it gets annoying with how many times wordpress updates their system, so I thought I would put together a quick timeline of their releases.  I didn&#8217;t include beta&#8217;s or Release Candidates, but just the major releases.</p>
<p>It is pretty crazy the short amount of time in between releases sometimes.  It can be hard to keep up, especially when you are a Wordpress Developer.  (CURSE YOU WORDPRESS!)</p>
<p style="text-align: center;"><a href="http://www.coolryan.com/wp-content/uploads/2010/01/wordpress-release-timeline.jpg" target="_blank"><img class="size-thumbnail wp-image-102 aligncenter" title="wordpress release timeline" src="http://www.coolryan.com/wp-content/uploads/2010/01/wordpress-release-timeline-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p style="text-align: center;">(Click to View Full Size)</p>
]]></description>
		<wfw:commentRss>http://www.coolryan.com/2010/01/wordpress-timeline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
