Getting Started with WooCommerce

Amir HameedTechnology, Tutorial Leave a Comment

If you’re looking to run a web store based on WordPress, you’ve probably come across the name WooCommerce many times. WooCommerce is considered to be one of the best WordPress shopping cart plugins, if not the best. It combines a whole range of built-in features with the ability to use many useful extensions. via Getting Started with WooCommerce.

Caching Tutorial for Web Authors and Webmasters

Amir HameedTechnology Leave a Comment

A Web cache sits between one or more Web servers (also known as origin servers) and a client or many clients, and watches requests come by, saving copies of the responses — like HTML pages, images and files (collectively known as representations) — for itself. Then, if there is another request for the same URL, it can use the response …

A Beginner’s Guide to HTTP Cache Headers

Amir HameedTechnology Leave a Comment

This article offers an exploration into HTTP caching headers and associated CDN behaviour. If you’re looking to understand how caching headers fit into the modern web, or are just curious about what everyone is talking about around you, this resource is for you. If you already understand the benefits of cache headers and are looking to extend your knowledge further, …

Freelancers: How to Increase Your Profits 75% with Client Follow Up

Amir HameedTechnology Leave a Comment

I’m sure that headline got your attention–after all, what freelancer wouldn’t like to increase their profits by 75%? Here’s the deal: a 5% increase in customer retention can increase profitability by 75%. Most freelancers take a one-and-done approach with their clients: They work with a client on whatever project the client brought to them, and then when that’s done, it’s …

An Introduction To DOM Events | Smashing Magazine

Amir HameedTechnology Leave a Comment

Click, touch, load, drag, change, input, error, resize — the list of possible DOM events is lengthy. Events can be triggered on any part of a document, whether by a user’s interaction or by the browser. They don’t just start and end in one place; they flow though the document, on a life cycle of their own. This life cycle is …

A Detailed Introduction To Custom Elements | Smashing Magazine

Amir HameedTechnology Leave a Comment

You’ve probably heard all the noise about Web Components and how they’re going to change Web development forever. If you haven’t, you’ve either been living under a rock, are reading this article by accident, or have a full, busy life that doesn’t leave you time to read about unstable and speculative Web technologies. Well, not me. via A Detailed Introduction …