<?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>scottallen.com &#187; Wordpress</title>
	<atom:link href="http://www.scottallen.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottallen.com</link>
	<description>Multi pertransibunt, et augebitur scientia.</description>
	<lastBuildDate>Sun, 29 Jan 2012 23:22:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Exclude An Image From Your WordPress Gallery</title>
		<link>http://www.scottallen.com/2011/03/how-to-exclude-an-image-from-your-wordpress-gallery/</link>
		<comments>http://www.scottallen.com/2011/03/how-to-exclude-an-image-from-your-wordpress-gallery/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 17:44:50 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.scottallen.com/?p=1159</guid>
		<description><![CDATA[If you&#8217;ve ever added the Gallery to one of your WordPress Posts, you might have had the frustration of keeping the other images in that same Post from appearing in the Gallery. This can come up if your WordPress theme supports Featured Images. It can also come up when you want to include other images [...]]]></description>
			<content:encoded><![CDATA[<p><!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px} -->If you&#8217;ve ever added the Gallery to one of your WordPress Posts, you might have had the frustration of keeping the other images in that same Post from appearing in the Gallery. This can come up if your WordPress theme supports Featured Images. It can also come up when you want to include other images in your Post but want to exclude those from the Gallery.</p>
<p>First of all, the fix isn&#8217;t about installing a plugin. At least I didn&#8217;t find a plugin that handled this without radically changing the nature of the Gallery. The solution is a tiny bit of code I found out about at <a href="http://en.support.wordpress.com/images/gallery/" target="_blank">WordPress support</a>. (I was surprised that the forums were not very good at answering this question.)</p>
<p>Here is what you need to do:</p>
<p>With the Gallery already added to your post, go into your Post Editor. You want to edit the post containing the Gallery.</p>
<p>Click the tab to view the post in HTML.</p>
<p>Scroll to the area where you see the code for the gallery. If you&#8217;re not used to reading HTML, get over it. It&#8217;s not real code. Think of HTML as a dumb word processor. It&#8217;s so dumb you have to code how to &lt;bold&gt;<strong>bold</strong>&lt;/bold&gt; a word. Now scroll down the HTML and find the tag:</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;"><span class="br0">&#91;</span>gallery<span class="br0">&#93;</span></div>
</div>
<p>This is where you&#8217;re going to add a your exclude code. (cough) I mean HTML tag.</p>
<p>Now, before you can do this, you need to know what the ID# is for the image you want to exclude. To find this out, just Preview your article. Then click on the image in the Gallery that you want to exclude. Look up in your browser&#8217;s URL location bar you&#8217;ll see the URL for that image. The end of the URL shows the ID#. Copy that number.</p>
<p>Return to your Editor and HTML.</p>
<p>The syntax for excluding an image from your Gallery is:</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;"><span class="br0">&#91;</span>gallery exclude<span class="sy0">=</span><span class="st0">&quot;your ID #&quot;</span><span class="br0">&#93;</span></div>
</div>
<p>*If you want to exclude more than one number use commas to separate like this (shown with sample numbers):</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;"><span class="br0">&#91;</span>gallery exclude<span class="sy0">=</span><span class="st0">&quot;24,30,43&quot;</span><span class="br0">&#93;</span></div>
</div>
<p>Here is what the finished code for excluding one image from the Gallery looks like :</p>
<div class="codesnip-container" >
<div class="php codesnip" style="font-family:monospace;"><span class="br0">&#91;</span>gallery exclude<span class="sy0">=</span><span class="st0">&quot;1134&quot;</span><span class="br0">&#93;</span></div>
</div>
<p>In the above case the image with the ID# of 1134 was excluded from the Gallery on <a href="http://www.scottallen.com/2011/03/how-to-make-a-paper-boat/" target="_blank">my article about making paper boats</a>. That was the image I only wanted to use as the Featured Image. Notice that image is NOT in the Gallery.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottallen.com/2011/03/how-to-exclude-an-image-from-your-wordpress-gallery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Create a Website For Under $100 That Doesn&#8217;t Suck</title>
		<link>http://www.scottallen.com/2011/03/how-to-create-a-website-for-under-100-that-doesnt-suck/</link>
		<comments>http://www.scottallen.com/2011/03/how-to-create-a-website-for-under-100-that-doesnt-suck/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 04:51:56 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.scottallen.com/?p=1038</guid>
		<description><![CDATA[So you need a website and you don&#8217;t have a bunch of money to sink into it. On top of that you are just about as technical as my mom. What to do? How do you get a website without it sucking? Well pony up cowpoke. Here is how you build a website using tools [...]]]></description>
			<content:encoded><![CDATA[<p>So you need a website and you don&#8217;t have a bunch of money to sink into it. On top of that you are just about as technical as my mom. What to do? How do you get a website without it sucking? Well pony up cowpoke. Here is how you build a website using tools most web developers don&#8217;t want you to know about.</p>
<p>First of all, you are NOT going to start from scratch. 99% of the time starting from scratch is stupid (cough&#8230;cough…) I mean unnecessary. You&#8217;re going to start with WordPress.</p>
<p><strong>Secret #1: Build on WordPress</strong></p>
<p>Yes, WordPress is a blog tool. Yes, some developers will tell you &#8220;This is a cut-rate approach to building a website.&#8221; Yes, anyone that tells you that is just trying to steal your money (or sleep with your sister.) So tell them to stick it. Embrace WordPress as your foundation for your website. It&#8217;s wonderful&#8230;and it&#8217;s free&#8230;after all code IS poetry.</p>
<p>Now that you&#8217;ve got the foundation for your website organized you&#8217;ll need hosting. Actually, you&#8217;ll need hosting first, but if I started this article with something as mundane as &#8220;hosting&#8221; you&#8217;d probably have stopped reading already.</p>
<p>Are you still there?</p>
<p>Yes?</p>
<p>Cool. Ok. So Hosting…</p>
<p><strong>Secret #2: Get inexpensive, reliable hosting </strong></p>
<p><strong> </strong>Now, I see the ads for 1&amp;1 and they say they are the #1 hosting provider. I don&#8217;t know <em>that</em> for sure. But for me, 1&amp;1 has been great. They have a beginner package that starts at a whopping $3.99 per month and you get all you need with it. What&#8217;s important about your hosting (because this is required by WordPress) is that it includes a SQL database. When you install WordPress, you will already need to have set up your SQL database. I know, that sounds way technical. Like shut up already Nerd Boy. But, at 1&amp;1, it&#8217;s super easy with just a few clicks of a button.  Every hosting company is going to have their quirks. I&#8217;ve been with 1&amp;1 for years and they have always treated me right. On the web they are 1and1.com.  Aside from the web hosting you get a bucket full of email addresses, which is very handy.</p>
<p><strong>Secret #3: Buy a WordPress theme</strong></p>
<p>Now, this is the part that makes web designers (those who make a living selling you expensive websites) crazy. Once you have your hosting and WordPress, then all you need to do is BUY a THEME. That&#8217;s right. You can window shop for your website look and feel. Hell, some themes are even FREE. Trying on different looks is about as hard as switching socks. <a href="http://themeforest.net/category/wordpress" target="_blank">The best place to get themes is here</a>. Make sure if you are buying a theme, that you get one for WordPress. You can search the net for &#8220;premium&#8221; themes. <a href="http://www.elegantthemes.com/" target="_blank">Another place to get good themes is here</a>.</p>
<p>Now that you have your hosting, wordpress and your theme you are ready to go. WAIT just a cotton-pickin&#8217; minute. We left something out.</p>
<p><strong>Secret #4: Register a domain</strong></p>
<p>Was this really a secret? What about your domain? What address are people going to use to access this site? Well that&#8217;s up to you&#8211;and your domain registrar. Now&#8230;even though I failed their &#8220;intelligence test&#8221; and couldn&#8217;t get hired at Godaddy because (apparently) I&#8217;m too stupid, I still use Godaddy for all of my domain registration needs. So just go to Godaddy and run your searches. Don&#8217;t be too disappointed if most of the domains you think of are gone already, that&#8217;s just the way it goes.</p>
<p>So let&#8217;s recap. Here is what you need in order to create an excellent website:</p>
<table style="background-color: #ffffcc;" border="1" cellspacing="3" cellpadding="3" width="400" bordercolor="#FFCC00">
<tbody>
<tr>
<td>A domain name</td>
<td>$11.99</td>
</tr>
<tr>
<td>Web hosting that includes SQL database/monthly charge</td>
<td>$3.99</td>
</tr>
<tr>
<td>WordPress</td>
<td>Free</td>
</tr>
<tr>
<td>Premium WordPress theme (prices may vary)</td>
<td>$39.00</td>
</tr>
</tbody>
</table>
<p>Mix, shake and stir. Voila! Website!</p>
<p>Total estimate cost&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;$54.98 + labor</p>
<p>Piece of cake right? Sure it is. Just like Godaddy&#8217;s IQ test. (no&#8230;I&#8217;m not still bitter about that&#8230;no not at all.)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottallen.com/2011/03/how-to-create-a-website-for-under-100-that-doesnt-suck/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Make your WordPress iphone Friendly</title>
		<link>http://www.scottallen.com/2010/02/wordpress-iphone-friendly/</link>
		<comments>http://www.scottallen.com/2010/02/wordpress-iphone-friendly/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 16:20:32 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[helpdesk]]></category>
		<category><![CDATA[life hack]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.scottallen.com/?p=78</guid>
		<description><![CDATA[Wouldn&#8217;t it be nice if your blog could detect if it&#8217;s being visited by a mobile browser and reformat itself accordingly? Hitting any wordpress site from your iphone (or other touch-enabled) device can be a bit of a bummer for your readers. Without a doubt it&#8217;s better than the dark ages of Blackberry and Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Wouldn&#8217;t it be nice if your blog could detect if it&#8217;s being visited by a mobile browser and reformat itself accordingly?</p>
<p>Hitting any wordpress site from your iphone (or other touch-enabled) device can be a bit of a bummer for your readers. Without a doubt it&#8217;s better than the dark ages of Blackberry and Windows Mobile.</p>
<p>Today we take enlightened browsing from our mobile devices for granted, but that&#8217;s not to say there isn&#8217;t room improvement. Access your blog from iTouch or iPhone (or one of those other Apple knockoffs) and you&#8217;ll see what I mean&#8230;</p>
<p>Even when you enlarge the screen, the user interface presupposes you have the benefit of a full monitor and a mouse.</p>
<p>That&#8217;s why when I stumbled across <a href="http://www.bravenewcode.com/products/wptouch/" target="_blank">WpTouch</a>, a free WordPress plugin from Bravenewcode I had to do a little happy dance.</p>
<p>By adding WpTouch to your blog you instantly optimize it for mobile viewing. In fact the formatting is so nice that it almost makes your regular, un-mobilized blog seem so&#8230;passé.</p>
<p>Easier to show you this little gem rather than blather on about it. Below are my before and after photos.</p>
<div id="attachment_80" class="wp-caption alignleft" style="width: 210px"><a href="http://www.scottallen.com/wp-content/uploads/2010/02/IMG_5077.png"><img class="size-medium wp-image-80 " title="IMG_5077" src="http://www.scottallen.com/wp-content/uploads/2010/02/IMG_5077-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Wordpress on iPhone before WpTouch </p></div>
<div id="attachment_81" class="wp-caption alignleft" style="width: 210px"><a href="http://www.scottallen.com/wp-content/uploads/2010/02/IMG_5076.png"><img class="size-medium wp-image-81" title="IMG_5076" src="http://www.scottallen.com/wp-content/uploads/2010/02/IMG_5076-200x300.png" alt="" width="200" height="300" /></a><p class="wp-caption-text">Wordpress on iPhone after WpTouch is installed</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.scottallen.com/2010/02/wordpress-iphone-friendly/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

