Download large files avoiding out of memory errors
Recently, I was working on a site for one of my customers and I was asked to fix an issue they had uploading and downloading large image files ( 9M+ ). The issue The customer has a shopping cart that allows the user to download ZIP files of the items purchased. User can add as many products as […]
Mobile javascript events compared to their desktop counterparts
If you are working on a mobile HTML5 website / app you probably want to know what are the javascript events you can use based on the user interaction. Well, here is a list (cheatsheet); bellow is a table comparing the mobile javascript events with their desktop counterparts. The “composed” column shows similar mobile events […]
Image Store: Adding additional color options part 1
One of the benefits of using the Image Store plugin is that it provides hooks — base on the WordPress API — that allow you to modify the functionally without having to write the a whole new plugin or miss out on important updates. Today I am going to show how to add additional color options for your images. […]
WordPress search: Filter posts by custom taxonomy
Returning results using a custom taxonomy is easier to do it that it sounds, I will show two ways. The link method The first method I think is the easies because it doesn’t require to buil any form create any fields or try to learn complicated API calls. Here are a few examples, you want to add. Term name: […]