<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<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/"
	>

<channel>
	<title>Jonathan Kingsbury</title>
	<link>http://www.jon-kingsbury.com</link>
	<description>The Personal Blog of a Webmaster</description>
	<pubDate>Fri, 05 Mar 2010 16:30:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>Resolve IE7 and IE8 Hang Issues</title>
		<link>http://www.jon-kingsbury.com/2010/03/05/resolve-ie7-and-ie8-hang-issues/</link>
		<comments>http://www.jon-kingsbury.com/2010/03/05/resolve-ie7-and-ie8-hang-issues/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:29:34 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[browser hung]]></category>

		<category><![CDATA[ie 7 hangs]]></category>

		<category><![CDATA[ie 8 hangs]]></category>

		<category><![CDATA[link scanner]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2010/03/05/resolve-ie7-and-ie8-hang-issues/</guid>
		<description><![CDATA[I took some time to research why the IE7 or IE8 browser would hang over some time.. After rebooting my PC, everything worked great until a few hours later, IE8 would hang after trying to load any web page. This usually occurs if I try opening up a new tab in the browser window. I [...]]]></description>
			<content:encoded><![CDATA[<p>I took some time to research why the IE7 or IE8 browser would hang over some time.. After rebooting my PC, everything worked great until a few hours later, IE8 would hang after trying to load any web page. This usually occurs if I try opening up a new tab in the browser window. I would then close IE8, reopen the browser, and web-pages would load fine (just for now). Then maybe an hour or so later, the browser has difficulty loading web-pages. Constantly I have to close and reopen the browser to resolve the issue.</p>
<p>Things I&#8217;ve tried:</p>
<ul>
<li>I cleared the browser histroy/cache</li>
<li>disabled all add-ons</li>
<li>reset browser settings</li>
<li>reinstalled IE8</li>
</ul>
<p>..nothing worked.</p>
<p>I then turned to AVG and disabled the &#8220;Link Scanner&#8221;. After doing so, this resolved the issue and pages would no longer have issues loading. So if any of you experience the same problem (which I know there are many), simply disable the link scanner in your anti-virus program. Hopefully this will help. </p>
<p>Please note..Do be careful when you browse the web without link scanner enabled!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2010/03/05/resolve-ie7-and-ie8-hang-issues/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Conversion failed when converting the nvarchar value &#8216;X,X&#8217; to data type int.</title>
		<link>http://www.jon-kingsbury.com/2009/12/10/conversion-failed-when-converting-the-nvarchar-value-xx-to-data-type-int/</link>
		<comments>http://www.jon-kingsbury.com/2009/12/10/conversion-failed-when-converting-the-nvarchar-value-xx-to-data-type-int/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:17:52 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<category><![CDATA[conversion failed]]></category>

		<category><![CDATA[converting sql error]]></category>

		<category><![CDATA[data type int]]></category>

		<category><![CDATA[nvarchar value]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2009/12/10/conversion-failed-when-converting-the-nvarchar-value-xx-to-data-type-int/</guid>
		<description><![CDATA[I decided to share this information on the web as I&#8217;ve visited many sources where the workaround for the conversation failed sql error is not entirely accurate.
If you receive this ASP error, it&#8217;s probably due to the fact that you are trying to return a list of results where the declared variable in your if [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to share this information on the web as I&#8217;ve visited many sources where the workaround for the conversation failed sql error is not entirely accurate.</p>
<p>If you receive this ASP error, it&#8217;s probably due to the fact that you are trying to return a list of results where the declared variable in your if statement = a certain interger value. Depending on who designed the table structure and relations in a SQL database, you cannot declare this statement if your data contains symbol(s) such as a comma (which was used to relate your record with other records).</p>
<p>To resolve this issue, simply use the SQL LIKE clause as well as including percentages %variablename% around the variable in cases where the identifier is greater than 2 digits in length (i.e. id=1,3,12,15,233). Now when you execute the sql statement, whatever value is in your variablename (example 15), only records will display that contain the number 15 (exactly 2 digits long). The commas used to seperate your related ID&#8217;s will be ignored in this case..</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2009/12/10/conversion-failed-when-converting-the-nvarchar-value-xx-to-data-type-int/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyWebFace..Are you sure you want to install this??</title>
		<link>http://www.jon-kingsbury.com/2009/12/04/mywebfaceare-you-sure-you-want-to-install-this/</link>
		<comments>http://www.jon-kingsbury.com/2009/12/04/mywebfaceare-you-sure-you-want-to-install-this/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 21:59:53 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2009/12/04/mywebfaceare-you-sure-you-want-to-install-this/</guid>
		<description><![CDATA[I found this funny..
So I saw an interesting Facebook advertisement that displayed a web site that will convert your pictures into cartoon images. 

That does seem pretty cool, however I really do feel bad for those people who decided to actually download their toolbar. Read all of the bonus programs that come along with it! [...]]]></description>
			<content:encoded><![CDATA[<p>I found this funny..</p>
<p>So I saw an interesting Facebook advertisement that displayed a web site that will convert your pictures into cartoon images. </p>
<p><img src='http://www.jon-kingsbury.com/wp-content/uploads/2009/12/cartoon-me-facebook-ad.jpg' alt='Facebook Carton' /></p>
<p>That does seem pretty cool, however I really do feel bad for those people who decided to actually download their toolbar. Read all of the bonus programs that come along with it! I can imagine all of the pop-ups shortly after installing this program..</p>
<p><a href='http://www.jon-kingsbury.com/wp-content/uploads/2009/12/web-face.jpg' title='MyWebFace'><img src='http://www.jon-kingsbury.com/wp-content/uploads/2009/12/web-face.jpg' width='419' height='283' alt='MyWebFace' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2009/12/04/mywebfaceare-you-sure-you-want-to-install-this/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Adsense Payments - Easy to understand?</title>
		<link>http://www.jon-kingsbury.com/2009/11/18/google-adsense-payments-easy-to-understand/</link>
		<comments>http://www.jon-kingsbury.com/2009/11/18/google-adsense-payments-easy-to-understand/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 16:32:23 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[adsense payments]]></category>

		<category><![CDATA[easy to understand]]></category>

		<category><![CDATA[google adsense]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2009/11/18/google-adsense-payments-easy-to-understand/</guid>
		<description><![CDATA[I&#8217;m having difficulty trying to answer this question accurately. What do you think?

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m having difficulty trying to answer this question accurately. What do you think?</p>
<p><a href='http://www.jon-kingsbury.com/wp-content/uploads/2009/11/google.JPG' title='Google Adsense'><img src='http://www.jon-kingsbury.com/wp-content/uploads/2009/11/google.thumbnail.JPG' alt='Google Adsense' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2009/11/18/google-adsense-payments-easy-to-understand/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What&#8217;s up with this weather??</title>
		<link>http://www.jon-kingsbury.com/2009/07/02/whats-up-with-this-weather/</link>
		<comments>http://www.jon-kingsbury.com/2009/07/02/whats-up-with-this-weather/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 14:07:13 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<category><![CDATA[bermuda]]></category>

		<category><![CDATA[new england]]></category>

		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2009/07/02/whats-up-with-this-weather/</guid>
		<description><![CDATA[So it has been quite some time since I&#8217;ve posted a blog entry.. Sorry about that  Been super busy with work and life. 
These days I&#8217;ve been getting pretty sick of this rain here in New England. Actually, I can&#8217;t really complain much due to the fact that my electricity bill is not as [...]]]></description>
			<content:encoded><![CDATA[<p>So it has been quite some time since I&#8217;ve posted a blog entry.. Sorry about that <img src='http://www.jon-kingsbury.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> Been super busy with work and life. </p>
<p>These days I&#8217;ve been getting pretty sick of this rain here in New England. Actually, I can&#8217;t really complain much due to the fact that my electricity bill is not as high as last year. Last year we had some really hot days and I would crank the central air to 65-68 degrees. The past couple of months I&#8217;ve had the heat and central air off, so I&#8217;ve been saving quite a bit of $$$ <img src='http://www.jon-kingsbury.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I&#8217;ll be taking a cruise at the end of the month to Bermuda (finally nice weather) where I&#8217;ll be able to spend all that saved up $$$ on liquor and entertainment. </p>
<p>Anyhow, I&#8217;m back and will be posting more often.</p>
<p>-Jonathan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2009/07/02/whats-up-with-this-weather/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Case Where Your Computer is Smarter Than You!</title>
		<link>http://www.jon-kingsbury.com/2008/09/10/a-case-where-your-computer-is-smarter-than-you/</link>
		<comments>http://www.jon-kingsbury.com/2008/09/10/a-case-where-your-computer-is-smarter-than-you/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 21:03:05 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[itunes 8]]></category>

		<category><![CDATA[itunes genius]]></category>

		<category><![CDATA[new itunes application]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2008/09/10/a-case-where-your-computer-is-smarter-than-you/</guid>
		<description><![CDATA[Just the other day my cousin Mike called and told me to install the new iTunes 8.0. After installing the new iTunes, I played around with a new function called Genius, which is indeed genius!
Here are a few observations as to why iTunes genius is smarter than you when it comes to picking songs and [...]]]></description>
			<content:encoded><![CDATA[<p>Just the other day my cousin Mike called and told me to install the new iTunes 8.0. After installing the new iTunes, I played around with a new function called Genius, which is indeed genius!<br />
<center><img src="http://images.apple.com/itunes/overview/images/overview_atom20090909.gif" alt="iTunes Genius" /></center>Here are a few observations as to why iTunes genius is smarter than you when it comes to picking songs and arranging them so that they play in a perfectly smooth sequence. I chose a song by David Gilmour, selected Genius, and the application picked the best songs to be played with &#8220;Out of the Blue&#8221;. From the list, it chose songs from Pink Floyd, Eagles, Jeff Beck, Steely Dan, and many other classics that flow as if it was all songs by the same artist.<br />
<center><img src="http://images.apple.com/itunes/overview/images/overview_atom20090909.gif" alt="iTunes Genius" /></center>I then chose some hard metal music &#8220;Dimmu Borgir&#8221;, and it properly chose Rammstein, Slipknot, Rob Zombie, CKY, and many others that I would have not think to add in a playlist together. The entire playlist ran and every song appeared to be in perfect order, not jumping from track to track that seem so different from one-another..as you may typically notice in self-made playlists..<br />
<center><img src="http://images.apple.com/itunes/overview/images/overview_atom20090909.gif" alt="iTunes Genius" /></center>I finally tested some hip hop by choosing &#8220;Check Yo Self by Ice Cube&#8221;. I&#8217;m telling ya, this mix was absolutely perfect as it added some Dr. Dre, Jay-Z, The Game, Rick Ross, and many others which all had similar beats and a smooth transition between each track.<br />
<center><img src="http://images.apple.com/itunes/overview/images/overview_atom20090909.gif" alt="iTunes Genius" /></center>I wish I had this for the house-warming party! I could of had some good mixes going, but instead we were stuck in having to hear Mike&#8217;s playlist which featured tracks that seemed to be in the wrong order or playlist. <img src='http://www.jon-kingsbury.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This application is simply genius!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2008/09/10/a-case-where-your-computer-is-smarter-than-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get out and vote now!</title>
		<link>http://www.jon-kingsbury.com/2008/08/31/get-out-and-vote-now/</link>
		<comments>http://www.jon-kingsbury.com/2008/08/31/get-out-and-vote-now/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 01:15:59 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2008/08/31/get-out-and-vote-now/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="384" HEIGHT="304"><PARAM NAME=movie VALUE="http://www.paltalk.com/marketing/media/vanksen/main.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=flashvars VALUE="firstname=Jonathan&#038;lastname=Kingsbury&#038;urlfin=http%3A%2F%2Fwww.news3online.com%2Fspread.php"><PARAM NAME="BGCOLOR" VALUE="#000000" /><PARAM NAME="allowScriptAccess" VALUE="always" /><EMBED src="http://www.paltalk.com/marketing/media/vanksen/main.swf" quality=high WIDTH="384" HEIGHT="304" ALIGN="" TYPE="application/x-shockwave-flash" FLASHVARS="firstname=Jonathan&#038;lastname=Kingsbury&#038;urlfin=http%3A%2F%2Fwww.news3online.com%2Fspread.php" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" BGCOLOR="#000000" ALLOWSCRIPTACCESS="ALWAYS"></EMBED></OBJECT></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2008/08/31/get-out-and-vote-now/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Earth Hour - Short Notice?</title>
		<link>http://www.jon-kingsbury.com/2008/03/29/earth-hour-short-notice/</link>
		<comments>http://www.jon-kingsbury.com/2008/03/29/earth-hour-short-notice/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 11:56:24 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2008/03/29/earth-hour-short-notice/</guid>
		<description><![CDATA[Maybe I&#8217;m out of touch with the news lately, but has anyone heard of the Earth Hour? This morning I had thought Google changed their home-page to adopt the Blackle idea, however that was not the case. Apparently there is a goal to have as many people as possible turn off their lights from 8:00PM-9:00PM [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe I&#8217;m out of touch with the news lately, but has anyone heard of the Earth Hour? This morning I had thought Google changed their home-page to adopt the Blackle idea, however that was not the case. Apparently there is a goal to have as many people as possible turn off their lights from 8:00PM-9:00PM in their local timezone to help raise awareness of worldwide energy conservation. I commend the idea and will do my part to support the awareness, however it may have been a better idea on Google&#8217;s part to have this message+countdown on their homepage earlier this week (so more people would be aware). I could be wrong.., but I feel there will be more people who will miss this message as it&#8217;s the weekend, not everyone may visit Google on a daily basis, and so on.</p>
<p>Anyhow, I support the idea and I do hope others will take part. When and if most people turn off the lights for 1 hour, I just hope it doesn&#8217;t have a significant impact (stress) on the powerplant when suddenly everything comes back on <img src='http://www.jon-kingsbury.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/9_c5K7Jdw9E&#038;hl=en"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/9_c5K7Jdw9E&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2008/03/29/earth-hour-short-notice/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eric Giardina - New Website</title>
		<link>http://www.jon-kingsbury.com/2008/02/29/eric-giardina/</link>
		<comments>http://www.jon-kingsbury.com/2008/02/29/eric-giardina/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 06:31:33 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2008/02/29/eric-giardina/</guid>
		<description><![CDATA[Link: http://www.ericgiardina.com
Title: Eric Giardina
Description: This is a personal blog web site for my cousin Eric Giardina, who is currently serving in Iraq. I would like to encourage visitors to please read and post audio/text comments on his web site. Be sure to check out Eric&#8217;s music, videos, and pictures!
Established: February 29, 2008
Check out this video [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Link:</strong> <a href="http://www.ericgiardina.com">http://www.ericgiardina.com</a><br />
<strong>Title:</strong> Eric Giardina<br />
<strong>Description:</strong> This is a personal blog web site for my cousin Eric Giardina, who is currently serving in Iraq. I would like to encourage visitors to please read and post audio/text comments on his web site. Be sure to check out Eric&#8217;s music, videos, and pictures!<br />
<strong>Established:</strong> February 29, 2008</p>
<p><strong>Check out this video - (Eric Giardina - One Last Shot)</strong><br />
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/n3hia5_iwMU"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/n3hia5_iwMU" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2008/02/29/eric-giardina/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Deval in Barack Obama</title>
		<link>http://www.jon-kingsbury.com/2008/02/20/the-deval-in-barack-obama/</link>
		<comments>http://www.jon-kingsbury.com/2008/02/20/the-deval-in-barack-obama/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 20:15:52 +0000</pubDate>
		<dc:creator>Jonathan Kingsbury</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<category><![CDATA[Devel Patrick]]></category>

		<category><![CDATA[Obama]]></category>

		<category><![CDATA[own aspirations]]></category>

		<category><![CDATA[take a chance]]></category>

		<guid isPermaLink="false">http://www.jon-kingsbury.com/2008/02/20/the-deval-in-barack-obama/</guid>
		<description><![CDATA[This is just great!!



]]></description>
			<content:encoded><![CDATA[<p>This is just great!!</p>
<p><object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/WRl09_wN97o&#038;rel=1"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/WRl09_wN97o&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jon-kingsbury.com/2008/02/20/the-deval-in-barack-obama/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
