<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Design and Development PH Blog</title>
	<atom:link href="http://webdevdesignph.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevdesignph.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 12 Dec 2007 07:25:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='webdevdesignph.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/88839780d2a7e24f2adec30bcb1703c5?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Web Design and Development PH Blog</title>
		<link>http://webdevdesignph.wordpress.com</link>
	</image>
			<item>
		<title>The Drupal CCK</title>
		<link>http://webdevdesignph.wordpress.com/2007/12/12/the-drupal-cck/</link>
		<comments>http://webdevdesignph.wordpress.com/2007/12/12/the-drupal-cck/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 07:25:00 +0000</pubDate>
		<dc:creator>karlaredor</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[CCK]]></category>

		<guid isPermaLink="false">http://webdevdesignph.wordpress.com/2007/12/12/the-drupal-cck/</guid>
		<description><![CDATA[Creating content with the fields you need is easy with the Drupal Content Construction Kit. For instance, I will create a Lyrics Website using Drupal. You could edit the Title field to have Title of Song as its label and you could also edit the Body field to have the lyrics as its label.
Now, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=10&subd=webdevdesignph&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Creating content with the fields you need is easy with the Drupal Content Construction Kit. For instance, I will create a Lyrics Website using Drupal. You could edit the Title field to have Title of Song as its label and you could also edit the Body field to have the lyrics as its label.</p>
<p>Now, I would want other particular information to be displayed for this kind of site. Thus, I would add some fields like:</p>
<ul>
<li>Artist (Text Type &#8211; Text Field)</li>
<li>Album Title (Text Type &#8211; Text Field)</li>
<li>Genre</li>
</ul>
<p>Instead of adding a field for Genre, we could create a vocabulary with a list of terms that we could add and update. We also need to make sure that the content type enabled for this particular vocabulary is only the lyrics content type. With this kind of setup, we could even browse by category, browse by artist, browse by album and browse by song title. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Instead of making just a lyrics site, we could even add some music videos and even audio to make the site even more interesting. In order to do this, we could install the <a href="http://drupal.org/project/mediafield" target="_blank">Media Field</a> module for Drupal CCK. With this, we could add audio fields and video fields to our lyrics content type. We could also use the <a href="http://drupal.org/project/emfield" target="_blank">Emfield</a> module for CCK. With this module, we could just embed video and audio from third party websites.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webdevdesignph.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webdevdesignph.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webdevdesignph.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webdevdesignph.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webdevdesignph.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webdevdesignph.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webdevdesignph.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webdevdesignph.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webdevdesignph.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webdevdesignph.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webdevdesignph.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webdevdesignph.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=10&subd=webdevdesignph&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webdevdesignph.wordpress.com/2007/12/12/the-drupal-cck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0e60bbec3f815e554f49ed94a9d84b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">karlaredor</media:title>
		</media:content>
	</item>
		<item>
		<title>Color Scheme Ideas</title>
		<link>http://webdevdesignph.wordpress.com/2007/11/09/color-scheme-ideas/</link>
		<comments>http://webdevdesignph.wordpress.com/2007/11/09/color-scheme-ideas/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 16:56:56 +0000</pubDate>
		<dc:creator>karlaredor</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[color scheme]]></category>

		<guid isPermaLink="false">http://webdevdesignph.wordpress.com/2007/11/09/color-scheme-ideas/</guid>
		<description><![CDATA[There are a bunch of websites there that would give you ideas for your color scheme. Of course, you may want to take a look first at the links from this website. However, if you already know what are the main colors that you will use for your website, you may want to check out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=8&subd=webdevdesignph&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are a bunch of websites there that would give you ideas for your color scheme. Of course, you may want to take a look first at the links from this <a href="http://www.vandelaydesign.com/blog/design/find-the-perfect-colors-for-your-website/" target="_blank">website</a>. However, if you already know what are the main colors that you will use for your website, you may want to check out <a href="http://kuler.adobe.com/" target="_blank">kuler</a>. What&#8217;s nice about kuler is that you could search for a keyword that you have in mind since the color schemes have a set of tags that are associated with them. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Just make sure that your browser has Flash Player 9 since it won&#8217;t run on browsers that have Flash with a lower version. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webdevdesignph.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webdevdesignph.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webdevdesignph.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webdevdesignph.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webdevdesignph.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webdevdesignph.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webdevdesignph.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webdevdesignph.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webdevdesignph.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webdevdesignph.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webdevdesignph.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webdevdesignph.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=8&subd=webdevdesignph&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webdevdesignph.wordpress.com/2007/11/09/color-scheme-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0e60bbec3f815e554f49ed94a9d84b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">karlaredor</media:title>
		</media:content>
	</item>
		<item>
		<title>Multiple versions of IE in one PC?</title>
		<link>http://webdevdesignph.wordpress.com/2007/11/05/multiple-versions-of-ie-in-one-pc/</link>
		<comments>http://webdevdesignph.wordpress.com/2007/11/05/multiple-versions-of-ie-in-one-pc/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 01:48:30 +0000</pubDate>
		<dc:creator>karlaredor</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browsers IE]]></category>

		<guid isPermaLink="false">http://webdevdesignph.wordpress.com/2007/11/05/multiple-versions-of-ie-in-one-pc/</guid>
		<description><![CDATA[I did a post before on checking browser compatibility. And I recommended using Browser Shots. How about installing multiple versions of IE on your PC?   I think this would really benefit you if you&#8217;re working on a Windows XP Machine. It does not work on a Vista though. And yes it sucks that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=7&subd=webdevdesignph&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I did a post before on <a href="http://webdevdesignph.wordpress.com/2007/10/23/checking-browser-compatibility/">checking browser compatibility</a>. And I recommended using Browser Shots. How about <a href="http://tredosoft.com/Multiple_IE" target="_blank">installing multiple versions of IE</a> on your PC? <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I think this would really benefit you if you&#8217;re working on a Windows XP Machine. It does not work on a Vista though. And yes it sucks that it does not work on Vista. </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webdevdesignph.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webdevdesignph.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webdevdesignph.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webdevdesignph.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webdevdesignph.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webdevdesignph.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webdevdesignph.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webdevdesignph.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webdevdesignph.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webdevdesignph.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webdevdesignph.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webdevdesignph.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=7&subd=webdevdesignph&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webdevdesignph.wordpress.com/2007/11/05/multiple-versions-of-ie-in-one-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0e60bbec3f815e554f49ed94a9d84b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">karlaredor</media:title>
		</media:content>
	</item>
		<item>
		<title>I want to display views filter forms as a block</title>
		<link>http://webdevdesignph.wordpress.com/2007/10/25/i-want-to-display-views-filter-forms-as-a-block/</link>
		<comments>http://webdevdesignph.wordpress.com/2007/10/25/i-want-to-display-views-filter-forms-as-a-block/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 16:44:13 +0000</pubDate>
		<dc:creator>karlaredor</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[modules]]></category>

		<guid isPermaLink="false">http://webdevdesignph.wordpress.com/2007/10/25/i-want-to-display-views-filter-forms-as-a-block/</guid>
		<description><![CDATA[So, you want to display views filter forms as a block? Well, do not bother creating a hack for it because a module called Views Filter Block is there for you to download, install and use.   The next question is what code should I place in that block that I am about to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=5&subd=webdevdesignph&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, you want to display views filter forms as a block? Well, do not bother creating a hack for it because a module called <a href="http://www.douggreenconsulting.com/project/views_filterblock" target="_blank">Views Filter Block</a> is there for you to download, install and use. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  The next question is what code should I place in that block that I am about to create. The answer is this <a href="http://www.angrydonuts.com/displaying_views_exposed_filters" target="_blank">one</a>. The aforementioned link also contains tips on how to alter the display of the filter form.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webdevdesignph.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webdevdesignph.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webdevdesignph.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webdevdesignph.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webdevdesignph.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webdevdesignph.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webdevdesignph.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webdevdesignph.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webdevdesignph.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webdevdesignph.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webdevdesignph.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webdevdesignph.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=5&subd=webdevdesignph&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webdevdesignph.wordpress.com/2007/10/25/i-want-to-display-views-filter-forms-as-a-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0e60bbec3f815e554f49ed94a9d84b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">karlaredor</media:title>
		</media:content>
	</item>
		<item>
		<title>Drop down menus for Image Maps</title>
		<link>http://webdevdesignph.wordpress.com/2007/10/25/drop-down-menus-for-image-maps/</link>
		<comments>http://webdevdesignph.wordpress.com/2007/10/25/drop-down-menus-for-image-maps/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 16:24:40 +0000</pubDate>
		<dc:creator>karlaredor</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[drop down menus]]></category>
		<category><![CDATA[image maps]]></category>

		<guid isPermaLink="false">http://webdevdesignph.wordpress.com/2007/10/25/drop-down-menus-for-image-maps/</guid>
		<description><![CDATA[I know that this is not a practical thing to do but when you&#8217;re stuck in a place where you could not do anything because it has to look like that, JavaScript and some CSS would be your best friend.   
Your sub-menu (in form of a list) should have a div tag with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=4&subd=webdevdesignph&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I know that this is not a practical thing to do but when you&#8217;re stuck in a place where you could not do anything because it has to look like that, JavaScript and some CSS would be your best friend. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Your sub-menu (in form of a list) should have a div tag with a style of display:none.</p>
<p>And what should be the default CSS for my sub menu? <span id="more-4"></span></p>
<p><code><br />
#submenu<br />
{<br />
  position: absolute;<br />
  left: 50px;  top 50px;<br />
}<br />
</code></p>
<p>Well, that&#8217;s pretty much the basic thing you need to bring the div element closer to the particular area of an image map. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Of course you could apply other codes in CSS to style it. Of course you have to use some JavaScript so that the position could be the same for other screen resolutions.</p>
<p>Inside the area tag, you should add an event handler <strong>onclick</strong> and call the function that contains the <a href="http://www.dustindiaz.com/seven-togglers/" target="_blank">toggle code</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webdevdesignph.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webdevdesignph.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webdevdesignph.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webdevdesignph.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webdevdesignph.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webdevdesignph.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webdevdesignph.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webdevdesignph.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webdevdesignph.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webdevdesignph.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webdevdesignph.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webdevdesignph.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=4&subd=webdevdesignph&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webdevdesignph.wordpress.com/2007/10/25/drop-down-menus-for-image-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0e60bbec3f815e554f49ed94a9d84b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">karlaredor</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking Browser Compatibility</title>
		<link>http://webdevdesignph.wordpress.com/2007/10/23/checking-browser-compatibility/</link>
		<comments>http://webdevdesignph.wordpress.com/2007/10/23/checking-browser-compatibility/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 17:18:47 +0000</pubDate>
		<dc:creator>karlaredor</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[browser compatibility]]></category>

		<guid isPermaLink="false">http://webdevdesignph.wordpress.com/2007/10/23/checking-browser-compatibility/</guid>
		<description><![CDATA[In web design and development, it is important that your website should work in all browsers. W3Schools has information on browser statistics. The three browsers that have a significant amount of percentage are IE7, IE6 and Firefox. However, we should still not forget about the other browsers because the target audience of the website might [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=3&subd=webdevdesignph&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>In web design and development, it is important that your website should work in all browsers. W3Schools has information on <a href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">browser statistics</a>. The three browsers that have a significant amount of percentage are IE7, IE6 and Firefox. However, we should still not forget about the other browsers because the target audience of the website might be using those browsers that are not from the top three.</p>
<p>If you do not want to install another browser on your workstation, you should try <a href="http://browsershots.org/" target="_blank">Browser Shots</a>. This is free. However, it would take some time before you could see the screenshots. I&#8217;ve been using this to check browser compatibility for IE6 since I already have IE7 installed in my Vista workstation.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/webdevdesignph.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/webdevdesignph.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/webdevdesignph.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/webdevdesignph.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/webdevdesignph.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/webdevdesignph.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/webdevdesignph.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/webdevdesignph.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/webdevdesignph.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/webdevdesignph.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/webdevdesignph.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/webdevdesignph.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webdevdesignph.wordpress.com&blog=1893544&post=3&subd=webdevdesignph&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://webdevdesignph.wordpress.com/2007/10/23/checking-browser-compatibility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c0e60bbec3f815e554f49ed94a9d84b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">karlaredor</media:title>
		</media:content>
	</item>
	</channel>
</rss>