1
I Use This!
Inactive

News

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Posted almost 14 years ago by Christian
Thanks to Googles image search websites can gain a significant amount of traffic by their images. When overhauling your website with a redesign you might want to change your image formats though making them bigger or smaller or rounded or whatever. Now what has to be considered not to loose on this traffic? Bad news [...]
Posted almost 14 years ago by Christian
Thanks to Googles image search websites can gain a significant amount of traffic by their images. When overhauling your website with a redesign you might want to change your image formats though making them bigger or smaller or rounded or whatever. Now what has to be considered not to loose on this traffic? Bad news [...]
Posted about 15 years ago by Christian
I am using github quite actively for all my Open Source stuff and by now the number of my repositories exceeds what I ever expected (though I am nowhere near the top users). github has many great features but so far I rely on the README when it comes to documentation. Of course there is [...]
Posted about 15 years ago by Christian
I am using github quite actively for all my Open Source stuff and by now the number of my repositories exceeds what I ever expected (though I am nowhere near the top users). github has many great features but so far I rely on the README when it comes to documentation. Of course there is [...]
Posted over 15 years ago by Christian
Next year I will be starting on a new project which could be awesome. The plan is to roll it out in several countries and languages and to keep it skinnable to some extend. The site itself will be editorial for the best part but with the participation of its community. I’m not going to [...]
Posted over 15 years ago by Christian
Next year I will be starting on a new project which could be awesome. The plan is to roll it out in several countries and languages and to keep it skinnable to some extend. The site itself will be editorial for the best part but with the participation of its community. I’m not going to [...]
Posted over 15 years ago by Christian
Following yesterdays post I want to demonstrate in detail what I think was a bit cryptic. The performance gain when finding and removing thumbnails with sfImageTransformExtraPlugin comes from replacing the use of RecursiveDirectoryIterator from PHP’s ... [More] SPL with calls to the glob() function. This is limited to whether you know the maximum depth of your folder [...] [Less]
Posted over 15 years ago by Christian
Following yesterdays post I want to demonstrate in detail what I think was a bit cryptic. The performance gain when finding and removing thumbnails with sfImageTransformExtraPlugin comes from replacing the use of RecursiveDirectoryIterator from PHP’s ... [More] SPL with calls to the glob() function. This is limited to whether you know the maximum depth of your folder [...] [Less]
Posted over 15 years ago by Christian
Yesterday only two days after the previous release I uploaded sfImageTransformExtraPlugin version 1.0.12 to the symfony plugin page. Despite my efforts the optimisation for removing generated thumbnails whose original source was changed did still not ... [More] meet the performance expectations. But I had another idea which got rid of the expensive recursion of RecursiveDirectoryIterator and replaced [...] [Less]
Posted over 15 years ago by Christian
Yesterday only two days after the previous release I uploaded sfImageTransformExtraPlugin version 1.0.12 to the symfony plugin page. Despite my efforts the optimisation for removing generated thumbnails whose original source was changed did still not ... [More] meet the performance expectations. But I had another idea which got rid of the expensive recursion of RecursiveDirectoryIterator and replaced [...] [Less]