<?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>Tampa Bay Web Services</title>
	<atom:link href="http://www.bluegreenweb.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bluegreenweb.com</link>
	<description>- Site Maintenance - Web Design - SEO - St. Petersburg, Clearwater, Sarasota, Largo Florida</description>
	<lastBuildDate>Thu, 12 Jan 2012 04:56:29 +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>Android: Parse Error &#8211; Problem Parsing Package</title>
		<link>http://www.bluegreenweb.com/featured/parse-error-problem-parsing-package.php</link>
		<comments>http://www.bluegreenweb.com/featured/parse-error-problem-parsing-package.php#comments</comments>
		<pubDate>Thu, 12 Jan 2012 04:56:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.bluegreenweb.com/?p=2941</guid>
		<description><![CDATA[One of the issues you may have when installing an application, created, and signed, using Eclipse:
Parse Error
Problem Parsing Package
Things to check:
Are you using a compatible Android device?
You will have problems putting an app made with Android 4.0 on an Android 2.3.5 device.
Check the AndroidManifest.xml for the  miniSdkVersion!
Lower it to &#8220;3&#8243; and try recreating the apk
&#60;uses-sdk android:minSdkVersion=&#8221;3&#8243; /&#62;
If these things are not the issue, try installing the apk on a different device &#8211; rule out the problem either being the device or the apk you are creating.

]]></description>
		<wfw:commentRss>http://www.bluegreenweb.com/featured/parse-error-problem-parsing-package.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CodeAcademy DetectGoodInput Lesson</title>
		<link>http://www.bluegreenweb.com/articles/codeacademy-detectgoodinput-lesson.php</link>
		<comments>http://www.bluegreenweb.com/articles/codeacademy-detectgoodinput-lesson.php#comments</comments>
		<pubDate>Fri, 06 Jan 2012 21:09:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.bluegreenweb.com/?p=2935</guid>
		<description><![CDATA[In the lesson for Basic Functions: Javascript Quick Start: Start Guide, part 4, Return Values:
The presented problem:
// If value is falsy&#8230;
The instructions give a hint on what to add, or rather what NOT to add:
You do not need to have Return &#8216;undefined&#8217;; as part of the IF statement.
so,
if (is falsy and not a string){} // put NOTHING in the {}
else
return &#8216;good input!&#8217;;
http://www.codecademy.com/courses/javascript-intro/4#!/exercises/3
function detectGoodInput

]]></description>
		<wfw:commentRss>http://www.bluegreenweb.com/articles/codeacademy-detectgoodinput-lesson.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

