<?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>Atlantic BT &#187; tools</title>
	<atom:link href="http://www.atlanticbt.com/blog/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atlanticbt.com/blog</link>
	<description>Internet Marketing and Web Development in Raleigh</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:09:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Plugin &#8211; Sponsor Flipwall Shortcode</title>
		<link>http://www.atlanticbt.com/blog/wordpress-plugin-sponsor-flipwall-shortcode/</link>
		<comments>http://www.atlanticbt.com/blog/wordpress-plugin-sponsor-flipwall-shortcode/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 02:58:27 +0000</pubDate>
		<dc:creator>Jeremy Schwartz</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.atlanticbt.com/blog/?p=4629</guid>
		<description><![CDATA[Here's a Wordpress plugin that lets you create a cool sponsor wall with flip effect; instead of complicated post management, embed tiles anywhere with shortcodes!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a WordPress plugin that will allow you to create a cool sponsor wall with flip effect; instead of complicated post management, embed tiles anywhere with shortcodes!</p>
<p><a href="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2012/02/abt-sponsor-flipwall.zip">Download Sponsor Flipwall Shortcode</a>  <del><a title="Get the plugin!" href="http://wordpress.org/extend/plugins/sponsor-flipwall-shortcode">Download from WordPress</a></del></p>
<p>As taken from the <code>readme</code> file:</p>
<hr />
<h3>Description</h3>
<p>Creates a cool sponsor wall with flip effect; instead of complicated post management, embed tiles anywhere with shortcodes!</p>
<p>Creates a two-sided square with a &#8220;logo side&#8221; and a &#8220;detail side&#8221;. Logo side will display a scaled image, while the detail side will show a name, description, and website link.</p>
<p>Based on awesome script <a title="Original Inspiration" href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/">Sponsor Flip Wall with jQuery &amp; CSS</a> by Martin Angelov. Not related to plugin <a title="You're going down!" href="http://wordpress.org/extend/plugins/wp-sponsor-flip-wall/">WP Sponsor Flip Wall</a>, which creates a content type in order to display tiles.</p>
<hr />
<h3>Installation</h3>
<ol>
<li>Unzip, upload plugin folder to your plugins directory (<code>/wp-content/plugins/</code>)</li>
<li>Activate plugin</li>
<li>Add flipwall tile shortcode anywhere you need it.</li>
</ol>
<hr />
<h3>Frequently Asked Questions</h3>
<h4>How do I make a flipwall tile?</h4>
<p>Use the shortcode!</p>
<h4>What is the shortcode?</h4>
<p>Use the following format:</p>
<pre><code>[flipwall id="image-name" title="Sponsor Name" url="http://whatever.com" linktext="Instead of whatever.com" image="url to image" text="description if singleline" ] Description with &lt;em&gt;HTML&lt;/em&gt; [/flipwall] </code></pre>
<p>where</p>
<ul>
<li><em>id</em> = a unique identifier; if not provided just increments <code>flipwall-#</code></li>
<li><em>title</em> = the name to display at the top of the &#8220;detail side&#8221;</li>
<li><em>url</em> = external link on &#8220;detail side&#8221;</li>
<li><em>linktext</em> = if provided, the text of the external link (instead of just showing the URL)</li>
<li><em>image</em> = url of the image for the &#8220;logo side&#8221;; if not provided will just display text &#8220;More about $title&#8221;</li>
<li><em>text</em> = optional &#8211; you can use this for a simpler shortcode if the description is just one line</li>
<li><em>class</em> = optional class to apply to the tile</li>
</ul>
<p>Pretty much all of the attributes are optional:</p>
<pre><code>[flipwall]This tile has no attributes, just a description[/flipwall] [flipwall text="This is just a one-liner"] </code></pre>
<p>But your resulting tiles wouldn&#8217;t be very useful.</p>
<p><em>Please note:</em> if using the single-line version with <code>text</code>, you must either list all of them as such or list them at the end (due to the way shortcodes are closed in WP)</p>
<p>Also, if you want to use the default container, just wrap everything inside</p>
<pre><code>[flipwall-group] ... [/flipwall-group] </code></pre>
<p>which will automatically clearfix the tiles.</p>
<h4>Can I change the defaults?</h4>
<p>Only one simple hook available:</p>
<ul>
<li><code>add_filter('abtSponsorFlipwall_localize', YOURFN);</code>change the base javascript variables used by the flipwall init script:
<ul>
<li><code>stylesheet</code>: replace the default stylesheet with your own to change the default appearance of tiles</li>
<li><code>speed</code>: change the flip speed (from 350 ms)</li>
<li><code>direction</code>: change the flip direction (from &#8216;lr&#8217;)</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.atlanticbt.com/blog/wordpress-plugin-sponsor-flipwall-shortcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Submit forms to 3rd-party services with Contact Form 7</title>
		<link>http://www.atlanticbt.com/blog/wordpress-submit-forms-to-3rd-party-services-with-contact-form-7/</link>
		<comments>http://www.atlanticbt.com/blog/wordpress-submit-forms-to-3rd-party-services-with-contact-form-7/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 15:44:25 +0000</pubDate>
		<dc:creator>Jeremy Schwartz</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.atlanticbt.com/blog/?p=4614</guid>
		<description><![CDATA[Here's a WordPress plugin that will allow you to send Contact Form 7 submissions to a 3rd-party Service like a CRM.  Multiple configurable services, custom field mapping, pre/post processing.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a WordPress plugin that will allow you to send Contact Form 7 submissions to a 3rd-party Service like a CRM.  Multiple configurable services, custom field mapping, pre/post processing.</p>
<p><del><a title="Download the plugin" href="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2012/02/cf7-int-3rdparty.zip">Download Contact-Form-7: 3rd-Party Integration</a></del>  <a title="Get the plugin!" href="http://wordpress.org/extend/plugins/contact-form-7-3rd-party-integration/">Download from WordPress</a></p>
<p>As taken from the <code>readme</code> file:</p>
<hr />
<h3>Description</h3>
<p>Send <a title="Contact Form 7" href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7</a> Submissions to a 3rd-party Service, like a CRM. Multiple configurable services, custom field mapping. Provides hooks and filters for pre/post processing of results. Allows you to send separate emails, or attach additional results to existing emails. Comes with a couple examples of hooks for common CRMs (listrak, mailchimp, salesforce).</p>
<p>The plugin essentially makes a remote request (POST) to a service URL, passing along remapped form submission values.</p>
<p>Includes hidden field plugin from <a title="Hidden Fields from CF7 Modules" href="http://wordpress.org/extend/plugins/contact-form-7-modules/">Contact Form 7 Modules: Hidden Fields</a>. Based on idea by Alex Hager &#8220;<a title="Original Inspiration" href="http://www.alexhager.at/how-to-integrate-salesforce-in-contact-form-7/">How to Integrate Salesforce in Contact Form 7</a>&#8221;</p>
<hr />
<h3>Installation</h3>
<ol>
<li>Unzip, upload plugin folder to your plugins directory (<code>/wp-content/plugins/</code>)</li>
<li>Make sure <a title="Contact Form 7" href="http://wordpress.org/extend/plugins/contact-form-7/">Contact Form 7</a> is installed</li>
<li>Activate plugin</li>
<li>Go to new admin subpage <em>&#8220;3rdparty Services&#8221;</em> under the CF7 &#8220;Contact&#8221; menu and configure services + field mapping.</li>
</ol>
<p>Please note that this includes an instance of <code>hidden.php</code>, which is part of the &#8220;Contact Form 7 Modules&#8221; plugin &#8212; this will show up on the Plugin administration page, but is included automatically, so you don&#8217;t need to enable it. This file will only be included if you don&#8217;t already have the module installed.</p>
<hr />
<h3>Frequently Asked Questions</h3>
<h4>How do I add / configure a service?</h4>
<p>See <a href="http://wordpress.org/extend/plugins/cf7-int-3rdparty/screenshots">Screenshots</a> for visual examples.</p>
<p>Essentially,</p>
<ol>
<li>Name your service</li>
<li>Enter the submission URL &#8212; if your &#8220;service&#8221; provides an HTML form, you would use the form action here</li>
<li>Choose which forms will submit to this service (&#8220;Attach to Forms&#8221;)</li>
<li>Set the default &#8220;success condition&#8221;, or leave blank to ignore (or if using post processing, see <a href="http://wordpress.org/extend/plugins/cf7-int-3rdparty/hooks">Hooks</a> &#8211; this just looks for the provided text in the service response, and if present assumes &#8220;success&#8221;</li>
<li>Allow hooks for further processing &#8211; unchecking it just saves minimal processing power, as it won&#8217;t try to execute filters</li>
<li>Map your form submission values (from the CF7 field tags) to expected fields for your service. 1:1 mapping given as the name of the CF7 field and the name of the 3rdparty field; you can also provide static values by checking the &#8220;Is Value?&#8221; checkbox and providing the value in the &#8220;CF7 Field&#8221; column.</li>
<li>Add, remove, and rearrange mapping &#8211; basically just for visual clarity.</li>
<li>Use the provided hooks (as given in the bottom of the service block)</li>
<li>Add new services as needed</li>
</ol>
<h4>How can I pre/post process the request/results?</h4>
<p>See section <a href="http://wordpress.org/extend/plugins/cf7-int-3rdparty/hooks">Hooks</a>. See plugin folder <code>/3rd-parties</code> for example code for some common CRMs, which you can either directly include or copy to your code.</p>
<hr />
<h3>Screenshots</h3>
<ol>
<li>Admin page &#8211; create multiple services, set up debugging/notice emails, example code</li>
<li>Sample service &#8211; mailchimp integration, with static and mapped values</li>
<li>Customized thank-you page</li>
</ol>
<hr />
<h3>Hooks</h3>
<ol>
<li><code>add_action('Cf73rdPartyIntegration_service_a#',...</code>
<ul>
<li>hook for each service, indicated by the <code>#</code> &#8211; <em>this is given in the &#8216;Hooks&#8217; section of each service</em></li>
<li>provide a function which takes <code>$response, &amp;$results</code> as arguments</li>
<li>allows you to perform further processing on the service response, and directly alter the processing results, provided as <code>array('success'=&gt;false, 'errors'=&gt;false, 'attach'=&gt;'', 'message' =&gt; '');</code>, where
<ul>
<li><em>success</em> = <code>true</code> or <code>false</code> &#8211; change whether the service request is treated as &#8220;correct&#8221; or not</li>
<li><em>errors</em> = an array of error messages to return to the form</li>
<li><em>attach</em> = text to attach to the end of the email body</li>
<li><em>message</em> = the message notification shown (from CF7 ajax response) below the form</li>
</ul>
</li>
<li>note that the basic &#8220;success condition&#8221; may be augmented here by post processing</li>
</ul>
</li>
<li><code>add_filter('Cf73rdPartyIntegration_service_filter_post_#, ...</code>
<ul>
<li>hook for each service, indicated by the <code>#</code> &#8211; <em>this is given in the &#8216;Hooks&#8217; section of each service</em></li>
<li>allows you to programmatically alter the request parameters sent to the service</li>
</ul>
</li>
</ol>
<p>Basic examples provided directly on plugin Admin page (collapsed box &#8220;Examples of callback hooks&#8221;). Code samples for common CRMS included in the <code>/3rd-parties</code> plugin folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atlanticbt.com/blog/wordpress-submit-forms-to-3rd-party-services-with-contact-form-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two User Experience Tools We Love</title>
		<link>http://www.atlanticbt.com/blog/two-user-experience-tools-we-love/</link>
		<comments>http://www.atlanticbt.com/blog/two-user-experience-tools-we-love/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 14:00:26 +0000</pubDate>
		<dc:creator>Patrick Doran</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Web News/Trends]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.atlanticbt.com/blog/?p=2578</guid>
		<description><![CDATA[When the Atlantic BT User Experience team gets involved in a project, we’re presented with a great opportunity to tell a website’s story.  With the help of our clients, we tell it with outlines, content maps, user stories, wireframes and more. By telling most of the story up front, we allow the designers and developers [...]]]></description>
			<content:encoded><![CDATA[<p>When the Atlantic BT User Experience team gets involved in a project, we’re presented with a great opportunity to tell a website’s story.  With the help of our clients, we tell it with outlines, content maps, user stories, wireframes and more. By telling most of the story up front, we allow the designers and developers to understand what the target is and who the users really are.</p>
<p>We’re strive to make this User Experience process part of each and every project we work on.</p>
<div id="attachment_2582" class="wp-caption alignright" style="width: 310px"><a href="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/12/abt_portfolio_sketch_1-.jpg"><img class="size-medium wp-image-2582  " src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/12/abt_portfolio_sketch_1--300x223.jpg" alt="An example of sketching out a series of ideas." width="300" height="223" /></a><p class="wp-caption-text">With markers and paper, we can rapidly sketch through several layout possibilities.</p></div>
<h2>Why Wireframe?</h2>
<p>One critical user experience technique is wireframes. We make wireframe mockups of our sites before our designers lay color to pixel because it allows us to explore ideas quickly, keeping the good ones and leaving behind those that won’t work. These wireframes act like blueprints for the complex interactions and flows for the website users.</p>
<p>This idea exploration leads to our client’s customers finding what they’re looking for, or looking to do, as quickly as is possible.  <a href="/blog/dont-blink-youve-got-50ms-to-impress-me/">This speed for the user is very important</a>.  In fact, <a href="/blog/who-cares-about-usability/">our client’s customers demand it</a>.</p>
<p>There are two wireframing tools we’re very fond of here.</p>
<h3>1. Markers</h3>
<p>Simple sketching with paper, markers and highlighters.  It’s a method that can’t be beat for its speed and efficiency at communicating ideas.  Think of it like the first draft of a great story — rough around the edges, but you have a fair idea as to what’s going on.</p>
<div id="attachment_2584" class="wp-caption alignright" style="width: 310px"><a href="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/12/abt_portfolio_sketch_3.jpg"><img class="size-medium wp-image-2584  " src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/12/abt_portfolio_sketch_3-300x160.jpg" alt="Sketch of the modal dialog boxes." width="300" height="160" /></a><p class="wp-caption-text">With a little labeling, the sketch becomes a powerful tool. </p></div>
<p>Several AtlanticBT staffers recently attended a day-long seminar put on by the Triangle Usability Professionals Association where the techniques of interface sketching were explored. We learned about using different marker shades, along with highlighters, to imply depth, focus, and interactivity.</p>
<p>It was great for all involved, and we knew we had to make it a formal part of our project process.</p>
<p>As an exercise, we took a look at our own Portfolio page and sketched out some possible upgrades to it.  The sketching allowed us to explore several ideas without spending any unnecessary development time.</p>
<h3>2. Balsamiq Mockups</h3>
<div id="attachment_2581" class="wp-caption alignright" style="width: 310px"><a href="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/12/abt_portfolio_balsamiq2.jpg"><img class="size-medium wp-image-2581 " src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/12/abt_portfolio_balsamiq2-300x279.jpg" alt="Screenshot from Balsamiq Mockups" width="300" height="279" /></a><p class="wp-caption-text">Wireframing with Balsamiq Mockups quickly provides clear direction.</p></div>
<p>Sketching is great – but at some point it becomes necessary to get those ideas onto screen so we can share them with our clients and internal team.  That’s where we turn to a prototyping tool like <a href="http://balsamiq.com/products/mockups">Balsamiq Mockups</a>.</p>
<p>Balsamiq Mockups maintains the sort of low-detail “focus-on-the-feature” feel of sketching, but in a digital format.  It’s easy to use and easy to make changes when client and user feedback starts rolling in.  Balsamiq’s interface allows the user to add common website elements like text, links, buttons, and layout elements to the page with drag-n-drop ease.</p>
<p>Balsamiq allows us to take our sketches, refine and annotate them, and then share them with our clients to ensure that they’re getting exactly what they’re looking for as far with their site&#8217;s features navigation.</p>
<h2>An Ounce of Prevention</h2>
<p>The wireframing process provides three great benefits:</p>
<ol>
<li>It saves everyone time and effort by answering a lot of project questions before designers and developers get started on their work.</li>
<li>It prevents unnecessary rework later in the project.</li>
<li>It lets us explore how the user will interact with the website beforehand in a way that non-visual methods sometimes miss, and does it in a way that is fast and easy for everyone involved to give feedback on.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.atlanticbt.com/blog/two-user-experience-tools-we-love/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Marketing 2010: Four Helpful Tools to Keep Your Site Up to Date</title>
		<link>http://www.atlanticbt.com/blog/web-marketing-2010-four-tools-you-need-to-keep-your-site-up-to-date/</link>
		<comments>http://www.atlanticbt.com/blog/web-marketing-2010-four-tools-you-need-to-keep-your-site-up-to-date/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 19:23:30 +0000</pubDate>
		<dc:creator>Keith Stojka</dc:creator>
				<category><![CDATA[Search Engine Marketing/Optimization]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web News/Trends]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.atlanticbt.com/blog/?p=2273</guid>
		<description><![CDATA[In a way, online marketing is a bit like running on a treadmill – the more effort you put in, the faster your competitors seem to be moving along with you. You shouldn’t let this ever-changing nature of the Internet stop you from competing, however. While it might seem tough to get ahead, running in [...]]]></description>
			<content:encoded><![CDATA[<p>In a way, online marketing is a bit like running on a treadmill – the more effort you put in, the faster your competitors seem to be moving along with you. You shouldn’t let this ever-changing nature of the Internet stop you from competing, however. While it might seem tough to get ahead, running in place is better than falling behind the competition.</p>
<p>Of course, the competition represents only one part of your business you need to keep an eye on. Just as important is keeping a healthy bottom line. As the economy has gone sour over the last couple of years, lots of business owners and marketers have decided to cut back on their web investments. Some did this as a matter of planning; for others, it was a stark necessity. As things continue to pick up, however, you’re going to want to be sure you’re doing all you need to do in order to bring in new sales and customers. Here are four things to consider adding to your business site, if you haven’t already:</p>
<h2>1. Links to Twitter, Facebook, LinkedIn, and so on.</h2>
<p><img class="alignright size-medium wp-image-2277" title="social-media-logos" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/06/social-media-logos-300x235.jpg" alt="" width="300" height="235" />Social networking isn’t just a newer way to find customers – it’s a different way of interacting with them altogether. But you’re not going to enjoy any of the benefits (like stronger relationships, bigger account values, and increased referrals) if no one ever finds your profile. That’s why it’s so important that you place links to your information at these sites on your home page, and possibly other places. You want to make it as easy as possible for people to find you.</p>
<p>Another reason to take this step, like many on this list, is because visitors expect it. They’ve become accustomed to communicating with friends, colleagues, and vendors in social networking formats, and so if you aren’t there, they might wonder whether your business is staying up with new ideas and processes.</p>
<h2>2. Video.</h2>
<p>The recent increase in availability of high-speed Internet service, not to mention the lowering prices, has meant that online videos have become more cost-effective than they were just a few years ago. While video used to chew up too much bandwidth to effectively convey even the simplest of marketing messages, these days cell phones, netbooks, and other low-end computers can process longer clips easily.</p>
<p>The uses for video on your business site are almost endless. Besides creating sales materials, you can also release instructional pieces that show your customers how to use and maintain your products, introductory clips that draw visitors deeper into your site, and even “viral” sketches that spread your brand quickly from one user to another.</p>
<h2>3. A blog.</h2>
<p><img class="size-medium wp-image-2275 alignright" title="blog-logos" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2010/06/blog-logos-300x106.jpg" alt="" width="270" height="95" />There aren’t many companies or self-employed professionals who haven’t at least tried blogging, and for good reason: blogs allow you to communicate with your customers informally while helping your search engine optimization efforts at the same time. To get the most out of yours, though, you need to do more than make the occasional post. Instead, make sure visitors can find it easily, and then post fresh content at least a few times a month. Blogging might not be new, but it’s still growing; you can’t afford to miss out on the benefits it can bring your business.</p>
<h2>4. A newsletter or free giveaway.</h2>
<p>Unless you work for an enormous company with nearly unlimited resources (and maybe even then), getting people to your site is probably expensive and time-consuming. Because of that, it’s imperative that your visitors not leave quickly.</p>
<p>By using blogs, video, and social media, you should be able to hold more of their attention than you have in the past. But don’t stop there – make it easy to follow up with them later. Studies have repeatedly shown that it usually takes several contacts to make the first sale to a new customer, and yet many marketers give up after the first try. Whether it’s a free e-book, special report, newsletter, or other promotion, make sure you’re not letting traffic slip away without gathering a bit of information; you work too hard at finding people not to come any closer to a buying relationship.</p>
<p>In web marketing, or any marketing for that matter, there aren’t many “must try” strategies; what works for one company might not make much sense for another. You should try putting these four into play on your website, though. None of them is difficult or expensive, and they can keep you from falling behind the competition as buyers come back to the market.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atlanticbt.com/blog/web-marketing-2010-four-tools-you-need-to-keep-your-site-up-to-date/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WAVE yourself to better Accessibility</title>
		<link>http://www.atlanticbt.com/blog/wave-yourself-to-better-accessibility/</link>
		<comments>http://www.atlanticbt.com/blog/wave-yourself-to-better-accessibility/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:10:34 +0000</pubDate>
		<dc:creator>Mark Riggan</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[UX]]></category>
		<category><![CDATA[WAVE]]></category>

		<guid isPermaLink="false">http://www.atlanticbt.com/blog/?p=1454</guid>
		<description><![CDATA[Over 1.6 Billion people use the Internet every day. (Source: Internet World Stats) No joke. Now imagine the potential impact that the web has on those people if a website becomes unusable, or even inaccessible. This potential impact becomes even greater if we look at websites that generate revenue (i.e. E-commerce). WebAIM believes that roughly [...]]]></description>
			<content:encoded><![CDATA[<p>Over <a href="http://www.internetworldstats.com/stats.htm">1.6 Billion</a> people use the Internet every day. (<em>Source: Internet World Stats</em>) No joke. Now imagine the potential impact that the web has on those people if a website becomes unusable, or even inaccessible. This potential impact becomes even greater if we look at websites that generate revenue (i.e. E-commerce). <a href="http://www.webaim.org/intro/">WebAIM</a> believes that roughly 20% of the population has some kind of disability.</p>
<h2><strong>Web Accessibility in General</strong></h2>
<p>Accessibility is an incredibly important aspect of web design. A company, organization, or individual who wants to have a website needs to consider having accessible content. In some fields like government and education to name a couple, they are required by law to have accessible websites.</p>
<p>So what does it mean to be accessible? Accessible to what? Accessibility is about making your content independent on a person&#8217;s abilities or disabilities. Regardless of a person&#8217;s physical or mental condition, they should be able to access your sites content.</p>
<h3><em>Disabilities are categorized into four main areas:</em></h3>
<ul>
<li>Visual</li>
<li>Hearing</li>
<li>Motor</li>
<li>Cognitive</li>
</ul>
<h2><strong>Accessibility Tool for Designers</strong></h2>
<p><abbr title="web accessibility in mind">WebAIM</abbr> offers a tool called <dfn title="WAVE is a free web accessibility evaluation tool used to aid humans in the web accessibility evaluation process.">WAVE</dfn> that evaluates a web page for accessibility issues. Not only do I use this tool personally on all of my projects, but I highly recommend it to others who have a concern for making their sites web accessible.</p>
<p><em>You can evaluate your website with WAVE one of two ways:</em></p>
<ol>
<li>Download and install the Firefox <a title="Download WAVE toolbar for Firefox browser" href="http://wave.webaim.org/toolbar">WAVE toolbar</a>.</li>
<li>Go to WAVE&#8217;s <a title="Go to WAVE's website" href="http://wave.webaim.org/">website</a></li>
</ol>
<p>WAVE offers you a lot of tools to use at your disposal. You can check for errors, look at the structure and order of your site, see a text-only version, disable styles, and much more.</p>
<p>What is nice about checking for errors is that it visually shows you where the errors (if any) are coming from. This can make your design and development process much more efficient as you can pinpoint particular areas of concern.</p>
<p>There is not a greater feeling than to see WAVE give you the thumbs up and the green light on your design. Designers and developers should always be thinking about accessibility in their projects.</p>
<p>I encourage you to try this tool and avoid eliminating a valuable audience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atlanticbt.com/blog/wave-yourself-to-better-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Essential Firefox Add-ons for Your Web Development Toolbox</title>
		<link>http://www.atlanticbt.com/blog/the-essential-firefox-add-ons-for-your-web-development-toolbox/</link>
		<comments>http://www.atlanticbt.com/blog/the-essential-firefox-add-ons-for-your-web-development-toolbox/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 15:00:16 +0000</pubDate>
		<dc:creator>Eric Guess</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://74.84.218.58/blog/?p=181</guid>
		<description><![CDATA[Here at Atlantic BT (we&#8217;re also known as ABT), the browser of choice for our designers and developers is Mozilla Firefox. The main reason for that is it empowers our web development team with a great deal of tools to help in the development process while properly rendering our code. Firefox recently released Add-ons Collections [...]]]></description>
			<content:encoded><![CDATA[<p>Here at Atlantic BT (we&#8217;re also known as <acronym title="Atlantic Business Technologies">ABT</acronym>), the browser of choice for our designers and developers is <a href="http://www.getfirefox.com">Mozilla Firefox</a>. The main reason for that is it empowers our web development team with a great deal of tools to help in the development process while properly rendering our code.</p>
<p><a href="http://blog.mozilla.com/addons/2009/06/10/introducing-add-on-collections/">Firefox recently released Add-ons Collections</a> to provide an easy way for users to share groups of related add-ons (also known as extensions) for their browser environment. This provides like-minded users the ability to share their collections of add-ons  similarly to the way <a href="http://delicious.com/">Delicious</a> enables users to share bookmarks.</p>
<p>The initial <a href="https://addons.mozilla.org/en-US/firefox/collection/abtwebdev">ABT Web Dev Collection</a> consists of seven of the most essential add-ons in our web development arsenal. For this post we will highlight our current top five. From color sampling and screen grabbing to bug squashing and validating, this add-ons collection greatly improves our productivity and we hope you will find it beneficial.</p>
<h4><img class="alignright size-full wp-image-709" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/webdev.gif" alt="webdev" width="150" height="101" />Web Developer Toolbar</h4>
<p>This add-on is considered a staple for web developers of all types. It&#8217;s the all-in-one solution where you can quickly disable styles, update <acronym title="Cascading Style Sheets">CSS</acronym>, and disable Javascript code. It gives you the ability to troubleshoot on the fly, where you can analyze or make changes to your source code and changes return immediately.</p>
<h4>Firebug</h4>
<h4><img class="alignright size-full wp-image-711" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/firebug.gif" alt="firebug" width="150" height="101" /></h4>
<p>Firebug&#8217;s developers have coined their add-on as &#8220;<a href="http://getfirebug.com/">web development evolved</a>&#8221; and we can&#8217;t agree more. Similar to the Web Developer Toolbar but different. It&#8217;s similar in the sense that you have access to all the same pieces to investigate, debug, etc. but it allows a <abbr title="What You See Is What You Get">WYSIWIG</abbr> view of the inner workings of your web page. To list a few, you can: inspect and edit <acronym title="HyperText Markup Language">HTML</acronym>, modify your CSS, monitor network activity, and quickly find errors.</p>
<h4>HTML Validator</h4>
<p><img class="alignright size-full wp-image-712" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/htmlvalidator.gif" alt="htmlvalidator" width="150" height="101" />As web designers we all know and should strive for valid HTML markup. The HTML validator provides a quick and easy way for you just to do that. If you have error-free markup you get a nice green checkmark letting you know all is well. But if you have errors or warnings it will tell you exactly where in your markup you need to review. Having valid HTML helps contribute to better <acronym title="Search Engine Optimization">SEO</acronym> rankings, browser rendering, and to future-proof your site.</p>
<h4>Operator</h4>
<h4><img class="alignright size-full wp-image-751" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/06/operator.gif" alt="Operator" width="150" height="101" /></h4>
<p>If you are a web designer and have no idea what microformats are you better get to learning. Put simply, &#8220;microformats are a set of simple, open data formats built upon existing and widely adopted standards.&#8221; (Source: <a href="http://microformats.org">microformats.org</a>) Microformats help us speak the same language when it comes to standards and as we move towards a semantic web (where we can search for topics  in a question format rather than keyword format) they will become a requirement. Operator gives you the ability to leverage and debug microformats. This is a necessary add-on as you are learning how to properly apply microformats.</p>
<h4>ColorZilla</h4>
<h4><img class="alignright size-full wp-image-710" style="border: 1px solid #ccc;" src="http://d1rvlzmuzboe2s.cloudfront.net/blog/wp-content/uploads/2009/04/colorzilla.gif" alt="colorzilla" width="150" height="101" /></h4>
<p>Do you need to quickly create a palette from a web image? Then ColorZilla is your add-on. With ColorZilla you can get a color reading from any point in your browser using an eyedropper tool. In addition you can add colors to your favorites, page zoom, easily adjust colors and paste into another program. A must-have for any web designer.</p>
<p>Be sure to download the new <a href="https://addons.mozilla.org/en-US/firefox/pages/collector">Mozilla Firefox Add-on Collector</a> and then subscribe to our <a href="https://addons.mozilla.org/en-US/firefox/collection/abtwebdev">ABT Web Dev Collection</a> to keep up to date with our tried and true collection of add-ons. As we come across other add-ons that we just can&#8217;t live without, we&#8217;ll add to our collection so you can stay on top of your web development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.atlanticbt.com/blog/the-essential-firefox-add-ons-for-your-web-development-toolbox/feed/</wfw:commentRss>
		<slash:comments>3</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
Database Caching 1/27 queries in 0.012 seconds using disk: basic
Object Caching 487/559 objects using disk: basic
Content Delivery Network via d1rvlzmuzboe2s.cloudfront.net

Served from: www.atlanticbt.com @ 2012-02-03 21:44:47 -->
