<?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>eMac Consulting &#187; How-To</title>
	<atom:link href="http://www.emacconsulting.com/tag/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emacconsulting.com</link>
	<description>Experienced Macintosh Consulting Seattle</description>
	<lastBuildDate>Wed, 07 Jul 2010 04:34:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Christmas Theme: Moving RSS &amp; Mail Icons</title>
		<link>http://www.emacconsulting.com/how-to/christmas-theme-moving-rss-mail-icons/</link>
		<comments>http://www.emacconsulting.com/how-to/christmas-theme-moving-rss-mail-icons/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 21:55:15 +0000</pubDate>
		<dc:creator>Joe Streno</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[InstantShift]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Worpress Christmas Theme]]></category>

		<guid isPermaLink="false">http://www.emacconsulting.com/?p=314</guid>
		<description><![CDATA[I recently changed my WordPress theme to a free theme called WordPress Christmas v1.1, designed by the benevolent and creative folks at InstantShift.com. You might be thinking &#8230; hmm &#8230; doesn&#8217;t look too Christmas-like. Yes with some basic Photoshop &#38; CSS skills it was easy to change the design to make it work for me. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-315" title="RSS &amp; Mail Icons" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/picture-11.jpg" alt="RSS &amp; Mail Icons" width="292" height="334" />I recently changed my WordPress theme to a free theme called <a href="http://www.instantshift.com/2009/01/02/wordpress-christmas-v11-a-free-wordpress-theme/">WordPress Christmas v1.1</a>, designed by the benevolent and creative folks at <a href="http://www.instantshift.com/">InstantShift.com</a>. You might be thinking &#8230; hmm &#8230; doesn&#8217;t look too Christmas-like. Yes with some basic Photoshop &amp; CSS skills it was easy to change the design to make it work for me. With a little skill &amp; help from me &#8230; you can too.</p>
<p>This little tutorial will help you change the images used for the RSS icon &amp; the Mail icon and their position on your page. It&#8217;s up to you whether you work with the file live. It&#8217;s not brain surgery, but as always &#8230; back up any files you may alter before you start.</p>
<p><span id="more-314"></span></p>
<p>We will be working with these files:</p>
<p>style-one.css (or)<br />
style-two.css<br />
header.php<br />
index.php</p>
<p>To move the RSS &amp; The Mail Icons to the positions I have them in &#8230; open either the style-one.css or the style-two.css file depending on which you are using. What you need to change are around lines 79 &amp; 80 in the CSS file.</p>
<p>Find:<br />
img#rss-link{position:absolute;top:172px;left:-105px;}<br />
img#contact-link{position:absolute;top:275px;left:-140px;}</p>
<p>Change to:<br />
img#rss-link{position:absolute;top: 210px;left: 800px;}<br />
img#contact-link{position:absolute;top: 280px;left: 825px;}</p>
<p>This will put the icons in the position I have them. But if you play with the top and left positions you can put them wherever you like.</p>
<p style="text-align: center;"><img class="size-full wp-image-323 aligncenter" title="contact" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/contact.png" alt="contact" width="120" height="120" /><img class="size-full wp-image-317 alignnone" title="contact" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/contact.jpg" alt="contact" width="125" height="110" /><img class="size-full wp-image-318 alignnone" title="rss" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/rss.png" alt="rss" width="76" height="93" /><img class="alignnone size-full wp-image-324" title="rss1" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/rss1.png" alt="rss1" width="81" height="88" /></p>
<p>To change the icons to other images as I did, find icons you like, there are plenty of <a href="http://www.maxpower.ca/free-icons/2006/03/05/">free</a> ones on the web. Open the header.php file go to this section:</p>
<p>&lt;&#8211; RSS Link &#8211;&gt;<br />
&lt;a href=&#8221;&lt;?php bloginfo(&#8216;rss2_url&#8217;); ?&gt;&#8221;&gt;&lt;img src=&#8221;&lt;?php bloginfo(&#8216;stylesheet_directory&#8217;); ?&gt;/images/rss.png&#8221; border=&#8221;0&#8243; id=&#8221;rss-link&#8221; class=&#8221;correct-png&#8221; alt=&#8221;RSS&#8221; /&gt;&lt;/a&gt;<br />
&lt;a href=&#8221;mailto:contact@instantshift.com&#8221;&gt;&lt;img src=&#8221;&lt;?php bloginfo(&#8216;stylesheet_directory&#8217;); ?&gt;/images/contact.jpg&#8221; border=&#8221;0&#8243; id=&#8221;contact-link&#8221; alt=&#8221;Contact&#8221; /&gt;&lt;/a&gt;</p>
<p>Change:<br />
mailto:contact@instantshift.com<br />
to<br />
mailto:youreMailAddress@YourDomain.com</p>
<p>And as in my case I changed both icons to images that I wanted and they were both .png files. Of course if you name your icon files to something other than rss.png or contact.jpg you will also need to change the corresponding file paths in the RSS Link section (above) &#8230; i.e.: /images/contact.jpg  to /images/myfilename.jpg</p>
<p><em>Also remeber to keep backups of any changed or added files. If InstantShift updates this theme, you will have to make these changes all over again &#8230; or just re-upload your changed file after the update.</em></p>
<p>Hope this helps. <img src='http://www.emacconsulting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.emacconsulting.com/how-to/christmas-theme-moving-rss-mail-icons/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To: Create a folder in Mail.app</title>
		<link>http://www.emacconsulting.com/email/how-to-create-a-folder-in-mailapp/</link>
		<comments>http://www.emacconsulting.com/email/how-to-create-a-folder-in-mailapp/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 23:40:53 +0000</pubDate>
		<dc:creator>Joe Streno</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mail.app]]></category>
		<category><![CDATA[eMail]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[mailbox]]></category>

		<guid isPermaLink="false">http://www.emacconsulting.com/?p=32</guid>
		<description><![CDATA[Archiving mail, no matter what application you use, is always a good thing to do. Being organized can help you with a cluttered and bursting Inbox and Sent Items folder. Here is a simple &#8220;How To&#8221; for creating a folder/mailbox in Apple&#8217;s Mail.app. Pop eMail: For those of you who have only one POP eMail [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-382" title="Apple Mail" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/apple-mail.jpg" alt="Apple Mail" width="130" height="247" />Archiving mail, no matter what application you use, is always a good thing to do. Being organized can help you with a cluttered and bursting Inbox and Sent Items folder. Here is a simple &#8220;How To&#8221; for creating a folder/mailbox in Apple&#8217;s Mail.app.</p>
<h3>Pop eMail:</h3>
<p>For those of you who have only one POP eMail account, the procedure is very straight forward.</p>
<p><strong>Step 1:</strong></p>
<p>At the bottom left corner of the Mail window click on the &#8220;+&#8221; pop-up menu. Select menu item &#8220;New Mailbox&#8230;&#8221;<span id="more-171"></span></p>
<p><img title="picture-01" src="http://www.emacconsulting.com/wp-content/uploads/2008/07/picture-01.jpg" alt="picture-01" width="249" height="419" /></p>
<p><strong>Step 2:</strong></p>
<p>You will then see a drop down sheet. Enter the name of your folder, mine is named &#8220;First Level&#8221; and click &#8220;OK&#8221;.</p>
<p><img class="alignnone size-full wp-image-43" title="picture-02" src="http://www.emacconsulting.com/wp-content/uploads/2008/07/picture-02.jpg" alt="picture-02" width="443" height="272" /></p>
<p>A new folder/mailbox has been created. To create a sub-folder, a folder within a folder, single click on the folder you just created, or any other you have created and repeat steps 1 and 2. You will have created a first level folder and a sub-folder within the first level folder.</p>
<p><img class="alignnone size-full wp-image-44" title="picture-03" src="http://www.emacconsulting.com/wp-content/uploads/2008/07/picture-03.jpg" alt="picture-03" width="249" height="231" /></p>
<h3>IMAP eMail:</h3>
<p>IMAP mail is a mail protocol that keeps all mail on a server, rather than delivering it to your computers mailbox and deleting it from the server. There are many advantages to using IMAP. If you have multiple computers or an iPhone, you would be able to see the same mail on each device. And if you delete an eMail from one device, this update will be seen by all of your devices. This includes all archiving folders created on the server too.</p>
<p>Here is how to create a folder/mailbox using a single or multiple IMAP eMail accounts.</p>
<p><strong>Step 1:</strong></p>
<p>Select the account mailbox you would like to create a folder in.<img src="file:///Users/joes10/Desktop/Picture%201.jpg" alt="" /></p>
<p><img class="alignnone size-full wp-image-261" title="picture-1" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/picture-1.jpg" alt="picture-1" width="237" height="227" /></p>
<p><strong>Step 2:</strong></p>
<p>At the bottom left corner of the Mail window click on the &#8220;+&#8221; pop-up menu. Select menu item &#8220;New Mailbox&#8230;&#8221;</p>
<p><img class="alignnone size-full wp-image-263" title="picture-01" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/picture-01.jpg" alt="picture-01" width="249" height="164" /></p>
<p><strong>Step 3:</strong></p>
<p>You will then see a drop down sheet. Enter the name of your folder, mine is named &#8220;First Level&#8221; and click &#8220;OK&#8221;.</p>
<p><img class="alignnone size-full wp-image-267" title="picture-21" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/picture-21.jpg" alt="picture-21" width="431" height="279" /></p>
<p><strong>Step 4:</strong></p>
<p>If you were successful you should see something similar to this:</p>
<p><img class="alignnone size-full wp-image-268" title="picture-3" src="http://www.emacconsulting.com/wp-content/uploads/2009/01/picture-3.jpg" alt="picture-3" width="237" height="235" /></p>
<p>And that&#8217;s it! You now know how to create folders/mailboxes in Apple&#8217;s Mail.app.</p>
<p>If this was helpful to you &#8230; please leave a comment. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emacconsulting.com/email/how-to-create-a-folder-in-mailapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
