How to set up a cookieless domain
In this post we are going to explain how to set up a cookieless domain. In other terms we are going to remove the cookies set by the server/browser on each request for static content. First let’s talk about what is static content. These are files that does not change on every requests, files like […]
Export WordPress posts into smaller XML files
Exporting data from and old site into a new site is something that you will have to do someday. WordPress has an export tool that creates an XML file that can be used to import the old posts into the new site. There is two option to export the posts “all content” or by content […]
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. […]
Pinterest-like gallery tutorial
After two post demos Pinterest-like galleries demo 1 and Pinterest-like galleries demo 2 infinite scroll and a lot of work, the Pinterest-like gallery tutorial is here. Just like any good food recipe I will start by listing the items needed; this will also allow me to give credit to the scripts used in the tutorial. […]