<?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>Web Design Techniques</title>
	<atom:link href="http://webdesigntechniques.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdesigntechniques.net</link>
	<description>Your Guide to Effective Web Designing</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:32:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Graphics in Web Design</title>
		<link>http://webdesigntechniques.net/graphics/graphics-in-web-design/</link>
		<comments>http://webdesigntechniques.net/graphics/graphics-in-web-design/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 18:32:29 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Graphics]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/graphics/graphics-in-web-design/</guid>
		<description><![CDATA[The use of graphics or pictures on Web pages makes them more attractive.  Some dynamic Web pages even use graphics as a form of control.  For whatever reason you use graphics on your Web pages, there is one thing for sure, it puts a strain on your site and slows down the loading [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://webdesigntechniques.net/wp-content/uploads/2007/12/post3.JPG' alt='post3.JPG' align="left" height=180 width=184/>The use of graphics or pictures on Web pages makes them more attractive.  Some dynamic Web pages even use graphics as a form of control.  For whatever reason you use graphics on your Web pages, there is one thing for sure, it puts a strain on your site and slows down the loading process.</p>
<p>The reduction of the size of Web pages ensures that it will load faster.  One sure way to reduce the size is to reduce the file size of images.  The first minute will decide whether your users will stay or go to another site.  Here are some recommendations on the use of graphics to lessen the downtime of your Web site:<br />
1.	Lessen number of colors<br />
2.	Crop your images<br />
3.	Use Jpeg format<br />
4.	Interlace Gif files<br />
5.	Slice animated Gifs<br />
6.	Cut images to pieces<br />
7.	Use thumbnails<br />
8.	Scale solid colors<br />
9.	Specify height and width<br />
10.	Use LOWSRC tags</p>
<p>Source: <a href="http://www.webclipart.com/fast-images.html">WebclipArt.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/graphics/graphics-in-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewers like readable fonts</title>
		<link>http://webdesigntechniques.net/guide/viewers-like-readable-fonts/</link>
		<comments>http://webdesigntechniques.net/guide/viewers-like-readable-fonts/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:05:46 +0000</pubDate>
		<dc:creator>sayuri</dc:creator>
				<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/?p=79</guid>
		<description><![CDATA[
The bigger things are the better they should be. That&#8217;s not always the case when it comes to web designing. If readers tend to enlarge font or text size just to read your site, then you probably should think twice about it. Still using HTML font tags for your site? Time to dive into CCS [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:1gSOOJcLzAsCPM:http://realwomensfitness.com/images/uploads/2007/04/555352_squinting_eye.jpg" alt="" /><br />
The bigger things are the better they should be. That&#8217;s not always the case when it comes to web designing. If readers tend to enlarge font or text size just to read your site, then you probably should think twice about it. Still using HTML font tags for your site? Time to dive into CCS as it is more flexible, easier to maintain, and has lesser bandwidth requirements.</p>
<p>Here are just some tips regarding font sizes:</p>
<ul>
<strong>Size: respect the users&#8217; preferences, avoid small size for content</strong><br />
Anything less than 1em would make your readers squint or go for the CTRL+Mouse roller. It&#8217;s not good.</ul>
<ul>
<strong>Units: avoid absolute length units for screen display</strong><br />
Rather than use font size in pt, go for the absolute length units</ul>
<ul>
<strong>Legible font-family</strong><br />
If you really need to make your fonts small then it&#8217;s better to go for a font-family with aspect values that are high.</ul>
<p>To get more details on this, please go to this <a href="http://www.w3.org/QA/Tips/font-size">site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/guide/viewers-like-readable-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Validate Your Web Design</title>
		<link>http://webdesigntechniques.net/guide/validate-your-web-design/</link>
		<comments>http://webdesigntechniques.net/guide/validate-your-web-design/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 10:14:32 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Guide]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/guide/validate-your-web-design/</guid>
		<description><![CDATA[
When you encounter a problem with your Web design, the first thing you should consider or the best way to handle it is to validate you Web design. A lot of problems could have been prevented if the Web design have been validated in the first place. But the sad part of it is that [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://webdesigntechniques.net/wp-content/uploads/2008/02/1.jpg' alt='1.jpg' align="left" height=180 width=180/><br />
When you encounter a problem with your Web design, the first thing you should consider or the best way to handle it is to validate you Web design. A lot of problems could have been prevented if the Web design have been validated in the first place. But the sad part of it is that many people are not doing this. People tend to ignore to validate their Web design. For your advantage and benefit, validate your HTML, CSS, and other Web file types with the HTML validators available. You may check the Internet for HTML validator, CSS validator, XHTML validator, RSS and Atom validator and P3P validator . Try visiting the Web Design / HTML site at About.com just to be sure that you will not have errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/guide/validate-your-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate Traffic to your Site (Part 2)</title>
		<link>http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-2/</link>
		<comments>http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-2/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 07:04:43 +0000</pubDate>
		<dc:creator>Sherill</dc:creator>
				<category><![CDATA[Site Traffic]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-2/</guid>
		<description><![CDATA[
www.digidiner.com
This same principle applies with services or information offered from your website.  You can offer a free trial period and send out free newsletters.  One popular thing being given away now are free PC scans or free credit reports.  These freebies are called teasers.
After running the PC scan or credit report, you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:tPeEcXgRMNZ5QM:http://www.digidiner.com/Freebies%2520Title.jpg" alt="" /><br />
www.digidiner.com</p>
<p>This same principle applies with services or information offered from your website.  You can offer a free trial period and send out free newsletters.  One popular thing being given away now are free PC scans or free credit reports.  These freebies are called teasers.</p>
<p>After running the PC scan or credit report, you can alert the customer if there is something that is found in their credit record or PC, and then offer to show them what it is or maybe repair their problem for a certain price.  This can be an effective way to create sales or just get more information to your potential clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate Traffic to your Site (Part 1)</title>
		<link>http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-1/</link>
		<comments>http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-1/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 02:25:40 +0000</pubDate>
		<dc:creator>Sherill</dc:creator>
				<category><![CDATA[Site Traffic]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-1/</guid>
		<description><![CDATA[
www.hypeinternetmarketing.com
There maybe hundreds of ways for you to promote your website or online business.  Some are more effective than others, yet the following method will not only help you to generate traffic to your site, but it will also generate income into your wallet.
One thing that would appeal to everyone is the word “free.” [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:ArlUFaqeOZDEoM:http://www.hypeinternetmarketing.com/IMAGES/HOME-PAGE-COMPUTER-FISH.jpg" alt="" /><br />
<em>www.hypeinternetmarketing.com</em></p>
<p>There maybe hundreds of ways for you to promote your website or online business.  Some are more effective than others, yet the following method will not only help you to generate traffic to your site, but it will also generate income into your wallet.</p>
<p>One thing that would appeal to everyone is the word “free.”  If it’s for free, people will most likely take it.  Just think of the cheese samples given away at grocery stores.  Most people do not really like the cheese.  But most people will take it simply because it is free, and someone was nice enough to offer it. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/site-traffic/generate-traffic-to-your-site-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Adobe Dreamweaver CS3 (Part 2)</title>
		<link>http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-2/</link>
		<comments>http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-2/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 09:26:36 +0000</pubDate>
		<dc:creator>Sherill</dc:creator>
				<category><![CDATA[Web Design Tools]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-2/</guid>
		<description><![CDATA[
www.theopensourcery.com
You should note that Adobe Dreamweaver is a feature-rich and very powerful program.  While Dreamweaver is easy to use and generally well thought-out because of the many capabilities in the program, it will still take some time to learn how you can get the most from it.  In addition, there are many new [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:pkYZmBguxr5gTM:http://theopensourcery.com/aps3.gif" alt="" /><br />
www.theopensourcery.com</p>
<p>You should note that Adobe Dreamweaver is a feature-rich and very powerful program.  While Dreamweaver is easy to use and generally well thought-out because of the many capabilities in the program, it will still take some time to learn how you can get the most from it.  In addition, there are many new users that need to understand the basic terminology and techniques of web designs and web development.  These are widely available though, as there are many excellent DVDs, books, software training packages, and internet tutorials that can help you.  With so much help available, you might be surprised on how quickly you can design your own website using this software.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Adobe Dreamweaver CS3 (Part 1)</title>
		<link>http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-1/</link>
		<comments>http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-1/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 09:25:30 +0000</pubDate>
		<dc:creator>Sherill</dc:creator>
				<category><![CDATA[Web Design Tools]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-1/</guid>
		<description><![CDATA[
3dsoftware11.blogspot.com
Probably the leading web design and development software package developed and marketed by Adobe Systems Incorporated, is the Adobe Dreamweaver.  Many people who purchase this software today will also get the Adobe Creative Suite 3 Packages.  This package is a collection of video editing applications, graphic design, and web development.  It is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn0.google.com/images?q=tbn:cdoPqXu1PiA65M:http://bp1.blogger.com/_Z_zcazHB47c/Rw-SDbr3LNI/AAAAAAAAAFQ/vhlaRF2mH-s/s320/adobe_dreamweaver_8~s600x600.jpg" alt="" /><br />
3dsoftware11.blogspot.com</p>
<p>Probably the leading web design and development software package developed and marketed by Adobe Systems Incorporated, is the Adobe Dreamweaver.  Many people who purchase this software today will also get the Adobe Creative Suite 3 Packages.  This package is a collection of video editing applications, graphic design, and web development.  It is available for both PCs that are running Apple Macintosh computers of Microsoft Windows.  There are several variants of the Creative Suite 3 Package that is available from Adobe: Master Collection, Production Premium, Web Premium, Web Standard, and Design Premium.  However, Dreamweaver is not included in the Production Premium or Design Standard packages.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/web-design-tools/learning-adobe-dreamweaver-cs3-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Makes A Site Respectable</title>
		<link>http://webdesigntechniques.net/general/what-makes-a-site-respectable/</link>
		<comments>http://webdesigntechniques.net/general/what-makes-a-site-respectable/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 11:15:17 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/general/what-makes-a-site-respectable/</guid>
		<description><![CDATA[



Trim down the amount of images on your website. It tends to load very gradually and normally some become very redundant. If you believe that any picture is necessary on your site, make certain you optimize them by image restriction programs in order that they have a least small amount file size. Also, keep your [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"><img align="left" src="http://webdesigntechniques.net/wp-content/uploads/2008/06/13.thumbnail.jpg" alt="13.jpg" /></span></p>
<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"></span></p>
<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"></span></p>
<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"></span></p>
<p><span style="font-size: 10pt; font-family: Verdana">Trim down the amount of images on your website. It tends to load very gradually and normally some become very redundant. If you believe that any picture is necessary on your site, make certain you optimize them by image restriction programs in order that they have a least small amount file size. Also, keep your text sections or articles at a sensible length. If a paragraph is too comprehensive, you should divide it into parts so that the text blocks will not be excessively large. Most helpful extent is 8-12 words, it reads quickly and makes simple to pursue. This is significant because a block of text that is too big will put off visitors from interpreting your content.<o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/general/what-makes-a-site-respectable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop</title>
		<link>http://webdesigntechniques.net/general/photoshop/</link>
		<comments>http://webdesigntechniques.net/general/photoshop/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 06:59:05 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/general/photoshop/</guid>
		<description><![CDATA[



Adobe Photoshop, or merely Photoshop, is a graphics editor extended and made available  by Adobe Systems. It is the existing and most principal market leader for commercial bitmap and image exploitation, and is the flagship item for consumption of Adobe Systems. It has been expressed as &#8220;business criterion for graphics professionals&#8221; and was one of [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"><img align="left" src="http://webdesigntechniques.net/wp-content/uploads/2008/06/12.thumbnail.jpg" alt="12.jpg" /></span></p>
<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"></span></p>
<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"></span></p>
<p style="margin: 0in 0in 0pt; text-align: justify" class="MsoNormal"><span style="font-size: 10pt; font-family: Verdana"></span></p>
<p><span style="font-size: 10pt; font-family: Verdana">Adobe Photoshop, or merely Photoshop, is a <span style="color: windowtext; text-decoration: none; text-underline: none">graphics editor</span> extended and made available <span> </span>by <span style="color: windowtext; text-decoration: none; text-underline: none">Adobe Systems</span>. It is the existing and most principal <span style="color: windowtext; text-decoration: none; text-underline: none">market leader</span> for commercial <span style="color: windowtext; text-decoration: none; text-underline: none">bitmap</span> and <span style="color: windowtext; text-decoration: none; text-underline: none">image</span> exploitation, and is the flagship item for consumption of Adobe Systems. It has been expressed as &#8220;business criterion for graphics professionals&#8221; and was one of the early hours of &#8220;<span style="color: windowtext; text-decoration: none; text-underline: none">killer applications</span>&#8221; on <span style="color: windowtext; text-decoration: none; text-underline: none">Macintosh</span>. Photoshop CS3, the up to date tenth iteration of the curriculum imitates its addition with other <span style="color: windowtext; text-decoration: none; text-underline: none">Creative Suite</span> products, and the number &#8220;3&#8243; stands for it as the third version on the rampage since Adobe re-branded its products under the CS umbrella. <o:p></o:p></span><span style="font-size: 10pt; font-family: Verdana"><o:p> </o:p></span><span style="font-size: 10pt; font-family: Verdana"><o:p> </o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/general/photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effective Web Design through Testing</title>
		<link>http://webdesigntechniques.net/information/effective-web-design-through-testing/</link>
		<comments>http://webdesigntechniques.net/information/effective-web-design-through-testing/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 11:29:43 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Internet Marketing]]></category>

		<guid isPermaLink="false">http://webdesigntechniques.net/?p=120</guid>
		<description><![CDATA[Testing is one step many a failed web sites fail to do because of a misconception that it takes alot of resources to conduct. Usability is one issue that people tend to look at, the harder a site is to use, the less the chances they will be coming back to use the facilities next [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://tbn2.google.com/images?q=tbn:T2C6Ew_noRtajM:http://www.hytechpro.com/images/SDLC_clip_image002_0000.jpg" alt="" />Testing is one step many a failed web sites fail to do because of a misconception that it takes alot of resources to conduct. Usability is one issue that people tend to look at, the harder a site is to use, the less the chances they will be coming back to use the facilities next time round. Testing should be integrated into the <a href="http://webapplicationsreview.com/">development phase</a> of the system so it becomes natural. From inception to the finishing touches, all should be tested for what sort of web page and services would you be offering if even the people who designed the whole thing don&#8217;t feel comfortable using them.<span id="more-120"></span><br />
Get management involved so they can play a little with the design, layout and overall usability of the site you are developing. Remember, a web site can be used to influence customers to the overall first impressions and we all know people do make them so make it good and follow up with exceptional functionality. The best pages allows their customers to do what they need to get done and the less useless information the better. The IT people may hold the keys and do development but the marketing branch does the promotion and overall look of the company so get them involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesigntechniques.net/information/effective-web-design-through-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
