<?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>Filipino Web Designer &#187; Web Development</title>
	<atom:link href="http://www.shawie.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawie.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 18:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>5 Important Rules in Website Design</title>
		<link>http://www.shawie.com/2009/07/08/5-important-rules-website-design/</link>
		<comments>http://www.shawie.com/2009/07/08/5-important-rules-website-design/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 02:57:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[web design rules]]></category>
		<category><![CDATA[web page design]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.shawie.com/?p=353</guid>
		<description><![CDATA[When it comes to your website, extra attention should be paid to every minute detail to make sure it performs optimally to serve its purpose. Here are five important rules of thumb to observe to make sure your website performs well. 
1) Do not use splash pages
Splash pages are the first pages you see when [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to your website, extra attention should be paid to every minute detail to make sure it performs optimally to serve its purpose. Here are five important rules of thumb to observe to make sure your website performs well. </p>
<p>1) <strong>Do not use splash pages</strong></p>
<p>Splash pages are the first pages you see when you arrive at a website. They normally have a very beautiful image with words like &#8220;welcome&#8221; or &#8220;click here to enter&#8221;. In fact, they are just that &#8212; pretty vases with no real purpose. Do not let your visitors have a reason to click on the &#8220;back&#8221; button! Give them the value of your site up front without the splash page. <span id="more-353"></span></p>
<p>2) <strong>Do not use excessive banner advertisements</strong></p>
<p>Even the least net savvy people have trained themselves to ignore banner advertisements so you will be wasting valuable website real estate. Instead, provide more valueable content and weave relevant affiliate links into your content, and let your visitors feel that they want to buy instead of being pushed to buy. </p>
<p>3) <strong>Have a simple and clear navigation</strong></p>
<p>You have to provide a simple and very straightforward navigation menu so that even a young child will know how to use it. Stay away from complicated Flash based menus or multi-tiered dropdown menus. If your visitors don&#8217;t know how to navigate, they will leave your site. </p>
<p>4) <strong>Have a clear indication of where the user is</strong></p>
<p>When visitors are deeply engrossed in browsing your site, you will want to make sure they know which part of the site they are in at that moment. That way, they will be able to browse relevant information or navigate to any section of the site easily. Don&#8217;t confuse your visitors because confusion means &#8220;abandon ship&#8221;!</p>
<p>5) <strong>Avoid using audio on your site</strong></p>
<p>If your visitor is going to stay a long time at your site, reading your content, you will want to make sure they&#8217;re not annoyed by some audio looping on and on on your website. If you insist on adding audio, make sure they have some control over it &#8212; volume or muting controls would work fine. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawie.com/2009/07/08/5-important-rules-website-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS 3: Next Generation Style Sheet Language</title>
		<link>http://www.shawie.com/2008/08/20/css-3-generation-style-sheet-language/</link>
		<comments>http://www.shawie.com/2008/08/20/css-3-generation-style-sheet-language/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 09:11:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cascading style sheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css 3]]></category>
		<category><![CDATA[css dropshadow]]></category>
		<category><![CDATA[css gradient borders]]></category>
		<category><![CDATA[css image tricks]]></category>
		<category><![CDATA[css positioning]]></category>
		<category><![CDATA[css rounded corners]]></category>
		<category><![CDATA[css tags]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[stylesheets]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.shawie.com/?p=114</guid>
		<description><![CDATA[Cascading style sheet or CSS is very helpful when formating and designing web pages. I learned CSS/CSS 2.0 on my first job using Notepad and converting all rtf files, code it to html and applied the css for styling and positioning. I read on WebMonkey&#8217;s website that CSS 3.0 is out but the specification document [...]]]></description>
			<content:encoded><![CDATA[<p>Cascading style sheet or CSS is very helpful when formating and designing web pages. I learned CSS/CSS 2.0 on my first job using Notepad and converting all rtf files, code it to html and applied the css for styling and positioning. I read on WebMonkey&#8217;s website that CSS 3.0 is out but the <a href="http://www.w3.org/Style/CSS/current-work" title="CSS 3 Documentation">specification document</a> still isn&#8217;t finalized. The new features of CSS 3 are rounded corners, borders with gradient, drop shadows, image tricks using mask and more.</p>
<p>Browser manufacturers have already started rolling out support for many of the new features even if they aren&#8217;t yet set in stone. Opera and Safari have been leading the way when it comes to CSS 3 features, but Firefox 3 packs in a few and 3.1 promises to bring Firefox alongside the others. Users of Internet Explorer are out of luck. Although, there&#8217;s no reason you can&#8217;t use some rounded corner properties solely for your Firefox/Opera/Safari visitors. IE will still render the backgrounds as usual, it just won&#8217;t understand the rounded corner bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawie.com/2008/08/20/css-3-generation-style-sheet-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searchable SWF Flash file format</title>
		<link>http://www.shawie.com/2008/07/01/searchable-swf-flash-file-format/</link>
		<comments>http://www.shawie.com/2008/07/01/searchable-swf-flash-file-format/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 01:48:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[flash cs3]]></category>
		<category><![CDATA[searchable flash]]></category>
		<category><![CDATA[shockwave flash]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.shawie.com/?p=81</guid>
		<description><![CDATA[I ask my colleague regarding the interactivity of menus, buttons, scrolls and forms in Flash CS3. During our conversation,  he told me that flash websites are now searchable in search engines. Before proceeding to my project, I read that Adobe Systems Inc. announced that an optimized Adobe Flash Player will be added to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shawie.com/2008/07/01/searchable-swf-flash-file-format/" title="Searchable Flash"><img src="http://www.shawie.com/images/searchable-swf.jpg" alt="swf flash file" width="150" height="113" border="0" style="float: left; margin: 0px 5px 5px 0px" /></a>I ask my colleague regarding the interactivity of menus, buttons, scrolls and forms in Flash CS3. During our conversation,  he told me that flash websites are now searchable in search engines. Before proceeding to my project, I read that <a  href="http://www.adobe.com" title="Adobe Systems">Adobe Systems Inc</a>. announced that an optimized <a href="http://www.adobe.com/products/flashplayer/" title="Flash Player">Adobe Flash Player</a> will be added to the  search engines of <a href="http://www.google.com" title="Google Inc.">Google</a> and <a href="http://www.yahoo.com"  title="Yahoo Inc.">Yahoo</a>. This new improved tool will help the search engines better index dynamic Web content and  rich Internet applications (RIA) that includes the Flash file format or better known as Shockwave Flash (SWF).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shawie.com/2008/07/01/searchable-swf-flash-file-format/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

