<?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>Codeleet &#187; Javascript</title>
	<atom:link href="http://codeleet.hub.ph/category/a-fundamentals-of-web-development/c-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeleet.hub.ph</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 19:12:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS and Javascript outside the HTML file</title>
		<link>http://codeleet.hub.ph/css-and-javascript-outside-the-html-file/</link>
		<comments>http://codeleet.hub.ph/css-and-javascript-outside-the-html-file/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:33:25 +0000</pubDate>
		<dc:creator>Greten</dc:creator>
				<category><![CDATA[Cascading Stylesheet (CSS)]]></category>
		<category><![CDATA[Hypertext Mark-up Language (HTML)]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Search Engine Optimization (SEO)]]></category>
		<category><![CDATA[external CSS file]]></category>
		<category><![CDATA[external Javascript file]]></category>
		<category><![CDATA[HTML link rel]]></category>
		<category><![CDATA[script type]]></category>
		<category><![CDATA[stylesheet]]></category>

		<guid isPermaLink="false">http://codeleet.hub.ph/?p=50</guid>
		<description><![CDATA[Aside from placing CSS and Javascript within the head section of the HTML, we can also place them in separate external files. This enables several HTML webpages to access and use them. The results: uniform appearance of the website across several pages, elegant and simpler HTML code, and a search engine friendlier website.]]></description>
		<wfw:commentRss>http://codeleet.hub.ph/css-and-javascript-outside-the-html-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java image flip</title>
		<link>http://codeleet.hub.ph/java-image-flip/</link>
		<comments>http://codeleet.hub.ph/java-image-flip/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 00:46:48 +0000</pubDate>
		<dc:creator>Greten</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[HTML image]]></category>
		<category><![CDATA[image flip]]></category>
		<category><![CDATA[link hover]]></category>

		<guid isPermaLink="false">http://codeleet.hub.ph/?p=29</guid>
		<description><![CDATA[A popular image flip back in the late 90’s that uses Javascript. When a mouse hovers on an image (usually a hyperlink image), the image “flips” or change to another image. It reverts to the original image when the mouse pointer moves away. Rarely use nowadays due to popularity of text-based links and the notoriety of Javascript as means of attaching viruses and other malwares.]]></description>
		<wfw:commentRss>http://codeleet.hub.ph/java-image-flip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
