<?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>Pro Web Marketing &#187; Website Design</title>
	<atom:link href="http://www.prowebmarketing.com/blog/category/web-site-design/feed" rel="self" type="application/rss+xml" />
	<link>http://www.prowebmarketing.com/blog</link>
	<description>Web Development &#38; SEO Experts</description>
	<lastBuildDate>Thu, 22 Jul 2010 19:54:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Updating old designs &#8211; Easy upgrades</title>
		<link>http://www.prowebmarketing.com/blog/web-site-design/updating-old-designs-easy-upgrades</link>
		<comments>http://www.prowebmarketing.com/blog/web-site-design/updating-old-designs-easy-upgrades#comments</comments>
		<pubDate>Tue, 18 May 2010 16:02:17 +0000</pubDate>
		<dc:creator>Pro Web</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Re-designs]]></category>
		<category><![CDATA[Website Tools]]></category>

		<guid isPermaLink="false">http://www.prowebmarketing.com/blog/?p=457</guid>
		<description><![CDATA[The web is an ever-evolving medium &#8211; it never stays the same for more than a moment!  That is why your website needs to be updated frequently &#8211; not just in content, but in design.  Your website should be updated to stay current with the newest design practices as well as the newest tech tools [...]]]></description>
			<content:encoded><![CDATA[<p>The web is an ever-evolving medium &#8211; it never stays the same for more than a moment!  That is why your website needs to be updated frequently &#8211; not just in content, but in design.  Your website should be updated to stay current with the newest design practices as well as the newest tech tools and functionality.</p>
<p>This article discusses some simple things you can change on an old website without much effort or re-working of the HTML coding &#8211; ideal for situations where you don&#8217;t want to go for a full re-design but want to make some minor changes to improve your website&#8217;s appeal.</p>
<h2><span id="more-457"></span>Background Images</h2>
<p>The first easy switch that comes to mind is an updated background image.  Does your site have a plain color background?  You can really spice up a design by adding a gradient or texture to the background of the page overall &#8211; just make sure that it is congruent with the overall feel of the site!</p>
<h2>Re-work Typography</h2>
<p>Poorly thought-out (or rushed, as is usually the case) typography can cause a dated or otherwise unappealing look.  Put <a href="http://webdesignledger.com/tips/20-dos-and-donts-of-effective-web-typography">some thought into your fonts and heading styles</a> and be sure to have ample line height.  By making everything more consistent from page to page and <a href="http://www.webdesignerwall.com/tutorials/typographic-contrast-flow/" target="_blank">adding typographic contrast between headings and body text</a> you will look your pages look cleaner.</p>
<h2>Upgrade to CSS3!</h2>
<p>New options in CSS3 make adding some pizazz to an old design easy.  Using <a href="http://www.css3.info/preview/text-shadow/" target="_blank">new CSS3 styles like text-shadow</a>, border radius, and <a href="http://www.css3.info/preview/" target="_blank">more</a>, you can add a layer of design precision to your websites that was previously only possible using images!</p>
<h2>Use Brighter, Sharper Images</h2>
<p>Using media and interface elements using higher quality images and more <a href="http://buildinternet.com/2009/06/five-minute-upgrade-making-your-design-pop/">saturated colors in your design </a>can bring a more modern look to your website.</p>
<h2>Implement Sharing Tools</h2>
<p>A truly easy upgrade for any website is adding a sharing tool, such as the <a href="http://bar.meebo.com/">Meebo Bar</a> to the site.  While this doesn&#8217;t effect the design much, it does bring some modern functionality to the website with no coding required!</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.prowebmarketing.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-457"></div>]]></content:encoded>
			<wfw:commentRss>http://www.prowebmarketing.com/blog/web-site-design/updating-old-designs-easy-upgrades/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save time with PHP!  Create photo galleries automatically.</title>
		<link>http://www.prowebmarketing.com/blog/web-site-design/save-time-with-php-create-photo-galleries-automatically</link>
		<comments>http://www.prowebmarketing.com/blog/web-site-design/save-time-with-php-create-photo-galleries-automatically#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:06:04 +0000</pubDate>
		<dc:creator>Pro Web</dc:creator>
				<category><![CDATA[Web Content]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Tools]]></category>

		<guid isPermaLink="false">http://www.prowebmarketing.com/blog/?p=417</guid>
		<description><![CDATA[Large photo galleries can be a pain to set up and manage. When you are dealing with 100 or more images, you are in for some serious HTML data entry – tons of lines of code with only a few differences in each line. In this article, I’ll provide a sample script that I have [...]]]></description>
			<content:encoded><![CDATA[<p>Large photo galleries can be a pain to set up and manage.  When you are dealing with 100 or more images, you are in for some serious HTML data entry – tons of lines of code with only a few differences in each line.</p>
<p>In this article, I’ll provide a sample script that I have used and adapted for several galleries and other similar tasks.  This article is meant for developers, but I will do my best to take as much of the “lingo” out of it as I can, and explain and document it well.  Even if you don’t know programming or PHP <em>at all</em>, this should be a useful tool for you.   I developed this with only a basic knowledge of PHP syntax and a bit of guess and check.  <a href="http://www.prowebmarketing.com/examples/phpgallery/">Check out the example!</a><span id="more-417"></span></p>
<h2>Robot work</h2>
<p>If you are a web developer, you’ve probably been in this situation before, and this code snippet might look familiar:</p>
<pre name="code" class="php">&lt;li&gt;&lt;a href=”images/gallery/01/01.jpg” title=”Caption” rel=”lightbox”&gt;&lt;img src=”images/gallery/01/thumbs/01.jpg” alt=”Click for Full Size” /&gt;&lt;/a&gt;&lt;/li&gt;</pre>
<p>For every image in your gallery, that line needs to be repeated, with the image source, link href, and caption changed.  Sounds like a wrist-cramp in the making – definitely what I’d call “Robot work”.</p>
<h2>A Scripted Solution</h2>
<p>This situation just begs to be automated.  Being a php enthusiast, I decided to embark on a small adventure – write a script that will produce this HTML automatically.  Here it is, in all its simplistic glory (Pardon any coding faux pas – I am not the most experienced PHP developer in the world).  This script is used with a lightbox gallery called “<a title="Sexy Light Box" href="http://www.coders.me/lang/en/web-html-js-css/javascript/sexy-lightbox-2" target="_blank">Sexy Light Box</a>”.  A grid of thumbnails which can be clicked on for larger view is our goal here.</p>
<pre name="code" class="php">
&lt;?php
$folder = 'images/gallery/';
$extension = '.jpg';
$group = '[group1]';
$caption = 'Caption';
$alt = '';
$title = '';
$iterations = 28;

$wrap1 = '&lt;li&gt;&lt;a href="';
$wrap2 = '" rel="sexylightbox';
$wrap3 = '" title="';
$wrap4 = '"&gt;&lt;img src="';
$wrap5 = '" alt="';
$wrap6 = '" /&gt;&lt;/a&gt;&lt;/li&gt;';
$i = 1;

while ($i &lt;= $iterations) {
if ($i &gt;= 10) {
$string = $wrap1 . $folder . "/" . $i . $extension . $wrap2 . $group . $wrap3 . $caption . $wrap4 . $folder . "/thumbs/" . $i . $extension . $wrap5 . $alt . $wrap6 . $title . $wrap7 . "\n";
} else {
$string = $wrap1 . $folder . "/" . "0" . $i . $extension . $wrap2 . $group . $wrap3 . $caption . $wrap4 . $folder . "/thumbs/" . "0" . $i . $extension . $wrap5 . $alt . $wrap6 . "\n";
}
echo ("$string");
$i++;
}
?&gt;</pre>
<h2>The Breakdown</h2>
<p>This script allows the developer to simply define the gallery directory, number of images, and an (optional &#8211; not included in this version) array of captions.  Below I will explain the code line by line.</p>
<pre name="code" class="php">$folder = 'media/gallery';</pre>
<p>Defines the folder in which the images are.</p>
<pre name="code" class="php">$extension = '.jpg';</pre>
<p>Image extension.  Currently the script requires that all images have the same filetype</p>
<pre name="code" class="php">$group = '[group1]';</pre>
<p>Most lightbox scripts support “groups” or galleries – matching “rel” tags define your gallery</p>
<pre name="code" class="php">$caption = 'Caption';</pre>
<p>Title tag of the linked full-size image.  Most lightbox scripts use this as a caption.</p>
<pre name="code" class="php">$alt = '';</pre>
<p>Alt tags for the images.  This could be converted to an array if you are concerned about unique alt tags for your gallery thumbnails</p>
<pre name="code" class="php">$iterations = 28;</pre>
<p>The number of images in the gallery.</p>
<pre name="code" class="php">$wrap1 - $wrap6</pre>
<p>these are just the chopped parts of the HTML that is being created and wrapped around the variables.</p>
<pre name="code" class="php">while ($i &lt;= $iterations) {</pre>
<p>$i is a placeholder variable known as an “index”.  It is increased by each time the while loop is completed.  Once $i is greater to or equal than $iterations, the loops condition becomes false and it is no longer repeated</p>
<pre name="code" class="php">if ($i &gt;= 10) {</pre>
<p>This line is deals with the naming scheme of the images.  I name my images 01.jpg, 02.jpg … instead of 1.jpg, 2.jpg etc.  Because of this, I had to include a line that would add a “0” to the code IF the image number is less than 10.</p>
<pre name="code" class="php">$string = $wrap1 . $folder . "/" . $i . $extension . $wrap2 . $group . $wrap3 . $caption . $wrap4 . $folder . "/thumbs/" . $i . $extension . $wrap5 . $alt . $wrap6 . $title . $wrap7 . "\n"; }</pre>
<p>This is the line where all of the HTML wraps and the variables you set earlier are combined.  This version of the command includes the “0” I mentioned earlier.  The final HTML that is about to be “echoed” is saved to the variable $string</p>
<pre name="code" class="php">else {</pre>
<p>If the image number is 10 or above…</p>
<pre name="code" class="php">$string = $wrap1 . $folder . "/" . "0" . $i . $extension . $wrap2 . $group . $wrap3 . $caption . $wrap4 . $folder . "/thumbs/" . "0" . $i . $extension . $wrap5 . $alt . $wrap6 . "\n";</pre>
<p>This familiar line of code has the same function as the previous “combiner” line.  The only difference is that this one leaves out the 0, to avoid getting “010.jpg”.</p>
<pre name="code" class="php">
echo ("$string");</pre>
<p>This prints the first line of the gallery!  Yay!  The echo command takes our “$string” variable and prints it to our webpage.</p>
<pre name="code" class="php">$i++; }</pre>
<p>The index variable $i is incremented, or increased by 1.  This keeps our script from looping infinitely and lets it know when we’re out of images.  Once the script hits this line, it goes back to the top of the “while” loop.  If the initiating condition (“$i &lt;= $iterations”) is true, the loop will run again, creating a new line for our gallery.</p>
<h2>Simple enough?</h2>
<p>This is a pretty basic script, and I’m sure it could be improved upon, but for now it definitely saves time, and is easily adapted to many purposes.</p>
<h2>Pros and Cons</h2>
<p><strong>Pros:</strong> Adaptable, time saving, and simple.  The script is re-usable several times on the same page if more than one gallery is on the page.</p>
<p><strong>Cons: </strong>Slight server overhead which is probably negligible.  Each time the page loads, the server has to generate that HTML.  In my opinion, this hardly matters for such a small-scale site.</p>
<h2>Wrapping Up</h2>
<p>Thanks for checking out this script.  I hope you&#8217;ve learned something from it!</p>
<p>You can download the example code <a title="PHP Gallery Download" href="http://www.prowebmarketing.com/examples/downloads/phpgallery.zip" target="_blank">HERE</a>.</p>
<p>To learn more about the javascript used to make the gallery fancy, <a title="Sexy Light Box" href="http://www.coders.me/lang/en/web-html-js-css/javascript/sexy-lightbox-2">check out Sexy Light Box</a> &#8211; compatible with jQuery AND mootools.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.prowebmarketing.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-417"></div>]]></content:encoded>
			<wfw:commentRss>http://www.prowebmarketing.com/blog/web-site-design/save-time-with-php-create-photo-galleries-automatically/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Designer Tools</title>
		<link>http://www.prowebmarketing.com/blog/web-site-design/web-designer-tools</link>
		<comments>http://www.prowebmarketing.com/blog/web-site-design/web-designer-tools#comments</comments>
		<pubDate>Tue, 23 Feb 2010 21:54:37 +0000</pubDate>
		<dc:creator>Pro Web</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Tools]]></category>
		<category><![CDATA[css templates]]></category>
		<category><![CDATA[free photo gallery]]></category>
		<category><![CDATA[free tools]]></category>
		<category><![CDATA[web design tools]]></category>

		<guid isPermaLink="false">http://www.prowebmarketing.com/blog/?p=414</guid>
		<description><![CDATA[We have searched and found some great free tools for web designers.  Below are descriptions and where to find some great tools we have stumbled upon: Free clipart http://www.webweaver.nu/clipart/ Web Generator http://www.ornj.net/webalbum/ Free Photo Gallery Generator There are several programs to choose from at this link http://www.web-album-maker.com/ Free CSS templates (Which we do not use) [...]]]></description>
			<content:encoded><![CDATA[<p>We have searched and found some great free tools for web designers.  Below are descriptions and where to find some great tools we have stumbled upon:</p>
<p><strong><span style="text-decoration: underline;">Free clipart</span></strong></p>
<p><a href="http://www.webweaver.nu/clipart/" target="_blank">http://www.webweaver.nu/clipart/</a></p>
<p><strong><span style="text-decoration: underline;">Web Generator</span></strong></p>
<p><a href="http://www.ornj.net/webalbum/" target="_blank">http://www.ornj.net/webalbum/</a></p>
<p><strong><span style="text-decoration: underline;">Free Photo Gallery Generator</span></strong></p>
<p>There are several programs to choose from at this link</p>
<p><a href="http://www.web-album-maker.com/" target="_blank">http://www.web-album-maker.com/</a></p>
<p><strong><span style="text-decoration: underline;">Free CSS templates (Which we do not use)</span></strong></p>
<p><a href="http://www.freecsstemplates.org/" target="_blank">http://www.freecsstemplates.org/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.prowebmarketing.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-414"></div>]]></content:encoded>
			<wfw:commentRss>http://www.prowebmarketing.com/blog/web-site-design/web-designer-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maximizing Your Website&#8217;s Full Potential</title>
		<link>http://www.prowebmarketing.com/blog/web-site-design/maximizing-your-websites-full-potential</link>
		<comments>http://www.prowebmarketing.com/blog/web-site-design/maximizing-your-websites-full-potential#comments</comments>
		<pubDate>Tue, 17 Nov 2009 15:19:40 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.prowebmarketing.com/blog/?p=231</guid>
		<description><![CDATA[Whether your website is for business or personal use its important to follow certain guidelines to ensure users have a good experience . Theme/Color - This is the first impression the user gets when visiting your site and can be the determining factor if they stay or leave.  When creating a theme for your site [...]]]></description>
			<content:encoded><![CDATA[<p>Whether your website is for business or personal use its important to follow certain guidelines to ensure users have a good experience .</p>
<p><strong>Theme/Color </strong>- This is the first impression the user gets when visiting your site and can be the determining factor if they stay or leave.  When creating a theme for your site <em>keep it simple</em>.  The easiest way to do this is by designating areas for your header (logo/banner), navigation, content, and footer (copyright, contact info, etc) that fit together to create a square/rectangle on the page.  When picking colors try picking ones that flow together and are easy on the users eyes.  There are many tools on the web that can assist with this such as a <a href="http://colorschemedesigner.com/" target="_blank">color wheel</a> which help with getting lighter/darker shades and colors that compliment each other.</p>
<p><strong>Navigation/Menu </strong>- This is another crucial part to your site and should be visible on all pages near the top or in a sidebar for easy access.  A menu may also be placed at the bottom for your users convenience if your site content is long or you have a flash (elderly users or older browsers may not recognize this) navigation.  However the bottom of your page shouldn&#8217;t  be the primary source of navigation.  Another thing to remember is to <em>never have broken links</em> because they look unprofessional and can frustrate the user.  Even if a page is not up yet you should still never leave the link broken.  Simply create a page letting the user know the page is currently under construction and to check back.</p>
<p><strong>Content</strong> &#8211; This can also make or break your website.  When adding content be sure to <em>break it up</em> with line breaks, bullets, images, different alignment, etc.  A user does not want to sit and read a wall of text, they want to get the key information easily.  If a page is really long there may be a chance that you could take a section and place it on its own page.  You also want to make sure you keep related information together and unrelated information apart to avoid confusion from the user.</p>
<p><strong>Footer</strong> &#8211; The final thing in maximizing your sites potential is creating a footer for the bottom of your pages.  A footer should contain copyright information and your contact information such as address, phone, e-mail, etc for quick access to the user.   The footer should not however replace a contact page.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.prowebmarketing.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-231"></div>]]></content:encoded>
			<wfw:commentRss>http://www.prowebmarketing.com/blog/web-site-design/maximizing-your-websites-full-potential/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Reasons Your Business Should Have a Web Site</title>
		<link>http://www.prowebmarketing.com/blog/web-site-design/9-reasons-your-business-should-have-a-web-site</link>
		<comments>http://www.prowebmarketing.com/blog/web-site-design/9-reasons-your-business-should-have-a-web-site#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:27:31 +0000</pubDate>
		<dc:creator>Pro Web</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[web design marketing]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.prowebmarketing.com/blog/?p=130</guid>
		<description><![CDATA[1.  Your web site provides customers with basic contact information. 2.  Many people research products and services on the internet prior to their purchase. 3.  You are able to update important information about your business. 4.  A web site allows a business to reach their local market. 5.  By having your customers utilize your web [...]]]></description>
			<content:encoded><![CDATA[<p>1.  Your web site provides customers with basic contact information.</p>
<p>2.  Many people research products and services on the internet prior to their purchase.</p>
<p><span id="more-130"></span></p>
<p>3.  You are able to update important information about your business.</p>
<p>4.  A web site allows a business to reach their local market.</p>
<p>5.  By having your customers utilize your web site to answer frequently asked questions, you will be reducing costs.</p>
<p>6.  Information about your business is available 24 hours a day, seven days a week.</p>
<p>7.  Obtain important feedback from your customers.</p>
<p>8.  Stay in contact with your customers.</p>
<p>9.  Promote your business by allowing your customers to view your product or market.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.prowebmarketing.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-130"></div>]]></content:encoded>
			<wfw:commentRss>http://www.prowebmarketing.com/blog/web-site-design/9-reasons-your-business-should-have-a-web-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Navigation Tips</title>
		<link>http://www.prowebmarketing.com/blog/web-site-design/website-navigation-tips</link>
		<comments>http://www.prowebmarketing.com/blog/web-site-design/website-navigation-tips#comments</comments>
		<pubDate>Thu, 15 Oct 2009 01:47:08 +0000</pubDate>
		<dc:creator>Pro Web</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[web navigation]]></category>
		<category><![CDATA[web site links]]></category>

		<guid isPermaLink="false">http://prowebmarketing.com/blog/?p=51</guid>
		<description><![CDATA[One of the basic and fundamental features of any quality website is navigation or usability. Once you get visitors to your site, you cannot allow them sit around staring at a page attempting to figure out what to do. It&#8217;s your task to make it easy for visitors to quickly, with little or no thinking, [...]]]></description>
			<content:encoded><![CDATA[<p>One of the basic and fundamental features of any quality website is navigation or usability. Once you get visitors to your site, you cannot allow them sit around staring at a page attempting to figure out what to do. It&#8217;s your task to make it easy for visitors to quickly, with little or no thinking, see what information is available and where to go to find what they&#8217;re looking for.</p>
<p>Before you go blasting NAV links all over the place you should first consider the style and placement location on the page. There are two primary possibilities for link style &#8211; Buttons &amp; Text links.</p>
<p><span id="more-51"></span></p>
<p><strong>Buttons</strong> &#8211; This style of link is most suited for visual appeal or aesthetics. The button size determines how much text can be placed on the button as a description. Typically you are limited to one or two short words.</p>
<p><strong>Text links</strong> &#8211; This style of link is suited for providing a more detailed description of the link. This style also has a huge benefit as an SEO element.</p>
<p>After considering the style of the link, the next critical factor is placement. Where NAV links are placed varies from site to site, the most common place is either vertically on the left top side of the page or horizontally across the top of the page. While there are other places for NAV links I would suggest that one of these two locations be used. Most people are use to finding links on the left or top so why rock the boat? Remember you want to make navigation as easy as possible. However no matter where you place the site NAV links, it&#8217;s of the highest priority to consistently place those links in the same location on each and every page of the site.</p>
<p>Here are 3 additional tips for improving site navigation. Some sites place NAV links in unusual places. The most common place is across the top or down the left side of all pages. However there are three other areas for placement of NAV links that will aid visitors when visiting your site.</p>
<p>1) In the page footer. It can be frustrating to get to the bottom of a long page then have to scroll back to the top to find the NAV links. Having NAV links in the page footer is a nice convenience for the user.</p>
<p>2) In a sitemap. A sitemap should contain links to all pages within the site. This makes it easy for a user to quickly and easily find all information or pages on the site. The sitemap NAV link is typically located in the page footer. BTW &#8211; A sitemap aids search engines in finding and indexing the pages of your site.</p>
<p>3) Within the flow of text. If you have vital pages that you want your visitors to see you can make additional access easy by placing a NAV link in the flow of content or text. Users, when reading, can simply click the link without having to traverse the web page to find the NAV link to get to the page of interest &#8211; very cool! You can also gain benefit with search engines by using the keyword of the page being linked to as the text for the link.</p>
<p>For sure navigation is important for the success of your website. The easier you can make it for a visitor to travel around the site the happier they will be. This alone does not guarantee a customer will buy your product or service but it does help to ensure they won&#8217;t leave frustrated.</p>
<p>This article provided by Woody Longacre.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.prowebmarketing.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-51"></div>]]></content:encoded>
			<wfw:commentRss>http://www.prowebmarketing.com/blog/web-site-design/website-navigation-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Outside the Grid</title>
		<link>http://www.prowebmarketing.com/blog/web-site-design/design-outside-the-grid</link>
		<comments>http://www.prowebmarketing.com/blog/web-site-design/design-outside-the-grid#comments</comments>
		<pubDate>Mon, 12 Oct 2009 14:39:10 +0000</pubDate>
		<dc:creator>Pro Web</dc:creator>
				<category><![CDATA[Website Design]]></category>
		<category><![CDATA[custome]]></category>
		<category><![CDATA[custome web design]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://prowebmarketing.com/blog/?p=26</guid>
		<description><![CDATA[Recently I have noticed many trends with Web sites. It is usually the same old layouts with strict columns and a box style grid. It is time for a change and to have some more thought out layouts than just columns with a header and footer. The future of Web sites involves using a background [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have noticed many trends with Web sites. It is usually the same old layouts with strict columns and a box style grid. It is time for a change and to have some more thought out layouts than just columns with a header and footer.</p>
<p>The future of Web sites involves using a background image along with the layout in conjunction. For many years we have put patterns and one color backgrounds in our sites. It is time to  evolve into large background images and integrating those images into the layout of Web sites. <span id="more-26"></span>Overlap some images with text, extend them over other elements. Make things interesting to the viewer so they will want to be more visually engaged in the Web site. Don&#8217;t be afraid of white space. There is nothing wrong with it. Its there to push your eye to where you want your customer to go.</p>
<p>As a business owner please be aware of these evolving strategies and make sure you make the right decision when choosing who is creating your Web site.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.prowebmarketing.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p><div style='display:none' id="post-refEl-26"></div>]]></content:encoded>
			<wfw:commentRss>http://www.prowebmarketing.com/blog/web-site-design/design-outside-the-grid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
