<?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>Antbag.com &#187; How To</title>
	<atom:link href="http://antbag.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://antbag.com</link>
	<description>Anthony Baggett&#039;s Weblog</description>
	<lastBuildDate>Mon, 14 May 2012 23:16:07 +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>How To Cloak Long Links On Your Website</title>
		<link>http://antbag.com/how-to-cloak-long-links-on-your-website/</link>
		<comments>http://antbag.com/how-to-cloak-long-links-on-your-website/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 20:11:39 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://antbag.com/?p=401</guid>
		<description><![CDATA[Have you ever wondered how to cloak links with longer url&#8217;s or affiliate links on your website? It&#8217;s actually a pretty easy thing to do. There are a number of reasons you might like to do something like this. One &#8230; <a href="http://antbag.com/how-to-cloak-long-links-on-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered how to cloak links with longer url&#8217;s or affiliate links on your website? It&#8217;s actually a pretty easy thing to do. There are a number of reasons you might like to do something like this. One way I used this method, was on my email subscription link. Instead of <a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=677566"><em>http://www.feedburner.com/fb/a/emailverifySubmit?feedId=677566</em></a>, I gave the link a better appearance by cloaking it with this: <a href="http://antbag.com/go/email-updates"><em>http://antbag.com/go/email-updates</em></a>. Either link will take you to the same destination, however the second both looks better, and it&#8217;s a much easier url to remember. You can also use this method for affiliate links which are usually long and generic, or any kind of links for that matter. Here&#8217;s how&#8230;</p>
<h4>Step1</h4>
<p>The first thing you want to do, is create a directory/folder on your server in the same directory your website is in. You can name it anything you want to call it. Mine is named &#8220;go&#8221;. Something like &#8220;recommends&#8221; works well with affiliate links. An example would be &rarr; <a href="http://antbag.com/go/hostgator"><em>http://antbag.com/go/hostgator</em></a>. See how this works?</p>
<h4>Step 2</h4>
<p>Next, you need to create another directory <em>inside</em> the first one. Going back to my email subscription link as an example, I named the folder &#8220;email-updates&#8221;. Whatever you name this directory, it should be a name that relates to the destination of the link. </p>
<h4>Step 3</h4>
<p>In this step, you will open Notepad, or whatever basic text editor you have on your computer. Type in this code:<br />
<textarea rows="2" cols="65" style="font-size:12px"><?php header("location:REPLACE THIS TEXT WITH YOUR LINK'S URL");?></textarea><br />
Once this is typed in, you will name this file <strong>index.php</strong>. You&#8217;ll notice the portion of the code that is written in CAPS. Follow those instructions and place the original url for your link there. If you&#8217;re using Notepad on a Windows PC, be sure that when you save, you name the file <em>index.php</em>, and change file type from<strong> .txt</strong> to <strong>All Files</strong>. This will enable you to save the file as a PHP file, rather than a text document.</p>
<h4>Step 4</h4>
<p>In the final step, all you have to do is open your FTP client(Filezilla, CoffeeCup, etc.) and upload this index.php file to the second directory you made. That&#8217;s it. </p>
<h4>Recap</h4>
<p>So if you named the first directory you created &#8220;recommends&#8221; and the second directory &#8220;ebay&#8221;, you would put your affiliate link to ebay in the index.php file in place of the part that&#8217;s written in all CAPS, save and upload to the &#8220;ebay&#8221; directory. Then the url <a>http://yourwebsite.com/recommends/ebay</a> would actually send your visitors to ebay through your affiliate link. </p>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/how-to-cloak-long-links-on-your-website/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to Change the Width of Your Blog Design</title>
		<link>http://antbag.com/how-to-change-the-width-of-your-blog-design/</link>
		<comments>http://antbag.com/how-to-change-the-width-of-your-blog-design/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 08:16:34 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://antbag.com/how-to-change-the-width-of-your-blog-design/</guid>
		<description><![CDATA[Have you noticed a new trend in blog design? There are several actually, but it seems to me that blogs are getting wider. I think this is due to the fact that more people are now using larger computer monitors &#8230; <a href="http://antbag.com/how-to-change-the-width-of-your-blog-design/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="center off" src="http://antbag.com/images/cyt.jpg" width="415" height="60" alt="Customize Your Theme" /></p>
<p><span class="start">H</span>ave you noticed a new trend in blog design? There are several actually, but it seems to me that blogs are getting wider. I think this is due to the fact that more people are now using larger computer monitors that easily handle a wider screen resolution, and also to make room for more information and sidebars. However, there are still those who prefer a more narrow view. Here I&#8217;m gonna take you along as I actually make one of my free WordPress themes more narrow.</p>
<p><img class="right" src="http://antbag.com/demo/wp-content/themes/paintbrush-10/screenshot.png" width="300" height="225" alt="Paintbrush Theme" title="Download Paintbrush from my Themes Page" /></p>
<p>The theme is <em>Paintbrush</em>, and it&#8217;s the second theme that became available in my line of themes. This theme comes with a width of 900 pixels. As requested by the theme user, we&#8217;re changing that width to 750 pixels to accommodate the 800 x 600 screen resolution that she and some of her friends have. When I make a change like this, the first thing I do is look at the face of the blog and determine what will have to be changed. In Paintbrush, the content of the blog is enclosed in a <strong>div</strong> that is has been given the name, &#8220;<em>wrapper</em>&#8220;. Inside the <em>wrapper</em> is the header, the posts, the sidebar, and the footer. The dark blue part of the screen is outside the <em>wrapper</em>. So obviously, the width of that <em>wrapper</em> will need to be changed from 900 pixels to 750 pixels.</p>
<p>Now that we know we have to change the width of the <em>wrapper</em>, what else will be affected by the change? Yep, basically everything inside the <em>wrapper</em>. Here&#8217;s what we&#8217;ll need to change:</p>
<ul>
<li>Header</li>
<li>Header Background Image</li>
<li>Horizontal Navigation Menu</li>
<li>Post</li>
<li>Sidebar</li>
<li>Footer</li>
</ul>
<p>I know that sounds like a lot, but it really isn&#8217;t that difficult. Here&#8217;s a tip&#8230;&#8230;.we know we&#8217;re subtracting 150px off of the <em>wrapper</em>, right? Well, that&#8217;s the same amount that will need to be taken off of the other things on our list with the exception of the post and the sidebar. For those two, we need to take a TOTAL of 150px off, because they sit side by side. Make sense?</p>
<h3>The Stylesheet</h3>
<p>When you make a change in the code of your website, you should ALWAYS make a backup of the file before you change anything. It&#8217;s too easy to mis-type something and get frustrated because you can&#8217;t figure out what you did. If you have a back-up, you can fix mistakes and start all over making your changes. Now, if you aren&#8217;t familiar at all with CSS, what your looking for is a file called <strong>style.css</strong> in your theme folder. This can be done in the WordPress dashboard. Go to Themes/Theme Editor. Depending on the theme your using, this could be a breeze, or a little confusing. That just depends on how clear the code is written. This didn&#8217;t take me too long, because I coded this theme and know where everything is. But doing the same thing on one that I&#8217;m unfamiliar with would take a little longer.</p>
<p>What we have to do, is scroll down the stylesheet and identify the parts that we need to change. When you come to the wrapper, you&#8217;ll see a line of code that reads <code>width:900px;</code>. Change that to <code>width:750px;</code>. Now we&#8217;re gonna find the other items from our list, on this style sheet one by one. For each item, remember, subtract 150px from the width. When you come to the post and the sidebar, you have to divide that 150px between the two of them. You don&#8217;t want to make the sidebar too narrow. I think what I did was take 20px off the sidebar, and 130px off the post. This is an area you may have to test a couple of variations to see what works best. When you finish, save your changes.</p>
<p>All that&#8217;s left is the background header image. For the header image, the same rule applies&#8230;..subtract 150px from the width. Only thing, the image needs to actually be re-sized, not re-coded. What you need is an image editing program. There&#8217;s Photoshop, the Gimp, and a host of others. If you don&#8217;t already have one, there are quite a few free ones available that will handle this job just fine. The way I see it, there are two options here. You can crop the image, cutting out a portion, or you can resize the image to the width you want. There are advantages and disadvantages to both. Generally, I would crop the image if possible, because that doesn&#8217;t change the height of the image. Which you do is up to you. Make your decision on what you think will work best.</p>
<p>Next up, mmm&#8230;..hey we&#8217;re done! If all went well, everything is looking great. </p>
<h4>Other Posts In This Series</h4>
<ul>
<li><a href="http://antbag.com/understanding-layout/">Understanding Layout</a></li>
<li><a href="http://antbag.com/replace-your-blog-title-with-a-logo/">Replace Your Blog Title with a Logo</a></li>
<li><a href="http://antbag.com/wordpress-theme-tips-text/">WordPress Theme Tips: Text</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/how-to-change-the-width-of-your-blog-design/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Replace Your Blog Title with a Logo</title>
		<link>http://antbag.com/replace-your-blog-title-with-a-logo/</link>
		<comments>http://antbag.com/replace-your-blog-title-with-a-logo/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 15:32:06 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://antbag.com/replace-your-blog-title-with-a-logo/</guid>
		<description><![CDATA[This post is the 2nd installment in my WordPress Theme Tips series. I&#8217;m sure you&#8217;ve noticed that practically all themes that you can download for free, have text in the header which links back to the blogs homepage. I&#8217;ll just &#8230; <a href="http://antbag.com/replace-your-blog-title-with-a-logo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post is the 2nd installment in my <strong>WordPress Theme Tips</strong> series. </p>
<p><img class="center off" src="http://antbag.com/images/customize_theme.jpg" width="500" height="90" alt="Tips to Customize the Look of your blog!" title="Tips to Customize the Look of your blog!" /></p>
<p>I&#8217;m sure you&#8217;ve noticed that practically all themes that you can download for free, have text in the header which links back to the blogs homepage. I&#8217;ll just bet you&#8217;ve visited other blogs that have a logo instead of this title text. Trying to figure out things like this can drive you nuts without a little direction. In this post, we&#8217;re going to look at replacing anchor text with an image. <em>Creating</em> a logo is not covered here, so we&#8217;ll assume you already have an image you want to use. </p>
<p>The easiest way to make this replacement would be to simply delete the text out of your document, and put the image there in it&#8217;s place. The only problem with that is the fact that a search engine can&#8217;t read what you&#8217;ve written in an image. So, the better practice would be to <em>disguise</em> the text with an image. Using CSS, we can leave the HTML text in place, and use a background image to hide it. Sound interesting?</p>
<p><img class="right off" src="http://antbag.com/images/original_title.jpg" width="270" height="75" alt="Logo for Antbag.com" /></p>
<p>When I change designs on this site, I practically always follow what I&#8217;m showing you here. We&#8217;ll use this current design as an example. Originally, the header had a plain white background, with the blog title written in blue. To replace this text with my image, I used a method known as the <a href="http://levin.grundeis.net/files/20030809/alternatefir.html">Gilder/Levin Method</a>.</p>
<p>As always, make a backup of both your <em>header.php</em> file as well as <em>style.css</em>. If we mess something up, it won&#8217;t be any problem to restore it. Now, open up your <em>header.php</em> file, and we&#8217;re going to make a very small change to it. In the <em><strong>h1</strong> element</em>, we want to add <strong>span</strong> tags where I have them high-lighted in the image below.</p>
<p><img class="center off" src="http://antbag.com/images/h1_illustration.gif" width="500" height="52" alt="Add empty span tags" /></p>
<p>Save your changes.</p>
<p><img class="right off" src="http://antbag.com/images/my_logo.jpg" width="270" height="75" alt="Logo for Antbag.com" /></p>
<p>Now let&#8217;s open the <em>style.css</em> file and add a little code. All you need is the image you want to use and the image&#8217;s dimensions. Scroll down your stylesheet and find where the <strong>header</strong> elements are. Because we added  <em>span</em> tags to the header, we just need to define those tags in the styleseet.</p>
<p><img class="center" src="http://antbag.com/images/title_css.jpg" width="403" height="368" alt="Define your image in the stylesheet" /></p>
<p>There you have it. To get the image placed exactly where you want it, you&#8217;ll have to adjust the margins and/or padding accordingly. This is not the only method for doing this, but this has worked best for me.</p>
<h4>Other Posts In This Series</h4>
<ul>
<li><a href="http://antbag.com/understanding-layout/">Understanding Layout</a></li>
<li><a href="http://antbag.com/how-to-change-the-width-of-your-blog-design/">How To Change the Width of Your Blog Design</a></li>
<li><a href="http://antbag.com/wordpress-theme-tips-text/">WordPress Theme Tips: Text</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/replace-your-blog-title-with-a-logo/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Tips &#8211; Text</title>
		<link>http://antbag.com/wordpress-theme-tips-text/</link>
		<comments>http://antbag.com/wordpress-theme-tips-text/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 18:08:51 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://antbag.com/wordpress-theme-tips-text/</guid>
		<description><![CDATA[Almost every blogger would like their design to be different from everyone else&#8217;s. After all, that&#8217;s one more thing that can set you apart from the crowd. However, not every blogger has experience with CSS. If you fit that description, &#8230; <a href="http://antbag.com/wordpress-theme-tips-text/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="center off" src="http://antbag.com/images/customize.jpg" width="450" height="100" alt="Tips for Customizing You Blog Theme" title="Tips for Customizing You Blog Theme" /></p>
<p>Almost every blogger would like their design to be different from everyone else&#8217;s. After all, that&#8217;s one more thing that can set you apart from the crowd. However, <em>not every blogger has experience with CSS</em>. If you fit that description, I&#8217;ve written this just <u>for you</u>!  </p>
<p>This isn&#8217;t really an introduction to CSS. It&#8217;s more of a guide to change specific elements within your theme. Over the course of several posts, I&#8217;m going to cover some things you can do to your current theme to add your own <em>flavor</em> and <em>style</em>. In this post, we&#8217;ll take a look at the <strong>text</strong>.</p>
<p>In your theme directory, the <strong>style.css</strong> file will be our focus. Assuming you have an installed version of WordPress, there are two different approaches to editing the stylesheet. You can go to <code>admin/presentation/theme-editor/stylesheet</code>, and edit the file there, or you can open the stylesheet in a text editor, edit the file, then upload it to your server. I would recommend the latter. Any basic text editor will do the trick. In this example, we&#8217;ll edit the style sheet of my <a href="http://themes.wordpress.net/columns/2-columns/3589/paintbrush-10/">Paintbrush</a> theme using Notepad. ***Before changing anything, make a back-up copy of the original style.css file.***</p>
<h3>Font Family</h3>
<p>How the text on your website looks is dependent on the font that&#8217;s chosen. Making changes to the fonts on a theme doesn&#8217;t seem like a big change, but they can change how your site looks more than you realize. The font you decide to use must be installed on each visitor&#8217;s computer to be displayed. Because of this, there are only a handful of different fonts that are commonly used for the text on a website. The most common ones are <em>Arial, Helvetica, New Times Roman, Verdana</em>, and <em>Georgia</em>. </p>
<p>When you open your theme&#8217;s stylesheet, in the <strong>body</strong> section, you&#8217;ll notice that there&#8217;s probably more than one font listed. The reason for this is because if your visitor&#8217;s computer doesn&#8217;t have the first listed font installed, it will go to the second, and on down the list. </p>
<p><img class="center off" src="http://antbag.com/images/font_family.jpg" width="490" height="123" alt="What's the best font to use?" /></p>
<p>Let&#8217;s change the first font listed from <strong>Verdana</strong> to <strong>Arial</strong>. Let&#8217;s save the changes and see how it looks.</p>
<p><img class="center off" src="http://antbag.com/images/original_font.jpg" width="400" height="100" alt="This is the original font used in Paintbrush" /></p>
<p><img class="center off" src="http://antbag.com/images/changed_font.jpg" width="400" height="100" alt="This is the font after our changes" /></p>
<p>Do you see the change? <em>Arial</em> is tighter and a little smaller. If you use <em>Arial</em>, I would recommend listing <em>Helvetica</em> second in your list, because it&#8217;s very similar to <em>Arial</em>. Most computers have one or the other.</p>
<p>Experiment with the other fonts to find what you think looks best. </p>
<h3>Font Size</h3>
<p>This is another element that comes down to personal preference. Although larger fonts are easier to read, smaller fonts arguably look more attractive. In <em>Paintbrush</em>, the default font size is <strong>14px</strong>. Let&#8217;s change that to 12px, and check out the results.</p>
<p>Still in the <strong>body</strong> section of your stylesheet, change the font size from <em>14px</em> to <em>12px</em>.</p>
<p><img class="center off" src="http://antbag.com/images/font_size.jpg" width="490" height="123" alt="What's the best font size to use?" /></p>
<p><img class="center off" src="http://antbag.com/images/orig_font_size.jpg" width="400" height="100" alt="This is the font before the size change" /></p>
<p><img class="center off" src="http://antbag.com/images/new_font_size.jpg" width="400" height="100" alt="This is the font after the size change" /></p>
<p>Experiment with different font sizes until you find what fits best. There really is no right or wrong. Just fix it the way you like it. If you mess it up, you can always re-upload that copy you made of the original. <img src='http://antbag.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div style="width:450px;margin:10px 0 20px 0;padding:15px;background:#ECF8E0;border: 1px solid #D0F5A9">
</div>
<h4>Other Posts In This Series</h4>
<ul>
<li><a href="http://antbag.com/understanding-layout/">Understanding Layout</a></li>
<li><a href="http://antbag.com/replace-your-blog-title-with-a-logo/">Replace Your Blog Title with a Logo</a></li>
<li><a href="http://antbag.com/how-to-change-the-width-of-your-blog-design/">How To Change the Width of Your Blog Design</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/wordpress-theme-tips-text/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to Organize your Desktop to Boost Productivity</title>
		<link>http://antbag.com/how-to-use-your-desktop-and-boost-productivity/</link>
		<comments>http://antbag.com/how-to-use-your-desktop-and-boost-productivity/#comments</comments>
		<pubDate>Mon, 21 May 2007 09:20:21 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://antbag.com/how-to-use-your-desktop-and-boost-productivity/</guid>
		<description><![CDATA[This was an idea I had a couple of years ago, when nothing like this was around. Since then, several solutions similar to this have been produced. I&#8217;m a little late getting in on the Productivity Tips submission at the &#8230; <a href="http://antbag.com/how-to-use-your-desktop-and-boost-productivity/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p class="yellow_note">This was an idea I had a couple of years ago, when nothing like this was around. Since then, several solutions similar to this have been produced.</p>
<p>I&#8217;m a little late getting in on the Productivity Tips submission at the <a href="http://www.instigatorblog.com/over-100-great-productivity-tips/2007/05/17/">Instigator Blog</a>, but better late than never. <img src='http://antbag.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://www.instigatorblog.com/the-ultimate-guide-to-productivity-group-writing-project/2007/04/24/"><img class="right off" src="http://antbag.com/images/ultimate_guide_prod.jpg" width="340" height="110" alt="Ultimate Guide to Productivity" title="Ultimate Guide to Productivity"/></a>When I was thinking of ways to be more productive, I didn&#8217;t want to dwell on the typical &#8220;meditate and visualize&#8221; advice. I wanted to come up with and share something unique. Not only that, but I wanted to be as specific as possible. So, I decided to focus on computer work, since I love doing anything on the computer.</p>
<h3>The Desktop</h3>
<p>First of all, most people completely waste their desktop. There are neat little widgets and gadgets that you can put on it, and those can be helpful in some ways I suppose. I used to have the &#8220;Konfabulator Widgets&#8221; on my desktop before they were &#8220;Yahoo Widgets&#8221;. Anyway, when I&#8217;m sitting at the computer, the only time I minimize my windows and  <em>actually see</em> the desktop is when I&#8217;m looking for something&#8230;&#8230;.whether it be an application icon or a file. No matter how nice the photo I&#8217;m using, I really don&#8217;t look at it that much. This is the typical Windows XP desktop:</p>
<p><img class="center off" src="http://antbag.com/images/typical-desktop.jpg" width="475" height="380" alt="typical desktop" title="This is your typical Windows XP desktop" /></p>
<p>Why waste all that space on some picture you never really look at, and keep all your files in your Documents folder? Why not make everything more accessible? OK, maybe not everything, but the files and apps that you <u>use most often</u>. I&#8217;ve come up with a solution for this that makes everything much easier and quicker to get to. To my knowledge, this idea is original&#8230;&#8230;.</p>
<p><img class="center off" src="http://antbag.com/images/productivity-desktop.jpg" width="475" height="380" alt="productivity desktop" title="This is my solution to actually use your desktop and be more productive" /></p>
<p>How do you separate everything out like that? Well, I just created an image, using my <a href="http://photofiltre.free.fr/frames_en.htm">favorite photo editor</a>, for my desktop and separated it in six color-coded sections. Then I labeled each section with text. The image should be the same size as the screen resolution you use on your desktop. My screen resolution is set at 1280 x 1024, so that&#8217;s the size of my desktop image. Once the image is made and is set as your desktop background, just drag the icons and files on your desktop to the section you want them in.</p>
<p>So what are your best productivity tips? This is a meme that may actually give some great advice. Ben has already had well over 100 submissions on this project, so there are some great tips. Check it out at the <a href="http://www.instigatorblog.com/">Instigator Blog</a>.</p>
<div class="gray_note">
<p>**<strong>Update:</strong> Here is a variation that may be a little easier on the eye. The point is to make a background image that works for you! I&#8217;m now offering several variations of these backgrounds for <a href="http://antbag.com/desktops">download</a> if you don&#8217;t want to make your own!</p>
</div>
<p><img class="center off" src="http://antbag.com/images/productivity-desktop-2.0.jpg" width="485" height="388" alt="desktop background to boost productivity" title="arrange your desktop in a way that boosts your productivity!" /></p>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/how-to-use-your-desktop-and-boost-productivity/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Planning to Get Things Done</title>
		<link>http://antbag.com/planning-to-get-things-done/</link>
		<comments>http://antbag.com/planning-to-get-things-done/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 02:59:33 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://antbag.com/planning-to-get-things-done/</guid>
		<description><![CDATA[Do you ever feel like the best part of waking up, really is Folgers in your cup? Personally, waking up in a *bad mood* can really keep me from getting much done. Maybe I should, but I&#8217;m not really one &#8230; <a href="http://antbag.com/planning-to-get-things-done/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://antbag.com/images/Coffee_Folgers.jpg" class="right off" alt="Coffee" height="172" width="125" />Do you ever feel like the best part of waking up, <em>really is</em> Folgers in your cup?</p>
<p>Personally, waking up in a *bad mood* can really keep me from getting much done. Maybe I should, but I&#8217;m not really one for making a daily <a href="http://www.instigatorblog.com/get-organized-and-more-productive-no-more-bloated-to-do-lists/2006/07/13/">to-do list</a>.</p>
<p>Everyone has a general idea for what they plan to accomplish each day, whether it&#8217;s written or not. If you get up everyday to go to your job, that kind of takes care of your to-do&#8217;s for the most part. What about the days you&#8217;re not at work? What if you&#8217;re self-employed? Works gotta get done, regardless of your &#8220;mood&#8221;.</p>
<p>Here are a few ideas, to get you in <em>do-it-anyway</em> mode:</p>
<ul>
<li>Make a to-do list anyway, then follow it.</li>
<li>Do something physical &#8211; whether it be excercise, yard work, housecleaning, etc. For me coming straight to the computer doesn&#8217;t help.</li>
<li>Have a cup of Folgers &#8211; Classic Roast.</li>
<li>Go ahead first thing &#8211; shower, get dressed, eat breakfast, just as if you have to be somewhere.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/planning-to-get-things-done/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Deal With People Who Are Impossible</title>
		<link>http://antbag.com/how-to-deal-with-people-who-are-impossible/</link>
		<comments>http://antbag.com/how-to-deal-with-people-who-are-impossible/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 18:36:25 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://antbag.com/how-to-deal-with-people-who-are-impossible/</guid>
		<description><![CDATA[At some point, we&#8217;ve all had to deal with a real &#8220;nut-job&#8221;. That is unless, of course, we&#8217;re the &#8220;nut-job&#8221;. Hopefully that&#8217;s not the case. People who seem to be impossible to deal with can frustrate you in a way &#8230; <a href="http://antbag.com/how-to-deal-with-people-who-are-impossible/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://antbag.com/images/nut-job.jpg" class="left off" alt="This guy's a nutjob!!!" height="141" width="163" />At some point, we&#8217;ve all had to deal with a real &#8220;nut-job&#8221;. That is unless, of course, we&#8217;re the &#8220;nut-job&#8221;. Hopefully that&#8217;s not the case. People who seem to be impossible to deal with can frustrate you in a way that death seems like the easiest and most sensible solution. Of course, that&#8217;s not the case&#8230;&#8230;&#8230;but it&#8217;s the way our mind can over-exaggerate a situation if we&#8217;re <em>frustrated enough</em>. The best thing to do is to learn how to deal with these people before they get you on your wits end.</p>
<h3>The Facts&#8230;.</h3>
<ol>
<li>You have to accept that you can&#8217;t deal with this kind of person the same as everyone else. It&#8217;s just impossible! That&#8217;s what led you to realize how impossible they were in the first place. They may be crazy, or maybe your personality doesn&#8217;t mix with theirs, but either way, you have to be very direct when you have to communicate with them. Sometimes you have to treat them like children, being extremely gentle with your words and ever aware of them being how they are.</li>
<li>You have to figure out for sure if it&#8217;s them, and not you! Most likely it is, or you would have these problems with almost everyone, not just this <em>hot shot</em>. The fact is though, that this can be confusing, because impossible people like to blame everything on someone else. So, you may be the target of that blame. Just always replay the situation in your mind and make sure you aren&#8217;t the problem. Be ready to admit it if you are.</li>
<li>It&#8217;s much easier said than done, but stay cool and don&#8217;t let anger get you bent out of shape. People who act like children should be treated as such. If they become angry and start yelling, it&#8217;s best not to engage them. Let them have their say, but assume they are just venting. Don&#8217;t take what they say personally, just remember if the conversation needs to continue, let it wait until they can act like an adult. At some point, you may need to even tell them that.</li>
</ol>
<blockquote><p>A soft answer turneth away wrath: but grievous words stir up anger.<br />
Proverbs 15:1</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/how-to-deal-with-people-who-are-impossible/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>How To Attract A Bargain</title>
		<link>http://antbag.com/how-to-attract-a-bargain/</link>
		<comments>http://antbag.com/how-to-attract-a-bargain/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 00:42:48 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://antbag.com/how-to-attract-a-bargain/</guid>
		<description><![CDATA[Have you ever noticed how some people seem to draw bargains like a magnet, while others pay top price for everything they purchase? If there are so many bargains available, why would anyone pay full price for anything? Well, I &#8230; <a href="http://antbag.com/how-to-attract-a-bargain/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever noticed how some people seem to draw bargains like a magnet, while others pay top price for everything they purchase? If there are so many bargains available, why would anyone pay full price for anything? Well, I believe it boils down to several different types of people, and the way they make buying decisions.</p>
<h3>A Simple Truth</h3>
<p>Whether it&#8217;s fair or not, the people who get the best deals are people who have money. The guy who never has a dime to his name will always pay full price or more. As a matter of fact, there&#8217;s a whole industry that preys on the penny-less. That&#8217;s how credit card companies and cash advance establishments make so much money. They catch people when they&#8217;re down, and tack on the interest!</p>
<p><img src="http://antbag.com/images/spam-mail.jpg" class="center off" alt="Spam" height="305" width="470" /></p>
<p>Why do people with money get better deals? Someone who always has money in his/her pocket gets the best deals for a variety of reasons. Here are a few of them:</p>
<ol>
<li>They can buy NOW&#8230;&#8230;..while the deal is hot.</li>
<li>If they were to borrow money, they are less risk for a lendor.</li>
<li>They will be <u>offered</u> bargains because of their ability to buy.</li>
<li>They know <em>needs</em> and <em>emergencies</em> are coming, and they are prepared&#8230;..which gives them money.</li>
<li>They know standard prices and seek discounts.</li>
</ol>
<p>So it all comes down to having money. Always having money doesn&#8217;t necessarily mean that you make a LOT of it. It just means that you don&#8217;t spend every penny you get. It&#8217;s important to learn how to carry money in your wallet or purse, and not spend it. If you can do that, there will always be opportunities to save money on purchases. You just have to be prepared to take advantage of those opportunities when they present themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/how-to-attract-a-bargain/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>3 MORE Easy Photo Tips</title>
		<link>http://antbag.com/more-blog-photo-tips/</link>
		<comments>http://antbag.com/more-blog-photo-tips/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 19:13:25 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://antbag.com/more-blog-photo-tips/</guid>
		<description><![CDATA[Have you noticed how some bloggers really add a touch of life to their sites by the way they use photos? In my opinion, photos can make a plain, boring-looking site look great by adding that visual anchor. In a &#8230; <a href="http://antbag.com/more-blog-photo-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://antbag.com/images/photo-enhance-banner.jpg" alt="Photo Enhancement" class="center off" height="100" width="495" /></p>
<p>Have you noticed how some bloggers really add a touch of life to their sites by the way they use photos? In my opinion, photos can make a plain, boring-looking site look great by adding that visual anchor. In a <a href="http://antbag.com/blog-photo-tips/">previous post</a>, we talked about a few easy enhancements you can use to make your photos stand out. Here we&#8217;ll look at a few more ways to mix it up!</p>
<h3>#1 &#8211; Make Your Photo Transparent</h3>
<p><img src="http://antbag.com/images/before-opacity.jpg" class="left off stack" alt="before" height="150" width="225" /><img src="http://antbag.com/images/after-opacity.jpg" class="left off stack" alt="after" height="150" width="225" />Blending a photo in with the background using the <em>Opacity</em> function can have a really cool effect. Opacity gives your photo a transparency, which in effect makes the background blend through. Just choose your photo and open it in <a href="http://photofiltre.free.fr/">Photo Filtre</a>. Open a new palette with a white background. Copy the photo and paste it on the white pallet. Rather than validating the paste when you right click on your mouse, choose <em>paste options</em> and move the opacity slider down to 50%, click ok, then validate the paste if your pleased with the results. That&#8217;s all there is to it!</p>
<h3>#2 &#8211; Make Your Own Illustration</h3>
<p><img src="http://antbag.com/images/make-illustration.jpg" class="right off" alt="home made illustration" height="125" width="200" />I really like to make my own illustrations, because it&#8217;s just a lot of fun to experiment with graphics. Not only is it fun, but the illustration is <em>tailor-made</em> just for a particular post. The sky is the limit here as far as your options are concerned. Whether you use pictures in your illustrations, bright colors, or make it kinda plain, the cool thing is that nobody else has one like it! Generally, I open a new white palette in Photo Filtre, find a font I like, and start experimenting until I come up with what I&#8217;m looking for. Give it a try&#8230;&#8230;.</p>
<h3>#3 &#8211; Make Your Own Logo</h3>
<p><img src="http://antbag.com/images/antbag-logo-illustration.jpg" class="center" alt="Make your own logo" height="84" width="417" />Another thing that can be fun as well as add a little <strong><em>bling</em></strong>, is making your own logo or a graphical header image. This one can get a little tricky, but it all comes down to finding a font you like, and using colors you like.</p>
<h3>Conclusion</h3>
<p>All the examples here are original graphics that I put together in just a few minutes time. They were all made using the free version of Photo Filtre. I like it because of it&#8217;s easy learning curve. You can download it <a href="http://photofiltre.free.fr/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/more-blog-photo-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Tips To Make Your Blog Photos Stand Out</title>
		<link>http://antbag.com/blog-photo-tips/</link>
		<comments>http://antbag.com/blog-photo-tips/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 19:17:54 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://antbag.com/blog-photo-tips/</guid>
		<description><![CDATA[I like to visit websites that have great layout and design. There&#8217;s no doubt, the content is what keeps visitors returning, but a great design and layout will leave a lasting impression. One of the best and easiest things you &#8230; <a href="http://antbag.com/blog-photo-tips/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://antbag.com/images/photo-enhancement.jpg" class="center off" alt="photo enhancement" height="145" width="455" />I like to visit websites that have great layout and design. There&#8217;s no doubt, the content is what keeps visitors returning, but a great design and layout will leave a lasting impression. One of the best and easiest things you can do to add color and flare to your site, is to add images. I gave a few pointers <a href="http://antbag.com/how-to-position-images-in-blog-posts">here</a> on how to position them where you want them. Now, we&#8217;ll look at a few <em>enhancements</em> to help them stand out!</p>
<p><em><strong>*</strong>All the examples below were made using <a href="http://photofiltre.free.fr/">Photo Filtre</a>, which is a free image editing program. The same results can be achieved using other image editing programs as well.</em></p>
<h3>Tip #1 &#8211; Add a Border</h3>
<p><img src="http://antbag.com/images/the-brethren-2.jpg" class="right off" alt="The Brethren by John Grisham" height="249" />This is probably the easiest step in adding <em>that little somethig extra</em>. Adding a border doesn&#8217;t look as well on every photo. For instance, I think a photo that has a white background and will blend in with the background looks better without a border. In most themes, placing the &#8220;border&#8221; element in the tag of your photo is all it takes to make it happen. I&#8217;ve seen a few themes that didn&#8217;t want to cooperate however, so the result can be easily accomplished using Photo Filtre. Just click the <strong>Image</strong> link at the top and choose &#8220;Outside Frame&#8221;. Then your given the choice of color and thickness of the frame. I made this one red to make it extra noticable for this example. Sometimes a more subtle color may work better. Now that was an <strong>easy tip</strong>, huh? Wait till you see the next one&#8230;&#8230;</p>
<h3>Tip #2 &#8211; Add a Drop Shadow</h3>
<p><img src="http://antbag.com/images/the-brethren-drop.jpg" class="left off" alt="The Brethren by John Grisham" height="259" />Now this one really makes a difference! This little shadow gives the illusion that the image has space between it and the actual webpage. This is one of my favorites. Just click the <strong>Image</strong> link at the top of the Photo Filtre interface and choose &#8220;Outside Drop Shadow&#8221;. Not only will this add a shadow, but you can choose the color, depth, and the direction. As for the color, black or gray will look best most of the time, but you just have to experiment. Keep in mind that there really aren&#8217;t any right and wrong answers. It&#8217;s all about what YOU like and what YOU think will <em>enhance</em> your content rather than steal attention away from it. Now the next one is super cool because you can combine it with either of the first two tips, and it still works great&#8230;&#8230;</p>
<h3>Tip #3 &#8211; Rotate the Photo</h3>
<p><img src="http://antbag.com/images/the-brethren-rotate.jpg" class="right off" alt="John Grisham Novel Rotated" height="193" width="125" />Wow! Now that looks good. Sometimes the easiest things can make all the difference. When you think <em>rotate</em>, I think it&#8217;s probably natural to think in terms of 90 degrees or 45 degrees, but rotating an image <u>ever-so-slightly</u> really stands out. In Photo Filtre, go to the <strong>Image</strong> link at the top, and click on <em>Rotate</em> and choose <em>Free</em>. Now your given the choice of exactly how many degrees you want this thing turned. One of the cool things, is that you can add a minus sign in front of whatever the number, and the image is rotated counter-clockwise. That&#8217;s exactly what I did with the image here. It&#8217;s rotated at -3 degrees. Well, what do ya think? Look good?</p>
<h3>&#8230;Don&#8217;t Forget</h3>
<p>Remember, to place your images on your site, they have to be hosted online. I generally upload them to a folder on my own server, but you can also use services such as <a href="http://localhost/wordpress/http:flickr.com">Flickr</a> or <a href="http://photobucket.com">Photobucket</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antbag.com/blog-photo-tips/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

