<?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>Calvin Gilbert &#124; Web Developer &#124; Graphic Designer &#124; Social Media Hack</title>
	<atom:link href="http://www.calvingilbert.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calvingilbert.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 Sep 2012 01:03:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>How to Automatically Update a Copyright Year with PHP</title>
		<link>http://www.calvingilbert.com/articles/programming/how-to-automatically-update-a-copyright-year-with-php/</link>
		<comments>http://www.calvingilbert.com/articles/programming/how-to-automatically-update-a-copyright-year-with-php/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 01:03:07 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=720</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/programming/how-to-automatically-update-a-copyright-year-with-php/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2008/06/code-150x150.jpg" class="alignleft tfe wp-post-image" alt="code" title="code" /></a>Did you know a couple programming minutes can be saved each year by having the copyright year update dynamically?  Instead of hand coding the date replace the year with this php code:  &#60;?php echo date('Y');?&#62; That snippet of PHP code will always display the current 4 digit year and keep your copyright information current.]]></description>
			<content:encoded><![CDATA[<p>Did you know a couple programming minutes can be saved each year by having the copyright year update dynamically?  Instead of hand coding the date replace the year with this php code:</p>
<pre> &lt;?php echo date('Y');?&gt;</pre>
<p>That snippet of PHP code will always display the current 4 digit year and keep your copyright information current.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/programming/how-to-automatically-update-a-copyright-year-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why won&#8217;t my Facebook link photo update?</title>
		<link>http://www.calvingilbert.com/articles/facebook-articles/why-is-my-facebook-link-preview-outdated/</link>
		<comments>http://www.calvingilbert.com/articles/facebook-articles/why-is-my-facebook-link-preview-outdated/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 23:56:19 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=710</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/facebook-articles/why-is-my-facebook-link-preview-outdated/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2010/07/56_facebook_logo1-150x150.gif" class="alignleft tfe wp-post-image" alt="56_facebook_logo" title="56_facebook_logo" /></a>Have you ever shared a post to Facebook from your website to discover the old image is loading? When you share a link on Facebook, it is getting cached by their servers for quicker posting by others. That is great for Facebook, but what if you change the photo and want it to immediately be [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever shared a post to Facebook from your website to discover the old image is loading?</p>
<p>When you share a link on Facebook, it is getting cached by their servers for quicker posting by others. That is great for Facebook, but what if you change the photo and want it to immediately be changed? Fortunately there are two solutions:</p>
<ol>
<li>Wait for Facebook to update their cache.</li>
<li>Hack the URL and force Facebook to recache.</li>
</ol>
<p>To force Facebook to recache your webpage, simply add <em>?today=11-15-2011</em> to your URL. Any date would work. Anything after ? would work as well, but dates seem easier to type for someone unfamiliar with URL structure.</p>
<p>For example:</p>
<p>If I share calvingilbert.com on Facebook, but the wrong picture is popping up I would paste this link instead: <em>calvingilbert.com?today=11-15-2011. </em>The slight change in the URL will force Facebook to update it on their end.</p>
<p><strong>NOTE: </strong>This trick also works on the title and description as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/facebook-articles/why-is-my-facebook-link-preview-outdated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Facebook Ad</title>
		<link>http://www.calvingilbert.com/articles/facebook-articles/creating-a-facebook-ad/</link>
		<comments>http://www.calvingilbert.com/articles/facebook-articles/creating-a-facebook-ad/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 13:00:17 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=700</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/facebook-articles/creating-a-facebook-ad/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2010/07/56_facebook_logo1-150x150.gif" class="alignleft tfe wp-post-image" alt="56_facebook_logo" title="56_facebook_logo" /></a>Creating an ad on Facebook is really easy. Here is a quick primer to get you started. Step 1: Visit Facebook Ads Step 2: Click on the green button &#8220;Create an Ad&#8221; Step 3: A new page will load and the first option will be designing the ad Choose the ad destination (#1 in the [...]]]></description>
			<content:encoded><![CDATA[<p>Creating an ad on Facebook is really easy. Here is a quick primer to get you started.</p>
<p><strong>Step 1: Visit <a href="http://www.facebook.com/ads">Facebook Ads</a></strong></p>
<p><strong>Step 2: Click on the green button &#8220;Create an Ad&#8221;</strong></p>
<p><strong>Step 3: A new page will load and the first option will be designing the ad</strong></p>
<p>Choose the ad destination (#1 in the image below). This can be an external url, a page, an event or even a place.</p>
<p>If you choose a page on Facebook it will force the title and cannot be changed. If you want to run an ad for a website, enter the name and choose suggest an ad (#2 in the photo). Suggesting will pull a website&#8217;s title, body and image. From there you can alter it as needed. At the bottom you will see a preview of your ad (#3 in the photo).</p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-9.28.27-PM.png"><img class="aligncenter size-full wp-image-701" title="Screen shot 2011-04-14 at 9.28.27 PM" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-9.28.27-PM.png" alt="" width="743" height="527" /></a></p>
<p>Once you are happy with the ad, move on to targeting.</p>
<p><strong>Step 4: Choose a location</strong></p>
<p>You can target almost anywhere in the world on Facebook. For my delicious Moxie ad, I want to target Maine. You can filter down to specific cities and choose a mile radius around them if needed. Facebook does not limit you to one state at a time. This ad could run in Maine and New Hampshire if Desired.</p>
<p><strong>Step 5: Choose Demographics</strong></p>
<p>Make sure your ad is targeting the appropriate gender and age group. If you are trying to sell a product designed for middle aged women, why on earth would you target a 24 year old male?</p>
<p><strong>Step 6: Choose Likes &amp; Interests</strong></p>
<p>Here you can choose things to target. For instance: if you are running an ad for a gym, you may want to target people that like weightlifting, running, or exercising.</p>
<p><strong>Step 7: Choose Connections</strong></p>
<p>Facebook gives you the option of targeting people already connected to a page, event or place. This is a way to run an ad targeting people that already support your brand.</p>
<p><strong>Step 8: Advanced Demographics</strong></p>
<p>Here you can show the ad on someones birthday, target singles, or even someone that speaks french.</p>
<p><strong>Step 9: Education and Work</strong></p>
<p>With this option you can target high school students or people with some college experience. It will even let you select a school to target, so if you want to run an ad and only show it to harvard student, Facebook will let you.</p>
<p><strong>Step 10: Reviewing how many users will be targeted</strong></p>
<p>Over on the far right side (inside the red circle) Facebook will show you how many users will see your ad. In my Moxie ad, it will be targeting 3,280 Moxie drinkers from Maine. If you feel this number is too low or too large in some cases, go back through the targeting and change some stuff. Try adding cities or altering the age range to get an ideal targeting group.</p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-9.36.18-PM.png"><img class="aligncenter size-full wp-image-702" title="Screen shot 2011-04-14 at 9.36.18 PM" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-9.36.18-PM.png" alt="" width="1015" height="904" /></a></p>
<p>Once you are satisfied with the ad, right below that is your payment strategy.</p>
<p><strong>Step 11: Name your campaign and set a budget</strong></p>
<p>You can place this ad in an existing campaign or create a new one entirely. If you want to change this later, Facebook will let you do that too. Next, decide how much you want to pay. You can have the ad run for $5/day, but I prefer the lifetime budget option. Basically, you enter the max amount you want to spend on the campaign and Facebook will determine how much to spend each day. I have noticed Facebook will ramp up how many times your ad is served to make sure it meets the budget.</p>
<p><strong>Step 12: Selecting how long to run the ad</strong></p>
<p>Here you can select when to run the ad. Be careful not to choose &#8220;Run my campaign continuously&#8221; if you have the spend $$ daily option. As an example: If you run an ad for $25/day and your computer crashes, you will have to pay for the ad until you can get back on Facebook.</p>
<p><strong>Step 13: Price Bidding</strong></p>
<p>If you notice in the red circle below, Facebook is suggesting a bid of $0.88 per click. You are committing up to $0.88 for someone to click on your ad. Facebook looks at all the ads available and will show the one with the highest bid. Depending on who you are targeting and the location, this number could be really high like $5.00 or really low like $0.18.</p>
<p>If I do not like my suggested bid, I will go back and alter the text and demographics until it is lower. Bidding too low will also cause your ad to never be seen.</p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-9.36.55-PM.png"><img class="aligncenter size-full wp-image-703" title="Screen shot 2011-04-14 at 9.36.55 PM" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-9.36.55-PM.png" alt="" width="837" height="471" /></a></p>
<p style="text-align: left;">After hitting &#8220;Place Order&#8221;, your ad will be submitted and Facebook will review it prior to being shown to users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/facebook-articles/creating-a-facebook-ad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updated Goodwill Website</title>
		<link>http://www.calvingilbert.com/projects/websites/updated-goodwill-website/</link>
		<comments>http://www.calvingilbert.com/projects/websites/updated-goodwill-website/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 13:00:25 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[goodwill]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=691</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/projects/websites/updated-goodwill-website/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-8.57.03-PM-150x150.png" class="alignleft tfe wp-post-image" alt="Screen shot 2011-04-14 at 8.57.03 PM" title="Screen shot 2011-04-14 at 8.57.03 PM" /></a>Updated Goodwill Industries of Northern New England website. Upgraded to WordPress as a Content Management System Facebook Insights &#38; Google Analytics to measure reach Custom plugins created using Pods CMS and PHP/MYSQL]]></description>
			<content:encoded><![CDATA[<p>Updated Goodwill Industries of Northern New England website.</p>
<ul>
<li>Upgraded to WordPress as a Content Management System</li>
<li>Facebook Insights &amp; Google Analytics to measure reach</li>
<li>Custom plugins created using Pods CMS and PHP/MYSQL</li>
</ul>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-8.57.03-PM.png"><img class="aligncenter size-full wp-image-693" title="Screen shot 2011-04-14 at 8.57.03 PM" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-8.57.03-PM.png" alt="" width="714" height="892" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/projects/websites/updated-goodwill-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page Cannot be Found WordPress Error</title>
		<link>http://www.calvingilbert.com/articles/wordpress-articles/page-cannot-be-found-wordpress-error/</link>
		<comments>http://www.calvingilbert.com/articles/wordpress-articles/page-cannot-be-found-wordpress-error/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 13:00:12 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[page not found]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=679</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/wordpress-articles/page-cannot-be-found-wordpress-error/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/wordpress-icon-150x150.png" class="alignleft tfe wp-post-image" alt="wordpress-icon" title="wordpress-icon" /></a>For some reason WordPress will randomly stop displaying blog posts or news updates. One day your page will be live, and then next gone. What is happening? My best guess would be that WordPress is not obeying the permalink structure in your .htaccess file. When you run a blog on WordPress, you have the option [...]]]></description>
			<content:encoded><![CDATA[<p>For some reason WordPress will randomly stop displaying blog posts or news updates. One day your page will be live, and then next gone.</p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-7.46.45-PM.png"><img class="aligncenter size-full wp-image-680" title="Screen shot 2011-04-14 at 7.46.45 PM" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/Screen-shot-2011-04-14-at-7.46.45-PM.png" alt="" width="669" height="208" /></a></p>
<h3>What is happening?</h3>
<p>My best guess would be that WordPress is not obeying the permalink structure in your .htaccess file. When you run a blog on WordPress, you have the option of choosing how you want pages shown. By default pages will show up as calvingilbert.com/?p=1234. This is an ugly and un google friendly way of displaying your website pages. By changing your permalink structure, you can have this page now show up as calvingilbert.com/king-of-content/.</p>
<p>Briefly put, the .htaccess file is a small text file that can manipulate your websites directory structure (?p=1234 to /directory/), or redirect out dated content to new content.</p>
<p>When WordPress tries to look at this file, I think it is failing to interpret it and causing the page to return an error.</p>
<h3>.htaccess? How on earth do I fix that?</h3>
<p>I found an easy fix to this problem, and WordPress can manipulate the .htaccess file for you.</p>
<p><strong>Step 1: Locate Settings &gt;&gt; Permalinks in  your admin menu.</strong></p>
<p><strong>Step 2: Click save to regenerate the file structure.</strong></p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/wordpress-not-showing-articles.png"><img class="aligncenter size-full wp-image-685" title="wordpress not showing articles" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/wordpress-not-showing-articles.png" alt="" width="702" height="528" /></a></p>
<p style="text-align: left;">That is all you have to do. Once you hit save changes, go back to your website and it should be error free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/wordpress-articles/page-cannot-be-found-wordpress-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Duplicating Content Using Step and Repeat in InDesign</title>
		<link>http://www.calvingilbert.com/articles/adobe-design-suite/duplicating-content-using-step-and-repeat-in-indesign/</link>
		<comments>http://www.calvingilbert.com/articles/adobe-design-suite/duplicating-content-using-step-and-repeat-in-indesign/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 23:02:21 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Adobe Design Suite]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=657</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/adobe-design-suite/duplicating-content-using-step-and-repeat-in-indesign/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/Adobe_InDesign_CS5_Icon-150x150.png" class="alignleft tfe wp-post-image" alt="Adobe_InDesign_CS5_Icon" title="Adobe_InDesign_CS5_Icon" /></a>Have you ever created an object in InDesign and needed to duplicate it many times? Well, there is a little known tool in the edit menu called step and repeat that can help duplicate objects and space them evenly on the fly. Step 1: Create and select an ugly green box. Step 2: Select edit [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Have you ever created an object in InDesign and needed to duplicate it many times? Well, there is a little known tool in the edit menu called <em>step and repeat</em> that can help duplicate objects and space them evenly on the fly.</p>
<p style="text-align: left;"><strong>Step 1: Create and select an ugly green box.</strong></p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-1.png"><img class="aligncenter size-full wp-image-658" title="step repeat 1" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-1.png" alt="" width="651" height="521" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>Step 2: Select edit &gt;&gt; Step and Repeat&#8230;</strong></p>
<p style="text-align: left;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-2.png"><img class="aligncenter size-full wp-image-659" title="step repeat 2" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-2.png" alt="" width="643" height="396" /></a><strong> </strong></p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>Step 3: Choose how many times to repeat and the offset.</strong></p>
<p style="text-align: left;">In this example I am using a count of 2 which means InDesign will create 2 copies of my object. Offset tells Step and Repeat how far apart to make them. As you can see a positive vertical offset will create copies down the page. Using a negative measurement will copy the object upwards. When the spacing looks good hit the ok button.</p>
<p style="text-align: center;"><strong><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-3.png"><img class="aligncenter size-full wp-image-660" title="step repeat 3" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-3.png" alt="" width="758" height="453" /></a></strong></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: left;"><strong>Step 4: Turn 3 boxes in to 9 with a horizontal offset</strong></p>
<p style="text-align: left;">Now that we have 3 green boxes, select the three new boxes (important) and go back in to the step and repeat menu. This time we will be changing the horizontal offset. In this example we are duplicating the first 3 boxes to the right two times. Make sure the vertical offset is at 0 and change the horizontal offset to the desired amount. Positive numbers will copy your object to the right, and a negative number will move it left.</p>
<p style="text-align: left;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-4.png"><img class="aligncenter size-full wp-image-661" title="step repeat 4" src="http://www.calvingilbert.com/wp-content/uploads/2011/04/step-repeat-4.png" alt="" width="716" height="723" /></a><strong>Additional Notes:</strong></p>
<p style="text-align: left;">If you step and repeat an object and enter a vertical and horizontal offset, it will create staircase effect.</p>
<p style="text-align: left;"><strong>Real World Uses:</strong></p>
<p style="text-align: left;">I use this technique to create 2-up and 4-up fliers. It can also be used to set up business cards or labels.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/adobe-design-suite/duplicating-content-using-step-and-repeat-in-indesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Price Break</title>
		<link>http://www.calvingilbert.com/projects/websites/game-price-break/</link>
		<comments>http://www.calvingilbert.com/projects/websites/game-price-break/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 02:20:44 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=646</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/projects/websites/game-price-break/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2011/01/gamepricescreenshot-150x150.png" class="alignleft tfe wp-post-image" alt="gamepricescreenshot" title="gamepricescreenshot" /></a>So I built this video game price tracking site over the weekend. What do you think? The site allows users to save a video game to their personal dashboard and lets them determine the best time to buy it. The &#8220;total savings&#8221; feature gives a nice overview of how much money you are saving vs [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">So I built this <a href="http://www.gamepricebreak.com">video game price tracking site </a>over the weekend. What do you think?</p>
<p style="text-align: left;">The site allows users to save a video game to their personal dashboard and lets them determine the best time to buy it. The &#8220;total savings&#8221; feature gives a nice overview of how much money you are saving vs purchasing a game at a big box store.</p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2011/01/gamepricescreenshot.png"><img class="aligncenter size-full wp-image-647" title="gamepricescreenshot" src="http://www.calvingilbert.com/wp-content/uploads/2011/01/gamepricescreenshot.png" alt="" width="604" height="573" /></a></p>
<p style="text-align: left;"><strong>Geek stuff:</strong> Website uses Amazon&#8217;s API, PHP and MySql and a custom WordPress theme. Future updates will include programming WordPress short tags to add content to news posts and blog updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/projects/websites/game-price-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add additional image options on Digg and Facebook</title>
		<link>http://www.calvingilbert.com/articles/programming/how-to-add-additional-image-options-on-digg-and-facebook/</link>
		<comments>http://www.calvingilbert.com/articles/programming/how-to-add-additional-image-options-on-digg-and-facebook/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 03:26:35 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=635</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/programming/how-to-add-additional-image-options-on-digg-and-facebook/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2008/06/code-150x150.jpg" class="alignleft tfe wp-post-image" alt="code" title="code" /></a>Here is a really quick Digg.com and Facebook.com tip: When a link is shared on digg or facebook, the user gets to cycle through a couple photos on the page to add as a thumbnail. If you want to add additional images as options all you need to do is add html image tags to [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a really quick <a href="http://www.digg.com">Digg.com</a> and <a href="http://www.facebook.com">Facebook.com</a> tip:</p>
<p>When a link is shared on digg or facebook, the user gets to cycle through a couple photos on the page to add as a thumbnail.</p>
<p>If you want to add additional images as options all you need to do is add html image tags to your website code and hide them with some css. I prefer to add them directly after the <code>&lt;body&gt;</code> to force them as the default image on digg.</p>
<p>Here is the code :<br />
<code>&lt;img src="replace with image link" style="display:none;"/&gt;</code></p>
<p><strong>Note: </strong>Even though your image does not appear on the web page, it is still being loaded. Be careful using very large images. It can slow your pages load time.</p>
<p><!--f2ed668f61084d958ad90ad171cfbd95--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/programming/how-to-add-additional-image-options-on-digg-and-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You unlocked the &#8220;It will put hair on your chest!&#8221; badge on Foursquare!</title>
		<link>http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-it-will-put-hair-on-your-chest-badge-on-foursquare/</link>
		<comments>http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-it-will-put-hair-on-your-chest-badge-on-foursquare/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:00:10 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Foursquare]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=624</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-it-will-put-hair-on-your-chest-badge-on-foursquare/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2010/08/moxie-foursquare-150x150.jpg" class="alignleft tfe wp-post-image" alt="moxie-foursquare" title="moxie-foursquare" /></a>Moxie is without a doubt the most delicious drink on the planet. Why not reward foursquare users that drink this wonderful cocktail with a badge. Whether you love it or hate it, the utmost respect must be had for a soda that could also strip paint. All because of my grandfather, I started drinking Moxie [...]]]></description>
			<content:encoded><![CDATA[<p>Moxie is without a doubt the most delicious drink on the planet. Why not reward foursquare users that drink this wonderful cocktail with a badge. Whether you love it or hate it, the utmost respect must be had for a soda that could also strip paint.</p>
<p>All because of my grandfather, I started drinking Moxie at a very young age. When I saw him drinking this soda from a bright orange can I was intrigued. I asked him for a sip of it and he replied, &#8220;No way, this stuff will put hair on your chest!&#8221; So naturally as a 5 year old boy, I started drinking Moxie in hopes of growing a thick forest on my chest.</p>
<p>&#8230; back to the badge:</p>
<p>This badge idea came from <a href="http://twitter.com/justinnxt">Justin Ellis (@justinNXT)</a></p>
<p>To unlock this badge, a Foursquare user must mention Moxie on 4 separate occasions when  checking in.</p>
<p><strong>&#8220;Buying some Moxie&#8221;</strong> or <strong>&#8220;Trying Moxie at this restaurant&#8221; </strong>for example.</p>
<p><a href="http://www.calvingilbert.com/wp-content/uploads/2010/08/moxie-foursquare.jpg"><img class="aligncenter size-full wp-image-627" title="moxie-foursquare" src="http://www.calvingilbert.com/wp-content/uploads/2010/08/moxie-foursquare.jpg" alt="" width="339" height="339" /></a></p>
<p>What do you think, does this badge have what it takes to be implemented? <a href="http://foursquare.com/suggest_badge">Suggest it to foursquare</a>! Make sure you include a link to this page so they can see what the badge should look like.</p>
<p>Like it or hate it, let me know. Also, any ideas for other badges?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-it-will-put-hair-on-your-chest-badge-on-foursquare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You unlocked the &#8220;Now that&#8217;s a Boot&#8221; badge on Foursquare!</title>
		<link>http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-now-thats-a-boot-badge-on-foursquare/</link>
		<comments>http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-now-thats-a-boot-badge-on-foursquare/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 13:00:18 +0000</pubDate>
		<dc:creator>Calvin Gilbert</dc:creator>
				<category><![CDATA[Foursquare]]></category>

		<guid isPermaLink="false">http://www.calvingilbert.com/?p=609</guid>
		<description><![CDATA[<a href="http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-now-thats-a-boot-badge-on-foursquare/"><img align="left" hspace="5" width="150" height="150" src="http://www.calvingilbert.com/wp-content/uploads/2010/08/nowthatsaboot-150x150.jpg" class="alignleft tfe wp-post-image" alt="nowthatsaboot" title="nowthatsaboot" /></a>Here is another idea I had for a Maine themed foursquare badge. The badge is called Now that&#8217;s a Boot! and can be unlocked by visiting L.L Bean&#8217;s flagship store in Freeport, Maine. For anyone unfamiliar with L.L Bean&#8217;s Freeport store, there is a giant boot outside the entrance that makes you say &#8220;Holy Crap, now that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Here is another idea I had for a Maine themed <a href="http://www.foursquare.com">foursquare</a> badge.</p>
<p>The badge is called <strong>Now that&#8217;s a Boot! </strong>and can be unlocked by visiting <a href="http://www.llbean.com">L.L Bean&#8217;s</a> flagship <a href="http://www.llbean.com/shop/retailStores/freeportFlagshipStore/flagship/flagship.html">store in Freeport, Maine</a>. For anyone unfamiliar with L.L Bean&#8217;s Freeport store, there is a <a href="http://en.wikipedia.org/wiki/File:Freeport_llbean.jpg">giant boot</a> outside the entrance that makes you say &#8220;Holy Crap, now that&#8217;s a boot!&#8221;</p>
<p style="text-align: center;"><a href="http://www.calvingilbert.com/wp-content/uploads/2010/08/nowthatsaboot.jpg"><img class="size-full wp-image-610  aligncenter" title="nowthatsaboot" src="http://www.calvingilbert.com/wp-content/uploads/2010/08/nowthatsaboot.jpg" alt="" width="339" height="339" /></a></p>
<p style="text-align: left;">It is safe to say, L.L. Bean in Freeport definitely receives enough traffic to have this badge implemented.  Also, why wouldn&#8217;t L.L. Bean want this badge on Foursquare to pull in new customers?</p>
<p>What do you think, does this badge have what it takes to be implemented? <a href="http://foursquare.com/suggest_badge">Suggest it to foursquare</a>! Make sure you include a link to this page so they can see what the badge should look like.</p>
<p>Like it or hate it, let me know. Also, any ideas for other badges?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.calvingilbert.com/articles/foursquare/you-unlocked-the-now-thats-a-boot-badge-on-foursquare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
