The package system I originally came up with is getting more complex by the day. First, I wanted to make sure I could load files. YAHOO.util.Get solved that easily. Then I wanted to be able to minify … more →
Brian EstesJørn Thøgersen wrote 5 months ago: As a part of our quest trying to optimize the speed of our search front end I recently tried out the … more →
Jørn Thøgersen wrote 5 months ago: The code for our search front end has over time grown to a considerable size and we have started to … more →
Brian Estes wrote 7 months ago: The package system I originally came up with is getting more complex by the day. First, I wanted to … more →
kurinchiblogger wrote 8 months ago: Download the YUI (Yahoo User Interface) Compressor which compresses javascript and css files hence m … more →
Brian Estes wrote 8 months ago: The build script is working pretty well now. I decided to split the build and the combine scripts in … more →
Brian Estes wrote 8 months ago: Everything is working today, although I would not consider this script done. It will minify and comp … more →
Brian Estes wrote 8 months ago: With a trip to San Francisco and a Walk-a-Thon at my kids school today, it is really cutting into my … more →
Brian Estes wrote 8 months ago: After doing more refinement on the build script, I started implementing the combined files. Getting … more →
Brian Estes wrote 8 months ago: I’m deep in the middle of writing my build script. I looked at many of the standard tools like … more →
Brian Estes wrote 9 months ago: I’m working on a way to package up a set of files to load on demand. It turns out this is has … more →
Brian Estes wrote 9 months ago: Today I’m working on a process to take all of my CSS files, JavaScript files and Template, min … more →
Brian Estes wrote 9 months ago: It’s getting close to a year since I posted. I keep writing drafts, trying to say something si … more →
Paulo Renato wrote 10 months ago: Performance is always something to be looking for when developing web applications. One possible app … more →
sathyaprasad wrote 1 year ago: This post talks about how to go about minifying the javascript and css files directly from your IDE … more →
Dave wrote 1 year ago: Manually minify files is doable when the files are not changed frequently and you do not have many f … more →
sathyaprasad wrote 1 year ago: In this post I show you how to minify JavaScript and CSS files which is very useful for improving we … more →