Ecommerce Developer
 
 
RSS

Ecommerce Developer Content

16 Resources for JavaScript

Code

16 Resources for JavaScript

JavaScript is a language that you can use almost without learning it. With the success of jQuery and other JavaScript libraries and plugins, many developers have learned the libraries, without taking the time to learn JavaScript fundamentals. He...

Continue reading...

WordPress Theme Development Part 6: Integrating the CMS

Platforms & Shopping Carts

WordPress Theme Development Part 6: Integrating the CMS

With a functional HTML5 and CSS page completed, adding WordPress-specific PHP commands and dividing pages into template files are the final steps toward a competed WordPress theme. For the past several weeks, I have been going through the process...

Continue reading...

Analyzing Open-Source Ecommerce Platforms, Part 1: OpenCart

Platforms & Shopping Carts

Analyzing Open-Source Ecommerce Platforms, Part 1: OpenCart

OpenCart is an open source and free PHP-based ecommerce platform that includes many of the most important and popular store features. The platform is up and ready after a very short installation process —more on this in a moment — and offers many...

Continue reading...

Redefining Color in CSS3

Code

Redefining Color in CSS3

CSS3's color module gives web designers four ways to specify color, by adding alpha channel transparency and hue, saturation, and lightness color values to the style language's red, green, blue-centric coloring system. CSS' color options have bee...

Continue reading...

9 Essential Cheat-Sheet Websites

Code

9 Essential Cheat-Sheet Websites

For developers and designers, cheat sheets offer essential help, providing quick reference help to navigate through a myriad of scripting languages and frameworks. But timesavers are pointless if you’re wasting time tracking them down one-by-one. ...

Continue reading...

WordPress Theme Development Part 5: The WordPress Theme Tour

Platforms & Shopping Carts

WordPress Theme Development Part 5: The WordPress Theme Tour

WordPress is a powerful content management system that lets you separate your content from your style and allows you to reuse PHP and HTML in a modular way. This article is part of a series describing one approach to developing a WordPress theme....

Continue reading...

10 Awesome jQuery Plugins

Code

10 Awesome jQuery Plugins

With a huge community of developers adding and extending it, jQuery is a great choice for modern web development. All by itself, jQuery is an amazingly powerful JavaScript library. In fact, it is one of the most popular and widely used libraries ...

Continue reading...

Peachtree Accounting: API Leverages Relational Database

APIs & Plug-ins

Peachtree Accounting: API Leverages Relational Database

Sage Peachtree offers a small-business accounting package that rivals — or exceeds — QuickBooks, or any other small business accounting application. Peachtree's API offers developers the opportunity to sync with a relational database, and perform ...

Continue reading...

Create a Custom Magento Theme Part 21: Product Detail Pages

Platforms & Shopping Carts

Create a Custom Magento Theme Part 21: Product Detail Pages

In terms of ecommerce conversion, the consumer's buying decision most often happens on the product detail page, so ensuring that this page looks good in your theme is essential. For the past several weeks, I have been demonstrating how to build a...

Continue reading...

31 Resources for jQuery

Code

31 Resources for jQuery

Write less, do more. A fast and concise JavaScript library, jQuery makes it simple to get powerful functions in fewer lines of code. Here is a list of tools, tutorials and resources to help you master the simplicity of jQuery. There are tutorials...

Continue reading...

Generate QR Codes Using Google APIs

APIs & Plug-ins

Generate QR Codes Using Google APIs

Quick response codes are a popular form of a two-dimensional, matrix barcode that is now being used as a marketing tool. Developers that can easily integrate QR codes with existing sites or transactional documentation have an opportunity to add va...

Continue reading...

WordPress Theme Development Part 4: The Style-Making Continues

Platforms & Shopping Carts

WordPress Theme Development Part 4: The Style-Making Continues

In theme development, it is often a good idea to first create the markup and style that you want for the theme and then worry about integrating that markup and style with the content management system in question. This is exactly the approach tha...

Continue reading...

Meet OpenCart 1.5

Platforms & Shopping Carts

Meet OpenCart 1.5

One of the fastest growing open source ecommerce platforms is OpenCart. It was launched by a small team of PHP developers in 2006, led by Daniel Kerr. In this series, I will be exploring the new features and customization techniques of OpenCart 1....

Continue reading...

The CSS3 Age Has Begun

Code

The CSS3 Age Has Begun

As the Internet's default style sheet language, CSS3 may ultimately make cross-device development easier, help developers further separate content and presentation, and add powerful font and graphic capabilities without damaging performance. What'...

Continue reading...

60 Tools and Tutorials for Magento

Platforms & Shopping Carts

60 Tools and Tutorials for Magento

Magento is a highly customizable ecommerce platform to build and run online stores. But with that flexibility comes some level of complexity, and sometimes you need help. Here is a list of Magento tutorials and resources. There are tools to hel...

Continue reading...

Create a Custom Magento Theme Part 20: Product Category Pages

Platforms & Shopping Carts

Create a Custom Magento Theme Part 20: Product Category Pages

Product category pages are extremely important in ecommerce site design since they often serve as the bridge between one section of the site and another. What's more, category pages are increasingly becoming the actual locale of the buying decisio...

Continue reading...

Add the New Twitter 'Follow Button' to Your Site

APIs & Plug-ins

Add the New Twitter 'Follow Button' to Your Site

On May 31, Twitter announced a new site widget, the Follow Button, built for marketers to encourage site visitors to "follow" them on the popular microblogging platform. The Follow Button can be implemented using a simple snippet of JavaScript an...

Continue reading...

WordPress Theme Development Part 3: Getting Started on Style

Platforms & Shopping Carts

WordPress Theme Development Part 3: Getting Started on Style

Cascading style sheets (CSS) are the web's presentation language, directing the web page's positioning, font and color specifics. This article is part of a series of tutorials demonstrating how to create a WordPress theme. In "Part 2", I demonstr...

Continue reading...

 Create a Custom Magento Theme Part 19: Updating Templates for Account Pages

Platforms & Shopping Carts

Create a Custom Magento Theme Part 19: Updating Templates for Account Pages

There are two basic approaches to Magento theme development. First, a developer may start with a completely blank slate, write out the HTML markup, and then integrate the server side script within this framework. This is how I tend to create Word...

Continue reading...

Attracting Mobile Searchers on Ecommerce Sites

Code

Attracting Mobile Searchers on Ecommerce Sites

Mobile search is growing quickly, and more ecommerce companies are launching mobile sites alongside their primary sites to attract mobile customers. Recent studies show that somewhere between 10 and 15 percent of searches are mobile, and Google, w...

Continue reading...