<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Web Site Promotion Blog</title><link>http://www.web-sitepromotion.com/</link><description>Blog about Web Site Promotion</description><copyright>Copyright (c) 2010 </copyright><pubDate>3/10/2010 12:54:33 AM</pubDate><lastBuildDate>3/10/2010 12:54:33 AM</lastBuildDate><ttl>5</ttl><item><title><![CDATA[ Web Design and SEO Work Hand in Hand ]]> </title><description><![CDATA[ I am here to set the record straight about web design and SEO and how both should work together to maximize your results.&nbsp; There is a misconception floating around out there that if you have a nice looking website, then it will automatically be a success.&nbsp; If you think it will, then you truly aren&#8217;t maximizing your website potential at creating leads, attracting new customers, and/or earning your company more money.
I can&#8217;t stress the importance of including SEO in your web design plans.&nbsp; When you are in the development mockup stage, it&#8217;s important to draft your call to actions and the funnel conversion process.&nbsp; You need to make sure that a visitor on your site is 1) intrigued to click on call to actions and 2) has easy accessibility to contact or convert on your product or services.&nbsp; 
Now that you have seen why it&#8217;s important to implement SEO in web design for conversion, now I will show you why it&#8217;s important to consider it for search engines.&nbsp; One example of how SEO and web design go hand in hand is your internal link structure.
&nbsp;
Your internal link structure is a key factor in your link building campaign.&nbsp; This is why it&#8217;s so important to optimize your website for both users and search engines.&nbsp; Instead of using images for your menu, use text.&nbsp; 
Need&nbsp;Daytona Beach web design and&nbsp;Daytona SEO services?&nbsp; Contact us now to begin maximizing your online potential.

 ]]> </description><link>http://www.web-sitepromotion.com/blog/posts/web-design-and-seo-work-hand-in-hand.html</link><pubDate>1/27/2010 2:32:00 PM</pubDate></item><item><title><![CDATA[ Daytona Web Design Service ]]> </title><description><![CDATA[ &nbsp;
Web-Site Promotion isn't your typical Daytona Web Design company.&nbsp; We not only build creative, award winning designs, we build web sites that focus on returning results!&nbsp; 
&nbsp;
How can this be done?
&nbsp;

Web-Site Promotion focuses on three core elements: 1) The user's experience, 2) Being Search Engine friendly, and 3) Converting those user's.&nbsp;&nbsp;&nbsp;
&nbsp;
The term, "Build it and they will come" simply doesn't work anymore when it comes to websites.&nbsp;It's important to put together a strategy that will produce results.&nbsp; All of our web sites are built with the user and search engine in mind.&nbsp; 
&nbsp;
What does search engine friendly mean?

    Code that is easily crawl-able for search engine spiders
    Ability to create unique title and meta tags
    Cross browser compatibility
    Effective internal link structure
    and more! 

Looking for a Daytona web design company?&nbsp; Need a website that gives you results?&nbsp; Contact us today to learn how we can develop and design a website for you!
&nbsp;
 ]]> </description><link>http://www.web-sitepromotion.com/blog/posts/daytona-web-design-service.html</link><pubDate>12/31/2009 10:47:00 AM</pubDate></item><item><title><![CDATA[ Help Your Daytona Business Grow Using SEO ]]> </title><description><![CDATA[ In this day and age, marketing your business offline just isn&#8217;t enough. &nbsp;The gold ole&#8217; days when word of mouth or newspaper ads fueled your business are over&#8230; way over. &nbsp;Today, every business needs to have a website and also implement an online marketing strategy. &nbsp;There are many elements, but one I believe that shouldn&#8217;t be overlooked is a Search Engine Optimization (SEO) campaign. &nbsp;


SEO is a method that optimizes your website to increase volume of traffic being referred by search engines. &nbsp;Typically you increase your traffic by being ranked higher in the search engines; especially Google. &nbsp;There are many factors and techniques that go into SEO, and if you don&#8217;t know what you are doing, we recommend consulting the SEO experts at SMTUSA.com because you could get your site banned by Google. &nbsp;


Don&#8217;t wait any longer. &nbsp;It&#8217;s time to get your website ranking at the top of search engines!&nbsp;


