Using WordPress for Ecommerce, Part 37: Additional CSS, and Getting Ready for RSS
Converting articles from RSS feeds into WordPress posts can populate a site with significant content for attracting site visitors. The best kind of site content is original, insightful, and helpful. It addresses specific reader needs or interests...
MySQL Temporary Tables for Data Migration, Manipulation
MySQL temporary tables allow developers to consolidate data from several tables across one or more databases, potentially avoiding complicated joins and missed data while improving query performance. With a few exceptions, temporary MySQL tables ...
Using WordPress for Ecommerce, Part 36: When Users Submit
Form interaction is an important part of any ecommerce website, since it allows users to communicate to the merchant. This article is the 36th in a series created to demonstrate how to use WordPress to develop an ecommerce site that sells virtual...
10 HTML5 Audio Players
The HTML5 audio element offers designers and developers a new way to deliver rich content for most current browsers. And for older browsers, HTML5 players often contain a Flash fallback. Here is a list of HTML5 audio players. Some of the players ...
Use mysqlimport to Import Text Files to Database Tables
The mysqlimport client lets developers import simple delimited text files into like-named MySQL tables from the Linux command line. Data migration is a common task for any modern business, as vendors or third-party service providers often drop fi...
