SEO Hampstead NC

Sanford Web Design provides search engine optimization, search engine marketing, website design and website development which creates high-quality, cost-effective search engine optimized web sites for our clients. We do this by combining our creative and technical skills along with our knowledge of business, marketing and advanced SEO techniques to create high-ranking web sites.

Sanford Web Design is a leader in Organic Search Engine Optimization, meta tag composition, high-quality inbound link network creation, and pay-per-click campaign management. Our strategies have successfully promoted dozens of web sites to the top of their preferred search term (keywords) organic rankings on Google and other search engines. We stake our reputation as an SEO company on the results of our work.

As an SEO company, we’ve also done organic search engine optimization all by itself, without a visual redesign. Let us put our expertise to work for your web site today with a SEO expansion, or at least a meta tag, architecture, current search engine ranking and inbound links review. e

Call us today for a free introductory consultation or fill out our convenient form on the contact page for a complimentary site SEO analysis. Our headquarters is located in Sanford, NC. However we will be moving to the Hampstead, NC and Wilmington, NC area shortly. Please call for an appointment so we can discuss the particulars of your marketing and SEO challenges.

seonorthcarolina

Wednesday, June 25, 2014

Web’s Most Popular JavaScript Library Drops Support for Older Versions of IE

Cut & Paste CodeTemplates and snippets you can steal Recent ArticlesThe Two Flavors of a ‘One Web’ Approach: Responsive vs. AdaptiveInternet Explorer 10 Doubles Its Desktop Market ShareWebRTC, Online Code Editor Team Up for Real-Time CodingVideo: What Does 10 Petabytes of Data Look Like?The Very First Website Returns to the Web

First Firefox OS Developer Phones Sell Out

Cut & Paste CodeTemplates and snippets you can steal Recent ArticlesThe Two Flavors of a ‘One Web’ Approach: Responsive vs. AdaptiveInternet Explorer 10 Doubles Its Desktop Market ShareWebRTC, Online Code Editor Team Up for Real-Time CodingVideo: What Does 10 Petabytes of Data Look Like?The Very First Website Returns to the Web

Tuesday, June 24, 2014

Experimental CSS Shaders Bring Photoshop Filters to the Web

Update: As Adobe's Alan Greenblatt points out in the comments, CSS shader support has been in Chrome stable since v25 (you still need to enable the flag). But if you want to play around with these new blend modes then you'll need Canary (or a WebKit nightly).

Nginx Server Speeds Up the Tubes With ‘SPDY’ Support

Cut & Paste CodeTemplates and snippets you can steal Recent ArticlesThe Two Flavors of a ‘One Web’ Approach: Responsive vs. AdaptiveInternet Explorer 10 Doubles Its Desktop Market ShareWebRTC, Online Code Editor Team Up for Real-Time CodingVideo: What Does 10 Petabytes of Data Look Like?The Very First Website Returns to the Web

Chrome Extension Opens MS Office Docs in the Browser

Cut & Paste CodeTemplates and snippets you can steal Recent ArticlesThe Two Flavors of a ‘One Web’ Approach: Responsive vs. AdaptiveInternet Explorer 10 Doubles Its Desktop Market ShareWebRTC, Online Code Editor Team Up for Real-Time CodingVideo: What Does 10 Petabytes of Data Look Like?The Very First Website Returns to the Web

The Very First Website Returns to the Web

"55"> tag.

CERN has big plans for the original website, starting with bringing the rest of the pages back online. “Then we will look at the first web servers at CERN and see what assets from them we can preserve and share,” writes CERN’s Dan Noyes. “We will also sift through documentation and try to restore machine names and IP addresses to their original state.”

In the mean time, have a look at the web’s original todo list and read more about the project to restore the first website over on Mark Boulton’s blog.

Tags: history, HTML Post Comment | Comments |  Permalink Share on Facebook shares

Video: What Does 10 Petabytes of Data Look Like?

Cut & Paste CodeTemplates and snippets you can steal Recent ArticlesThe Two Flavors of a ‘One Web’ Approach: Responsive vs. AdaptiveInternet Explorer 10 Doubles Its Desktop Market ShareWebRTC, Online Code Editor Team Up for Real-Time CodingThe Very First Website Returns to the Web

WebRTC, Online Code Editor Team Up for Real-Time Coding

Cut & Paste CodeTemplates and snippets you can steal Recent ArticlesThe Two Flavors of a ‘One Web’ Approach: Responsive vs. AdaptiveInternet Explorer 10 Doubles Its Desktop Market ShareVideo: What Does 10 Petabytes of Data Look Like?The Very First Website Returns to the Web

Monday, June 23, 2014

Internet Explorer 10 Doubles Its Desktop Market Share

Cut & Paste CodeTemplates and snippets you can steal Recent ArticlesThe Two Flavors of a ‘One Web’ Approach: Responsive vs. AdaptiveWebRTC, Online Code Editor Team Up for Real-Time CodingVideo: What Does 10 Petabytes of Data Look Like?The Very First Website Returns to the Web

The Two Flavors of a ‘One Web’ Approach: Responsive vs. Adaptive

You’ve probably heard people say we’re living in a “post-PC world.” What does that mean for web developers? It means that 30% to 50% of your website’s traffic now comes from mobile devices. It means that soon, desktop and laptop users will be in a minority on the web.

How do we deal with this tectonic shift in user behavior? We’ve moved beyond the era of m-dot or t-dot hacks, into one where responsive and adaptive design techniques rule the day — what the W3C calls a One Web approach. The key part of the W3C’s recommendation is that “One Web means making, as far as is reasonable, the same information and services available to users irrespective of the device they are using.”

