<?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>iCan&#039;t Internet &#187; Webdevelopment</title>
	<atom:link href="http://www.icantinternet.org/category/webdevelopment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icantinternet.org</link>
	<description>Your Guide to all things starting with &#34;i&#34; and more!</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:14:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How influencing is HTML5 on SEO</title>
		<link>http://www.icantinternet.org/2011/12/how-influencing-is-html5-on-seo/</link>
		<comments>http://www.icantinternet.org/2011/12/how-influencing-is-html5-on-seo/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 07:24:25 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=1656</guid>
		<description><![CDATA[HTML is the markup language that helps us to structure and exhibit our web content. It is also the key factor in any search engine marketing techniques. A new markup language HTML 5 which is the revised version of the HTML code has been recently introduced. So can this new language modify the way SEO [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2011/12/how-influencing-is-html5-on-seo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Notice: Undefined index</title>
		<link>http://www.icantinternet.org/2011/04/php-notice-undefined-index/</link>
		<comments>http://www.icantinternet.org/2011/04/php-notice-undefined-index/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 13:16:32 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[errormessage]]></category>
		<category><![CDATA[webedevelopment]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=1026</guid>
		<description><![CDATA[Have you ever gotten this error: Notice: Undefined index &#8216;fields of the table&#8217; in &#8216;path of the PHP file you&#8217;re executing&#8217; on line &#8216;the current linenumber&#8217; ? I think you do, since most probably, Google or Bing or so have lead you to this post because you were searching for a solution for that very [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2011/04/php-notice-undefined-index/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Basic Web Design by PSD Slicing</title>
		<link>http://www.icantinternet.org/2011/01/basic-web-design-by-psd-slicing/</link>
		<comments>http://www.icantinternet.org/2011/01/basic-web-design-by-psd-slicing/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 17:47:01 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[slicing]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=896</guid>
		<description><![CDATA[[ad]As the internet is used increasingly often, the need for talented web designers increases. There are many aspiring graphic artists who want to create their own websites, but don&#8217;t have the coding skill required for web development. They work mainly with Adobe tools, such as Illustrator and In Design, which are industry standard web design [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2011/01/basic-web-design-by-psd-slicing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP Lesson 3: Variables and Constants</title>
		<link>http://www.icantinternet.org/2010/04/php-lesson-3-variables-and-constants/</link>
		<comments>http://www.icantinternet.org/2010/04/php-lesson-3-variables-and-constants/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 16:40:10 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[constants]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=584</guid>
		<description><![CDATA[Variables Variables are containers, they contain data. PHP is a loosely typed language, and thus the variable can contain any type of data, PHP will change the type of the variable implicitly, depending on the operation being performed on it. This is in strong contrast with strongly typed languages, such as Java, or C++, where [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2010/04/php-lesson-3-variables-and-constants/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Lesson 2: Data types</title>
		<link>http://www.icantinternet.org/2010/03/php-lesson-2-data-types/</link>
		<comments>http://www.icantinternet.org/2010/03/php-lesson-2-data-types/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 16:37:12 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[constants]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=581</guid>
		<description><![CDATA[Today&#8217;s PHP lesson is about data types. Although PHP can work with many different data types, we divide them in two different categories: scalar data and composite data. Scalar data Scalar data can hold only one value at a time. PHP knows four different types of scalar data: Boolean: possible values are TRUE or FALSE [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2010/03/php-lesson-2-data-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Lesson 1: General Introduction</title>
		<link>http://www.icantinternet.org/2010/02/php-lesson-1-general-introduction/</link>
		<comments>http://www.icantinternet.org/2010/02/php-lesson-1-general-introduction/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 10:45:43 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[php syntax]]></category>
		<category><![CDATA[server side scripting language]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=555</guid>
		<description><![CDATA[What is PHP? PHP is a scripting language, primarily intended to generate dynamical websites on a webserver. PHP is designed in 1994, by a senior software engineer at IBM, Rasmus Lerdorf, and the language was clearly inspired by Perl. The letters PHP used to mean Personal Homepage (or more complete: Personal Home Page/Forms Interpreter, PHP/FI). [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2010/02/php-lesson-1-general-introduction/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The best scripting-tips on the net</title>
		<link>http://www.icantinternet.org/2009/02/the-best-scripting-tips-on-the-net/</link>
		<comments>http://www.icantinternet.org/2009/02/the-best-scripting-tips-on-the-net/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:23:35 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[developping]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=158</guid>
		<description><![CDATA[ASP.NET Microsoft ASP.NET Developer Center http://msdn.microsoft.com/asp.net The Microsoft-homepage for ASP.NET-developpers with documentation and community ASP Free www.aspfree.com Website of independent ASP-programmers with help, trics, manuals, blogs, forum and information about ASP.NET ASPNL www.aspnl.com Usefull information about ASP and .NET Framework, including ASP.NET [ad] JavaScript/JScript JavaScript tutorials javascript.internet.com The website includes tutorials, download center, blog, community [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2009/02/the-best-scripting-tips-on-the-net/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Golden Rules of E-Commerce Design</title>
		<link>http://www.icantinternet.org/2009/02/golden-rules-of-e-commerce-design/</link>
		<comments>http://www.icantinternet.org/2009/02/golden-rules-of-e-commerce-design/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 20:07:56 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[E-Commerce]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=151</guid>
		<description><![CDATA[Rule1 Keep the search function in the same place Always ensure that your search function feature is on every page and is in the same location for ease of accessibility. On some sites, the search function appears on the homepage, but is then missing from all the other pages in the store. Avoid this! Rule [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2009/02/golden-rules-of-e-commerce-design/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Recognizing the iPhone for webpages</title>
		<link>http://www.icantinternet.org/2009/01/recognizing-the-iphone-for-webpages/</link>
		<comments>http://www.icantinternet.org/2009/01/recognizing-the-iphone-for-webpages/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 15:15:21 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=135</guid>
		<description><![CDATA[As said in my 2009 predictions, the iPhone, and other mobile devices, will get a larger share in the tools your visitors use to visit your websites. So I suppose you will not be surprised when I tell you that it is very important to sure that your website is ready to receive your mobile [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2009/01/recognizing-the-iphone-for-webpages/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Web app icon for iPhone</title>
		<link>http://www.icantinternet.org/2009/01/web-app-icon-for-iphone/</link>
		<comments>http://www.icantinternet.org/2009/01/web-app-icon-for-iphone/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 12:29:46 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Webmaster]]></category>
		<category><![CDATA[Webapp]]></category>

		<guid isPermaLink="false">http://www.icantinternet.org/?p=122</guid>
		<description><![CDATA[Adding a Web app icon for iPhone visitors on your website By default, when you add a bookmark to a page to your homescreen (by tapping bookmark-&#62;add to homescreen), your iPhone will create a button for the webapp by itself. This is miniature version of the page you were on when you created the bookmark. [...]]]></description>
		<wfw:commentRss>http://www.icantinternet.org/2009/01/web-app-icon-for-iphone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

