<?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>Solutions for Web Design &#187; Graphic Design for the Web</title>
	<atom:link href="http://www.solutionsforwebdesign.com/category/graphic-design-for-the-web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solutionsforwebdesign.com</link>
	<description>Web design tips, tricks and information</description>
	<lastBuildDate>Sat, 29 Aug 2009 20:43:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Design Tips for Graphic Designers New to Website Design</title>
		<link>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-for-graphic-designers-new-to-website-design/</link>
		<comments>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-for-graphic-designers-new-to-website-design/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 03:17:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design for the Web]]></category>
		<category><![CDATA[Document Size]]></category>
		<category><![CDATA[Graphic Designer]]></category>
		<category><![CDATA[New Designers]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Tandem]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[Web Searchers]]></category>

		<guid isPermaLink="false">http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-for-graphic-designers-new-to-website-design/</guid>
		<description><![CDATA[
Chris London asked: 
For graphic designers who are new to web design this article will provide some very useful tips to optimize your websites and images to maintain a visually dynamic website without slow load times.
Everyone should want a website that is attractive, engaging, and easy to navigate. More often than not, you can spot [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/06/web_design_tips10.jpg"><img src="/wp-content/uploads/2009/06/web_design_tips10.jpg" alt="" /></a></div>
<div><em><strong>Chris London</strong> asked: </em></div>
<p>For graphic designers who are new to web design this article will provide some very useful tips to optimize your websites and images to maintain a visually dynamic website without slow load times.</p>
<p>Everyone should want a website that is attractive, engaging, and easy to navigate. More often than not, you can spot websites that were created by graphic designers and sites that were created by programmers. Generally speaking a website created by a graphic designer will be visually engaging but is probably not Search Engine Friendly, while a programmer&#8217;s site will be set up beautifully with CSS streamlined for Search Engines and quick load times. For obvious reasons the best websites are usually created by a team of professionals working in tandem.</p>
<p>It sure seems to me that most people designing websites have an &#8220;either or&#8221; attitude, either it looks good but loads slow or you focus on code and appear more generic. I&#8217;ve seen plenty of websites that contradict this thinking and I personally believe every website should be visually stunning and streamlined for search engines and download time. Every year less people are using dial up to connect, however there are too many to ignore. I really don&#8217;t worry too much about dial up users anymore, because most of the websites I design are targeted at fairly web savvy searchers. However, just because I don&#8217;t worry about dial up doesn&#8217;t mean that I can neglect to streamline my websites for its users.</p>
<p>This article will provide some quick and useful tips on how graphic designers new to web design can optimize websites and images and still keep them looking hot. If you&#8217;re just starting out then you&#8217;re probably not going to know a lot about CSS. No worries! Just start designing your layout in Photoshop. A good document size to start with would be 950 pixels wide by 600 pixel high set to RGB at 300 dpi. When you&#8217;ve created the layout that you want you are ready to slice up your document and export it as an html document with an image folder.</p>
<p>1. In Photoshop you can use the slice tool and manually create slices organized in rows and columns for Dreamweaver or drag &#8220;guides&#8221; where you want to slice your page and just click the &#8220;slice from guides&#8221; button at the top of the Photoshop menu bar. Note: you can combine slices by shift clicking multiple slices then holding down the control key and clicking to select combine slices. (You can define your text and background colors easily in Dreamweaver).</p>
<p>The image below is an example of how I sliced this Photoshop document up.</p>
<p>a. Hold down shift + option + command + s to export the slices. Click &#8220;Save&#8221; and then select export html and images.</p>
<p>b. Open all of your images in Fireworks and resave them at 80% quality and jpg format. Now you have nice looking images that have a small file size and are easy to load.</p>
<p>2. Another quick tip is to learn to set up your web pages using .php includes.</p>
<p>The basic set up for a php page is a &#8220;header&#8221;, &#8220;body&#8221; and &#8220;footer&#8221;. In a nutshell what we are doing is breaking one complete html page into three separate html files and letting the server put them back together as one complete page. Why would we do this? We do this, because there are many beneficial advantages to creating your pages this way. For example if your navigation is in the header document and you need to make a change to your navigation you only need to do it once, not for every page. Also the server loads your images once and not for every page which makes your site quicker to load and use.</p>
<p>a. In Photoshop you proceed the same way using the slice tool or guides to  create slices organized in rows and columns for Dreamweaver. Except this time you are turning the one file in the example shown previously into (3) separate files. Break your main Photoshop document into three sections, a header, the body, and the footer. Label each Photoshop document accordingly. Samples shown below.</p>
<p><strong>Header File:</strong></p>
<p><strong>Body File:</strong></p>
<p><strong>Footer File:</strong></p>
<p>b. Hold down shift + option + command + s to export the slices as html and images for each of the three Photoshop documents.</p>
<p>c. Your head document named: &#8220;header.html&#8221; change to &#8220;header.php&#8221;</p>
<p>d. Replace the   and information found at the top of your &#8220;index.html&#8221; page with this simple code:</p>
<p>include(&#8220;header.php&#8221;);?&gt;</p>
<p>e. Replace the / tag found at the very bottom of your page with the following footer include.</p>
<p>include(&#8220;footer.php&#8221;);?&gt;</p>
<p>Note: Re-save the &#8220;body&#8221; which is your index.html as index.php</p>
<p>Note: You will need to upload these files to preview the entire page, but on the positive if you use these same header and footer tags on the rest of your pages your website only needs to load the header and footer images one time making  your site display much quicker. This idea works with background images as well (if you re-use the images they only have to load once).</p>
<p><strong>Reference #1:</strong></p>
<p>Here is what the basic html looks like in the header.html file:</p>
<p>These brackets {} used in place coding of actual code for placement purposes only.</p>
<p>{html}</p>
<p>{head}</p>
<p>{title}Your Title Goes Here{title}</p>
<p>{table}</p>
<p>{table}</p>
<p><strong>Reference#2:</strong></p>
<p>Here is what the basic html looks like in the index.php file:</p>
<p>{?php</p>
<p>include(&#8220;header.php&#8221;);?}</p>
<p>{body}</p>
<p>{table}</p>
<p>{table}</p>
<p>{?php</p>
<p>include(&#8220;footer.php&#8221;);?}</p>
<p><strong>Reference#3:</strong></p>
<p>Here is what the basic html looks like in the footer.php file:</p>
<p>{body}</p>
<p>{html}</p>
<p>When you upload these files and images the server will put them together as one complete page. Now you can create new pages and content and keep your header and footer information the same using the header and footer includes.</p>
<p>information provided by <a href="www.solutionsforwebdesign.com">Solutions for Web Design</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Document+Size' rel='tag' target='_self'>Document Size</a>, <a class='technorati-link' href='http://technorati.com/tag/Graphic+Designer' rel='tag' target='_self'>Graphic Designer</a>, <a class='technorati-link' href='http://technorati.com/tag/New+Designers' rel='tag' target='_self'>New Designers</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine' rel='tag' target='_self'>Search Engine</a>, <a class='technorati-link' href='http://technorati.com/tag/Tandem' rel='tag' target='_self'>Tandem</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design+Tips' rel='tag' target='_self'>Web Design Tips</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Searchers' rel='tag' target='_self'>Web Searchers</a></p>

<!-- end wp-tags-to-technorati -->
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.solutionsforwebdesign.com%2Fgraphic-design-for-the-web%2Fweb-design-tips-for-graphic-designers-new-to-website-design%2F&amp;linkname=Web%20Design%20Tips%20for%20Graphic%20Designers%20New%20to%20Website%20Design"><img src="http://www.solutionsforwebdesign.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-for-graphic-designers-new-to-website-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Web Design Tips</title>
		<link>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/free-web-design-tips-2/</link>
		<comments>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/free-web-design-tips-2/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 14:21:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design for the Web]]></category>
		<category><![CDATA[Audiences]]></category>
		<category><![CDATA[Creating A Web Site]]></category>
		<category><![CDATA[Project 1]]></category>
		<category><![CDATA[Quality Content]]></category>
		<category><![CDATA[Search Web]]></category>
		<category><![CDATA[Target Market]]></category>
		<category><![CDATA[Testimonials]]></category>

		<guid isPermaLink="false">http://www.solutionsforwebdesign.com/graphic-design-for-the-web/free-web-design-tips-2/</guid>
		<description><![CDATA[
Cary Ganz asked: If you are in search for free web design tips, there are things that you must always apply whether you will be creating your own site or you will let someone handle the task for you. If you are not adept with online tools or the basic process of creating a web [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/06/web_design_tips2.jpg"><img src="/wp-content/uploads/2009/06/web_design_tips2.jpg" title='' alt='' /></a></div>
<div><em><strong>Cary Ganz</strong> asked: </em><br/><br/><br/>If you are in search for free web design tips, there are things that you must always apply whether you will be creating your own site or you will let someone handle the task for you. If you are not adept with online tools or the basic process of creating a web site, your best resort is to look for a professional to execute such task. But if you don&#8217;t have enough resources to afford such service, you must still not lose hope.<br/><br/>There are many free templates available online that you can apply on your site. The main disadvantage of this is that your site won&#8217;t look original. But the best thing that you can do when faced with this condition is to create quality content that will make your visitors linger and keep coming back at your page for more.<br/><br/>If you are going to purchase web hosting services, some providers offer free web design as part of the package. You can search online for your best options regarding such. You must read through the testimonials available from those who have tried such route. This way, you are assured that you will be entering a good deal when you have decided to opt for this.<br/><br/>However you acquire your free web design, here are some important notes that you must think about when you are embarking on this project.<br/><br/>1. You have to know the preferences of your target market in terms of the free web design that will be pleasing to their eyes. If you cannot make them come back at your page often and tell other people about it, your business will not prosper.<br/><br/>Even if you will only be using free web design, you site must be created with your target audience in mind. For example, younger audiences will prefer colorful pages with tons of graphics and other features to satisfy their curiosity. While for the older ones, they may prefer simple types that are easy to navigate. They may want to find what they are looking for fast without so much hassle. So that is what you should give to them.<br/><br/>In any way, your site must look professional so that people will not easily disregard it. You must remember that you are in constant competition with other websites that offer same services as you do. The design is the façade and the first thing that people will base their judgment as to whether they will pursue reading your entries or click on to other websites.<br/><br/>2. Whether you are actually selling products on your site or you are offering insightful information about certain topics, your site must appear credible. This must be done even if you will rely on free web design packages. People won&#8217;t easily believe what they see, especially in the cyberspace. If you want to last on this venture, you must create the kind of image that will be deemed as trustworthy in this avenue where spammers can often be found.<br/><br/><br/><br/><a href='http:/www.solutionsforwebdesign.com'>information provided by Solutions for Web Design</a></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Audiences' rel='tag' target='_self'>Audiences</a>, <a class='technorati-link' href='http://technorati.com/tag/Creating+A+Web+Site' rel='tag' target='_self'>Creating A Web Site</a>, <a class='technorati-link' href='http://technorati.com/tag/Project+1' rel='tag' target='_self'>Project 1</a>, <a class='technorati-link' href='http://technorati.com/tag/Quality+Content' rel='tag' target='_self'>Quality Content</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Web' rel='tag' target='_self'>Search Web</a>, <a class='technorati-link' href='http://technorati.com/tag/Target+Market' rel='tag' target='_self'>Target Market</a>, <a class='technorati-link' href='http://technorati.com/tag/Testimonials' rel='tag' target='_self'>Testimonials</a></p>

<!-- end wp-tags-to-technorati -->
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.solutionsforwebdesign.com%2Fgraphic-design-for-the-web%2Ffree-web-design-tips-2%2F&amp;linkname=Free%20Web%20Design%20Tips"><img src="http://www.solutionsforwebdesign.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/free-web-design-tips-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Design Tips and Tutorials</title>
		<link>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-and-tutorials/</link>
		<comments>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-and-tutorials/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 17:49:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design for the Web]]></category>
		<category><![CDATA[Audience]]></category>
		<category><![CDATA[Basic Web Design]]></category>
		<category><![CDATA[Compatibility]]></category>
		<category><![CDATA[Design Tools]]></category>
		<category><![CDATA[Designing A Website]]></category>
		<category><![CDATA[Graphics Design]]></category>
		<category><![CDATA[World Wide Web]]></category>

		<guid isPermaLink="false">http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-and-tutorials/</guid>
		<description><![CDATA[
Elijah James asked: The World Wide Web is filled with millions of different websites all sporting unique designs that either look really attractive or look real messy on the viewer’s perspective. If you ever plan on diving into the web and getting your site published, you should know these basic Web Design Tips Tutorials that [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/06/web_design_tips.jpg"><img src="/wp-content/uploads/2009/06/web_design_tips.jpg" title='' alt='' /></a></div>
<div><em><strong>Elijah James</strong> asked: </em><br/><br/><br/>The World Wide Web is filled with millions of different websites all sporting unique designs that either look really attractive or look real messy on the viewer’s perspective. If you ever plan on diving into the web and getting your site published, you should know these basic Web Design Tips Tutorials that will greatly help you when designing a website from scratch.<br/><br/><strong>Create a Mockup Design First</strong><br/><br/>When designing a website, there are two major phases where the first is the designing and the second is the coding. You can actually start with the coding phase if you think you are skilled, but the problem is that coding takes time depending on your skill and if ever corrections to the design need to be made, recoding is necessary. But if you spend all the time you have perfecting your design, you can proceed to coding smoothly without any rollbacks.<br/><br/><strong>Ensure your Content Remains Easy to Read</strong><br/><br/>After your mockup design is finished, check the design before putting it as HTML. Remember, you should make sure your design is final to make your coding as easy as possible. The images (if any) should be appropriately sized and positioned depending on how much attention you want to give your audience and the text should be large enough to be readable while putting emphasis on other elements if needed.<br/><br/><strong>Apply as much CSS as Possible</strong><br/><br/>Now that you are all set with your final mockup, you can start using that as a reference in coding your new website using HTML. However HTML shouldn’t be the only thing that should be used in making a website because full HTML sites take longer to load. This program can be solved by practicing CSS techniques to trim down the filesize of the web pages and increase compatibility amongst the top Internet browsers. You can find plenty of web design tips tutorials on CSS just by searching online.<br/><br/><strong>Use the Right Formats for Images</strong><br/><br/>As you start to construct your website, you will find yourself exporting graphics from your favorite graphics design tools and importing them to your website editor. But before you start to rush yourself on these easy procedures, try to take a better look at your graphics and see if they are using the right format. Remember, use JPEG file formats for photographs and PNG formats for logos, screenshots, and other graphical elements. You can also use GIF as a replacement for PNG as long as little or no image quality is lost.<br/><br/>There are so many more Web Design Tips Tutorials made by countless web design professionals that you can rely on. Always search around the net for the latest trends so you can avoid mistakes that other designers make as they try to perfect their websites. These four web design tips tutorials alone should save you plenty of frustrations as you go through the process of making a nice website for yourself. For best results, use web designing software along with a nice graphics design tool and you should be fine.<br/><br/><br/><br/><a href='http:/www.solutionsforwebdesign.com'>information provided by Solutions for Web Design</a></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Audience' rel='tag' target='_self'>Audience</a>, <a class='technorati-link' href='http://technorati.com/tag/Basic+Web+Design' rel='tag' target='_self'>Basic Web Design</a>, <a class='technorati-link' href='http://technorati.com/tag/Compatibility' rel='tag' target='_self'>Compatibility</a>, <a class='technorati-link' href='http://technorati.com/tag/Design+Tools' rel='tag' target='_self'>Design Tools</a>, <a class='technorati-link' href='http://technorati.com/tag/Designing+A+Website' rel='tag' target='_self'>Designing A Website</a>, <a class='technorati-link' href='http://technorati.com/tag/Graphics+Design' rel='tag' target='_self'>Graphics Design</a>, <a class='technorati-link' href='http://technorati.com/tag/World+Wide+Web' rel='tag' target='_self'>World Wide Web</a></p>

<!-- end wp-tags-to-technorati -->
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.solutionsforwebdesign.com%2Fgraphic-design-for-the-web%2Fweb-design-tips-and-tutorials%2F&amp;linkname=Web%20Design%20Tips%20and%20Tutorials"><img src="http://www.solutionsforwebdesign.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-tips-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Designing Tips</title>
		<link>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips/</link>
		<comments>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 09:43:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design for the Web]]></category>
		<category><![CDATA[Drop Down Menus]]></category>
		<category><![CDATA[Index Page]]></category>
		<category><![CDATA[Italics]]></category>
		<category><![CDATA[Making A Web Site]]></category>
		<category><![CDATA[Navigation Menu]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Designer]]></category>

		<guid isPermaLink="false">http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips/</guid>
		<description><![CDATA[
Mets Aquino asked: More and more people are getting fond of web design. Whether for work related purposes or for personal-use purposes. Some people get short courses to study web designing and some rely on e-learning and get web designing tutorials on-line. For people who works as a web designer, they know the do&#8217;s and [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/06/web_design_tips9.jpg"><img src="/wp-content/uploads/2009/06/web_design_tips9.jpg" title='' alt='' /></a></div>
<div><em><strong>Mets Aquino</strong> asked: </em><br/><br/><br/>More and more people are getting fond of web design. Whether for work related purposes or for personal-use purposes. Some people get short courses to study web designing and some rely on e-learning and get web designing tutorials on-line. For people who works as a web designer, they know the do&#8217;s and dont&#8217;s of web designing, for most of them at least. For those who don&#8217;t, especially those who are new in the field, here are some basic tips that would help in enhancing your web designing skills.<br/><br/>	Keep your index page short<br/><br/>	For the convenience of your visitor, don&#8217;t place all your content on the index page. Remember that you can use several pages on making a web site. Having a single-page site with all the contents there will make a visitor dizzy and confused.<br/><br/>	Create a toolbar or menus easy navigation<br/><br/>		<br/><br/>	This will make your visitors stay in your site longer. After reading the content of your page, it is more likely that your visitor will look for other pages on your site that would interest him. Using short, clear and precise words will also help the visitor know the content of the page where your link is going. I suggest to place the navigation menu on top and the other main links on the right hand side menu. You can also use a drop-down menus if you have many links.<br/><br/>	Clean layout design<br/><br/>	Align the contents of the page properly. You can use as many tables as you need to be able to insert the images or whatever you need for the page. Beginners tend to put as much images as they can, thinking it would be nice to look at, but it is advisable to put minimal photos. For a safer design, you can also use templates.<br/><br/>	Use uniform fonts<br/><br/>	As much as possible, use only two to three kinds of font face and the suggested sizes are ten to fourteen points. Just use different font styles, italics for instance, to emphasize keywords. Also, use a font that is available on all computers to prevent having a messed up design.<br/><br/>	Cross browser compatible	<br/><br/>	<br/><br/>	Keep in mind that there are other internet browsers other than what you are using. At least make sure that your codes and design are compatible to the major browsers like Internet Explorer 5+, Mozilla Firefox 1.0, Opera 7.0 and Netscape Navigator 6+ .<br/><br/>	These are just basic tips and suggestions on web designing but are guaranteed useful. These can be used as guide on building your own site but still the overall design is in your hands.<br/><br/><br/><br/><a href='http:/www.solutionsforwebdesign.com'>information provided by Solutions for Web Design</a></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Drop+Down+Menus' rel='tag' target='_self'>Drop Down Menus</a>, <a class='technorati-link' href='http://technorati.com/tag/Index+Page' rel='tag' target='_self'>Index Page</a>, <a class='technorati-link' href='http://technorati.com/tag/Italics' rel='tag' target='_self'>Italics</a>, <a class='technorati-link' href='http://technorati.com/tag/Making+A+Web+Site' rel='tag' target='_self'>Making A Web Site</a>, <a class='technorati-link' href='http://technorati.com/tag/Navigation+Menu' rel='tag' target='_self'>Navigation Menu</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design' rel='tag' target='_self'>Web Design</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Designer' rel='tag' target='_self'>Web Designer</a></p>

<!-- end wp-tags-to-technorati -->
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.solutionsforwebdesign.com%2Fgraphic-design-for-the-web%2Fweb-designing-tips%2F&amp;linkname=Web%20Designing%20Tips"><img src="http://www.solutionsforwebdesign.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Articles &#8211; Web Design Tips</title>
		<link>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-articles-web-design-tips/</link>
		<comments>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-articles-web-design-tips/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 08:07:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design for the Web]]></category>
		<category><![CDATA[Aesthetic Reasons]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Img Tag]]></category>
		<category><![CDATA[Second Thought]]></category>
		<category><![CDATA[Surfers]]></category>
		<category><![CDATA[Truckload]]></category>
		<category><![CDATA[Web Designers]]></category>

		<guid isPermaLink="false">http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-articles-web-design-tips/</guid>
		<description><![CDATA[
Anantait asked: Now let&#8217;s assume that this web page belongs to a site that sells products online. The very fact that half the users cannot even see the page, translates into losses worth half the amount straightaway (perhaps, even more!) Hence we present here a blend of different creative skills &#038; technical prowess &#8211; and [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/06/web_design_tips15.jpg"><img src="/wp-content/uploads/2009/06/web_design_tips15.jpg" title='' alt='' /></a></div>
<div><em><strong>Anantait</strong> asked: </em><br/><br/><br/>Now let&#8217;s assume that this web page belongs to a site that sells products online. The very fact that half the users cannot even see the page, translates into losses worth half the amount straightaway (perhaps, even more!) Hence we present here a blend of different creative skills &#038; technical prowess &#8211; and one is no less important than the other.<br/><br/>In the following lines, we have jotted down a few points that we noticed during our observation on online sites which are important from the point of view of web designers. Some of them may be taken with a pinch of salt; for it is not possible to please everyone every time. But most of them are simple enough to be used as a rule of thumb.<br/><br/>1. A picture, they say, is worth a thousand words. A picture file, alas, is also almost as big. Images, no doubt, enhance the look of a page, but it is not advisable to go overboard in stuffing your page with a truckload of images. Most net-surfers use a dial-up connection and the average time to load a page should be no longer than 5 seconds. If it&#8217;s longer, the surfer will most probably click away elsewhere. So, within this time, all the images on a page must be loaded as well. So, as a rough yardstick, keep the aggregate page size less than 30k.<br/><br/>Another important point to note is that each file on the page requires a separate HTTP request to the server. So a lot of small images &#8211; even if they do not add up to a lot in terms of bytes &#8211; will slow down the loading a lot.<br/><br/>Even when you must use images for navigation, please give a second thought to the users who will not be seeing those jazzy, fantastic &#038; truly amazing buttons that you spent hours to design. Yes, we are talking of the ALT text attribute of the IMG tag. Do not forget to provide an Alternate Text for each image that you use for navigation. (It may be left blank for certain images that are purely for aesthetic reasons, but let that be an exception, rather than the rule.) Though not obviously apparent, ALT text can help such users immensely.<br/><br/>Modern browsers offer users a choice to turn off images. This gives an idea of how troublesome the unwanted images could be.<br/><br/>A couple of more attributes that make your pages load faster are the HEIGHT and WIDTH attributes. Without these, the browser must wait for the image to download since it cannot know how much space to leave for them!<br/><br/>2. Navigability &#038; functionality come before artistic excellence. It is no use making your site a masterpiece of art if users cannot navigate around it &#8211; even after they reach the main page; they have no clue as to how to go where they want to go.<br/><br/>3. Especially common, is a kind of navigation that some people call Mystery Meat Navigation. That means that unless your mouse moves over an image, you have no idea where that link might take you. Only when the mouse hovers do you see the actual link. This is cumbersome because users need to move their mouse all over the place to find out which part is a link and which is not.<br/><br/>4. Follow the K.I.S.S. principle: Keep it simple, stupid!<br/><br/>5. Next is a very important practical suggestion: whenever your whole page is within a TABLE, the page cannot render (i.e., the page does not show on the screen) unless the entire table is downloaded. You might have noticed this on several websites, when there is no activity for a long time, and suddenly the entire page is visible. Hence, to avoid such a situation, what you should do is this: Split the table up into two tables one below the other, and let the top one be a short table that displays just the page header and a few navigation links. So now, immediately upon downloading this part of the page, users can see the page header &#8211; and this prepares them for the long wait ahead, as well as keeps them from leaving your site to go to other sites, in case of a slow connection.<br/><br/>6. The ongoing browser wars have left only one casualty &#8211; the user. As a word of caution, stay away from all browser-specific functions. Because if a certain feature is supported by one browser, it will most definitely not be supported by another. Where you must use such features, it should not hamper the display of the page in the other browser which does not support such functionality. In other words, your page should degrade gracefully.<br/><br/>7. Creating a new browser window should be the authority of the user only. Do not try to popup new windows to clutter the user&#8217;s screen. All links must open in the same window by default. An exception, however, may be made for pages containing a links list. It is convenient in such cases to open links in another window, so that the user can come back to the links page easily. Even in such cases, it is advisable to give the user a prior note that links would open in a new window.<br/><br/>8. Keep in mind the fonts-challenged users too. The ultra-jazzy &#8220;Cloister Black MT Light&#8221; font that looks so amazing on your machine may well be degraded into plain old Times New Roman on your user&#8217;s machine. The reason? He/she does not have the font installed on his/her machine &#8211; and one thing&#8217;s obvious &#8211; there&#8217;s nothing you can do about the situation, sitting halfway across the globe from them.<br/><br/>9. Stay clear of out-of-the-way hard-to-find fonts. Use plain vanilla fonts like Arial, Verdana, Tahoma, and Courier. If need be, make your jazzy fonts into an image and put that on the page. (And while you&#8217;re there, do not forget Tip #1.)<br/><br/>10. A new design trick that is increasingly being used on the web has caught my fancy: It is a very functional navigation bar that guides you across all possible paths within the site. It looks something like this &#8211;  Read More:<br/><br/> <br/><br/><br/><br/><a href='http:/www.solutionsforwebdesign.com'>information provided by Solutions for Web Design</a></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Aesthetic+Reasons' rel='tag' target='_self'>Aesthetic Reasons</a>, <a class='technorati-link' href='http://technorati.com/tag/Attribute' rel='tag' target='_self'>Attribute</a>, <a class='technorati-link' href='http://technorati.com/tag/Img+Tag' rel='tag' target='_self'>Img Tag</a>, <a class='technorati-link' href='http://technorati.com/tag/Second+Thought' rel='tag' target='_self'>Second Thought</a>, <a class='technorati-link' href='http://technorati.com/tag/Surfers' rel='tag' target='_self'>Surfers</a>, <a class='technorati-link' href='http://technorati.com/tag/Truckload' rel='tag' target='_self'>Truckload</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Designers' rel='tag' target='_self'>Web Designers</a></p>

<!-- end wp-tags-to-technorati -->
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.solutionsforwebdesign.com%2Fgraphic-design-for-the-web%2Fweb-design-articles-web-design-tips%2F&amp;linkname=Web%20Design%20Articles%20%26%238211%3B%20Web%20Design%20Tips"><img src="http://www.solutionsforwebdesign.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-design-articles-web-design-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Web Design Tips</title>
		<link>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/simple-web-design-tips/</link>
		<comments>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/simple-web-design-tips/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design for the Web]]></category>
		<category><![CDATA[Background Colors]]></category>
		<category><![CDATA[Black Background]]></category>
		<category><![CDATA[Health Experts]]></category>
		<category><![CDATA[Spick Span]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Web Designer]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false">http://www.solutionsforwebdesign.com/graphic-design-for-the-web/simple-web-design-tips/</guid>
		<description><![CDATA[
Charles Fairmont asked: There is always a need of improving the traffic to your website and thereby the design of your website should be user friendly and perfect. There are various things you can do to keep the website design spick and span. Firstly, a web site should be read easily. Therefore, the text and [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/06/web_design_tips8.jpg"><img src="/wp-content/uploads/2009/06/web_design_tips8.jpg" title='' alt='' /></a></div>
<div><em><strong>Charles Fairmont</strong> asked: </em><br/><br/><br/>There is always a need of improving the traffic to your website and thereby the design of your website should be user friendly and perfect. There are various things you can do to keep the website design spick and span. Firstly, a web site should be read easily. Therefore, the text and the background colors should be chosen carefully. For example, you should avoid a blue color text written on a black background. The result will be that the visitor of your site will leave it immediately. It is recommended to use a light colored background for a dark colored text. In addition, letters should not be too small or too large. If they are too small, Granny will not be able to order their new glasses online, and if they are too large it looks like they are invading your sight.<br/><br/>In order to be sure that the visitors of your site are comfortable with your text, you should align it to the left. Furthermore, visitors should navigate easily through your site. Buttons or tabs or other graphic images should be available. Flashy effects should be avoided because they are tiring for the eyes. Statistics say that the number of schools in which green boards are used instead of black boards is increasing, because green is a reassuring color, so students provide better results in schools which use green boards. Thus, green color used anywhere on your site might be successful.<br/><br/>Your links must be unique. They must not be confounded with the titles.<br/><br/>Information needed by visitors should be found in no more than three clicks. Otherwise, they will click off immediately. Part of a web designer’s work is to use the color efficiently, so that it can present on the internet, information, products, services or organizations. Colors have impact not only upon our health, but also upon human psychic. They can stimulate it, they can convince it to buy a product or a piece of information, or they can even inspire it.<br/><br/>Even if green is good for our health, experts established that blue is the most agreeable color. Blue is one of the colors which express certitude almost in all the cultures (compared to black which in most of the cultures suggest death, bad luck etc.). You can use confidently blue color in almost all kinds of sites, irrespective of the purpose of the site (commercial, art, governmental etc.) or of its location (North America, Europe etc.). Why is blue color so agreeable for the human eye? The same experts speculate that this is possible because human psychic associates blue color with the sky – and its implications, with religious or metaphysical connotations – which must not be ignored – and of other nature (freedom, universality etc.) of this universal constant in human existence.<br/><br/>Other colors can not be classified so easily. Pink, for example, for visitors from India or Europe is associated with feminine issues, which can’t be agreeable for men (imagine a pink web site for tools!). But in Japan for example, pink is appreciated by both sexes.<br/><br/>You also may associate the color of the site with the products sold on it. For example, think of the suitable colors for a natural remedies site! Thus, the problem of colors is essential when you want to have your own web site. Colors do send messages.<br/><br/><br/><br/><a href='http:/www.solutionsforwebdesign.com'>information provided by Solutions for Web Design</a></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Background+Colors' rel='tag' target='_self'>Background Colors</a>, <a class='technorati-link' href='http://technorati.com/tag/Black+Background' rel='tag' target='_self'>Black Background</a>, <a class='technorati-link' href='http://technorati.com/tag/Health+Experts' rel='tag' target='_self'>Health Experts</a>, <a class='technorati-link' href='http://technorati.com/tag/Spick+Span' rel='tag' target='_self'>Spick Span</a>, <a class='technorati-link' href='http://technorati.com/tag/Traffic' rel='tag' target='_self'>Traffic</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Designer' rel='tag' target='_self'>Web Designer</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Design' rel='tag' target='_self'>Website Design</a></p>

<!-- end wp-tags-to-technorati -->
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.solutionsforwebdesign.com%2Fgraphic-design-for-the-web%2Fsimple-web-design-tips%2F&amp;linkname=Simple%20Web%20Design%20Tips"><img src="http://www.solutionsforwebdesign.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/simple-web-design-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Designing Tips to Keep Your Visitor on Board</title>
		<link>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips-to-keep-your-visitor-on-board/</link>
		<comments>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips-to-keep-your-visitor-on-board/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 07:47:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Graphic Design for the Web]]></category>
		<category><![CDATA[Creative]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Plays]]></category>
		<category><![CDATA[Search Engine Optimizers]]></category>
		<category><![CDATA[Web Pages]]></category>
		<category><![CDATA[Website Content]]></category>

		<guid isPermaLink="false">http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips-to-keep-your-visitor-on-board/</guid>
		<description><![CDATA[
Naman Jain asked: st problem that most websites face is with their bounce rates. Websites that are unpopular or do not have enough material to attract the user&#8217;s attention are known to have a high bounce rate. Most search engine optimizers who are also responsible to study the performance of the websites, are busy understanding [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="/wp-content/uploads/2009/06/web_design_tips12.jpg"><img src="/wp-content/uploads/2009/06/web_design_tips12.jpg" title='' alt='' /></a></div>
<div><em><strong>Naman Jain</strong> asked: </em><br/><br/><br/>st problem that most websites face is with their bounce rates. Websites that are unpopular or do not have enough material to attract the user&#8217;s attention are known to have a high bounce rate. Most search engine optimizers who are also responsible to study the performance of the websites, are busy understanding how the bounce rate of the websites can be controlled and the return ration of the visitors can be improved. Here are some such examples that will help you understand the importance of web designing in this process and how people can take assistance of their web designing company to accomplish this task.<br/><br/>The biggest mistake that people commit is to create a lot of hype about their website in the site itself. It is high time they understand that this is not the right place for hype creation. People who have already landed on your website are now looking for some matter, they are wanting to learn something from your website, hence make sure that you have some informative stuff added in there, so that the user is satisfied to visit your website. In the same way it is also important to keep adding newer stuffs to your website content so that the re-visitors have something to look forward to.<br/><br/>Most visitors enter your website through the search engines. The websites are ranked in the search engine through the keywords, if a particular keyword is ranking in the search engine, it should also be present in your website pages, so that the user finds certain relevancy. Here is where the web designing company also plays a role. While they are designing the page, they must make sure that all these important keywords are also present in the title tags, meta tags and alt tags of the web pages, so that the ranking procedure is made easier.<br/><br/>In order to make websites creative and exceptional, web masters make the mistake of making their website complicated from the user&#8217;s point of view. The instructions provided to the web designing companies are such, that the web designers land up making a undoubtedly creative site, but be sure that it will be of no use to the user or the search engine. In order to make sure that the search engines are being able to crawl into your website and the end users are being able to freely move around in your site, make sure that your navigation is absolutely simple and easy. A good navigable site provides liberty to its users to move around freely in the site and to provide a lot of cross sectioning. This is a good way to catch the crawler&#8217;s attention too.<br/><br/>These tips are essential requirements of web designing which are also helpful in ensures that your visitors are always on board and have enough to return to your site every now and then.<br/><br/><a href='http:/www.solutionsforwebdesign.com'>information provided by Solutions for Web Design</a></div>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Creative' rel='tag' target='_self'>Creative</a>, <a class='technorati-link' href='http://technorati.com/tag/Lot' rel='tag' target='_self'>Lot</a>, <a class='technorati-link' href='http://technorati.com/tag/People' rel='tag' target='_self'>People</a>, <a class='technorati-link' href='http://technorati.com/tag/Plays' rel='tag' target='_self'>Plays</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine+Optimizers' rel='tag' target='_self'>Search Engine Optimizers</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Pages' rel='tag' target='_self'>Web Pages</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Content' rel='tag' target='_self'>Website Content</a></p>

<!-- end wp-tags-to-technorati -->
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.solutionsforwebdesign.com%2Fgraphic-design-for-the-web%2Fweb-designing-tips-to-keep-your-visitor-on-board%2F&amp;linkname=Web%20Designing%20Tips%20to%20Keep%20Your%20Visitor%20on%20Board"><img src="http://www.solutionsforwebdesign.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.solutionsforwebdesign.com/graphic-design-for-the-web/web-designing-tips-to-keep-your-visitor-on-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
