<?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/"
	>

<channel>
	<title>Small Business Website Blog</title>
	<atom:link href="http://www.andplusdesign.com/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andplusdesign.com/wordpress</link>
	<description>AndPlus Design's Website Resource for Small Business Owners</description>
	<pubDate>Sun, 10 Aug 2008 18:40:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Email Marketing Failures</title>
		<link>http://www.andplusdesign.com/wordpress/50/email-marketing-failures</link>
		<comments>http://www.andplusdesign.com/wordpress/50/email-marketing-failures#comments</comments>
		<pubDate>Sun, 10 Aug 2008 18:40:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Customer Service]]></category>

		<category><![CDATA[Qualifications of Web Companies]]></category>

		<category><![CDATA[Trending Your Customers]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=50</guid>
		<description><![CDATA[I see this all the time.  The thing is, these business owners are sometimes &#8220;so busy&#8221; that they decide they dont have to double check their work and if it&#8217;s wrong they can deal with it later.
Unfortunately, when you have something sent out to thousands of people, you can&#8217;t just &#8220;Get it back&#8221; to fix [...]]]></description>
			<content:encoded><![CDATA[<p>I see this all the time.  The thing is, these business owners are sometimes &#8220;so busy&#8221; that they decide they dont have to double check their work and if it&#8217;s wrong they can deal with it later.</p>
<p>Unfortunately, when you have something sent out to thousands of people, you can&#8217;t just &#8220;Get it back&#8221; to fix it.  Check out what Sean Mahoney wrote on his blog about bad links.</p>
<p style="text-align: center;"><a href="http://www.milestonedrive.com/email-marketing-failure.html" target="_self">Email Marketing Failures</a></p>
<p style="text-align: left;">The thing is, it can be easily fixed after you realize there&#8217;s a problem by adding a 301 redirect!  A quick 301 redirect in your .htaccess will move the link from where it says it is to where it&#8217;s supposed to be.  Alternatively, you can actually post your content correctly!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/50/email-marketing-failures/feed</wfw:commentRss>
		</item>
		<item>
		<title>Learning from Yahoo and AOL</title>
		<link>http://www.andplusdesign.com/wordpress/43/learning-from-yahoo-and-aol</link>
		<comments>http://www.andplusdesign.com/wordpress/43/learning-from-yahoo-and-aol#comments</comments>
		<pubDate>Sat, 09 Aug 2008 03:24:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Qualifications of Web Companies]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=43</guid>
		<description><![CDATA[CSS Sprites: How Yahoo.com and AOL.com Improve Web Performance.
This is a fantastic idea.  AOL and Yahoo! pay engineers to optimize their sites.  This is their only job!  The best part about the internet is that almost everything is open!  So, we can study what the larger corporations are doing and mimic them.
The problem: Google and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.websiteoptimization.com/speed/tweak/css-sprites/">CSS Sprites: How Yahoo.com and AOL.com Improve Web Performance</a>.</p>
<p>This is a fantastic idea.  AOL and Yahoo! pay engineers to optimize their sites.  This is their only job!  The best part about the internet is that almost everything is open!  So, we can study what the larger corporations are doing and mimic them.</p>
<p>The problem: Google and others think your website has too many images, and makes too many requests to your webserver when you have visitors.  The solution: Have one image that has many smaller parts to it, and move the image around using CSS in the viewing port of the div so that the same image will show multiple different icons.</p>
<p>This is a fantastic principle and we are using it currently in our websites.  Sometimes you can save 20 requests from your webserver and put it into 1.  This makes your website more efficient, more streamlined, and better suited for a larger subset of browsers.  If you can minimize requests, you are more effiently serving your visitors, and efficiency is always welcome in the business world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/43/learning-from-yahoo-and-aol/feed</wfw:commentRss>
		</item>
		<item>
		<title>Validate your site!</title>
		<link>http://www.andplusdesign.com/wordpress/31/validate-your-site</link>
		<comments>http://www.andplusdesign.com/wordpress/31/validate-your-site#comments</comments>
		<pubDate>Sat, 09 Aug 2008 03:05:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Qualifications of Web Companies]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=31</guid>
		<description><![CDATA[Your website is what your customers see.  If your website is improperly structured, there&#8217;s no telling how major browsers will render your website to your customer&#8217;s sites.  Let me explain.
Websites are created by creating HTML code.  This proper HTML code tells browsers what your website is supposed to look like.  If it is not valid [...]]]></description>
			<content:encoded><![CDATA[<p>Your website is what your customers see.  If your website is improperly structured, there&#8217;s no telling how major browsers will render your website to your customer&#8217;s sites.  Let me explain.</p>
<p>Websites are created by creating <a title="Wikipedia offers a great explaination of what HTML code is." href="http://en.wikipedia.org/wiki/HTML" target="_blank">HTML code</a>.  This proper HTML code tells browsers what your website is supposed to look like.  If it is not valid code, how can you expect browsers to show your website correctly to the world?  Sure, it may look ok on your computer&#8217;s firefox, or internet explorer, but are your customers seeing the same thing you are?</p>
<p>Further, Google returns results for relevant webpages.  If you are attending a seminar for a new technology or a salesman comes to sell you on using a particular service, and the person presenting  speaks very ill-formed English, or even sounds ignorant, how likely are you to believe or take what that person said for relevancy?  Google says the same thing about websites, but the language ends up being HTML.</p>
<p>This is why it is important that any web company that you hire needs to validate your website across the <a title="w3c Schools reports on browser usage and other statistics" href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">4 major web browsers</a>.  These 4 include <a title="Download Internet Explorer" href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx" target="_blank">Internet Explorer</a>, <a title="Download FireFox in the US" href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a>, <a title="Apple's Safari is also a popular browser" href="http://www.apple.com/safari/download/" target="_blank">Safari</a>, and <a title="Opera is another web browser " href="http://www.opera.com/download/" target="_blank">Opera</a>.  So, what does this all mean?  It means that no matter how you do your site, there&#8217;s always going to be someone who doesn&#8217;t see the site like you see it.  This is particularly true due to mobile browsing so widespread these days!</p>
<p>This is exactly why AndPlus Design always validates all websites that we create.  If a website is properly structured, its output can be predicted much easier than if there are unclosed tags or improper or outdated HTML code.</p>
<p>We use the <a title="I use this validator to see if i wrote good code!" href="http://validator.w3.org/" target="_blank">w3c Validator</a>.  Try out your website today.  Enter your website&#8217;s URL in the form below and see what the result is.  If you see red, <a title="If your website fails validation, contact andplus design!" href="http://www.andplusdesign.com/contactus.php" target="_self">contact AndPlus Design</a> today.</p>
<h3>Enter your website in the form below!</h3>
<form action="http://validator.w3.org/check" method="get"> <fieldset style="background-image: url(/t_images/background.jpg); background-position: -200px 50%; height: 25px; vertical-align: middle;"></p>
<div style="margin: 0pt auto; width: 420px;">
<input id="uri" style="width: 350px;" name="uri" type="text" />
<input id="validatesite" type="submit" value="Check!" /></div>
<p></fieldset><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/31/validate-your-site/feed</wfw:commentRss>
		</item>
		<item>
		<title>Don&#8217;t have a news section if you can&#8217;t keep up with it!</title>
		<link>http://www.andplusdesign.com/wordpress/29/dont-have-a-news-section-if-you-cant-keep-up-with-it</link>
		<comments>http://www.andplusdesign.com/wordpress/29/dont-have-a-news-section-if-you-cant-keep-up-with-it#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:32:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Protect Yourself]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=29</guid>
		<description><![CDATA[Maybe I would be keen on taking my own advice!  News from 3 months ago is not exactly news, is it?  It loses a little bit of credibility to your site if you have news that is not current.  Have you gone to a site and had it say &#8220;News: Our company launches a new [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe I would be keen on taking my own advice!  News from 3 months ago is not exactly news, is it?  It loses a little bit of credibility to your site if you have news that is not current.  Have you gone to a site and had it say &#8220;News: Our company launches a new product!&#8221; and saw that the date was last quarter?  What has the company been doing in the past quarter?</p>
<p>Putting milestones on the page could be enough for your customers, if you want to keep people updated.  It&#8217;s better to have a full product offering on your website than to announce every move your company makes.</p>
<p>The biggest point i&#8217;m trying to make with this post is that you should not put the expectation that you are doing a ton of business all the time, nor do you want to put out the expectation that you are doing no business.  You, as a business owner, know that there are certain times when there are streaks of business, and other times when there are lulls in business.  Your customers should always be oblivious to this fact.</p>
<p>Understanding what your customers expect is the one of the most important things you can understand.  If you set the expectation, you better be ready to live up to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/29/dont-have-a-news-section-if-you-cant-keep-up-with-it/feed</wfw:commentRss>
		</item>
		<item>
		<title>Stick with what you know!</title>
		<link>http://www.andplusdesign.com/wordpress/22/stick-with-what-you-know</link>
		<comments>http://www.andplusdesign.com/wordpress/22/stick-with-what-you-know#comments</comments>
		<pubDate>Wed, 23 Jul 2008 02:02:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Customer Service]]></category>

		<category><![CDATA[Generate Revenue]]></category>

		<category><![CDATA[Qualifications of Web Companies]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=22</guid>
		<description><![CDATA[If you are in business for yourself, you undoubtedly understand the concept of sticking to what you know.  Businesses perform best when they fill a particular niche or set of niches.  Odds are you have done hundreds of value analysis trying to understand whether you should make something or buy something.  If your business was [...]]]></description>
			<content:encoded><![CDATA[<p>If you are in business for yourself, you undoubtedly understand the concept of sticking to what you know.  Businesses perform best when they fill a particular niche or set of niches.  Odds are you have done hundreds of value analysis trying to understand whether you should make something or buy something.  If your business was to sell cars, would you make the headlights, too?  Odds are the amount of research and QA cycles that goes into reflection angles, brightness, and performing according to certain state laws are above your company and it would be best to purchase headlights from companies that understand these factors best.  Are you a web firm?  Why build your own website in-house when there are others that can do it so much more efficiently?  This post will go into some reasons why you should outsource your website solution.</p>
<p><span id="more-22"></span>Ever hear &#8220;First impressions are everything?&#8221;  Well, that is as true as it gets, in my opinion.  Think back to when you got something in the mail that looked like it was done by a middle schooler.  Just recently I got a pamphlet in the mail for a local accountant.  I, for one reason or another, think of accountants as being pretty professional, people who are usually well-off, and dont make mistakes.</p>
<p>All of these stereotypes, combined with the fact that they are trying to convince me to buy their services, make me feel like any correspondence and advertising should be as professional as it gets.  Actually, anyone trying to convince me that I should purchase their services better have the appearance that they are going to make my company more professional.</p>
<p>What this post is getting at is, well, this pamphlet looked like he literally printed a couple of words out on a peice of paper and mailed it to me.  This does not make me feel like working with him would make my company more professional or even save me any money in the process.  All it did was add height to landfills.  I would be surprised if that person saw one response from that marketing campaign.</p>
<p>So, that being said, if you are an expert at accounting, hire a designer to design a marketing pamphlet for your company.  You can still quarterback the process, but if you are not a designer, don&#8217;t design!  If you run a store, you most likely have figured out different tricks and ways of marketing to your most common type of customer.  Well, the website business is no different.  Web design firms have techniques, technologies, and optimization algorithms that they use to ensure that your website is performing at the maximum possible levels.</p>
<p>Bottom line, stick with what you know.  Run your business, be particular about what you want, but, the second you think you can save a few bucks by doing a website yourself, is the instant you are giving up revenue for your business on one of the best channels to reaching potential customers the world has ever seen.  Contact <a title="Contact AndPlus Design" href="http://www.andplusdesign.com/contactus.php">AndPlus Design</a> today to see how we can fulfill these requirements for you and your company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/22/stick-with-what-you-know/feed</wfw:commentRss>
		</item>
		<item>
		<title>Put your website address on your business cards!</title>
		<link>http://www.andplusdesign.com/wordpress/21/put-your-website-address-on-your-business-cards</link>
		<comments>http://www.andplusdesign.com/wordpress/21/put-your-website-address-on-your-business-cards#comments</comments>
		<pubDate>Fri, 18 Jul 2008 02:18:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Analyze Traffic]]></category>

		<category><![CDATA[Customer Service]]></category>

		<category><![CDATA[Trending Your Customers]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=21</guid>
		<description><![CDATA[I can&#8217;t tell you how many times I see business cards without a website address on them.  This is the *most* important part of your business card!  Businesses these days are all on the internet.  People enjoy the ease of accessing information quickly on the internet and trust companies that have established presences on the [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t tell you how many times I see business cards without a website address on them.  This is the *most* important part of your business card!  Businesses these days are all on the internet.  People enjoy the ease of accessing information quickly on the internet and trust companies that have established presences on the world wide web.  This post will go into some detail as to why I believe you should always have your website address on your business card.</p>
<p><span id="more-21"></span></p>
<p><strong>Reason #1 - Why not?</strong></p>
<p>Why *wouldn&#8217;t* anyone put their website address on their business card?  It is an extra line on your business card and allows you to give that little bit of extra information that could lead the user to looking into your services further.</p>
<p><strong>Reason #2 - Marketing Help</strong></p>
<p>Giving out your business card is a way of networking.  That is the purpose of business cards, right?  It is a seemingly insignificant small piece of paper that, when passing it along, does not have the same feel of a marketing pamphlet.  Incidentally, that&#8217;s exactly what this can become, a marketing pamphlet.  By putting your website on your business card, you give your potential clients another way of contacting you, if they wish.  And, if you follow this blog at all, you know that I am a *huge* proponent of &#8220;Giving your customers the ability to contact you!&#8221;</p>
<p><strong>Reason #3 - Feedback</strong></p>
<p>The more people that visit your site, the more you will be able to analyze how they use it.  Understanding how people use your website allows you to tailor your website to be easily accessible to all sorts of people.  You have your website online so that people will visit!  There is no good reason to not put your website on your business card.</p>
<p>So, in this short post, I hope I have made some good points as to why you should have your website on your business card.  Please share personal experiences of happenings to your business (good or bad) that you attribute to adding or removing your website from your business cards.  I look forward to your comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/21/put-your-website-address-on-your-business-cards/feed</wfw:commentRss>
		</item>
		<item>
		<title>Meta Tags Explained</title>
		<link>http://www.andplusdesign.com/wordpress/20/meta-tags-explained</link>
		<comments>http://www.andplusdesign.com/wordpress/20/meta-tags-explained#comments</comments>
		<pubDate>Mon, 14 Jul 2008 20:31:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Analyze Traffic]]></category>

		<category><![CDATA[Generate Revenue]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=20</guid>
		<description><![CDATA[Meta tags include a multitude of information about a particular page or web site.  Information regarding what the page contains to who made the web page can all be conveyed through Meta tags.  More importantly, the most important themes and phrases can be captured into these keywords.  This post will go into [...]]]></description>
			<content:encoded><![CDATA[<p>Meta tags include a multitude of information about a particular page or web site.  Information regarding what the page contains to who made the web page can all be conveyed through Meta tags.  More importantly, the most important themes and phrases can be captured into these keywords.  This post will go into a little more detail as to the importance of Meta Tags, and why they are more important today than they were 5 years ago.</p>
<p><span id="more-20"></span></p>
<p>Meta tags used to be a huge buzz-word with search engine optimization.  Businesses were obsessed with ensuring that their pages had these elaborate listings of keywords and paragraphs of descriptions on each of their web pages.  Search engines then became more powerful and no longer had to rely on these types of Meta Tags to understand what the page was about.  It was at this time that Meta tags &#8220;no longer mattered.&#8221;</p>
<p>Soon after, though, Meta tags did become more valuable, and are now serving a purpose that they really were not intended to serve, in my opinion.  These Meta tags now offer search engines, like google, the opportunity to &#8220;check&#8221; to see if the page is conveying what the author thinks it is conveying.  Now, dont expect google to come to your business and say</p>
<blockquote><p>&#8220;Listen, uh, these keywords that you *think* your page is telling me about really isn&#8217;t, and your content is incomplete, go ahead and change it around and i&#8217;ll let you know if your changes helped.&#8221;</p></blockquote>
<p>Google doesn&#8217;t need to do that because there is usually enough information on the internet that your site does not need to be online.</p>
<p>What Google does, is it uses these meta tags to add relevancy to your page.  That is to say, If it did a keyword analysis of your page, and found that the top 3 words were &#8220;Small,&#8221; &#8220;Business,&#8221; and &#8220;Websites,&#8221; it would expect to see your keywords read &#8220;Small Business, Websites, Business Websites&#8221; or some other permutation of these words.</p>
<p>If the keywords were &#8220;Animal Hospital Websites, Websites for City Councils, Recipe Websites&#8221; Then google would deduce that your web page is not properly conveying the information that you are intending to convey, and the page would become less relevant to searches for these keywords.</p>
<p>If you would like our company to do a keyword analysis of your website, please <a title="Contact AndPlus Design Form" href="http://www.andplusdesign.com/contactus.php">contact us</a> directly.  Thanks for reading this posting and please feel free to comment on the contents!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/20/meta-tags-explained/feed</wfw:commentRss>
		</item>
		<item>
		<title>Do I need a sitemap for my business website?</title>
		<link>http://www.andplusdesign.com/wordpress/19/website-sitemaps-for-small-business</link>
		<comments>http://www.andplusdesign.com/wordpress/19/website-sitemaps-for-small-business#comments</comments>
		<pubDate>Mon, 14 Jul 2008 01:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Generate Revenue]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=19</guid>
		<description><![CDATA[Relying on search engines to automatically crawl your website is not the best way to get your pages indexed.  You must explicitly tell Google what pages you want it to list to potential visitors!  This post will go into some detail and offer some different techniques on how to index your site more [...]]]></description>
			<content:encoded><![CDATA[<p>Relying on search engines to automatically crawl your website is not the best way to get your pages indexed.  You must explicitly tell Google what pages you want it to list to potential visitors!  This post will go into some detail and offer some different techniques on how to index your site more completely on Google.  These techniques will be applicable to other search engines as well.</p>
<p><span id="more-19"></span></p>
<p>When you deal with your business finances, do you &#8220;hope&#8221; you have money in your account to pay for regular business expenses?  The chances are you understand exactly what your business costs to run, what you have in inventory, and you update your records when those bills or inventory changes.</p>
<p>Well, why would your website be any different?  It would seem, especially for websites that drive customers to your business (ALL websites should do this for their parent companies!), that you would have a solid inventory of the pages your site includes and the information contained on them.</p>
<p>The inventory that Google cares most about is called a Sitemap.  Sitemaps can have many forms, XML, URL Text lists, and RSS feeds.  Google accepts them all.  XML Sitemaps include information that tells google multiple pieces of information.</p>
<ol>
<li>Page URL</li>
<li>Priority</li>
<li>Frequency</li>
<li>Last Change</li>
</ol>
<p>Google uses each of the above pieces of information to help it generate relevant content for its users.  Google reads the first information, Page URL, to know the page that your site includes.  It now adds this page to its index list.  This allows Google to figure out what pages your site includes, so its spiders can go out and index the page for future visitors.</p>
<p>The second part, Priority, is a number from 0 to 1 (decimal) that tells google how important the page is in relation to the rest of your website.  This, at first, may seem strange, and hard to grasp, but is a great way of ensuring that Google spends the most time and effort indexing your most important pages.  Further, if Google knows which page you think is more important to your overall user&#8217;s experience, it can decipher between two pages that it thinks are equally relevant to a user&#8217;s search.  For example, if you run a site selling dog treats, and you have two pages that look to Google to be equally relevant to a user&#8217;s search, Google can use the information in your sitemap to show the page you identified as being more important.</p>
<p>Google uses the frequency option a little more lightly, since it is a term that can be set by the website owner.  This XML key allows a website owner to declare how often a particular page will change.  It will help google know how often it has to re-index the page.</p>
<p>Last Change tells Google when the last time the page has changed.  This is a simple key that keeps Google&#8217;s index up to date.  If it downloads a sitemap that says a page has changed since the last time Google indexed that particular page, then it knows it must go to re-index that page.</p>
<p>As you can see, Sitemaps are necessary for business websites to get properly indexed.  The problems it may fix include, but are not limited to:</p>
<ol>
<li>Pages that are un-reachable through your current link structure</li>
<li>Pages that change frequently, and announce that they have changed through a date</li>
<li>Inventory control for your website pages</li>
</ol>
<p>Understanding what you have exactly is a common theme in the world of business.  Treat your website just as you would treat your business inventory and finances, because your website directly affects both of those things, if you let it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/19/website-sitemaps-for-small-business/feed</wfw:commentRss>
		</item>
		<item>
		<title>Link to Other Sites, Period.</title>
		<link>http://www.andplusdesign.com/wordpress/18/link-to-other-sites-period</link>
		<comments>http://www.andplusdesign.com/wordpress/18/link-to-other-sites-period#comments</comments>
		<pubDate>Sat, 28 Jun 2008 01:16:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Customer Service]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<category><![CDATA[adding value to visitor experience]]></category>

		<category><![CDATA[benefits of linking to other sites]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=18</guid>
		<description><![CDATA[Linking to sites which offer similar content or can add value to your words is one of the most important things you can do when establishing yourself on the internet.  Understanding when to link and when not to link is one thing, but when you have a page *full* of useful content and no [...]]]></description>
			<content:encoded><![CDATA[<p>Linking to sites which offer similar content or can add value to your words is one of the most important things you can do when establishing yourself on the internet.  Understanding when to link and when not to link is one thing, but when you have a page *full* of useful content and no links, Google may think you are just some crazy guy with a bunch of opinions!  Would you go to a college that had only one professor?  Well, Google is likely to under-value your web page without appropriate links to like content.</p>
<p><span id="more-18"></span></p>
<p>While you may think that linking to sites which are not your own may be counter-productive.  I was always of the opinion that I never wanted people leaving my site no matter <strong>what</strong> information they were looking for!  I found out that, while this may be true, you can link to external sites without losing your visitors.  I have found that using a link that opens a new browser window to any site which is not yours works best.</p>
<p>Opening a new browser window allows people browse the other site while not losing the attachment they have to yours (because yours is just a browser closing away!)  So, as counter-intuitive as it may seem, giving your customers the ability to read about the topic on your website actually builds credibility and helps to better inform your customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/18/link-to-other-sites-period/feed</wfw:commentRss>
		</item>
		<item>
		<title>CSS: Cascading Style Sheets for Business Websites</title>
		<link>http://www.andplusdesign.com/wordpress/8/css-cascading-style-sheets-for-business-websites</link>
		<comments>http://www.andplusdesign.com/wordpress/8/css-cascading-style-sheets-for-business-websites#comments</comments>
		<pubDate>Sun, 08 Jun 2008 04:14:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Customer Service]]></category>

		<category><![CDATA[Saving Money]]></category>

		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://www.andplusdesign.com/wordpress/?p=8</guid>
		<description><![CDATA[CSS stands for Cascading Style Sheets, but what does it do for me in terms driving revenue and keeping customers on your site?  I will hope to touch lightly on the fact that even though you may not ever write a line of CSS in your life, it is important that your web person [...]]]></description>
			<content:encoded><![CDATA[<p>CSS stands for Cascading Style Sheets, but what does it do for me in terms driving revenue and keeping customers on your site?  I will hope to touch lightly on the fact that even though you may not ever write a line of CSS in your life, it is important that your web person is intimately familiar with its workings, and installs this technology on your website.</p>
<p><span id="more-8"></span></p>
<p><em>&#8220;Separating Style from Content.&#8221;</em> Interesting concept, huh?  There are two main &#8220;visitors&#8221; that you should be worried about when having your website designed.  First, <strong>search engines</strong> (!).  Search engines send out spiders that read the site&#8217;s content and caches it for indexing at a later time.  In the real world, Spiders have a lot of eyes, but in the internet world, they have <strong>none</strong>!  That&#8217;s why it is so important to have the &#8220;alt&#8221; tag identified for all images on your pages, and none of the images for your background on your site.  Let me explain.</p>
<p>With CSS, we can separate the content (the text and wording that you want your potential customers to read) from the layout of the site.  This gives three main benefits:</p>
<ol>
<li>If a search engine goes to your website, the content is formatted in a &#8220;most important first&#8221; setup</li>
<li>If a browser can&#8217;t handle the advanced CSS you&#8217;ve set up, your content is not lost</li>
<li>People who visit your site, and visit many pages on your site, see an increased browsing time improvement over sites which do not use CSS.</li>
</ol>
<h3>Search Engines Can&#8217;t See Layout</h3>
<p>This is actually a little bit of a lie.  There are some search engine spiders out there that do do some image analysis of your website, and index in different ways that involve imaging.  The bottom line though, is that search engine spiders are mostly interested in your content.  Now, an HTML document can have a structure and layout in a text-only setting that will look nothing like a CSS formatted site with the same content.  CSS allows the movement of data and elements to wherever the designer would like to put them, regardless of where the data and elements are in the page.</p>
<p>This ties to your revenue because now, a webpage can be laid out in such a way that search engines read the most important parts of a page first, instead of the search engine rendering table-based layouts, sifting through menu links, and reading through 30 background images.  Now, the images can be set up as background images to div&#8217;s, which are ID&#8217;d in an external style sheet.</p>
<p>Keeping your customers on your website is the #1 rule in owning a website.  It&#8217;s worth the time invested to keep these customers with your company.</p>
<h3>Browsers Can&#8217;t Handle Your Layout</h3>
<p>Let&#8217;s face it.  Nobody can make a website that will look the same on every browser ever made.  It is impossible.  In today&#8217;s world, there are mobile web users (iPhone, Treo, Blackberry), Firefox, Opera, Safari, IE6, IE7, IE8, and the upcoming IE9, and Netscape, to name a few.  All of these browsers render a little bit differently and some dramatically different (IE6 and prior is a pain to work with!).</p>
<p>Even if a browser does not lay out your site how you want it to, it should comfort you to know that your content is getting to the user, and it is getting there in the order-dependent way that was intended.  This means the text-only version goes to the user and he or she reads the content in the format you wanted them to read.</p>
<p>This directly ties to your revenue, because it will give the image that your company understands the consumer&#8217;s needs and knows what to do to get the job done.  Keeping people on your site is an immediate concern, and delivering meaningful data to them is a high priority as well.</p>
<h3>Improved Browsing Experience</h3>
<p>A website designer could put every piece of CSS code in a web page and have it look the exact same.  So, why is it worth it to move the CSS to an external style sheet?  Improved browsing experience is transferred to the potential customers when external style sheets are used, because of the size of the document being transmitted.  In our studies, we found that the removal of &#8220;font&#8221; tags, in-line &#8220;style&#8221; directives, and the table based layout removal, combined with the saved &#8220;img&#8221; tag removal, gave an average of 40% decrease in file size.</p>
<p>What&#8217;s better, is that this decrease in file size had an added benefit of a cached CSS file on the client&#8217;s computer.  So, once the CSS file was downloaded, it no longer needed to be brought down with every new page.  To explain it a bit better, the user would come to our site, download the CSS file, see an improved load time.  The user would click on a new page, and that 40% transfer size would be transferred to the next page, and we would not have to retransmit the CSS file.  If a customer sees 20 pages in a particular visit, that is a 800% improvement in the size of the data we are sending across the internet.</p>
<p>If you are paying for transfer, you know what a difference 800% can make.</p>
<p>There you have it.  CSS, believe it or not, directly relates to how you do business on the internet and needs to be part of your website when you have one.  AndPlus Design uses CSS, and is always looking for new ways to optimize CSS code, <a href="http://www.andplusdesign.com/contactus.php" target="_self">contact us</a> if you are convinced you need our services!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andplusdesign.com/wordpress/8/css-cascading-style-sheets-for-business-websites/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
