<?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>Storm Code</title> <atom:link href="http://www.stormcode.net/feed/" rel="self" type="application/rss+xml" /><link>http://www.stormcode.net</link> <description>Boston Web Design, PHP Web Development, Search Engine Optimization, SEO</description> <lastBuildDate>Tue, 06 Mar 2012 21:28:24 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>5 Must Have WordPress Plugins</title><link>http://www.stormcode.net/marketing/5-must-have-wordpress-plugins/</link> <comments>http://www.stormcode.net/marketing/5-must-have-wordpress-plugins/#comments</comments> <pubDate>Mon, 12 Dec 2011 00:44:23 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=331</guid> <description><![CDATA[There are thousands of WordPress Plugins available on the web. Here is a list of must have plugins for everyone who has a WordPress Site or Blog.]]></description> <content:encoded><![CDATA[<p>There are thousands of WordPress Plugins available on the web.  Here is a list of must have plugins for everyone who has a WordPress Site or Blog.</p><h2><a
href="http://contactform7.com/" rel=nofollow" title="Wordpress Contact Form 7 Plugin">Contact Form 7</a></h2><p>Contact Form 7 is an easy to use AJAX contact form.  It has a variety of options, but begineers will have no problem setting up a contact form on whatever page they choose.  There are advanced options that include redirecting to a thank you page, and more.  This plugin is ideal for inserting a contact form into a page or post.  It used to be possible to integrate the Contact Form into the sidebar, using actual PHP code, but ever since they moved to AJAX, I haven&#8217;t attempted this.</p><h2><a
href="http://wordpress.org/extend/plugins/similar-posts/" title="Wordpress Similiar Posts Plugin" rel="nofollow">Similar Posts</a></h2><p>If you are using WordPress as a CMS for your website, and you don&#8217;t have much, or any, dynamic content, you can skip this plugin.  If you have dynamic content in the way of posts, articles, etc, then this plugin makes it pretty easy to integrate &#8216;similiar posts&#8217; anywhere on your post page.  I recommend adding it to the bottom of the post page, that&#8217;s where people expect it.</p><p><strong>Warning</strong>: This plugin requires you to edit your template.  It&#8217;s not a major edit, but if you switch templates you will need to reintegrate the plugin.  You&#8217;ll need a bit more understanding of WordPress / HTML to properlly integrate this plugin.</p><h2><a
href="http://wordpress.org/extend/plugins/google-sitemap-generator/" title="Wordpress Google Sitemap Generator Plugin" rel="nofollow">Google Sitemap Generator</a></h2><p>Ah, this plugin is great.  Updating a sitemap everytime you create a new page or post is a huge hassle and no one wants to do it daily.  This plugin stops you having to.  Once installed you start by generating your first sitemap. (<strong>Warning</strong>: You have to already have a sitemap.xml and sitemap.xml.gz file on your server.  If you dont, connect via FTP and upload two text files with those names).</p><p>The sitemap will contain all your posts and pages (unless you tell it to ignore some).  A huge time saver and it will automatically regenerate your Sitemap when you add new posts and pages.</p><h2><a
href="http://www.w3-edge.com/wordpress-plugins/w3-total-cache/" title="Wordpress W3 Total Cache Plugin" rel="nofollow">W3 Total Cache</a></h2><p>Everyone debates what the better plugin for caching is.  WP Super Cache or W3 Total Cache.  They have similiar functionality, but W3 is newer and more advanced.  W3 does a lot of things well, such as Minfying Javascript, CSS and HTML.  It gives you a good deal of control over browser-side caching, and it&#8217;s easy to setup and use if you aren&#8217;t an expert.</p><p>Depending on your Hosting enviroment, you may need to use FTP to change the permissions on some files, or manually edit them, but the plugin gives easy to follow instructions on how to do that and there are tons of tutorials out there if you get stuck.</p><h2><a
href="http://semperfiwebdesign.com/" title="Wordpress All in One SEO Plugin" rel="nofollow">All in One SEO</a></h2><p>The best all around SEO plugin.  Install this on every WordPress site you have, it only takes a few seconds and adds a good deal of functionality and immediate SEO benefit to your website.</p><p>You can customize page titles, post titles and more.  It&#8217;s a must have for every website.  Seriously.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/5-must-have-wordpress-plugins/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google Page Speed Optimization &#8211; GZIP</title><link>http://www.stormcode.net/php/google-page-speed-optimization-gzip/</link> <comments>http://www.stormcode.net/php/google-page-speed-optimization-gzip/#comments</comments> <pubDate>Sun, 11 Dec 2011 21:11:59 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=325</guid> <description><![CDATA[GZIP is a compression method that can be used to significantly reduce the size of web pages as well as XML, CSS and Javascript files. The end-user must be using a browser that supports GZIP compression (most everyone in the world currently is). Apache GZIP Compression Using Apache and HTACCESS is the best way to [...]]]></description> <content:encoded><![CDATA[<p>GZIP is a compression method that can be used to significantly reduce the size of web pages as well as XML, CSS and Javascript files.  The end-user must be using a browser that supports GZIP compression (most everyone in the world currently is).</p><h2>Apache GZIP Compression</h2><p>Using Apache and HTACCESS is the best way to <strong>compress</strong> your website pages.  You can use <a
href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html" rel="nofollow" title="Mod Deflate">mod_deflate</a> or <a
href="http://schroepl.net/projekte/mod_gzip/" rel="nofollow" title="Mod GZip">mod_gzip</a> to compress your web pages.  Deflate is a newer technology and may not be available on all servers.</p><p>It&#8217;s not only important to <strong>Gzip your web page</strong>, but also your JavaScript and CSS.  That&#8217;s why using Apache is the prefered method as opposed to PHP.</p><h3>Example of HTACCESS GZIP Compression</h3><p>Add the following code to your <strong>.htaccess</strong> file in your main website directory.  If you do not have an .htaccess file then you can create one.  Not all web hosting providers allow their clients to utilize .htaccess, especially on shared hosting servers, but you may be able to contact your hosting provider and ask them to enable this functionality for you.  A common location of .htaccess file is <strong>/home/accountname/public_html/.htaccess</strong></p><p>###################################<br
/> #         GZIP Setting            #<br
/> ###################################<br
/> #This will use the mod_deflate    #<br
/> #Apache Module to compress your   #<br
/> #Website pages including HTML, XML#<br
/> #CSS, and Javascript              #<br
/> ###################################<br
/> <ifmodule
mod_deflate.c><br
/> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript<br
/> </ifmodule></p><h2>PHP GZIP Compression</h2><p>PHP can be used to compress your PHP website pages.  PHP is not as fast as using Apache and you don&#8217;t have the ability to GZIP javascript or CSS files,  unless you run them through a PHP script first.</p><h3>Example of PHP GZip</h3><p><?php<br
/> ob_start("ob_gzhandler");<br
/> ?></p><h3>Example of PHP GZip for Javascript and CSS</h3><p><?php<br
/> //File gzipcss.php<br
/> ob_start("ob_gzhandler");<br
/> $file = '/css/style.css';</p><p>$content = file_get_contents( $_SERVER['DOCUMENT_ROOT'] . $file );<br
/> echo $content;<br
/> ?></p><p>And then instead of linking to your CSS file in your HTML files, link to the gzipcss.php file.</p><h2>Expected Page Speed Increase</h2><p>Not only will compressing your webpages, CSS and Javascript make your website load significantly faster, it is considered a <strong>High Priority Page Speed Rule</strong> by Google.  I&#8217;ve seen it increase <strong>Google Page Speed</strong> rankings as much as 35 points.</p><h2>Testing</h2><p>If you aren&#8217;t sure if your website currently has a GZIP compression installed you can test it very simply with an <a
href="http://www.whatsmyip.org/http-compression-test/" title="HTTP Compression Test" rel="nofollow">HTTP Compression Test</a>.  You can test to see if your javascript and CSS are being GZIP&#8217;ed using <a
href="http://www.redbot.org" title="Red Bot" rel="nofollow">RedBot</a></p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/php/google-page-speed-optimization-gzip/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Optimizing Website Header Tags</title><link>http://www.stormcode.net/web-design/optimizing-website-header-tags/</link> <comments>http://www.stormcode.net/web-design/optimizing-website-header-tags/#comments</comments> <pubDate>Wed, 07 Dec 2011 03:21:34 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[HTML]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=309</guid> <description><![CDATA[Search engine optimization requires many techniques that must be properly implemented in order to achieve high ranking on the search engines. Besides providing quality content and using proper keyword density, one major factor in on-site SEO is the proper use of the header tag. If you are not familiar with H1 usage, a good example [...]]]></description> <content:encoded><![CDATA[<p>Search engine optimization requires many techniques that must be properly implemented in order to achieve high ranking on the search engines. Besides providing quality content and using proper keyword density, one major factor in on-site SEO is the proper use of the header tag. If you are not familiar with H1 usage, a good example would be the heading of the first paragraph of a blog post or web page.</p><p>Search engines look for the header tags to figure out the content of the page. There is also a benefit to the human reader as good H1 usage provides proper layout and makes the material easier to read and follow. This benefit goes beyond the average person visiting a website, using header tags also improves the accessibility of your webpage by providing valuable information to the screen readers used by the vision impaired.</p><p>Proper search engine optimization takes time to implement, but is very rewarding if done correctly. The fruits of this labor will result in high search engine rankings which equates to more traffic. Many website owners prefer SEO to Pay Per Click advertising, because the traffic is free.</p><p>Pay Per Click (PPC) advertising can definitely be rewarding, but with the drawback of being an on-going cost, where as building a strong SEO foundation can result in higher search engine rankings at no reoccurring cost.<br
/> Making use of the the h1, h2, and h3 tags is one of the easiest way to get higher ranking on search engines. Below is an example of how to implement all three header tags properly.<br
/> <code><br
/> &lt;h1&gt;Website SEO Basics&lt;/h1&gt;<br
/> &lt;p&gt;Here is some text for paragraph one&lt;/p&gt;<br
/> &lt;h2&gt;Achieving Better SEO&lt;/h2&gt;<br
/> &lt;p&gt;Here is some text for paragraph two&lt;/p&gt;<br
/> &lt;h3&gt;Rank Higher on Google&lt;/h3&gt;<br
/> &lt;p&gt;Here is some text for paragraph three&lt;/p&gt;<br
/> </code><br
/> I is a good idea to insert your main keyword(s) in the h1 tag. The h1 tag should be used only once (though lesser header tags can be used on multiple occasions). Your secondary keywords can be inserted in the other header tags (h2,h3,etc) and your related keywords should be mentioned throughout the content.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/web-design/optimizing-website-header-tags/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Optimizing Website Title Tags &#8211; Title Length</title><link>http://www.stormcode.net/marketing/optimizing-website-title-tags-title-length/</link> <comments>http://www.stormcode.net/marketing/optimizing-website-title-tags-title-length/#comments</comments> <pubDate>Thu, 10 Nov 2011 05:14:12 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=300</guid> <description><![CDATA[There are a lot of things that go into a good title tag and we are going to discuss a very important aspect, the length of a title tag.  If you are optimizing your title tags for Search Engines, then you need to know the following information: Google will display the first 66 characters of [...]]]></description> <content:encoded><![CDATA[<p>There are a lot of things that go into a good <strong>title</strong> <strong>tag</strong> and we are going to discuss a very important aspect, the <strong>length</strong> of a <strong>title</strong> <strong>tag</strong>.  If you are optimizing your title tags for Search Engines, then you need to know the following information:</p><p><strong>Google</strong> will display the first <strong>66</strong> characters of a <strong>title</strong> tag and no more.  If your title tag is longer then <strong>66</strong> characters, <strong>Google</strong> will end your title on the last word before the <strong>66</strong> character limit is reached.  It will not cut-off in the middle of a word.</p><p><strong>Yahoo</strong> will display up to exactly 120 characters and will cut off in the middle of a word.</p><p>Most people write a <strong>66</strong> character or less title tag and call it a day, however, there is another option.  Write a title tag that works at 66 characters and <strong>120</strong> characters (or less).  That way, when your page gets indexed by Google, your title tag will make sense and when it gets indexed by Yahoo, it will also make sense.  Best of both worlds.</p><p>Don&#8217;t forget that your title tag should be keyword rich and make sense to the person viewing your website, and not just the search engines that crawl it.  Search Engines are smart, and there is a good chance they can figure out when content has been written specifically for them, and when content is keyword rich but still human readable.</p><p>You should also take into consideration how your title tag will look when displayed in the browser.  Each browser is different, and with the advent of tabbed browsing, how much of the title tag is shown can be dependent on how many tabs the user has open.  Experiment with the different browsers and make sure that users can tell that it&#8217;s your website at a glance, no matter what browser they are using or how many tabs they have open.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/optimizing-website-title-tags-title-length/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Free SEO Consultation</title><link>http://www.stormcode.net/marketing/free-seo-consultation/</link> <comments>http://www.stormcode.net/marketing/free-seo-consultation/#comments</comments> <pubDate>Tue, 19 Jul 2011 02:06:18 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=294</guid> <description><![CDATA[Are you interested in increasing your search engine ranking? Does your business need more leads? Are your Google Adwords clicks costing you to much money? Storm Code can do a free SEO consultation on your website to ascertain just what would need to be done to effectively increase your search engine ranking, drive more leads [...]]]></description> <content:encoded><![CDATA[<p>Are you interested in increasing your search engine ranking?  Does your business need more leads?  Are your Google Adwords clicks costing you to much money?  Storm Code can do a free SEO consultation on your website to ascertain just what would need to be done to effectively increase your search engine ranking, drive more leads to your site and decrease the cost of Google Adwords clicks.</p><p>If you are interested in a free consultation, please use the Get a Quote form on the right side of the page, or e-mail us directly at <a
href="mailto:support@stormcode.net">support@stormcode.net</a></p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/free-seo-consultation/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Importance of Well-Written HTML and Initial SEO</title><link>http://www.stormcode.net/css/the-importance-of-well-written-html-and-initial-seo/</link> <comments>http://www.stormcode.net/css/the-importance-of-well-written-html-and-initial-seo/#comments</comments> <pubDate>Mon, 20 Jun 2011 19:34:41 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=289</guid> <description><![CDATA[Many web development companies overlook the importance of well-written HTML when setting up a site, and this can have a dramatic impact on its ability to reach the top of Google&#8217;s and other search engines&#8217; listings.  HTML is not simply a method of placing information onto a website, it is the fundamental structure that a [...]]]></description> <content:encoded><![CDATA[<p>Many web development companies overlook the importance of well-written HTML when setting up a site, and this can have a dramatic impact on its ability to reach the top of Google&#8217;s and other search engines&#8217; listings.  HTML is not simply a method of placing information onto a website, it is the fundamental structure that a website is built around.  Elegant and well-built HTML is required for both a well-designed and easily accessible web presence.</p><p>Many web development and design companies rely on image-heavy and/or tabular designs, which can confuse search engines and make your site utterly illegible for potential customers who rely on special accessibility software such as screen readers.  One must remember from the very beginning that a website needs to be designed not just to look good, but also be well-organized and accessible by screen readers and web crawlers (like Googlebot, Bingbot, or Yahoo! Slurp).</p><p>Tabular designs are a throwback from when web browsers were not designed in a way that allowed websites to be both accessible and aesthetically-pleasing.  These employ table elements to arrange images and various blocks of text in a way that makes sense to the average viewer, but in a way in which search engines are unable to assign levels of importance to various keywords or terms.  This is because tables and images have very specific functions that in this case are not being used properly.</p><p>So what then is the purpose of table and image elements?  Tables are meant to store data, so when a web crawler sees them, that&#8217;s what it assumes is being displayed.  Images are meant to be minimally-important aesthetics or to depict a product or service visually, not as navigation elements or as a descriptive header (this can be achieved using CSS in a much more accessible way).  Though alt tags help with improving the accessibility of images, they are not meant as a replacement for keyword-rich headers or textual content.  It is perfectly fine to use both of these elements on your site, however, as long as it is as intended and not as a replacement for actual content.</p><p>Search engines can tell the difference between header text (h1 or h2 tags, for example) and normal paragraphs or lists (p or ol/ul tags respectively).  They can even tell that an h1 tag is more important than a h2 tag, and so on.  They can not, however, tell what the text on an image might say, which is potentially the biggest problem with this kind of a design.  It is best to use divider (div) elements, and arrange your content in a logical HTML structure, using proper header, paragraph, and list tags where required.  HTML is not a design language; it is meant specifically for organization and structure.  The actual design should be done using CSS (Cascading Style Sheets), which is a language specifically made for that purpose which all modern browsers recognize.</p><p>What&#8217;s an easy way to tell if your site&#8217;s HTML structure makes sense?  View your site with CSS (and even images) disabled, and see how easy it is to follow the content.  Think of this as how web crawling bots and users with screen readers will view your site.</p><p>Setting up your site in this way will allow for further SEO to be achieved much more easily, as you can figure out the best key words and terms and use them in the appropriate places, with the appropriate HTML tags, within your site&#8217;s content.  Upon initial development of a new site, Storm Code employs these fundamental tactics so that the more advanced SEO options we offer are more easily implemented, and even if not desired, the client still has a well-organized site that search engines and screen readers will understand.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/css/the-importance-of-well-written-html-and-initial-seo/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Facebook Fan Pages</title><link>http://www.stormcode.net/marketing/facebook-fan-pages/</link> <comments>http://www.stormcode.net/marketing/facebook-fan-pages/#comments</comments> <pubDate>Wed, 14 Apr 2010 18:55:09 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[face]]></category> <category><![CDATA[facebook]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=243</guid> <description><![CDATA[Facebook Fan pages are a great way to get information about your business onto Facebook, as well as keep fans of your business updated with your latest news and specials.   Getting fans is easy and free (though time consuming) if you already have a Facebook account.  You can use Facebook&#8217;s built in feature for suggesting [...]]]></description> <content:encoded><![CDATA[<p>Facebook Fan pages are a great way to get information about your business onto Facebook, as well as keep fans of your business updated with your latest news and specials.   Getting fans is easy and free (though time consuming) if you already have a Facebook account.  You can use Facebook&#8217;s built in feature for suggesting your page to your friends.   As you gain popularity, friends of friends may also become fans, increasing your fan base.</p><p>If you do not already have a Facebook account and you do not wish to spend money, you can check with your employees, and ask them to suggest your new Facebook page to their friends.  If you have an advertisement budget, Facebook offers pay per click advertisement options that can help you generate more fans.</p><p>It is important to include as much information on your Facebook page as possible.  This includes the phone number for your business, your operating hours, your location, and much more.</p><p>Uploading pictures of your employees, your offices and your products is also a good way to build a sense of familiarity with your clients or potential clients.</p><p>At Storm Code we offer Facebook Fan page creation for as little as $49.  This includes creation of the page, adding pertinent business information and pictures,  a blog post on the new page,  a &#8216;Find us on Facebook&#8217; icon added to your existing website and suggesting the page to the friends of up to 3 Facebook accounts.   If you would like more information or to get a page set up, please contact us.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/facebook-fan-pages/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Web Design and SEO for Small Businesses</title><link>http://www.stormcode.net/marketing/web-design-and-seo-for-small-businesse/</link> <comments>http://www.stormcode.net/marketing/web-design-and-seo-for-small-businesse/#comments</comments> <pubDate>Fri, 02 Apr 2010 20:08:16 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=240</guid> <description><![CDATA[In this day and age it is not just the large enterprise level businesses that need websites. Small businesses need websites as well. Even the very smallest of businesses can reap the benefits of a well designed and well implemented website. A website can help you grow you business in ways that you may not [...]]]></description> <content:encoded><![CDATA[<p>In this day and age it is not just the large enterprise level businesses that need websites.  Small businesses need websites as well.  Even the very smallest of businesses can reap the benefits of a well designed and well implemented website.</p><p>A website can help you grow you business in ways that you may not even be aware of.  A website is a giant business card that search engines hand out for you.  That is why search engine optimization is so very important for a small business.</p><p>It&#8217;s great to be able to point existing or potential clients to your website.  It&#8217;s even better to put your website on your business card.  However, it&#8217;s not enough to just have a web designed, informative website.  You need people to be able to find it on their own.</p><p>That&#8217;s why Search Engine Optimization is such a buzz word these days.  You want your website to appear on every search engine, and that in and of itself is easy.  It&#8217;s getting your website to appear on the first page that is going to really start to generate leads.</p><p>Search Engine Optimization is a complex and time consuming process, and it can end up being very expensive if you do not choose the right company.  At Storm Code, we pride ourselves on being able to boost your search engine rankings, regardless of what your budget is.</p><p>With selective choices for keywords, and targeted location based SEO, you can rank higher on search engines in the specific areas of the country that you do business.</p><p>If you are interested in Search Engine Optimization, packages start at $199.  Contact us for more details.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/web-design-and-seo-for-small-businesse/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Craigslist Marketing Techniques</title><link>http://www.stormcode.net/marketing/craigslist-marketing-techniques/</link> <comments>http://www.stormcode.net/marketing/craigslist-marketing-techniques/#comments</comments> <pubDate>Tue, 14 Jul 2009 20:30:29 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category> <category><![CDATA[community]]></category> <category><![CDATA[craigslist]]></category> <category><![CDATA[online]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=199</guid> <description><![CDATA[Craigslist is a website divided in sections, as well as communities. Craiglist presently supports more than 450 cities worldwide. Except for job listings in certain areas, posting on the site is free. Though many areas and sections required that you register for an account before posting, no account is required and no fee charged to view ads. The ad sections contain everything from dating and puppy sales and business services and job offers. Craigslist is moderated by its users, who have the ability to flag a listing as spam, miscategorized, or over posted.]]></description> <content:encoded><![CDATA[<p><strong>What is Craigslist?</strong></p><p>Craigslist is a classified website divided in sections, as well as communities. Craiglist presently supports more than 450 cities worldwide. Except for job listings in certain areas, posting on the site is free. Though many areas and sections required that you register for an account before posting, no account is required and no fee charged to view ads. The ad sections contain everything from dating and puppy sales and business services and job offers. Craigslist is moderated by its users, who have the ability to flag a listing as spam, miscategorized, or over posted.</p><p><strong>How to do it?</strong></p><p>The first thing you need to post your ad is a good title. A good title catches the eye and gives the reader a clear idea of what you are looking for or what you are selling. A good title is well-worded, punctuated, and professional. It should not contain all capital lettering.</p><p>The second thing to remember when posting an ad is to pick the right section. Picking the right section is not always the easiest of tasks. Many of the sections overlap in their coverage of certain topics and services. The best thing that can be done is to search through the various sections until you find the one with the highest amount of similarly purposed posts. Craigslist only allows its users to included links in their ads in specific sections such as Services.</p><p>The last thing to consider when posting an ad is to avoid spamming. Spamming an ad across many different sections or posting similar ads in the same section may increase the leads generated temporary but it can have a devastating effect on your company&#8217;s reputation and respectability within the online community.<br
/> <strong><br
/> What&#8217;s the downside?</strong></p><p>Every good website has its drawbacks and Craigslist is no exception. Indeed, competitors seeking to gain an unfair advantage may flag your posts, causing them to be deleted.</p><p>Craigslist is also known to be a site where people come when they are looking for a bargain. This being said, it&#8217;s best to offer competitive prices through trial and error.</p><p>The third disadvantage of Craigslist, and the biggest, is the lack of moderation, which leads to spam, junk postings, and less opportunities for serious companies to use the site for business. The upside of this is most seasoned Craigslist users can spot spam posts with ease and avoid them entirely.<br
/> <strong><br
/> How to get ahead</strong></p><p>Craigslist has some stiff competition in most sections. Depending upon the area and the section, this can included hundreds of posts an hour. The more populated the section, the more important it becomes to stand out from the rest of the pack. A good title and competitive prices are important but what is equally as important is the presentation of the information in your ad.</p><p>Craigslist supports a good deal of HTML and CSS, but it does disallow some. It can be a lenghtly process trying to create a professional looking template for your ads when you are unsure what aspects of HTML and CSS Craigslist will allow. It can be difficult for someone who is not an experienced web designer to craft a professional looking ad that will stand out at a glance. Every Craigslist ad you post should reflect the professionalism of your company. Badly crafted or poorly worded Craigslist ads can result in missed leads and reflect badly on your company, product, or service.</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/craigslist-marketing-techniques/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What Twitter can do for your Business</title><link>http://www.stormcode.net/marketing/what-twitter-can-do-for-your-business/</link> <comments>http://www.stormcode.net/marketing/what-twitter-can-do-for-your-business/#comments</comments> <pubDate>Mon, 29 Jun 2009 20:07:46 +0000</pubDate> <dc:creator>Brendan</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Web Design]]></category><guid
isPermaLink="false">http://www.stormcode.net/?p=182</guid> <description><![CDATA[What is Twitter? Twitter is a social website that is growing in popularity among people of all ages. It allows you to post 140 characters at a time to let your followers know what you are doing. Followers are people who added you to their page and who can see all your updates. Twitter also [...]]]></description> <content:encoded><![CDATA[<p><strong>What is Twitter?</strong></p><p>Twitter is a social website that is growing in popularity among people of all ages.  It allows you to post 140 characters at a time to let your followers know what you are doing.  Followers are people who added you to their page and who can see all your updates.  Twitter also lets you post pictures and links, as well as communicate with other users.  Also, there are a lot of interesting applications for Twitter, such as TweetGift (virtual gifts), and TweetWhatYouEat (a food diary).<br
/> <strong><br
/> Why is Twitter good for your business?</strong></p><p>Twitter is a good way to promote your business as it lets you post information about your company and also about current/upcoming products and services you offer.  Also, you can follow<br
/> people in your area, most of whom are likely to follow you back, allowing your &#8216;tweets&#8217; (your 140 character messages) to reach more people, which gives you a greater chance of building buzz as well as generating leads.  Twitter can also help with networking in many ways, one of which would be finding and vetting new employees.</p><p>Most people these days are on at least a few social networking sites.  It&#8217;s become a common practice to vet potential employees by visiting their pages on these sites.</p><p><strong>Twitter Limits</strong></p><p>One probably wonders if Twitter users have limitations on following and being followed.  The answer is that there are limits, mainly to prevent spam.</p><ul><li> 1,000 updates per day</li><li> 1,000 direct messages per day</li><li> 100 API requests per hour</li><li> Follow limit (Per day)</li><li> Unlimited amount of people who can follow you</li></ul><p>Also, everyone is allowed to follow 2000 people, and this number can go up according to the number of people who are follwing you.<br
/> Those limits were imposed last year, due to the enormous amount of spam the site was encountering.</p><p><strong>Tips on how to use Twitter for your business</strong></p><p>Even though you are using Twitter to boost your business, each tweet should not be business related.  People are people, and they want to feel like you are a person, not a computer promoting a product.  This being said, here are a few things you can do to move away from the typical advertising:</p><ul><li>Post a joke or a funny picture</li><li> Ask questions that can be answered by people following you</li><li> Give advice</li><li> Post a useful or just interesting link</li></ul><p>Twitter can boost your business, build buzz, and find new prospective employees.  But it can be time-consuming, especially at first when trying to follow as many people as possible and post useful and informative tweets.  Here at Storm Code, we can help you build a network, and manage it for you. We always find new ideas to promote your business as well as looking at what your competitors are doing.  This helps to ensure that you get the most exposure as you can.  For more information about our Social Marketing services or if you have any questions please contact us at support@stormcode.net</p> ]]></content:encoded> <wfw:commentRss>http://www.stormcode.net/marketing/what-twitter-can-do-for-your-business/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 596/721 objects using disk: basic

Served from: www.stormcode.net @ 2012-05-18 10:35:52 -->