If you have a business in or around the Daytona, Florida area, consider learning more about our Daytona Web Design or Daytona SEO services.



 ]]> </description><link>http://www.web-sitepromotion.com/blog/posts/help-your-daytona-business-grow-using-seo.html</link><pubDate>12/3/2009 3:03:00 PM</pubDate></item><item><title><![CDATA[ Copywriters can take the pain out of content creation ]]> </title><description><![CDATA[ If writing is not your thing then we recommend hiring a copywriter to help you with the creation of your web site content. There are many great copywriters out there that can (with minimal input from you) turn those blank white pages into interesting and engaging content for your web site. You will still need to read it over and make some corrections, however, it is much easier to tweak than to come up with all the ideas yourself.&nbsp; 
 ]]> </description><link>http://www.web-sitepromotion.com/blog/posts/copywriters-can-take-the-pain-out-of-content-creation.html</link><pubDate>5/13/2009 6:56:00 PM</pubDate></item><item><title><![CDATA[ Parsing data in C# ]]> </title><description><![CDATA[ Parsing data in C# is a simple process, and can be done using some basic language syntax. Sub Strings provide this functionality, and when used properly can make data collection, or simple parsing operations a much easier task. 
First when parsing data from sources such as a web page, it is important to first remove all data at the beginning of the document which is unnecessary, in order to prevent the parsing utility from finding the wrong information. 

&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;rss version="2.0"&gt;
&lt;channel&gt;
&nbsp;&nbsp;&nbsp;&lt;title&gt;website design search results&lt;/title&gt;
&nbsp;&nbsp;&nbsp;&lt;link&gt;http://randomexamplesiteurl.com/&lt;/link&gt;
&nbsp;&nbsp;&nbsp;&lt;language&gt;en&lt;/language&gt;
&nbsp;&nbsp;&nbsp;&lt;pubDate&gt;Wed, 15 Apr 2009 18:31:33 GMT&lt;/pubDate&gt;
&nbsp;&nbsp;&nbsp;&lt;lastBuildDate&gt;Wed, 15 Apr 2009 18:31:33 GMT&lt;/lastBuildDate&gt;
&nbsp;&nbsp;&nbsp;&lt;image&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;title&gt;website design - sample feed&lt;/title&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;url&gt;http://randomexamplesiteurl.com/testimage1.gif&lt;/url&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;link&gt;http://randomexamplesiteurl.com/&lt;/link&gt;
&nbsp;&nbsp;&nbsp;&lt;/image&gt;
&nbsp;&nbsp;&nbsp;&lt;item&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;title&gt;Small Businesses Receive Web Design Financing from Wildfire&lt;/title&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;link&gt;http://randomexamplesiteurl.com/testlink1.html&lt;/link&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;pubDate&gt;Wed, 15 Apr 2009 07:15:30 GMT&lt;/pubDate&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;description&gt;This is a sample description I am using for testing purposes&lt;/description&gt;
&nbsp;&nbsp;&nbsp;&lt;/item&gt;
&nbsp;&nbsp;&nbsp;&lt;item&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;title&gt;Effective website design for successful ecommerce&lt;/title&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;link&gt;http://randomexamplesiteurl.com/testlink2.html&lt;/link&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;pubDate&gt;Wed, 15 Apr 2009 11:23:38 GMT&lt;/pubDate&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;description&gt;This is a sample description I am using for testing purposes&lt;/description&gt;
&nbsp;&nbsp;&nbsp;&lt;/item&gt;
&nbsp;&nbsp;&nbsp;&lt;description&gt;website design - XML Sample&lt;/description&gt;
&lt;/channel&gt;
&lt;/rss&gt; 

Finding unique tags to mark the beginning of the data to be parsed is the key to building an efficient parsing utility. In the above sample, all of the text prior to "" is irrelevant if you are only attempting to gather the item data, and will not be needed to complete the parsing process. To remove this from your text use the following code: (code assumes data is loaded in a string variable named strData) 

int intStartPos = strData.IndexOf("&lt;item&gt;");
strWorkingRSS = strData.Substring(intStartPos); 

Once the irrelevant data has been removed, you can then focus on parsing the remainder of the string, with the following code this can be done by using any unique string at the beginning and the end of the data you would like to capture. The following code will always stop at the first instance of search string so if you continue to trim the text as you work using the above sample, you can easily write a loop to pull out each of the items until the data has all been parsed successfully. The below sample will result in assigning the variable strTitle with the text in between the "&lt;title&gt;" and "&lt;/title&gt;" tags. 

string strOpenString = "&lt;title&gt;";
intStartPos = strData.IndexOf(strOpenString ) + strOpenString .Length;
int intEndPos = strData.IndexOf("&lt;/title&gt;");
int intLength = intEndPos - intStartPos;
string strTitle = strData.Substring(intStartPos, intLength); 

This should be enough information to get any parsing project started. The data that I used for my sample may have been XML, but the real value in this type of parsing utility, is in cases where data from an HTML site, or group of HTML pages needs to be moved to a dynamic location such as a database. Many times the only viable option for data transfer is to use a "screen scraping" application, and this code provides a general outline for how to build one for most any circumstances. 
 ]]> </description><link>http://www.web-sitepromotion.com/blog/posts/parsing-data-in-c-sharp.html</link><pubDate>4/22/2009 11:02:00 AM</pubDate></item></channel></rss>