Shopping Cart

What are involved in the cost of designing a Responsive website?

As a rule of thumb, a Responsive Design website costs more than your average website to build and run, but creating an effective business website is more than a numbers game. When weighing up the costs, you need to keep in mind that a responsive website works much harder for you than your standard desktop-centric website.

Improve the Performance of your Website in 5 Simple Ways

When clients initially come to 1800myweb.com, our team always makes a point of asking them if they are satisfied with their website’s performance. Many of them find this to be an intriguing question. They know their sites can be doing better, but they’re just not sure how.

How To: Build a Successful Ecommerce Website

Online retail sales have increased 14 percent since July, according to a recent MasterCard report, and now eMarketer is optimistically predicting these numbers to double during the upcoming holiday season, despite a global flailing economy.

How Does Loading Time Affect Your Online Store?

Loading time is an important part of any website’s user experience, but it is vital in eCommerce. Sometimes we can get caught in the aesthetics of a site and end up sacrificing speed. Unfortunately slow loading time, not bad design, is a leading cause of site abandonment. Check out KissMetric’s infographic below to learn more about the affects of a slow site. Then use our 3 tips to help better your load time and your conversion!

Check your Speed: The first thing you want to do is check your current speed. Luckily there are some great free tools that let you do this:

Rearrange your HTML Document: It’s important to place the Stylesheet References at the top of your HTML document and the  script references at the Bottom.

Only two components per hostname are downloaded by browsers at a time. By placing the <head> of your HTML document at the top of your page, your site will load faster because it allows your pages to render the styles progressively. Thus by choosing to place the script references at the top, you block other mor essential elements from loading of the page.To quicken your load time, place script references before the closing <body>.