<?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>WebPublishing.me</title>
	<atom:link href="http://webpublishing.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://webpublishing.me</link>
	<description>Blogging about blogging and technology</description>
	<lastBuildDate>Sat, 17 Mar 2012 16:26:51 +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 use the webcam on a Samsung laptop</title>
		<link>http://webpublishing.me/how-to-use-the-webcam-on-a-samsung-laptop/</link>
		<comments>http://webpublishing.me/how-to-use-the-webcam-on-a-samsung-laptop/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 16:26:51 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[internet tutorials]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=481</guid>
		<description><![CDATA[It took me about 20 minutes to get my webcam/digital livecam up running on my Samsung QX410 laptop. The solution? Installing some Samsung software.]]></description>
			<content:encoded><![CDATA[<p><img src="http://webpublishing.me/wp-content/uploads/2012/03/samsung-play-camera.jpg" align="left" style="padding-right:10px; padding-bottom:10px;"/>It can be frustratingly difficult to figure out how to use the webcam on your laptop. It took me about 20 minutes to get my webcam/digital livecam up running on my Samsung QX410 laptop. The solution? Installing some Samsung software called Play Camera.</p>
<p>First, check to see if the software&#8217;s already installed on your computer. If it isn&#8217;t, you can <a href="http://www.netbookfiles.com/2375/samsung-nc10-play-camera-win-xp-20015/">download it here</a> (make sure you scroll down on that page to see the download link as they&#8217;ve got a ton of crap at the top of their web site).</p>
<p>Follow the installation instructions, then launch the program. Once it&#8217;s up and running, it&#8217;s incredible simple to shoot video with your livecam. Just click the red record button, and your Samsung laptop will start shooting. When you&#8217;re done, it&#8217;ll save out a &#8220;.asf&#8221; file (which stands for &#8220;Advanced Streaming Format&#8221; and works with Windows Media Player). </p>
<p>The nice part is, you can upload &#8220;.asf&#8221; files directly to YouTube without having to do any sort of file conversion. Check out my review of the Otterbox iPhone 4S Commuter case that I just shot with my Samsung:</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/CDD5wVxcEgE" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-use-the-webcam-on-a-samsung-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to publish lottery numbers online with a lottery api or lottery rss feed</title>
		<link>http://webpublishing.me/how-to-publish-lottery-numbers-online-with-a-lottery-api-or-lottery-rss-feed/</link>
		<comments>http://webpublishing.me/how-to-publish-lottery-numbers-online-with-a-lottery-api-or-lottery-rss-feed/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 02:34:47 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[apis]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=472</guid>
		<description><![CDATA[Re-publishing winning lottery numbers on your web site is a bit tougher than it sounds.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;d be great if lottery websites set up APIs, RSS feeds or publicly-accessible JSON data so that web developers could re-publish lottery numbers on their web sites or in their apps. Unfortunately, state and national lotteries don&#8217;t have much interest in sending consumers to web sites other than their own to find results/winning numbers.</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/11/lottery-numbers-api-data-feed.jpg" alt="How to re-publish lottery numbers online" title="How to re-publish lottery numbers online" width="400" height="300" class="aligncenter size-full wp-image-473" /></p>
<p>When I first started looking into this issue, I thought that lottery commissions might actually copyright winning numbers. However, a blurb on <a href="http://saliu.com/copyright.html" target="_blank">Saliu</a> seems to indicate they can&#8217;t: </p>
<blockquote><p>&#8220;I don&#8217;t think a lottery commission will ever claim copyright ownership over its drawings. No religions can claim copyrights over their gods. The lottery draws are ruled by Randomness the Almighty. No entity has copyrights over Almighty Randomness. Anybody can publish things like “These are the winning lotto numbers drawn by this lottery commission on this date&#8230;&#8221;</p></blockquote>
<p>What lottery commissions can do, however, is stop your automated script from scraping their site for data by blocking your IP. That means that if you want to publish winning lottery numbers on your site, you&#8217;re probably going to have to enter them by hand, or pay someone else who&#8217;s entering them by hand to provide you with a feed. I&#8217;ve found a few sites online that do just that. I can&#8217;t vouch for any of these (and there are lots more out there), but these sites claim to provide accurate lotto numbers that you can re-publish on your site for a fee:</p>
<ul>
<li><a href="http://www.lotteryfeed.com/" target="_blank">LotteryFeed</a></li>
<li><a href="http://www.lottery-data.com/buyfeeds.php" target="_blank">Lottery-Data</a></li>
</ul>
<p>These sites both provide winning lottery numbers in XML, Javascript, HTML, or text.</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-publish-lottery-numbers-online-with-a-lottery-api-or-lottery-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup a prodigy.net email address on the Kindle Fire</title>
		<link>http://webpublishing.me/how-to-setup-a-prodigy-net-email-address-on-the-kindle-fire/</link>
		<comments>http://webpublishing.me/how-to-setup-a-prodigy-net-email-address-on-the-kindle-fire/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 05:58:01 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Kindle Fire]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=470</guid>
		<description><![CDATA[So, I had to spend about 30 minutes trying to figure out how to get my prodigy.net email address set up on my Kindle Fire. It&#8217;s a bit tricky since Prodigy was bought out by Yahoo many moons ago. On the off chance there are any other prodigy.net users out there who find themselves in [...]]]></description>
			<content:encoded><![CDATA[<p>So, I had to spend about 30 minutes trying to figure out how to get my prodigy.net email address set up on my Kindle Fire. It&#8217;s a bit tricky since Prodigy was bought out by Yahoo many moons ago. On the off chance there are any other prodigy.net users out there who find themselves in the exact same situation I did, here&#8217;s the solution:</p>
<p>When you&#8217;re prompted to set up your email, select &#8220;other&#8221; (not &#8220;Yahoo.com&#8221;), then pick &#8220;Pop3.&#8221;</p>
<p>In the username field, make sure you see the full email address. In the server field, enter the following: pop.prodigy.yahoo.com. Next, you&#8217;ll be prompted to set the credentials for your outgoing emails. The format will be the same. Instead of using pop.prodigy.yahoo.com, though, you&#8217;ll want to type in smtp.prodigy.yahoo.com. Now, you should be good to go. Hope you&#8217;re enjoying your Fire as much as I am!</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-setup-a-prodigy-net-email-address-on-the-kindle-fire/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to remove books from the Kindle Fire home screen carousel</title>
		<link>http://webpublishing.me/how-to-remove-books-from-the-kindle-fire-home-screen-carousel/</link>
		<comments>http://webpublishing.me/how-to-remove-books-from-the-kindle-fire-home-screen-carousel/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 16:33:06 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[Kindle Fire]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=460</guid>
		<description><![CDATA[Got an embarrassing book you don't want people to see when you're showing off your Kindle Fire? Amazon hasn't made it easy to remove those books from your carousel, but it is possible. Here are the steps.]]></description>
			<content:encoded><![CDATA[<p><strong>3/17/12 Update:</strong> Shortly after I posted this, Amazon released a software update for the Kindle that makes it very simple to remove items from your Kindle&#8217;s carousel. Just touch and hold the item you&#8217;d like to remove, and you&#8217;ll get a contextual menu that gives you three options:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2012/03/remove-items-from-kindle-carousel.jpg"/></p>
<p>The options are:</p>
<ul>
<li>Remove from Favorites</li>
<li>Remove from Carousel</li>
<li>Remove from Device</li>
</ul>
<p>Click your desired option and you&#8217;re done. Anyway, props go out to Amazon for quickly responding to consumer demand on this problem. I&#8217;m preserving the old content in this post below.</p>
<hr/>
<p>Got an embarrassing book you don&#8217;t want people to see when you&#8217;re showing off your Kindle Fire? Amazon hasn&#8217;t made it easy to remove those books from your carousel, but it is possible. Here are the steps:</p>
<p><div id="attachment_462" class="wp-caption alignleft" style="width: 224px"><img src="http://webpublishing.me/wp-content/uploads/2011/11/kindle-fire-remove-books-from-carousel-214x300.jpg" alt="Kindle Fire remove books from the carousel." title="kindle-fire-remove-books-from-carousel" width="214" height="300" class="size-medium wp-image-462" /><p class="wp-caption-text">Deleting books from the carousel on your Kindle Fire isn&#039;t as easy as it sounds!</p></div><strong>1)</strong> Visit the following link <a href="http://www.amazon.com/manageyourkindle">http://www.amazon.com/manageyourkindle</a> to permanently remove the book from your Kindle collection. Note that this means if you want to read the book in the future, you&#8217;ll have to re-purchase it.</p>
<p><em><font color="red"><strong>NOTE:</strong></font> Before proceeding, keep in mind you&#8217;ll have to set up everything again on your Kindle (this includes email, Facebook access, apps you may have downloaded and set up, etc.).</em></p>
<p><strong>2)</strong> Go to Tools (by hitting the gear icon in the top-right of the Kindle) &rarr; More &rarr; Device &rarr; Reset to Factory Defaults. This will remove all of your personal data from your Kindle and power off the device.</p>
<p><strong>3)</strong> Power up your Kindle Fire. This could take a few moments as the device resets itself to factory settings.</p>
<p><strong>4)</strong> Re-register your Kindle again by following the prompts on the screen.</p>
<p>It&#8217;s frustrating not to have full control over what shows up in the carousel. Hopefully the cumbersome process outlined above will be updated by an upcoming Kindle Fire release from Amazon.</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-remove-books-from-the-kindle-fire-home-screen-carousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to cut out rounded corner images in Photoshop</title>
		<link>http://webpublishing.me/how-to-cut-out-rounded-corner-images-in-photoshop/</link>
		<comments>http://webpublishing.me/how-to-cut-out-rounded-corner-images-in-photoshop/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 08:46:01 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=440</guid>
		<description><![CDATA[Cutting out images with rounded rectangular corners in Photoshop is frustratingly difficult when you're first learning how to use the software. Here's the simplest way I've found to do it.]]></description>
			<content:encoded><![CDATA[<p>This should be simple, but cutting out images with rounded rectangular corners in Photoshop is frustratingly difficult when you&#8217;re first learning how to use the software. This is how I do it (although I welcome suggestions on making it easier!):</p>
<p><strong>Step 1:</strong> Open your image in Photoshop.</p>
<p><strong>Step 2:</strong> Select the rounded corner tool:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop1.jpg" style="margin:10px;"/></p>
<p><strong>Step 3:</strong> Set the border radius (to determine how curved you&#8217;d like your corners to be):</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop2.jpg" style="margin:10px;"/></p>
<p><strong>Step 4:</strong> Use your cursor to draw the rounded corner rectangle on top of your image:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop3.jpg" style="margin:10px;" width="500"/></p>
<p><strong>Step 5:</strong> Click on the vector mask shape you&#8217;ve created:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop4.jpg" style="margin:10px;"/></p>
<p><strong>Step 6:</strong> Now, drag that vector mask onto the layer that contains your image so it looks like this:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop5.jpg" style="margin:10px;"/></p>
<p><strong>Step 7:</strong> Click on the layer that contains your image (and the vector mask) so the background of that layer name turns blue:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop6.jpg" style="margin:10px;"/></p>
<p><strong>Step 8:</strong> Now, click specifically on the vector mask so that it gets outlined with a small black outline:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop7.jpg" style="margin:10px;"/></p>
<p><strong>Step 9:</strong> Right click on your image (where the rounded rectangular outline appears) and select &#8220;Make Selection&#8221;, then click &#8220;OK&#8221; when prompted:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop8.jpg" style="margin:10px;" width="500"/></p>
<p><strong>Step 10:</strong> Hit &#8220;CTRL+C&#8221; to copy the selection and then &#8220;CTRL+V&#8221; to paste it as a new layer on your image.</p>
<p><strong>Step 11:</strong> Return to your layer palette and turn off all the layers (by clicking on the &#8220;eye&#8221; symbol) EXCEPT for the layer that you just pasted:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop9.jpg" style="margin:10px;"/></p>
<p><strong>Step 12:</strong> You should now have a perfectly beautiful image with rounded corners!</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/10/rounded-corners-photoshop10.jpg" style="margin:10px;"/></p>
<p>Gingerbread photo by <a href="http://www.sxc.hu/profile/avanzero" target="_blank">avanzero</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-cut-out-rounded-corner-images-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a validation regex for an email address in FS Contact Form for WordPress</title>
		<link>http://webpublishing.me/how-to-create-a-validation-regex-for-an-email-address-in-fs-contact-form-for-wordpress/</link>
		<comments>http://webpublishing.me/how-to-create-a-validation-regex-for-an-email-address-in-fs-contact-form-for-wordpress/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 18:33:42 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[wordpress.org]]></category>
		<category><![CDATA[FS Contact Form]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=432</guid>
		<description><![CDATA[This regex seems to work to validate email addresses if you're using FS Contact Form for Wordpress.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never been the best at creating regex statements, so I stumbled upon this one in a forum. This regex seems to work when validating email addresses (or web site addresses) if you&#8217;re using FS Contact Form for WordPress:</p>
<blockquote><p>/^(([\w]+:)?\/\/)?(([\d\w]|%[a-fA-f\d]{2,2})+(:([\d\w]|%[a-fA-f\d]{2,2})+)?@)?([\d\w][-\d\w]{0,253}[\d\w]\.)+[\w]{2,4}(:[\d]+)?(\/([-+_~.\d\w]|%[a-fA-f\d]{2,2})*)*(\?(&#038;?([-+_~.\d\w]|%[a-fA-f\d]{2,2})=?)*)?(#([-+_~.\d\w]|%[a-fA-f\d]{2,2})*)?$/</p></blockquote>
<p>Just paste the above into the &#8220;Validation Regex&#8221; field and click &#8220;Update Options.&#8221; Here&#8217;s what mine looks like (click image for a larger version):</p>
<p><a href="http://webpublishing.me/wp-content/uploads/2011/09/validation-regex-fs-contact-form-wordpress.jpg"><img src="http://webpublishing.me/wp-content/uploads/2011/09/validation-regex-fs-contact-form-wordpress-300x69.jpg" alt="Validation Regex FS Contact Form WordPress" title="Validation Regex FS Contact Form WordPress" width="300" height="69" class="aligncenter size-medium wp-image-433" /></a></p>
<p>NOTE: This regex should work for any PHP-based validating that you&#8217;re doing (even if you&#8217;re not using WordPress with FS Contact Form).</p>
<p><strong>UPDATE:</strong> Silly of me not to have noticed this before, but there&#8217;s already a built-in email validation option in FS Contact Form. Just select &#8220;email&#8221; from the drop-down and you&#8217;re good to go (click for a larger image):</p>
<p><a href="http://webpublishing.me/wp-content/uploads/2011/09/validate-email-fs-contact-form.jpg"><img src="http://webpublishing.me/wp-content/uploads/2011/09/validate-email-fs-contact-form-300x70.jpg" alt="" title="validate-email-fs-contact-form" width="300" height="70" class="aligncenter size-medium wp-image-438" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-create-a-validation-regex-for-an-email-address-in-fs-contact-form-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create a drop-down menu using FS Contact Form for WordPress</title>
		<link>http://webpublishing.me/how-to-create-a-drop-down-menu-using-fs-contact-form-for-wordpress/</link>
		<comments>http://webpublishing.me/how-to-create-a-drop-down-menu-using-fs-contact-form-for-wordpress/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 02:07:16 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how to build a web site]]></category>
		<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[wordpress.org]]></category>
		<category><![CDATA[FS Contact Form]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=427</guid>
		<description><![CDATA[It took me a while to figure out how to create a drop-down menu using FS Contact Form. Hopefully, these tips will help someone out!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently starting using the FS Contract Form plugin for WordPress, and I think it&#8217;s the start of a great new relationship. It did, however, take me a while to figure out how to create a drop-down menu. Here are the steps:</p>
<p>1) Scroll down to the &#8220;extra fields&#8221; field on the plugin&#8217;s options screen.</p>
<p>2) Paste the following into the &#8220;Label&#8221; field (be sure you&#8217;re not pasting it into the &#8220;Default Text&#8221; field):</p>
<blockquote><p>Options: , Red; Green; Blue</p></blockquote>
<p>That will create a drop-down that looks like this:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/09/dropdown-menu-fs-contact-form.jpg" alt="Dropdown menus in FS Contract Form for WordPress" title="Dropdown menus in FS Contract Form for WordPress" width="98" height="144" class="size-full wp-image-428" /></p>
<p>3) Under the &#8220;fieldtype&#8221; dropdown, select the &#8220;Select&#8221; option.</p>
<p>4) Click &#8220;update options.&#8221; Your drop-down menu should now be active once you insert your form into a post.</p>
<p>Here&#8217;s what a completed drop-down menu screen should look like:</p>
<p><img src="http://webpublishing.me/wp-content/uploads/2011/09/dropdown-menu-fscontactform-300x175.jpg" alt="FS Contact Form Drop-down Menus" title="FS Contact Form Drop-down Menus" width="300" height="175" class="aligncenter size-medium wp-image-429" /></p>
<p>If you&#8217;re using WordPress, you&#8217;re probably savvy enough to start your own online business. Check out my post: The <a href="http://webpublishing.me/?p=203" title="Top 51 Ways to Make Money Online and Work from Home">Top 51 Best Ways to Make Money Online and Work From Home</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-create-a-drop-down-menu-using-fs-contact-form-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resize an image in Javascript</title>
		<link>http://webpublishing.me/how-to-resize-an-image-in-javascript/</link>
		<comments>http://webpublishing.me/how-to-resize-an-image-in-javascript/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 02:09:50 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how to build a web site]]></category>
		<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=414</guid>
		<description><![CDATA[Here's a fast and dirty way to resize an image using Javascript. I've set it up here so that you can see the re-size when you click on the image.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a fast and dirty way to resize an image using Javascript. I&#8217;ve set it up here so that you can see the re-size when you click on the image:</p>
<blockquote><p>&lt;img id=&quot;wallpaper&quot; src=&quot;http://webpublishing.me/wp-content/uploads/2011/09/sample-image.jpg&quot; style=&quot;margin:0;padding:0;&quot; onclick=&quot;resizeWallpaper()&quot;/&gt;</p>
<p>&lt;script type=&quot;text/javascript&quot;&gt;<br />
function resizeWallpaper() {<br />
                document.getElementById(&#8216;wallpaper&#8217;).style.height = 1000 + &quot;px&quot;;<br />
}<br />
&lt;/script&gt;</p></blockquote>
<p>Click here for a <a href="http://webpublishing.me/wp-content/uploads/2011/09/how-to-resize-an-image-using-javascript-1.html" title="How to resize an image using Javascript">working example of resizing an image onclick</a>. Once you&#8217;ve got the basics down, you can then figure out how to do cool things like fitting an image to the client’s window size:</p>
<blockquote><p>&lt;script type=&quot;text/javascript&quot;&gt;<br />
function resizeWallpaper() {<br />
                document.getElementById(&#8216;wallpaper&#8217;).style.width = window.innerWidth + &quot;px&quot;;<br />
}<br />
&lt;/script&gt;</p></blockquote>
<p>Click here for a <a href="http://webpublishing.me/wp-content/uploads/2011/09/how-to-fit-an-image-to-browser-window-size-using-javascript.html">working example of fitting an image to a client&#8217;s window size using Javascript</a>. For illustrative purposes, I&#8217;ve selecting fitting the image to the browser&#8217;s width. Please let me know if you&#8217;re aware of a simpler way to do this!</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-resize-an-image-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is my excerpt field missing in WordPress?</title>
		<link>http://webpublishing.me/why-is-my-excerpt-field-missing-in-wordpress/</link>
		<comments>http://webpublishing.me/why-is-my-excerpt-field-missing-in-wordpress/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 15:31:53 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how to build a web site]]></category>
		<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[internet tutorials]]></category>
		<category><![CDATA[wordpress.org]]></category>
		<category><![CDATA[excerpt]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=411</guid>
		<description><![CDATA[By default, the latest versions of wordpress hide the excerpt field until you proactively add them back. Here are the steps to add the excerpt field to Wordpress.]]></description>
			<content:encoded><![CDATA[<p>I often use the excerpt field in WordPress to populate my meta description tags. By default, the latest versions of wordpress hide the excerpt field until you proactively add them to your post and page editing screens. To re-add the excerpt field to WordPress, do the following:</p>
<p>1) Login to the WordPress Admin.</p>
<p>2) Click &#8220;posts.&#8221;</p>
<p>3) Click &#8220;Screen Options&#8221; in the top right of the page.</p>
<p>4) Click the &#8220;excerpt&#8221; checkbox under the heading &#8220;Show on Page.&#8221;</p>
<p>5) Minimize the &#8220;Screen Options&#8221; drop-down.</p>
<p>Now, you&#8217;ve retrieved the missing excerpt field in WordPress and you&#8217;re off to the races!</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/why-is-my-excerpt-field-missing-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to paste HTML code into a WordPress blog post</title>
		<link>http://webpublishing.me/how-to-paste-html-code-into-a-wordpress-blog-post/</link>
		<comments>http://webpublishing.me/how-to-paste-html-code-into-a-wordpress-blog-post/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 05:31:11 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[how to build a web site]]></category>
		<category><![CDATA[how-to guides]]></category>
		<category><![CDATA[internet tutorials]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[character entities]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://webpublishing.me/?p=406</guid>
		<description><![CDATA[You've got at least two options when trying to post HTML code to your blog: using the built-in code button, or converting your HTML symbols into character entities. Learn how in just a few short steps.]]></description>
			<content:encoded><![CDATA[<p>As a beginning web developer, the first time you try to paste some HTML code snippets into your WordPress blog can be annoying. You want to show off the actual code, and your browser converts that code into commands! Don&#8217;t worry, though. You have a few options:</p>
<p><strong>1) The built-in code tool.</strong> If your wordpress theme supports the &#8220;code&#8221; command, you can simply paste your code into your post, highlight it, then click the &#8220;code&#8221; button above the text-editing window in your WordPress admin.</p>
<p><strong>2) Convert all your HTML symbols into entities.</strong> This is a favorite trick of mine. Character entities are converted from a string into the underlying symbol they represent. That way, the browser doesn&#8217;t interpret them as HTML. One of the more common character entities you may have run across is the copyright symbol (&copy;). Since the symbol doesn&#8217;t appear on most keyboards, you&#8217;ve got to use a character entity to get it to appear on a web page (and that character entity is &amp;copy;). </p>
<p>Similarly, you can use character entities to get your browser to ignore brackets and quote marks in your text. Just paste your code snippet in Notepad (or Dreamweaver or whatever), and do a find and replace on the brackets and quotemarks. Here are the character entities you&#8217;ll need:</p>
<p>&lt; = &amp;lt;<br />
&gt; = &amp;gt;<br />
&quot; = &amp;quot;</p>
<p>Just do a find on this symbol: &#8220;&lt;&#8221; and replace it with this: &#8220;&amp;lt;&#8221;. Repeat that step for the &#8220;&gt;&#8221; and quote symbol (using the entities above) and then post the code chunk into your blog.</p>
<p><strong>Want to turn off smartquotes for good?</strong> If you don&#8217;t want smartquotes to appear anywhere on your blog, you can try setting up a php plugin following these <a href="http://www.lancebledsoe.com/how-to-turn-off-wordpress-smart-quotes/">instructions from Lance Bledsoe</a>. <strong>Note:</strong> I haven&#8217;t actually tried his suggestion, so proceed at your own risk. I&#8217;m assuming it works, though, since Lance&#8217;s post doesn&#8217;t contain any smartquotes!</p>
]]></content:encoded>
			<wfw:commentRss>http://webpublishing.me/how-to-paste-html-code-into-a-wordpress-blog-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