For developers that means that taking a One Web approach ensures that not only does your site work on the smartphones and tablets of today, but it can be future-proofed for the unimagined screens of tomorrow.

There are currently three popular approaches to developing a One Web site: using a responsive design; client-side adaptive designs; and server-side adaptive designs.

One is not better or worse than the other; each has its own strengths and weaknesses and the wise web developer will consider the benefits and drawbacks of each before picking the one that works for their next project.

Responsive Web Design

Responsive web design is the most common One Web approach. The approach uses CSS media queries to modify the presentation of a website based on the size of the device display. The number of responsive sites is rapidly increasing, from the Boston Globe to Disney to Indochino.

A key advantage of this approach is that designers can use a single template for all devices, and just use CSS to determine how content is rendered on different screen sizes. Plus, those designers can still work in HTML and CSS, technologies they’re already familiar with. Additionally, there’s a growing number of responsive-friendly, open-source toolkits like Bootstrap or Foundation which help simplify the process of building responsive sites.

On the other hand, there are few shortcuts to a sound responsive design. To go responsive, organizations often have to undertake a complete site rebuild.

The design and testing phase can be quite fussy, as it can be difficult to customize the user experience for every possible device or context. We’ve all seen responsive site layouts that look like a bunch of puzzle pieces that don’t quite fit together. Responsive web design works best in combination with a mobile-first approach, where the mobile use case is prioritized during development. Progressive enhancement is then used to address tablet and desktop use cases.

Performance can also be a bugbear for responsive sites. At Mobify, we recently completed an analysis of 15 popular responsive e-commerce sites. Among these sites, the home pages loaded an average of 87 resources and 1.9 MB of data. Some responsive pages were as big as 15MB.

The numbers are that high because a responsive approach covers all devices. Your user is only using one device, but they have to wait for all of the page elements and resources to load before they can use it. Put simply, performance affects your bottom line. On smartphones, the conversion rate drops by an extra 3.5 percent when users have to wait just one second. By the three second mark, 57 percent of users will have left your site completely.

While responsive design is fast becoming the de facto standard, it also creates new challenges for online businesses, including how to handle images, how to optimize mobile performance and often means sites need to be rebuilt from the ground up with a mobile first approach.

Client-Side Adaptive

Adaptive design builds on the principles of responsive design to deliver user experiences that are targeted at specific devices and contexts. It uses JavaScript to enrich websites with advanced functionality and customization. For example, adaptive websites deliver Retina-quality images only to Retina displays (such as the new iPad) while standard-definition displays receive lower-quality images.

There are two approaches to adaptive design — one where the adaptations occur on the client side, in the user’s browser, and another where the web server does the heavy lifting of detecting various devices and loading the correct template. Examples of client-side adaptive sites include Threadless and ideeli. One of the strengths of the adaptive templating approach is the ability to reuse one set of HTML and JavaScript across devices, simplifying change management and testing.

A client-side adaptive approach means you don’t have to rebuild your site from the ground up. Instead you can build on existing content while still delivering a mobile-responsive layout. For expert developers, this approach also enables you to specifically target particular devices or screen resolutions. For example, for many of Mobify’s online fashion retail clients, 95% of their mobile traffic comes from iPhones. Client-side adaptive means they can optimize specifically for Apple smartphones.

Unlike responsive design, adaptive templates ensure that only the required resources are loaded by the client’s device. Because device and feature detection is shifted to the mobile device itself, CDN networks like Akamai and Edgecast can use most of their caching functionality without disrupting the user experience.

The client-side adaptive approach has a higher barrier to entry than responsive design. Developers need to have a solid grasp of JavaScript to use this technique. It also depends on a site’s existing templates as the foundation. Finally, because the client-side adaptations are a kind of layer on top of your existing code base, you need to maintain them as your site as a whole evolves.

Server-Side Adaptive

We can achieve the server-side adaptive approach in a variety of ways, through server-side plugins and custom user agent detection. Sites that use server-side adaptive include Etsy, One Kings Lane and OnlineShoes.com.

Why choose server-side adaptive? It typically offers distinct templates for each devices, enabling more customization, and it keeps device-detection logic on the server, enabling smaller mobile pages that load faster. Additionally, there are numerous server-side plugins available for common CMSs and eCommerce systems such as Magento.

This approach isn’t for the faint of heart–it typically requires significant changes to your back-end systems, which can result in a lengthy (and costly) implementation. The requirement to manage multiple templates raises ongoing maintenance costs. Finally, this approach can encounter performance issues when servers are under heavy load. When mobile user agent detection is performed on the server, a lot of common caching mechanisms deployed by CDNs like Akamai need to be turned off. This can result in a slower user experience for mobile and desktop visitors.

Of course, many companies are still wrestling with the basics of responsive, and they’re not ready to confront the more sophisticated flavors of adaptive. Increasingly, competition and mobile traffic, however, will drive more and more organizations to kick the tires on all three approaches, and pick the one that works best for their users.

Post Comment | Comments (28) |  Permalink Share on Facebook shares

Using Kimono Labs to Scrape the Web for Free

June 11th, 2014 - Posted by Benjamin Spiegel to Tools

This post was originally in YouMoz, and was promoted to the main blog because it provides great value and interest to our community.
The author’s views are entirely his or her own and may not reflect the views of Moz.

Historically, I have written and presented about big data

Barnacle SEO: Leveraging Other Sites' Rankings - Whiteboard Friday

June 13th, 2014 - Posted by Rand Fishkin to Basic SEO and Whiteboard Friday

When ranking for incredibly competitive keywords just isn't a possibility, you can make like a barnacle on a ship, attaching yourself to the big sites that are. In today's Whiteboard Friday, Rand explains just what that means and how to go about it.

For reference, here's a still of this week's whiteboard!