When you are scripting web automation tasks, you would often want to read in data from a file. Creating a csv (comma separated) file is a good way to do this. For example, if you wanted to create accounts at a site, you would have a csv file like name, username, password, city kazu, imkazu, [...]
Archive for November, 2010
simple php caching with ob_flush
November 27th, 2010
kazu In my previous post, I talked about using memcache to optimize speed. In today’s post, I am going to introduce to you a function I use often to do full page cache for small/medium sized web applications. Sometimes, installing memcache may not be an option depending on the server you are working for. In other [...]
improve landing page load time with css sprites
November 23rd, 2010
kazu In today’s post, I am going to introduce yet another way you could optimize your landing pages and site for speed. Response time is an important factor when you are sending traffic to your site, and you would want it to be as responsive as possible. We are going to be using something called css [...]
Posted in
Tags:















