<?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>Casabona.Org Blog &#187; Quick Tips</title>
	<atom:link href="http://casabona.org/blog/category/quick-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://casabona.org/blog</link>
	<description>Tech, The Universe, and Life in General</description>
	<lastBuildDate>Wed, 04 Apr 2012 13:00:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Quick Tip: How to Un-shrink a Sweater</title>
		<link>http://casabona.org/blog/2011/01/quick-tip-how-to-un-shrink-a-sweater/</link>
		<comments>http://casabona.org/blog/2011/01/quick-tip-how-to-un-shrink-a-sweater/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 20:14:33 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[clothes]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[shrinking]]></category>
		<category><![CDATA[sweather]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unshrink]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1825</guid>
		<description><![CDATA[So this isn&#8217;t really tech related, but I&#8217;m a guy and not a very bright one at that. Last week a bought a new sweater, wore it out over the weekend and had to wash it. I of-course ignored the dry-clean only label and my brother&#8217;s warning and threw it in with the rest of the clothes. [...]]]></description>
			<content:encoded><![CDATA[<p>So this isn&#8217;t really tech related, but I&#8217;m a guy and not a very bright one at that. Last week a bought a new sweater, wore it out over the weekend and had to wash it. I of-course ignored the dry-clean only label and my brother&#8217;s warning and threw it in with the rest of the clothes. The result is that it was about 3 times smaller. Luckily I took to the Internet and found <a href="http://www.pioneerthinking.com/ac_unshrink.html">this awesome site</a>, detailing how to un-shrink the sweater.</p>
<ol>
<li>Soak the sweater in warm water with a mild soap for about 10 minutes.</li>
<li>Lay the garment out on some towels in a cool place (I hung it up on a hanger).</li>
<li>Stretch the sweater out to its original size.</li>
<li>Allow it to dry.</li>
</ol>
<p>The <a href="http://www.pioneerthinking.com/ac_unshrink.html">website</a> explains in a little more detail the whys, but I tried this and it worked. If you try it, good luck! Let us know in the comments if it works. Other tips are also welcomed!</p>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2011/01/quick-tip-how-to-un-shrink-a-sweater/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: How to Move a WordPress Site</title>
		<link>http://casabona.org/blog/2010/12/quick-tip-how-to-move-a-wordpress-site/</link>
		<comments>http://casabona.org/blog/2010/12/quick-tip-how-to-move-a-wordpress-site/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 21:52:12 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1796</guid>
		<description><![CDATA[I won&#8217;t go too in-depth here, but I will describe the steps you need to take to move a WordPress website to a different host. Download all of the site files from the old host Export the entire database WordPress is using. If you&#8217;re not sure how to do that, there are instructions here. If [...]]]></description>
			<content:encoded><![CDATA[<p>I won&#8217;t go too in-depth here, but I will describe the steps you need to take to move a WordPress website to a different host.</p>
<ol>
<li>Download all of the site files from the old host</li>
<li>Export the entire database WordPress is using. If you&#8217;re not sure how to do that, there are <a href="http://codex.wordpress.org/Backing_Up_Your_Database">instructions here</a>.</li>
<li>If there are existing files on the new host, back them up by downloading them. Do the same for any databases on the new host.</li>
<li>Upload the site files from the old host to the new one.</li>
<li>Create a new database on the new host. Each host is different, but you&#8217;ll have to create a database, a database user, and then give the database user all privileges on the new database.</li>
<li>Import the database from the old host to the new database.</li>
<li>Change the <code>wp-config.php</code> file info to the new database name, host, username, and password.</li>
</ol>
<h3>Some Things to Consider:</h3>
<ul>
<li>Most hosts keep the database host as <code>localhost</code> but not all of them. If you&#8217;re not sure what your host is, you should contact the new host&#8217;s support.</li>
<li>This is just moving WordPress to a new sever; I assume you&#8217;ve already pointed the domain. If you&#8217;re changing domains, you will also have to change all of the domain references in the WordPress database, most notably in the <code>wp_options</code> table (there are two references there). If you don&#8217;t change the <code>wp_options</code> table, your site will not work. The best way to change all of the references (most of which being in the <code>posts</code> table) is probably to do a Find/Replace on the <code>.sql</code> file in your favorite text editor after you complete step 2.</li>
<li>If you&#8217;re moving a WordPress MU/Multisite install, you will also have to configure the sever to handle subdomains. The codex has <a href="http://codex.wordpress.org/Create_A_Network">instructions on how to do that here</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2010/12/quick-tip-how-to-move-a-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Get a Family Cell Phone Plan to Save Money</title>
		<link>http://casabona.org/blog/2010/09/quick-tip-get-a-family-cell-phone-plan-to-save-money/</link>
		<comments>http://casabona.org/blog/2010/09/quick-tip-get-a-family-cell-phone-plan-to-save-money/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 17:18:20 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[cell phones]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1639</guid>
		<description><![CDATA[I was talking to a friend yesterday who told me his parents booted him and his brother off their family plan and set them each up with their own, and how much more expensive it is. Let&#8217;s look at some numbers. I am on a family plan so I pay: $10 for my line + $10 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://casabona.org/blog/images/droid.jpg" rel="lightbox[1639]"><img class="alignright size-medium wp-image-1438" title="droid" src="http://casabona.org/blog/images/droid-300x246.jpg" alt="" width="300" height="246" /></a>I was talking to a friend yesterday who told me his parents booted him and his brother off their family plan and set them each up with their own, and how much more expensive it is. Let&#8217;s look at some numbers. I am on a family plan so I pay: $10 for my line + $10 for unlimited texting + $3.50 for visual voicemail (which I need to cancel) + $30 for the data plan. Thats <strong>$53.50. </strong>Assuming he is doing the minimum number of minutes, with text, and data (he&#8217;s getting the Droid 2), his plan looks like this: $60 for talk and text + $30 for data. That&#8217;s <strong>$90</strong>. Of-course, with Family Plan with his brother, his plan would look like this:</p>
<p>$100 for talk and text + $30(x2) for their data plans = <strong>$160 or $80/person. </strong>$10. Big Whoop. However, if you bump it up to the next plan for each person, it would be $110 vs $90. $20/month saved. Close to (essentially) a free data plan. If they add one more person to the plan, it would be $170/mo ($10 for the extra line), which divided by 3 is $56.60 per person. Plus, monthly charge savings tend to add up!</p>
<p>Seems like a no brainer at that rate. You will save a good amount of money by playing your cards right with a family plan.*</p>
<p>*note: These numbers are using Verizon Wireless&#8217;s plans. Results from other providers may vary.</p>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2010/09/quick-tip-get-a-family-cell-phone-plan-to-save-money/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Custom Category Styles in WordPress</title>
		<link>http://casabona.org/blog/2010/08/quick-tip-custom-category-styles-in-wordpress/</link>
		<comments>http://casabona.org/blog/2010/08/quick-tip-custom-category-styles-in-wordpress/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 13:04:06 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[code clips]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1604</guid>
		<description><![CDATA[Over the weekend I revamped this blog&#8217;s current theme a little bit, including adding custom styles for my Link Round-up lists. I achieved this by adding a simple piece of code within my loop to make each category a CSS class. Here&#8217;s how I did it. Note: You need to be at least a little [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend I revamped this blog&#8217;s current theme a little bit, including adding custom styles for my <a title="Links" href="http://casabona.org/blog/category/links/">Link Round-up lists</a>. I achieved this by adding a simple piece of code within my loop to make each category a CSS class. Here&#8217;s how I did it.</p>
<p><strong>Note:</strong> You need to be at least a little bit familiar with the WordPress API, and coding themes.</p>
<p><span id="more-1604"></span></p>
<p>Go into the theme page where your posts are printed (in most themes, this will be at least 2 places: index.php and single.php) and find <a href="http://codex.wordpress.org/The_Loop">The Loop</a>. Here you will either find the div that is wrapping each post or write a div to wrap each post.</p>
<p>For the class, call this function: <code>category_classes()</code> (don&#8217;t worry, I&#8217;ll provide the code in the next steps). You should have something that looks like this:</p>
<pre>&lt;?php while ( have_posts() ) : the_post(); ?&gt;
     &lt;div class="&lt;?=category_classes();?&gt;
          /**You Loop Stuff**/
     &lt;/div&gt;
&lt;?php endwhile; ?&gt;</pre>
<p>Next, we are going to open up our functions.php and add this function:</p>
<pre>function category_classes(){</pre>
<pre>   global $post;</pre>
<pre>   $cats= "";</pre>
<pre>   foreach((get_the_category($post-&gt;ID)) as $category) {</pre>
<pre>      $cats.= $category-&gt;category_nicename . ' ';</pre>
<pre>   }</pre>
<pre>   return trim($cats);</pre>
<pre>}</pre>
<p>This function grabs the categories of the current post, and adds each of their names (or in this case, the slug to make is a CSS friendly class name) to a string. It returns that string, trimming any extra white space from the ends.</p>
<p>Since we printed it in the first step, now all we have to do is add the CSS. For the WordPress nicenames (or slugs), generally the slug will be all lowercase, where spaces are replaced by dashes (-). So if I have a category called &#8220;Quick Tips,&#8221; I would define the CSS class <code>.quick-tips</code>.</p>
<p>And there you have it! You can now create different styles for any (or all) of your categories! Just keep in mind, this adds all of the category slugs as css classes, so you may have some conflicts (ie if you have a post in Category A and Category B, you will get <code>class="category-a category-b"</code>).</p>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2010/08/quick-tip-custom-category-styles-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: User Level Themes for Client Site Reviews in WordPress</title>
		<link>http://casabona.org/blog/2010/07/quick-tip-user-level-themes-for-client-site-reviews-in-wordpress/</link>
		<comments>http://casabona.org/blog/2010/07/quick-tip-user-level-themes-for-client-site-reviews-in-wordpress/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 13:42:01 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[code clips]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1571</guid>
		<description><![CDATA[Recently I launched a couple of websites using WordPress and instead of using a temp directory for testing/client review, I used a plugin &#38; theme instead. Using this technique I didn&#8217;t have to worry about moving directories, changing the WordPress directory/blog URLs,  or checking image sources in posts. Here&#8217;s how I did it. First of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://casabona.org/blog/images/wplogo.png" rel="lightbox[1571]"><img class="alignleft size-thumbnail wp-image-1129" title="wplogo" src="http://casabona.org/blog/images/wplogo-150x150.png" alt="" width="95" height="95" /></a>Recently I launched a couple of websites using WordPress and instead of using a temp directory for testing/client review, I used a plugin &amp; theme instead. Using this technique I didn&#8217;t have to worry about moving directories, changing the WordPress directory/blog URLs,  or checking image sources in posts. Here&#8217;s how I did it.</p>
<p><span id="more-1571"></span>First of all, the two tools I used were<a href="http://wordpress.org/extend/plugins/user-level-themes/"> User Level Themes</a> plugin and any old <a href="http://www.google.com/search?sourceid=chrome&amp;ie=UTF-8&amp;q=wordpress+coming+soon+theme">Coming Soon Theme</a>.</p>
<ol>
<li>Install both tools and activate User Level Themes</li>
<li>Make your coming soon theme the default theme (Note: with User Level Themes, this won&#8217;t matter; but it will later when we deactivate User Level Themes)</li>
<li>Go to Appearance-&gt;User Level Themes and scroll down. You will see three options (screen shot below)</li>
<li>The default theme will be your current default theme. Again, this won&#8217;t really matter while User Level Themes is active.</li>
<li>For the Administrator Theme, make it the theme your developing. This theme will only be available to those who are logged in to WordPress.</li>
<li>For the Visitor Theme, make it your coming soon theme. This is for anyone who is not logged in.</li>
<li>Create a username and password for your client(s). Be sure to send instructions explaining that they must be logged in to see your theme.</li>
<li>Once everything has been approved, deactivate User Level Themes (at this point your default theme wil take over) and change your default theme (Under Appearance-&gt;Themes) to your shiny, new, client approved theme.</li>
</ol>
<p style="text-align: center;"><a href="http://casabona.org/blog/images/Screen-shot-2010-07-29-at-9.29.11-AM.jpg" rel="lightbox[1571]"><img class="aligncenter size-full wp-image-1572" title="Screen shot 2010-07-29 at 9.29.11 AM" src="http://casabona.org/blog/images/Screen-shot-2010-07-29-at-9.29.11-AM.jpg" alt="" width="698" height="169" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2010/07/quick-tip-user-level-themes-for-client-site-reviews-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Facebook Privacy Settings</title>
		<link>http://casabona.org/blog/2010/04/quick-tip-facebook-privacy-settings/</link>
		<comments>http://casabona.org/blog/2010/04/quick-tip-facebook-privacy-settings/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 19:12:20 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1514</guid>
		<description><![CDATA[Facebook, at their annual F8 Conference in San Fransisco, announced that they were expanding the reach of social networking to make it easier for 3rd party sites to access your information on Facebook. This sounds awesomely wonderful if you don&#8217;t care about the info you put online. A possible plus is full integration between your [...]]]></description>
			<content:encoded><![CDATA[<p>Facebook, at their annual <a href="http://www.facebook.com/f8">F8 Conference</a> in San Fransisco, announced that they were <a href="http://theflickcast.com/2010/04/22/facebook-f8-conference-recap-expanding-the-reach-of-social-networking/">expanding the reach of social networking</a> to make it easier for 3rd party sites to access your information on Facebook. This sounds awesomely wonderful if you don&#8217;t care about the info you put online. A possible plus is full integration between your likes and related sites. Maybe you &#8220;Like&#8221; a director on Facebook, so IMDB recognizes it and changes it&#8217;s homepage to some of his upcoming work for you. However, you may also see that this is big brother horrifying. It&#8217;s also opt-out, not in. So today&#8217;s Quick Tip is how to opt out.</p>
<p><span id="more-1514"></span></p>
<ol>
<li>Log into <a href="http://www.facebook.com/">Facebook</a></li>
<li>Go to<a href="http://www.facebook.com/#!/settings/?tab=privacy&amp;section=applications&amp;field=instant_personalization"> this Privacy Page</a></li>
<li>Uncheck <em>Allow select partners to instantly personalize their features with my public information when I first arrive on their websites.</em></li>
<li>Confirm</li>
</ol>
<p>After that, you&#8217;re good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2010/04/quick-tip-facebook-privacy-settings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Manage Call List with Google Maps</title>
		<link>http://casabona.org/blog/2010/03/quick-tip-manage-call-list-with-google-maps/</link>
		<comments>http://casabona.org/blog/2010/03/quick-tip-manage-call-list-with-google-maps/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:42:54 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[freelancing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[quick tip]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1486</guid>
		<description><![CDATA[This year I resolved to be more aggressive in getting clients, my marketing campaign, and my business in general. a few days ago I started compiling a list of business in my target market to reach out to. I decided to choose Google Maps to create a custom map of  those business. Here&#8217;s the Why &#38; How. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://casabona.org/blog/images/map.png" rel="lightbox[1486]"><img class="aligncenter size-full wp-image-1487" title="map" src="http://casabona.org/blog/images/map.png" alt="" width="478" height="277" /></a></p>
<p>This year I resolved to be more aggressive in getting clients, my marketing campaign, and my business in general. a few days ago I started compiling a list of business in my target market to reach out to. I decided to choose Google Maps to create a custom map of  those business. Here&#8217;s the Why &amp; How.</p>
<h3><span id="more-1486"></span>Why?</h3>
<p>You need a way to manage the potentials. Things you should record are Name, Address, Phone Number, and Website. These are things that Maps keeps track of. But instead of  the information being in an excel sheet, they are plotted on a map- this adds an extra piece of information: Your Footprint. You can now view how far your target reach is, where each business is relative to you, and where each business is relative to each other.</p>
<h3>How?</h3>
<p>The how is easy:</p>
<ol>
<li>First, make sure you&#8217;re logged in to your Google Account. Head on over to <a title="Google Maps" href="http://maps.google.com">maps.google.com</a></li>
<li>Click on &#8220;My Maps&#8221; next to the &#8220;Get Directions&#8221; link in the top left corner.</li>
<li>Click &#8220;Create New Map&#8221; and name it &#8220;Call List.&#8221; Click Save</li>
<li>Now search for businesses. I usually do &#8220;&lt;type of business&gt; &lt;city, state&gt;&#8221;</li>
<li>Click on one at at the bottom of the information bubble, you&#8217;ll see &#8220;Save to.&#8221; Save it to your new map.</li>
<li>Add a few and view your map!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2010/03/quick-tip-manage-call-list-with-google-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Managing Subscriptions with GMail</title>
		<link>http://casabona.org/blog/2010/01/quick-tip-managing-subscriptions-with-gmail/</link>
		<comments>http://casabona.org/blog/2010/01/quick-tip-managing-subscriptions-with-gmail/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 16:04:02 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[quick tip]]></category>
		<category><![CDATA[subscriptions]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1484</guid>
		<description><![CDATA[It&#8217;s likely that you have several subscriptions to newsletter and email blasts from various websites. And, if you&#8217;re anything like me, you don&#8217;t like a lot of things cluttering your inbox. Today I will tell you how to use GMail to manage your subscriptions. A nice built-in feature of GMail is that you can append [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s likely that you have several subscriptions to newsletter and email blasts from various websites. And, if you&#8217;re anything like me, you don&#8217;t like a lot of things cluttering your inbox. Today I will tell you how to use GMail to manage your subscriptions.</p>
<p><span id="more-1484"></span>A nice built-in feature of GMail is that you can append anything to your email address by adding a &#8220;+&#8221; to it. For example, if I want to keep track of all my client emails, I could give them the email address myemail+clients@gmail.com and it will get sent to my GMail inbox. With that in mind, whenever I sign up for a newsletter or email blast, I use myemail+subscriptions@gmail.com.<br />
To manage these subscriptions, in GMail do the following:</p>
<ol>
<li>Go to Settings-&gt;Labels and create a new label called &#8220;Subscriptions&#8221;</li>
<li>Next Click on the Filters tab and scroll to the bottom. Click on &#8220;Create a new filter&#8221;</li>
<li>In the &#8220;To&#8221;  field of the &#8220;Create a Filter&#8221; box, put your email address with &#8220;+subscriptions&#8221; after the username (IE youremail+ subscriptions@gmail.com)</li>
<li>Click Next Step</li>
<li>Of the checkboxes, check &#8220;Skip Inbox&#8221; and &#8220;Apply label,&#8221; selecting &#8220;Subscriptions&#8221; from the  drop down box.</li>
<li>Click &#8220;Create Filter&#8221; and you&#8217;re all set!</li>
</ol>
<p>Now you won&#8217;t have your email subscriptions filling up your inbox, but kept in one spot for you to review when you&#8217;d like. Just remember to sign up for them with your &#8216;new&#8217; GMail address!</p>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2010/01/quick-tip-managing-subscriptions-with-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manage Email Correspondence with GMail</title>
		<link>http://casabona.org/blog/2009/09/manage-email-correspondence-with-gmail/</link>
		<comments>http://casabona.org/blog/2009/09/manage-email-correspondence-with-gmail/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 20:24:55 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Computer Stuff]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[organize]]></category>
		<category><![CDATA[quick links]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1396</guid>
		<description><![CDATA[This seems like a silly title, since GMail is an email client and all. However, wouldn&#8217;t it be nice if you could have all of the conversations you&#8217;ve with with the same person in one place, at the click of a button? As it turns out GMail&#8217;s search and a labs function called Quick Links [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1401" title="GMail" src="http://casabona.org/blog/images/logo1.png" alt="GMail" width="143" height="59" />This seems like a silly title, since GMail <em>is </em>an email client and all. However, wouldn&#8217;t it be nice if you could have all of the conversations you&#8217;ve with with the same person in one place, at the click of a button? As it turns out GMail&#8217;s search and a labs function called Quick Links makes that very easy to do.</p>
<p><span id="more-1396"></span>In your GMail account, the first thing you need to do is enable Quick Links from the labs tab. Click the beaker icon in the top right corner:</p>
<p style="text-align: left;"><img class="aligncenter size-full wp-image-1397" title="labs-bar" src="http://casabona.org/blog/images/labs-bar.jpg" alt="labs-bar" width="536" height="28" />Once on the page, about 1/4 of the way down, you&#8217;ll see the box for Quick Links. Enable that and click, &#8216;Save Changes&#8217; at the bottom.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1398" title="Screen shot 2009-09-21 at 4.01.35 PM" src="http://casabona.org/blog/images/Screen-shot-2009-09-21-at-4.01.35-PM.jpg" alt="Screen shot 2009-09-21 at 4.01.35 PM" width="451" height="88" /></p>
<p style="text-align: left;">Now back in your inbox, we are going to create a search page to save. In the search box at the top, type <code>from:you@email.com</code> and replace &#8220;you@email.com&#8221; with someone&#8217;s email address. Once the page loads, Click &#8220;Add Quick Link&#8221; in the Quick Links box and give it a meaningful title. Click OK and you&#8217;re done! Now you have a quick reference for any email sent from that specific email address.</p>
<p style="text-align: left;">For more complicated ones (for example, someone who uses 2 email address), you can reference <a href="http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=7190">GMail&#8217;s advanced search page</a>. Quick Links works for any search.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2009/09/manage-email-correspondence-with-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Temp/Splash Page in WordPress</title>
		<link>http://casabona.org/blog/2009/09/create-a-tempsplash-page-in-wordpress/</link>
		<comments>http://casabona.org/blog/2009/09/create-a-tempsplash-page-in-wordpress/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 15:25:34 +0000</pubDate>
		<dc:creator>Joe Casabona</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[code clips]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://casabona.org/blog/?p=1392</guid>
		<description><![CDATA[Often times I will be working on a WordPress theme that I want to live test, but I don&#8217;t want to reveal it to the world yet. The solution would be to throw up a temp page while you work. However, you may have noticed that throwing an index.html file in the WordPress directory or [...]]]></description>
			<content:encoded><![CDATA[<p>Often times I will be working on a WordPress theme that I want to live test, but I don&#8217;t want to reveal it to the world yet. The solution would be to throw up a temp page while you work. However, you may have noticed that throwing an index.html file in the WordPress directory or similar solutions break WordPress. Today I&#8217;ll tell you how to get around that.</p>
<p><span id="more-1392"></span>This solution is pretty simple. First you create the temp page, which will probably have reduced mark-up, CSS in the header, and the whole 9 yards as far as temp or splash pages go. Take that and make it a page template in the WordPress theme you&#8217;re working on (do that with the comment <code>/* Template Name: Splash */</code> at the top of the page). Now make sure to add the 2 tags that make your page a WordPress ready page. Somewhere in the head, add <code>&lt;?php wp_head(); ?&gt;</code>. Right before the <code>&lt;/body&gt;</code> tag, add<code> &lt;?php wp_footer(); ?&gt;</code>. Save it!</p>
<p>From there, go into your WordPress admin panel and create a page using that template. Then create a regular page; that will be where your blog posts show up (Just a title, no content needed here). Once you save them, go to Settings-&gt;Reading and Under &#8220;Front page displays&#8221; choose the radio button, &#8220;A static page.&#8221;  Make the front page your temp page and the blog posts page the second page you created.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1393" title="splash screen" src="http://casabona.org/blog/images/Screen-shot-2009-09-13-at-11.16.12-AM.jpg" alt="splash screen" width="620" height="131" /></p>
<p>Your WordPress domain will now point to your temp page. Just remember the URL for the blog posts page so you can get in to view  the rest of your site while testing!</p>
]]></content:encoded>
			<wfw:commentRss>http://casabona.org/blog/2009/09/create-a-tempsplash-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

