<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Thesis-Blogs.com</title>
	
	<link>http://thesis-blogs.com</link>
	<description>Thesis WordPress Theme from DIY Themes -  News, Tips &amp; Tricks</description>
	<lastBuildDate>Tue, 21 Feb 2012 02:17:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/thesis-blogs" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="thesis-blogs" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">thesis-blogs</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Add a Fancy Drop Shadow to Your Comment Avatars</title>
		<link>http://thesis-blogs.com/add-a-fancy-drop-shadow-to-your-comment-avatars/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-a-fancy-drop-shadow-to-your-comment-avatars</link>
		<comments>http://thesis-blogs.com/add-a-fancy-drop-shadow-to-your-comment-avatars/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 02:25:36 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[thesis tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=2111</guid>
		<description><![CDATA[A reader of this blog posted a comment asking me to share the code that I&#8217;m using for the comment gravatar images. I&#8217;ve provided the code below, but keep in mind that you can always use Firebug to look at the CSS code used on elements of a website. I&#8217;m not saying you should copy code from other sites, but you can certainly get ideas and learn from other web developers as to how they [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A reader of this blog posted a comment asking me to share the code that I&#8217;m using for the comment gravatar images. I&#8217;ve provided the code below, but keep in mind that you can always use Firebug to look at the CSS code used on elements of a website. I&#8217;m not saying you should copy code from other sites, but you can certainly get ideas and learn from other web developers as to how they achieve certain effects.</p>
<p>It&#8217;s really just CSS that was used to achieve the border and drop shadow effect, along with an image I had to create.</p>
<p>Now, you can certainly recreate that shadow effect using only CSS and that&#8217;s also an option for you. Here are two links to tutorials on that:</p>
<ul>
<li><a rel="nofollow" target="_blank" href="http://nicolasgallagher.com/css-drop-shadows-without-images/demo/" rel="nofollow" target="_blank">CSS Drop Shadows Without Images</a> from Nicolas Gallagher.</li>
<li><a rel="nofollow" target="_blank" href="http://matthamm.com/box-shadow-curl.html" rel="nofollow" target="_blank">Pure CSS3 box-shadow page curl effect</a> from Matt Hamm.</li>
</ul>
<p>Here&#8217;s my simple CSS code that I used for the avatar images on this site. Just add this to your <code>custom.css</code> file.</p>
<pre class="brush: css; title: ; notranslate">
.custom span.avatar {
   background: url(images/shadow.png) no-repeat center bottom;
   float: right;
   height: 103px;
   margin-left: 10px;
   width: 86px;
}

.custom .avatar img {
    background: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    padding: 5px;
}
</pre>
<p>Here is a <a href="http://thesis-blogs.com/wp-content/uploads/shadow.png">link to the image file</a> I used. If your avatar image on your site is not the same size then the shadow won&#8217;t work and you&#8217;ll need to create a new one, or you can just try out one of the CSS solutions I provided above. You can always <a title="How To Change The Size Of The Comments Gravatar in The Thesis WordPress Theme" href="http://thesis-blogs.com/how-to-change-the-size-of-the-comments-gravatar-in-the-thesis-wordpress-theme/">adjust the avatar image size</a> too.</p>
<p>Of course, you aren&#8217;t limited to this styling. You can get creative and style the comment gravatar images any way you want with CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/add-a-fancy-drop-shadow-to-your-comment-avatars/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Thesis 1.8.3 Is Released Along With News About Thesis 2.0</title>
		<link>http://thesis-blogs.com/thesis-1-8-3-is-released-along-with-news-about-thesis-2-0/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=thesis-1-8-3-is-released-along-with-news-about-thesis-2-0</link>
		<comments>http://thesis-blogs.com/thesis-1-8-3-is-released-along-with-news-about-thesis-2-0/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 22:26:17 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[thesis versions]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=2097</guid>
		<description><![CDATA[Chris Pearson has released the latest version of Thesis, version 1.8.3 which has numerous performance and usability enhancements. To learn more about Thesis 1.8.3 and hear from Chris on the latest developments with regard to Thesis 2.0, you can read the official post over at DIYthemes. How to upgrade from a previous version of Thesis How to install Thesis for the first time]]></description>
			<content:encoded><![CDATA[<p></p><p>Chris Pearson has released the latest version of Thesis, version 1.8.3 which has numerous performance and usability enhancements.</p>
<p>To learn more about Thesis 1.8.3 and hear from Chris on the latest developments with regard to Thesis 2.0, you can read the <a rel="nofollow"href="http://thesis-blogs.com/thesis183" target="_blank">official post</a> over at DIYthemes.</p>
<p><a href="http://thesis-blogs.com/how-to-upgrade-thesis-theme/">How to upgrade from a previous version of Thesis</a><br />
<a href="http://thesis-blogs.com/how-to-install-thesis-1-8-for-the-first-time/">How to install Thesis for the first time</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/thesis-1-8-3-is-released-along-with-news-about-thesis-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thesis-Blogs Is Now on Twitter</title>
		<link>http://thesis-blogs.com/thesis-blogs-is-now-on-twitter/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=thesis-blogs-is-now-on-twitter</link>
		<comments>http://thesis-blogs.com/thesis-blogs-is-now-on-twitter/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 10:53:09 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=2067</guid>
		<description><![CDATA[It took a while, but Thesis-Blogs.com now has a Twitter profile! Be sure to follow us to receive more tips for Thesis, WordPress and anything else we find interesting. Follow @thesisblogs!]]></description>
			<content:encoded><![CDATA[<p></p><p>It took a while, but Thesis-Blogs.com now has a Twitter profile! Be sure to follow us to receive more tips for Thesis, WordPress and anything else we find interesting.</p>
<p>Follow <a rel="nofollow" target="_blank" rel="nofollow" href="https://twitter.com/#!/thesisblogs" title="Follow Thesis-Blogs.com on Twitter" target="_blank">@thesisblogs</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/thesis-blogs-is-now-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Explore Section From Google Reader and Other Cool Tweaks</title>
		<link>http://thesis-blogs.com/remove-explore-section-from-google-reader-and-other-cool-tweaks/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=remove-explore-section-from-google-reader-and-other-cool-tweaks</link>
		<comments>http://thesis-blogs.com/remove-explore-section-from-google-reader-and-other-cool-tweaks/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 08:19:16 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=2049</guid>
		<description><![CDATA[If you&#8217;re a Google Reader user, you may have noticed the &#8220;Explore&#8221; section in the left sidebar of the main Reader screen. Many users find this to be quite annoying, but as of this writing, there is no way to disable it. Google basically loads up a bunch of recommended feeds, which for many of us is not needed because we have already loaded the feeds we want. Sure, you can click the arrow and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://thesis-blogs.com/wp-content/uploads/2012/01/google-reader-explore.jpg" alt="Remove Explore Section from Google Reader" title="Remove Explore Section from Google Reader" width="241" height="328" class="alignright size-full wp-image-2050" />If you&#8217;re a Google Reader user, you may have noticed the &#8220;Explore&#8221; section in the left sidebar of the main Reader screen. Many users find this to be quite annoying, but as of this writing, there is no way to disable it. Google basically loads up a bunch of recommended feeds, which for many of us is not needed because we have already loaded the feeds we want.</p>
<p>Sure, you can click the arrow and &#8220;collapse&#8221; the section, but it&#8217;s still there taking up space on the screen. Fortunately, there&#8217;s a Greasemonkey script out there that takes care of this, and other UI issues. </p>
<h2>How to Remove The Explore Section From Google Reader</h2>
<p>You will need to install the <a rel="nofollow" target="_blank" rel="nofollow" href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/" title="Greasymonkey addon for Firefox" target="_blank">Greasemonkey Firefox addon</a> if you don&#8217;t already have it. Greasemonkey allows you to customize the way a web page displays or behaves, by using small bits of JavaScript. If you aren&#8217;t a Firefox user, I&#8217;m not sure what alternatives there are but if you know, share your knowledge in the comments.</p>
<p>Once you have this installed, head over to the <a rel="nofollow" target="_blank" rel="nofollow" href="http://userscripts.org/scripts/show/116868" title="Google Reader UI Fixer" target="_blank">Google Reader UI Fixer script</a> page, and click the Install button at the top right.</p>
<p>That&#8217;s it! If you&#8217;re logged into Reader, log out and back in again. You will notice the changes. The script page has a list of all the changes it makes along with before and after screenshots.</p>
<h2>Still Want More Tweaks?</h2>
<p>Since it&#8217;s a Greasemonkey script, you&#8217;re able to make additional tweaks yourself if you&#8217;d like. For example, I didn&#8217;t really need the &#8220;Home&#8221; link in the sidebar because I never go to that page. I just show the feeds in list view all the time, and have no need for a home page. So here&#8217;s how I added that to the script:</p>
<p>From the Firefox Tools menu, click &#8220;Add-ons.&#8221; When  the Add-ons Manager displays, click the &#8220;User Scripts&#8221; link from the left side of the screen. You will see something that looks like this:</p>
<p><img src="http://thesis-blogs.com/wp-content/uploads/2012/01/edit-greasemonkey-script-650x158.jpg" alt="Edit Greasemonkey Script" title="Edit Greasemonkey Script" width="650" height="158" class="aligncenter size-large wp-image-2054" /></p>
<p>Click the Preferences button, and then in the window that shows up, click &#8220;Edit this user script.&#8221; It will probably ask you to associate an editor with the file so you can edit it. I&#8217;m using a Mac, so what I did was search the Applications for TextMate, which is the editor I use, and I selected that.</p>
<p>Then the script should open up in the editor. Now, you would need Firebug to find the applicable CSS selector. In the case of the home link, it&#8217;s &#8220;#home-section&#8221;.</p>
<p>So you would add this to the file:</p>
<pre>
// Hide Home Navlink
GM_addStyle(&quot;#home-section { display: none; }&quot;);
</pre>
<p>Save the file, and you&#8217;re done. You can apply the same rules for other elements on the page.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/remove-explore-section-from-google-reader-and-other-cool-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 Hits the Streets</title>
		<link>http://thesis-blogs.com/wordpress-3-3-hits-the-streets/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-3-3-hits-the-streets</link>
		<comments>http://thesis-blogs.com/wordpress-3-3-hits-the-streets/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 05:58:51 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=2038</guid>
		<description><![CDATA[The latest version of the WordPress software — 3.3, named “Sonny” in honor of the great jazz saxophonist Sonny Stitt, is now available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration the WordPress team has added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the new updates: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The latest version of the WordPress software — 3.3, named “Sonny” in honor of the great jazz saxophonist Sonny Stitt, is now available for download or update inside your WordPress dashboard.</p>
<p>WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration the WordPress team has added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the new updates:</p>
<p><embed type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.03" width="650" height="364" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=I7NAw9Zk&amp;isDynamicSeeking=true"></embed></p>
<ul class="cssnote">
<span></span></p>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://wordpress.org/news/2011/12/sonny/">WordPress 3.3 Official Notification</a></li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://wordpress.org/download/counter/">WordPress 3.3 Download Counter</a></li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://wpcandy.com/reports/known-plugin-compatibility-and-dev-issues-with-wordpress-3-3">WPCandy.com post on known plugin compatibility issues</a></li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://wpcandy.com/presents/everything-we-know-about-wordpress-3-3">What&#8217;s new in WordPress 3.3</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/wordpress-3-3-hits-the-streets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravity Forms – Premium WordPress Plugin</title>
		<link>http://thesis-blogs.com/gravity-forms-premium-wordpress-plugin/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gravity-forms-premium-wordpress-plugin</link>
		<comments>http://thesis-blogs.com/gravity-forms-premium-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 14:12:07 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[gravity forms]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=2001</guid>
		<description><![CDATA[Whenever I&#8217;ve needed to add a form to a WordPress page, I&#8217;ve used either Contact Form 7 or the Secure Form Mailer plugin. I&#8217;ve found they both work well. I have had some problems in the past with Contact Form 7 not sending the notification after a form has been submitted. But overall they seem to work fine. Gravity Forms Just recently, I wanted to update a contact form on one of my sites, and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Whenever I&#8217;ve needed to add a form to a WordPress page, I&#8217;ve used either <a rel="nofollow" target="_blank" rel="nofollow" href="http://wordpress.org/extend/plugins/contact-form-7/" target="_blank">Contact Form 7</a> or the <a rel="nofollow" target="_blank" rel="nofollow" href="http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/" target="_blank">Secure Form Mailer</a> plugin.</p>
<p>I&#8217;ve found they both work well. I have had some problems in the past with Contact Form 7 not sending the notification after a form has been submitted. But overall they seem to work fine.</p>
<h2>Gravity Forms</h2>
<p>Just recently, I wanted to update a contact form on one of my sites, and also wanted to be able to have the data automatically sent to a 3rd party system. So I figured I&#8217;d give Gravity Forms a try and see how things went.</p>
<p><img src="http://thesis-blogs.com/wp-content/uploads/2011/12/gravity-forms-screenshot.jpg" alt="Gravity Forms" title="Gravity Forms Screenshot" width="640" height="422" class="aligncenter size-full wp-image-2025" /></p>
<p>I&#8217;ve been really impressed with this plugin. Gravity Forms is a premium WordPress plugin, which typically means it isn&#8217;t free. I don&#8217;t have any problem paying for a plugin if it offers more than what you&#8217;d find in a free plugin. After all, the developers have invested a great deal of time and expertise in building the plugin.</p>
<p>There are three options available for purchasing the plugin. You can <a href="http://thesis-blogs.com/gravity-forms" target="_blank">buy Gravity Forms</a> (affiliate link) from their website and click on the &#8220;Plans &#038; Pricing&#8221; button for more details on the three options.</p>
<h2>Gravity Forms Plans &#038; Pricing</h2>
<p>At the time of writing this post, Gravity Forms offers three pricing levels:</p>
<ul>
<li>Personal &#8211; $39</li>
<li>Business &#8211; $99</li>
<li>Developer &#8211; $199</li>
</ul>
<p>On all three options, you have unlimited forms that you can receive and you can export the entries you receive.</p>
<p>The main difference is that for the Personal plan, you can use the plugin on only one site. For the Business plan, you can use it on 3 sites, and the Developer option allows you to use it on an unlimited number of sites.</p>
<h2>Gravity Forms Add-Ons</h2>
<p><a href="http://thesis-blogs.com/wp-content/uploads/2011/12/gravity-forms-addons.jpg"><img src="http://thesis-blogs.com/wp-content/uploads/2011/12/gravity-forms-addons-300x293.jpg" alt="Gravity Forms Add Ons" title="Gravity Forms Add Ons" width="300" height="293" class="alignright size-medium wp-image-2024" /></a><br />
Gravity Forms also offers numerous &#8220;Add-Ons&#8221; which are like add on plugins that will enhance the feature set of the main plugin. For example, there is an Aweber and Mailchimp add on which will automatically add your submissions to one of these email marketing platforms.</p>
<p>So, the other main difference between the three options is that on the Basic plan, you do not have access to any of the add-ons. For the Business plan, you have access to only the Aweber, MailChimp and Campaign Monitor add-ons.</p>
<p>With the Developer plan, you have access to the remaining add-ons, which includes, PayPal, Freshbooks, Twilio and User Registration add-ons.</p>
<p>I started with the Personal Option just to try it out and see how I liked it.</p>
<h2>3rd Party Add-ons</h2>
<p>I discovered there are a number of 3rd party add on plugins for Gravity Forms, most if not all are from one developer. If you search for &#8220;Gravity Forms&#8221; in your plugin search box you will see them. There is one for integrating with Highrise, and although it works, It doesn&#8217;t seem to be able to import any custom fields that you might have set up.</p>
<p>One of these plugins that I did have problems with is the Contact Form 7 Conversion plugin. This will automatically copy over your Contact Form 7 forms to Gravity Forms. Sounds like a great time-saving idea.</p>
<p>Since I was using Contact Form 7 before, I went ahead and did this, and although it seemed to work on the surface, something went wrong because when I tried to submit the form, it kept returning an error saying a required field was empty, when it fact it was not.</p>
<p>Deleting the form, and re-creating it from scratch fixed the problem.</p>
<p><img src="http://thesis-blogs.com/wp-content/uploads/2011/12/graviy-forms-options-panel.png" alt="Gravity Forms Options Panel" title="graviy-forms-options-panel" width="167" height="215" class="alignright size-full wp-image-2012" /></p>
<h2>How to Set Up a New Gravity Forms Form</h2>
<p>After you install and activate the plugin, you will see a new section in your WordPress dashboard called quite appropriately, &#8220;Forms.&#8221;</p>
<p>To add a new form click the &#8220;New Form&#8221; link. Creating forms is super easy with Gravity Forms. You will be presented with a screen that looks like this:</p>
<p><a href="http://thesis-blogs.com/wp-content/uploads/2011/12/gravity-forms-new-form.png"><img src="http://thesis-blogs.com/wp-content/uploads/2011/12/gravity-forms-new-form-650x464.png" alt="Gravity Forms - Add New Form" title="Gravity Forms - Add New Form" width="650" height="464" class="aligncenter size-large wp-image-2016" /></a></p>
<p>You&#8217;ll see this when you click the &#8220;edit&#8221; link on the main form box on the left. You can enter a name for the form and some other options that will apply to the form as a whole.</p>
<p>To build your form, all you do is click the form element that you see on the right side and it will appear on your form at the left. Each element will have numerous options and settings, which you should edit based on your needs by clicking the &#8220;edit&#8221; link at the top right.</p>
<h2>Gravity Forms Hidden Fields</h2>
<p>Take a look at the &#8220;Hidden Field&#8221; element and add it to your form. There are various options here, but I like the &#8220;Referrer URL&#8221; field which will add the URL that the visitor came from on your site. I think it&#8217;s really useful so you know where the visitor came from. Sure, you have analytics platforms for this, but when it&#8217;s right there on the form, it saves you the trouble of looking it up in your analytics.</p>
<p>When you&#8217;re done building your form, you just save it and you&#8217;re done.</p>
<h2>How To Insert The Form Into a Page</h2>
<p><img src="http://thesis-blogs.com/wp-content/uploads/2011/12/gravity-forms-insert-form.png" alt="Gravity Forms Insert New Form" title="Gravity Forms Insert New Form" width="259" height="73" class="alignright size-full wp-image-2019" />Once you&#8217;ve created your new form, head over to the page in WordPress where you want to insert the form. You&#8217;ll see a small icon as shown in the image on the far right. Click that and you will see a box with an option to select the form you want to insert, along with some options. This will insert the Gravity Form shortcode into your page.</p>
<p>That&#8217;s all there is to it.</p>
<h2>Gravity Forms Entries</h2>
<p>Aside from being able to automatically send your form submissions to an email marketing platform like MailChimp, you can also download the form data from the Entries screen.</p>
<p>All submissions received through a Gravity Forms form are saved to your WordPress database and can be viewed in the &#8220;Entries&#8221; section of the plugin. Form submissions are neatly presented in a table-like format and even the individual field data is styled so it looks great. The plugin also keeps track of how many views the form received as well as the number of submissions, and calculates a conversion rate.</p>
<p>A nice little touch is that on each entry, there is a field where you can enter notes and attach it to the entry. This isn&#8217;t some full-blown CRM, but the notes field can be useful.</p>
<p><img src="http://thesis-blogs.com/wp-content/uploads/2011/12/gravity-forms-entries-notes-650x138.png" alt="Gravity Forms Entries Notes" title="Gravity Forms Entries Notes" width="650" height="138" class="aligncenter size-large wp-image-2032" /></p>
<p>What I also like about it is that when you receive the email notification of a new form submission, all the data is presented in a clear, easy to read HTML format. And of course, you have the ability to customize the email notification that is sent back to you.</p>
<h2>Gravity Forms Support</h2>
<p>With any premium WordPress plugin, you kinda expect the support to be superior to what you might find for a free plugin. The Gravity Forms Support seems to be quite good so far. I haven&#8217;t really needed any support but I did register at the support forum and there is a bunch of useful information there, and with the Developer option you get priority support.</p>
<h2>Styling Gravity Forms</h2>
<p>Gravity Forms are designed to look good out of the box, but you also have the ability to target every element of a form either directly by a class name, unique ID or by using CSS inheritance so you can completely change the look &amp; feel of your form.</p>
<h2>More Features</h2>
<p>There are a bunch more advanced featured of the plugin, including multi-page forms, pricing and post fields, PayPal add-on for payments, etc. To learn more or to purchase Gravity Form, just visit the <a rel="nofollow" href="http://thesis-blogs.com/gravity-forms" target="_blank">Gravity Forms Website</a>. (Affiliate link.)</p>
<p>The plugin is really feature-rich with a ton of options available to you. The Gravity Forms plugin has really impressed me. I like the ease which which you can build a form and insert it into a page, as well as the options you have available with respect to the form and field behavior. For here on out, I&#8217;m going to use this plugin exclusively when I need to add a form to a WordPress site.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/gravity-forms-premium-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Tabbed Browsing to Mac Finder using TotalFinder</title>
		<link>http://thesis-blogs.com/add-tabbed-browsing-to-mac-finder-using-totalfinder/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=add-tabbed-browsing-to-mac-finder-using-totalfinder</link>
		<comments>http://thesis-blogs.com/add-tabbed-browsing-to-mac-finder-using-totalfinder/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 12:13:24 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=1986</guid>
		<description><![CDATA[I discovered this app for the Mac by accident and wanted to share this quick post about it. If you&#8217;re a Mac user and aren&#8217;t making use of TotalFinder, then I&#8217;d say you&#8217;re missing out on an incredibly useful program. TotalFinder enhances the native Mac Finder by adding numerous additional features. Here&#8217;s a list of the current feature: Tabbed Browsing &#8211; Add tabs to the Finder window. Dual Mode &#8211; Display two Finder windows side-by-side [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I discovered this app for the Mac by accident and wanted to share this quick post about it.</p>
<p>If you&#8217;re a Mac user and aren&#8217;t making use of <a rel="nofollow" target="_blank" href="http://totalfinder.binaryage.com/" target="_blank">TotalFinder</a>, then I&#8217;d say you&#8217;re missing out on an incredibly useful program.</p>
<p>TotalFinder enhances the native Mac Finder by adding numerous additional features.</p>
<p>Here&#8217;s a list of the current feature:</p>
<ul>
<li><b>Tabbed Browsing</b> &#8211; Add tabs to the Finder window.</li>
<li><b>Dual Mode</b> &#8211; Display two Finder windows side-by-side in dual mode.</li>
<li><b>Folders on Top</b> &#8211; Sorts the finder view so that folders appear above files.</li>
<li><b>Show System Files</b> &#8211; Displays hidden files in your Finder window.</li>
<li><b>Visor</b> &#8211; Convenient system-wide Finder always one key-press away.</li>
<li><b>Cut &#038; Paste</b> &#8211; Adds cut and paste functionality.</li>
</ul>
<p>The feature that I find most useful, and in fact the primary reason I purchased a copy is the tabbed browsing. The method I use to find files or folders that I&#8217;m looking for is to use the built in Mac Spotlight. I use the shortcut key combination <em>Command-Space</em>, but when I need to open a Finder window, I use <em>Option-Command-Space</em>.</p>
<p>That opens a finder window for me, but prior to discovering TotalFinder, every time I did that, a new window would open. After an hour of working, I&#8217;d have 10 or more Finder windows open.</p>
<p>The great thing about TotalFinder is that instead of opening individual Finder windows, they are now opened as tabs.</p>
<p>The other features such as Dual Mode and Folders on Top are useful too, but the deal closer for me was the Tabbed Browsing. They actually use the same code that is used in the Google Chrome browser, so the tabs look and function in a very similar way.</p>
<p>You can learn more at the <a rel="nofollow" target="_blank" href="http://totalfinder.binaryage.com/" target="_blank">Total Finder website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/add-tabbed-browsing-to-mac-finder-using-totalfinder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Story About Migrating from Windows to Mac</title>
		<link>http://thesis-blogs.com/my-story-about-migrating-from-windows-to-mac/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=my-story-about-migrating-from-windows-to-mac</link>
		<comments>http://thesis-blogs.com/my-story-about-migrating-from-windows-to-mac/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 01:43:43 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=1916</guid>
		<description><![CDATA[I have been thinking about moving from Windows to Mac for about a year now, and I&#8217;ve finally done it. I wanted to share my experience and some things I&#8217;ve learned during the process. My First Computer First, a little background to set the stage. I have been using Windows for over 20 years, probably since the release of Windows 3.0. If we went back even further, my first computer was a Sinclair ZX81 when [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been thinking about moving from Windows to Mac for about a year now, and I&#8217;ve finally done it. I wanted to share my experience and some things I&#8217;ve learned during the process.</p>
<p><a href="http://thesis-blogs.com/wp-content/uploads/2011/09/Sinclair_ZX81.jpg"><img class="noborder alignright" title="Sinclair ZX81" src="http://thesis-blogs.com/wp-content/uploads/2011/09/sinclair.jpg" alt="Sinclair ZX81" width="255" height="226" /></a></p>
<h2>My First Computer</h2>
<p>First, a little background to set the stage. I have been using Windows for over 20 years, probably since the release of Windows 3.0. If we went back even further, my first computer was a <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Sinclair_ZX81" rel="nofollow" target="_blank">Sinclair ZX81</a> when I was just a kid.</p>
<h2><a href="http://thesis-blogs.com/wp-content/uploads/2011/09/Apple_IIe1.jpg"><img class="alignright noborder" style="clear: both;" title="Apple_IIe" src="http://thesis-blogs.com/wp-content/uploads/2011/09/Apple_IIe1-300x209.jpg" alt="Apple_IIe" width="300" height="209" /></a>Apple Makes an Appearance. Briefly.</h2>
<p>Soon after that, I got an <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Apple_IIe" rel="nofollow" target="_blank">Apple II<em>e</em></a>, which I loved and which saw me through my teenage years. I have fond memories of trading 5¼-inch floppy discs with friends and playing all the latest games at the time. Games like <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Castle_Wolfenstein" rel="nofollow" target="_blank">Castle Wolfenstein</a>, <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Carmen_Sandiego" rel="nofollow" target="_blank">Where in the World is Carmen Sandiego</a> and Space Invaders, and of course anything from <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Beagle_Bros" rel="nofollow" target="_blank">Beagle Bros</a>. Those were the days.</p>
<p>Then at some point, probably the late 80s or early 90s, I went over to a PC running Windows because everyone was doing it. Since then I have never used anything else until about a year ago when I purchased a MacBook Pro. I needed a computer for some traveling I was doing, and had been inching toward the Mac camp, so bought the MacBook.</p>
<p>Over the past year, I&#8217;ve used it mostly for web browsing and non-business related tasks but just recently certain events have required that I be more mobile in my web design business.</p>
<h2>Dealing with Synchronizing Two Machines, or Choosing Not To.</h2>
<p>I went back and forth about how to synchronize files between the PC and the Mac, and although there are numerous ways to achieve this, I ultimately made the decision to have a single computer that does it all. It just makes more sense.</p>
<p><span class="quote_right">The Mac has taken some getting used to. I think many people who have been using Windows for years have difficulty making the switch but once you learn the Mac way of doing things, it really isn’t a big deal, and you&#8217;ll be better off for doing it.</span></p>
<h2>The Re-emergence of the Mac Era for Me</h2>
<p>The decision to move entirely over to a Mac was a long process, but the more I used the MacBook Pro I&#8217;d purchased a year ago, the more I started to feel connected to the OS. Everything just works.</p>
<p>I realized that most of the frustration I&#8217;d experienced over the years sitting behind a computer was as a result of Windows. Whether it was the numerous <a rel="nofollow" target="_blank" href="http://www.annoyances.org/" rel="nofollow" target="_blank">annoyances</a>, or the regular crashes and blue screen of death that would invariably occur after some time of running a machine on Windows.</p>
<p>I don&#8217;t want to talk down on the OS because it did serve me well over the years, but it seemed clear to me that the change was long overdue.</p>
<h2>Making the Switch</h2>
<p>Once I had made the decision to move to a Mac, it required a certain amount of planning. Like most people who have used Windows for years, I&#8217;d become so accustomed to all the nuances of the OS. You establish your own system of shortcuts and tweaks so that it becomes almost an extension of yourself and how you work on a daily basis.</p>
<p>The Mac has taken some getting used to. I think many people who have been using Windows for years have difficulty making the switch but once you learn the Mac way of doing things, it really isn&#8217;t a big deal.</p>
<h2>Some Things I Had to Get Used To</h2>
<p>There were probably more than this, but I can&#8217;t remember them all right now, but these were the biggest challenge for me until I discovered the solutions:</p>
<ol>
<li><strong>Cut and Paste</strong>: I was dumbstruck when I discovered you couldn&#8217;t &#8220;Ctrl-X&#8221; to cut a file and then paste it somewhere else. I soon discovered a solution for this on the Mac which works great for me. To cut and paste on a Mac, just copy the file as you normally would using <em>Command-C.</em> When you are ready to paste it, hold down the <em>Option</em> key in addition to the <em>Command</em> key then press <em>V</em>. What this does is paste the file, but remove the file from the original location. So it basically moves the file.</li>
<li><strong>No &#8216;Home&#8217; and &#8216;End&#8217; keys</strong>: Not a big deal. To go to the end of a line it&#8217;s <em>Command-Right Arrow</em>. End of page is <em>Command-Down Arrow</em>. Same concept applies to left and top arrow.</li>
<li><strong>Copy file path</strong>: I liked the ability to just copy the path to a file in Windows. I&#8217;d just select the path in the address bar of explorer and that was it. Can&#8217;t do that on a Mac. I searched to find numerous solutions to this, from applescripts to an app, but ended up using this method:Just &#8220;Get info&#8221; on the folder. So right click, or <em>Option</em> left click on the mouse, and select &#8220;Get info&#8221;, then just copy the path from there.</li>
<li><strong>Create New Folder Shortcut Key</strong>: If I remember correctly, I&#8217;d just hit &#8220;Shift-Control-N&#8221; or something in Windows to create a new folder. On the Mac, it&#8217;s Shift-Command-N&#8221;. So just get used to the new keystrokes.</li>
</ol>
<p>The bottom line is that for the most part, whatever you can do on Windows, Mac can do it too natively, and if it can&#8217;t there&#8217;s likely an app out there that will add the functionality.</p>
<p>There is a process of unlearning the way things were, and re-establishing that comfort level, only now it&#8217;s on a Mac.</p>
<p><a rel="nofollow" target="_blank" href="http://www.apple.com/findouthow/mac/#switcher" rel="nofollow" target="_blank">This video</a> may be useful to learn about the major differences.</p>
<p><a href="http://thesis-blogs.com/wp-content/uploads/2011/09/macbookpro.png"><img src="http://thesis-blogs.com/wp-content/uploads/2011/09/macbookpro-645x352.png" alt="MacBook Pro" title="MacBook Pro" width="645" height="352" class="aligncenter noborder" /></a></p>
<h2>The Programs I&#8217;m Using and/or Not Using</h2>
<p>There are a few apps that I have found indispensable. Here are a few:</p>
<ul>
<li><a rel="nofollow" target="_blank" href="http://irradiatedsoftware.com/cinch/" rel="nofollow" target="_blank">Cinch</a>: Can&#8217;t live without this one. It basically provides the same functionality that was introduced in Windows 7 with respect to being able to drag windows to various areas on the screen in order to maximize the window, or position multiple windows side by side. With the release of Lion, there is the ability to now maximize windows to full screen, but Cinch is still needed in my opinion.</li>
<li><a rel="nofollow" target="_blank" href="http://www.vmware.com/products/fusion/overview.html" rel="nofollow" target="_blank">VMware Fusion</a>. There are numerous reasons why you may want to run Windows on your Mac. Maybe there are some Windows programs that either don&#8217;t have a Mac version, or you just prefer the way it runs on Windows, or if you&#8217;re a web designer, you need to test your sites in IE browsers.There are also numerous ways to run windows on a Mac, but I ended up going with VMware Fusion and haven&#8217;t been disappointed. Setup was so easy and it runs amazingly well. The &#8220;Unity&#8221; feature is incredible. It will run your Windows programs as if they&#8217;re just another app on the Mac in terms of user interface.</li>
<li><strong>Use Spotlight</strong>: I used to use a program called &#8220;Launchy&#8221; on Windows to make it quick and easy to dive directly to a specific folder on the drive, or launch a program. Interestingly, I&#8217;m finding that I have no need for that anymore. I just use the built-in &#8220;Spotlight&#8221; search on the Mac. Hitting &#8220;Command-Space&#8221; will bring it up. Just start typing and the contents of your drive which are indexed, will show up. It&#8217;s fast and accurate.There are other programs out there that will add additional functionality, but at this point it&#8217;s working just fine for me how it is.</li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://infinite-labs.net/afloat/" target="_blank">Afloat</a>: Not that Windows had this feature anyway, but there were programs to achieve it. Same goes for Mac. This app will allow you to keep a window above all other windows. I&#8217;ve discovered that I need to use this more often than not. There are times when you need to float a window so that even when you click away from it, it still remains on top of other windows. This small program will allow you to do that and a few other cool things.</li>
</ul>
<p>There are of course a ton of other apps and programs that you will likely use but this post is really more about my experience on changing from Windows to Mac, not necessarily the top 10 Mac apps list.</p>
<p><span class="quote_left">My experience with Other World Computing was incredible. They have top quality products and their support/sales people are amazingly knowledgeable.</span></p>
<h2>What I Did to Upgrade My MacBook Pro</h2>
<p>So, after the transition, which by the way, I networked the Mac to my PC in order to transfer all my files, I realized that the system seemed under powered for my needs.</p>
<p>So I decided to upgrade. I have a MacBook pro, mid 2010 version as of this writing and here&#8217;s what I did:</p>
<ul>
<li><strong>Upgraded the RAM</strong>: The available ram on the machine was 4GB, so I upgraded to 8GB. There are many brands of RAM for the Mac, and I ended up going with Kingston memory from Amazon. It was only $45! No brainer there. As soon as I added the RAM, I could see a huge improvement in speed. The actual upgrade was super easy. Unscrew the back cover, remove old RAM, insert new RAM. Here&#8217;s the <a rel="nofollow" target="_blank" href="http://support.apple.com/kb/ht1270" rel="nofollow" target="_blank">installation guide from Apple</a>.</li>
<li><strong>Upgraded the Hard Drive</strong>: The next thing I did was to upgrade the factory hard drive, which in this case was a 5400rpm drive to a 480GB SSD drive. Solid State Drives are not cheap, but I just felt the improvement in performance, and boot/program load time was worth it.
<p><a href="http://thesis-blogs.com/wp-content/uploads/2011/09/ssd480.jpg"><img src="http://thesis-blogs.com/wp-content/uploads/2011/09/ssd480-300x208.jpg" alt="OWC Solid State Drive" title="OWC Solid State Drive" width="300" height="208" class="alignright noborder" /></a></p>
<p style="margin-top:15px; display:block;">I ended up getting the <a rel="nofollow" target="_blank" href="http://eshop.macsales.com/shop/internal_storage/Mercury_Extreme_SSD_Sandforce/Solid_State_Pro" target="_blank">OWC Mercury EXTREME™ Pro 3G SSD</a>. I can&#8217;t say enough good things about this company. Up until I had a need for such a thing, I never even knew they existed. My experience with them was amazing. I called their sales dept. as I had numerous questions before making the purchase. The person I spoke to was knowledgeable and took the time to answer all my questions. The fact that he knew the product so well, was such a breath of fresh air. So often you get to talk to a salesperson and ask a question about the product they are selling only to find they don&#8217;t know the answer and have to either read a knowledge base article online, which I could have done myself, or refer to some catalog or ask a supervisor. This guy knew his stuff. I was just very impressed and ordered the drive soon after. Installation was so easy. They have instructional videos to show you how it&#8217;s done and even have a kit you can buy which has all the tools you need as well as a hard drive enclosure for your old drive. The entire process of changing the drive took about 15 minutes.</p>
<p>I first had to clone my existing hard drive, which took about an hour, and I ended up using <a rel="nofollow" target="_blank" href="http://www.bombich.com/" rel="nofollow" target="_blank">Carbon Copy Cloner</a>. Great program by the way to use for daily backups too. A quick tip is to sign up for the e-newsletter from OWC because they offer discounts on products in the email. They send them out every Wednesday from what I can tell and all you do is click one of the products in the email, and it activates the discounted pricing. I saved $20 just doing that.</p>
</li>
<li><strong>Got a New Keyboard</strong>: I know I&#8217;m a little unconventional here, but I ended up getting this keyboard designed specifically for the Mac, and didn&#8217;t use the standard Mac keyboards available. Short version of why that is, is that I had one one time and it had an incredibly powerful smell that seemed to negatively impact my smell senses. I couldn&#8217;t bring myself to use it anymore. So I discovered <a href="http://thesis-blogs.com/logitech-solar-keyboard" rel="nofollow" target="_blank">Logitech Wireless Solar Keyboard K750 for Mac®</a>. Works great and of all the keyboards I&#8217;ve been through, this one is definitely the best. And you don&#8217;t have to ever change batteries on it because it uses Solar power. Don&#8217;t worry if you have a dark room, it still works.</li>
</ul>
<h2>Wrapping Up</h2>
<p>So, now my MacBook Pro is blazing fast. With 8GB RAM and the 480GB SSD, programs load incredibly fast. There&#8217;s a new drive from OWC which is 6G instead of the 3G which I got, but it&#8217;s my understanding that the model of MacBook Pro that I have can&#8217;t handle the 6G anyway.</p>
<p>I&#8217;m loving the Mac, and so pleased that I eventually circled back around to it. Having used it for a week or so now, there are so many small things that happen during regular usage, that makes it clear that the Mac is the perfect representation of how computing should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/my-story-about-migrating-from-windows-to-mac/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Use TimThumb to Add Thumbnail Images Using the First Image in the Post</title>
		<link>http://thesis-blogs.com/use-timthumb-to-add-thumbnail-images/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=use-timthumb-to-add-thumbnail-images</link>
		<comments>http://thesis-blogs.com/use-timthumb-to-add-thumbnail-images/#comments</comments>
		<pubDate>Sat, 06 Aug 2011 07:30:34 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[thesis tips]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=1868</guid>
		<description><![CDATA[I have been a fan of the TimThumb script for some time now. It can be used as an alternative to using WordPress Featured Images to display and automatically resize images. Recently there has been quite a lot of activity in TimThumbville. A security vulnerability was discovered which allowed third parties to upload and execute PHP code in the TimThumb cache directory. Following the news of the vulnerability, the current TimThumb developer, Ben Gillbanks has [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been a fan of the <a rel="nofollow" target="_blank" rel="nofollow" href="http://www.binarymoon.co.uk/projects/timthumb/" target="_blank">TimThumb</a> script for some time now. It can be used as an alternative to using <a href="http://thesis-blogs.com/wordpress-post-thumbnails-thesis-theme/" title="How To Use WordPress 2.9′s Post Thumbnail Feature (Featured Image) In Your Thesis Theme" >WordPress Featured Images</a> to display and automatically resize images.</p>
<p>Recently there has been quite a lot of activity in TimThumbville. A <a rel="nofollow" target="_blank" rel="nofollow" href="http://wpcandy.com/reports/timthumb-security-vulnerability-discovered" target="_blank">security vulnerability</a> was discovered which allowed third parties to upload and execute PHP code in the TimThumb cache directory.</p>
<p>Following the news of the vulnerability, the current <a rel="nofollow" target="_blank" rel="nofollow" href="http://www.binarymoon.co.uk/projects/timthumb/" target="_blank">TimThumb</a> developer, Ben Gillbanks has been working to update it via the <a rel="nofollow" target="_blank" href="http://code.google.com/p/timthumb/">Google Code Project</a>.</p>
<h2>Enter WordThumb</h2>
<p>Another development since the vulnerability was discovered is that the developer who discovered it, Mark Maunder, did a <a rel="nofollow" target="_blank" rel="nofollow" href="http://wpcandy.com/reports/mark-maunder-forks-timthumb-to-wordthumb" target="_blank">complete rewrite</a> of the script and named it <a rel="nofollow" target="_blank" rel="nofollow" href="http://code.google.com/p/wordthumb/" target="_blank">WordThumb.</a></p>
<span class="quote_right">&#8220;TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.&#8221; &mdash; from the TimThumb Project Page</span>
<h2>The Saga Continues</h2>
<p>While I was actually writing this post, I discovered that The WordThumb project has now become <a rel="nofollow" target="_blank" rel="nofollow" href="http://code.google.com/p/timthumb/" target="_blank">TimThumb version 2.0</a>, which makes more sense to me. We don&#8217;t need two scripts out there that do the exact same thing. So I would guess that the new 2.0 version of TimThumb has all the latest and greatest security enhancements and more.</p>
<h2>How to Use TimThumb to add Thumbnails to Your Posts</h2>
<p>What I like about the script is that is will resize images without having to re-upload the image, which is the case with WordPress Featured Images. I actually like both methods, but it depends on the site you&#8217;re working on as to which you will use.</p>
<p>If you have many posts with images, and you decide to add thumbnails to the posts on your home page, or maybe in the sidebar, then having to re-upload the images if you&#8217;re using WordPress Featured Images can be a problem.</p>
<p>So, what I&#8217;ve done in cases like this is to grab the first image in the post, then use TimThumb to resize the image and place it where I want.</p>
<h2>How to Use the First Image in Your Posts with TimThumb</h2>
<p>One little spin on using TimThumb is to have it automatically use the first image in your post. Now, keep in mind that TimThumb doesn&#8217;t have anything to do with this script I&#8217;m going to use to grab the first image, I&#8217;m just using it in conjunction with TimThumb for this purpose.</p>
<p>So, let&#8217;s say you want to add thumbnail images to the posts on your home page and you want to automatically resize them, and also use the first image in your post. I&#8217;m going to use some code I first discovered on the <a rel="nofollow" target="_blank" rel="nofollow" href="http://www.wprecipes.com/how-to-get-the-first-image-from-the-post-and-display-it" target="_blank">wprecipes.com blog</a> which will grab the first image. Visit that site and grab the code, then paste it in your <em>custom-functions.php</em> file.</p>
<p>Now that we have the first image, let&#8217;s use TimThumb to display it at the desired size.</p>
<p>You will need to make sure you have installed TimThumb correctly. It&#8217;s really easy and there are instructions over on the <a rel="nofollow" target="_blank" rel="nofollow" href="http://www.binarymoon.co.uk/projects/timthumb/" target="_blank"> TimThumb Project Homepage</a>.</p>
<p>I will just add that you should save the file in a folder called &#8220;scripts&#8221; inside your Thesis custom folder. You should also create the two additional folders as explained in the instructions, called &#8220;cache&#8221; and &#8220;temp&#8221; and be sure you place them in the same folder as <em>timthumb.php</em>.</p>
<p>Now that you have it installed, paste this into your <em>custom-functions.php</em> file:</p>
<pre class="brush: php; title: ; notranslate">
function thumb_images() {
global $post;
$img = '&lt;img class=&quot;alignleft&quot; src=&quot;' . THESIS_CUSTOM_FOLDER .'/scripts/timthumb.php?src='.catch_that_image($post).'&amp;h=150&amp;w=150&amp;zc=1&quot; alt=&quot;&quot;&gt;';
echo $img;
}

add_action('thesis_hook_before_headline','thumb_images');
</pre>
<p>Here&#8217;s what&#8217;s happening, and some points to note:</p>
<ol>
<li>We are using the standard TimThumb syntax in the URL to resize and display the image, but we&#8217;re using the script that grabs the first image in the post and then passing that information to the TimThumb URL parameters.</li>
<li>You can change the width (w) and height (h) values to anything you want. Keep in mind too that in this code, the <em>timthumb.php</em> file is saved in a folder called &#8220;scripts&#8221; inside the Thesis custom folder.</li>
<li>I&#8217;m using the Thesis hook <em>thesis_hook_before_headline</em> to insert the image before the post headline.</li>
<li>You can use other Thesis hooks to place the image wherever you want.</li>
<li>I added the css class of <em>alignleft</em> which is already built into Thesis and which will float the image to the left. Again, you can change this class to anything you want.</li>
<li>Please note that this code is written to work with Thesis, but you can adapt it to work in your non-Thesis based WordPress site.</li>
</ol>
<p>What&#8217;s really nice about TimThumb is that let&#8217;s say you decide to change the size of the thumbnails, then all you do it update the width and height values, re-upload your <em>custom-functions.php</em> file, and kablammo, the images are resized.</p>
<p>So that does it. You now have it set up so your images are getting automatically resized by TimThumb and it&#8217;s using the first image in your post.</p>
<p>I&#8217;ve provided some links below for additional reading.</p>
<ul class="cssnote">
<span></span></p>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://www.wprecipes.com/how-to-get-the-first-image-from-the-post-and-display-it" target="_blank">Grab the first image from the post</a></li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://www.binarymoon.co.uk/projects/timthumb/" target="_blank">TimThumb Project Homepage</a></li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://code.google.com/p/timthumb/" target="_blank">TimThumb on Google Code</a></li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://wpcandy.com/reports/timthumb-security-vulnerability-discovered" target="_blank">TimThumb Security Vulnerability Discovered.</a></li>
<li><a rel="nofollow" target="_blank" rel="nofollow" href="http://wpcandy.com/reports/wordthumb-project-merges-with-timthumb" target="_blank">WordThumb Project Merges with TimThumb.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/use-timthumb-to-add-thumbnail-images/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Show One Sidebar on Certain Pages in Thesis</title>
		<link>http://thesis-blogs.com/show-one-sidebar-on-certain-pages-in-thesis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=show-one-sidebar-on-certain-pages-in-thesis</link>
		<comments>http://thesis-blogs.com/show-one-sidebar-on-certain-pages-in-thesis/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 02:07:50 +0000</pubDate>
		<dc:creator>Thesis-Blogs.com</dc:creator>
				<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Thesis User's Guide]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[thesis tips]]></category>
		<category><![CDATA[thesis users guide]]></category>

		<guid isPermaLink="false">http://thesis-blogs.com/?p=1862</guid>
		<description><![CDATA[Sometimes you might want to show a single sidebar on certain pages in your Thesis theme if you&#8217;re running a 3-column layout. That means you basically have 2 sidebars sitewide, but maybe you just want to show one on a particular page. This tutorial from the Thesis User&#8217;s Guide will allow you to do just that. There are four basic steps to making this happen: Remove the original sidebars from the home page Restore sidebar [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Sometimes you might want to show a single sidebar on certain pages in your Thesis theme if you&#8217;re running a 3-column layout. That means you basically have 2 sidebars sitewide, but maybe you just want to show one on a particular page. This tutorial from the Thesis User&#8217;s Guide will allow you to do just that.</p>
<p>There are four basic steps to making this happen:</p>
<ol>
<li>Remove the original sidebars from the home page</li>
<li>Restore sidebar 1 to the home page</li>
<li>Add a unique body class to the home page (to be used for styling)</li>
<li>Add (and modify) the custom styles</li>
</ol>
<blockquote><p>The discussion which follows is specific to the home page (aka the posts page) — if you’re wanting to apply this tutorial to another page instead, you’ll want to substitute the appropriate <a rel="nofollow" target="_blank" rel="nofollow" href="http://codex.wordpress.org/Conditional_Tags" target="_blank">WordPress conditional tag</a>.</p></blockquote>
<p>To remove the original sidebars from the home page, we&#8217;ll use a Thesis filter, <a rel="nofollow" target="_blank" rel="nofollow" href="http://diythemes.com/thesis/rtfm/filters/thesis_show_sidebars/">thesis_show_sidebars</a>. Add the following code to your <code>custom_functions.php</code> file:</p>
<pre>// Remove original sidebars
function no_sidebars() {
	if (is_home())
		return false;
	else
		return true;
}
add_filter('thesis_show_sidebars', 'no_sidebars');</pre>
<p>Now that the default sidebars have been removed from the home page, we’ll need a function which adds back only the one sidebar that we want; here’s the code you’ll need in your <code>custom_functions.php</code> file:</p>
<pre>// Restore sidebar 1 to layout
function restore_sidebar(){
	if (is_home()) { ?&gt;
	&lt;div id=&quot;sidebars&quot;&gt;
	&lt;div id=&quot;sidebar_1&quot; class=&quot;sidebar&quot;&gt;
		&lt;ul class=&quot;sidebar_list&quot;&gt;
			&lt;?php thesis_default_widget(1); ?&gt;
		&lt;/ul&gt;
	&lt;/div&gt;
	&lt;/div&gt;
	&lt;?php }
}
add_action('thesis_hook_content_box_bottom','restore_sidebar',1);</pre>
<p>Finally, since Thesis has been configured to display two sidebars by default, but our home page will only be displaying one sidebar, we’re going to need a unique CSS class which we can use to modify the existing styles to accommodate just the one sidebar. For that, we’ll use the Thesis filter <a rel="nofollow" target="_blank" href="http://diythemes.com/thesis/rtfm/filters/thesis_body_classes/">thesis_body_classes</a>. Place the following code in your <code>custom_functions.php</code> file:</p>
<pre>// Add a class for styling
function one_sidebar($classes) {
	if (is_home()) {
    	$classes[] = 'one_sidebar';
 	}
    return $classes;
}
add_filter('thesis_body_classes', 'one_sidebar');</pre>
<p>That’s it for the <code>custom_functions.php</code> file — remember to save all your changes!</p>
<p>Now, add the following code to your <code>custom.css</code> file (you’ll need to change the values until you’re satisfied with the final look for your home page):</p>
<pre>.custom .no_sidebars #content { width: 51.4em; }
.custom.one_sidebar #container { width: 100em; }
.custom.one_sidebar #sidebars { width: 21.7em; }</pre>
<p>That’s it! Now you’ll see only sidebar 1 showing up on your home page, whereas both sidebar 1 and sidebar 2 will show up everywhere else on your site!</p>
<p>But, what if sidebar 2 is the only sidebar you want on your home page? Simply replace <code>1</code> in the second function above with <code>2</code> instead, and you’re all set!</p>
<p>Source: <a rel="nofollow" target="_blank" rel="nofollow" href="http://diythemes.com/thesis/rtfm/one-sidebar-certain-pages-only/">Show One Sidebar Only on Certain Pages</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thesis-blogs.com/show-one-sidebar-on-certain-pages-in-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 17/20 queries in 0.016 seconds using disk: basic

Served from: thesis-blogs.com @ 2012-02-23 11:59:33 -->

