Tag Archives: data
Fun With Canvas: Create a Bar Graphing Plugin, Part 1

Fun With Canvas: Create a Bar Graphing Plugin, Part 1

In this two-part series, we’ll combine the versatile canvas element with the robust jQuery library to create a bar graphing plugin. In this first part, we are going to code the core logic of the plugin as a standalone version. Today, we are going to create a bar graphing plugin

Read more
Creatively Handling the Admin Side of Freelancing

Creatively Handling the Admin Side of Freelancing

There are very few who would argue against the notion that most freelance professionals, especially those operating in the design/development and writing arenas, tend to operate from a creative base.
Read more here:
Creatively Handling the Admin Side of Freelancing

Read more
Techniques for Mastering cURL

Techniques for Mastering cURL

cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more. Initially, cURL was designed to be a command line tool. Lucky for us, the cURL library is also supported by PHP

Read more
Add Caching to a Data Access Layer

Add Caching to a Data Access Layer

Dynamic web pages are great; you can adapt the resulting page to your user, show other user’s activity, offer different products to your customers based on their navigation history, and so on.

Read more