TechHui

Hawaiʻi's Technology Community

Konstantin A Lukin's Blog – October 2009 Archive (2)

Howto manage Cron Jobs and Task Queues using Google AppEngine



In the process of discovering Google AppEngine's list of available features, I recently came across Cron Jobs and Task Queues. During my fairly extensive web development carrier, these terms always seemed like far away concepts that will not likely be a part of my average web development toolkit. At first, seeing these in AppEngine reminded me of those old mainframe systems that you read about in computer science manuals. One day I had some time to actually look into… Continue

Added by Konstantin A Lukin on October 26, 2009 at 5:00pm — No Comments

Optimizing CSS with a simple Groovy script and CssTidy

Recently I've been working on a web project that requires quite an extensive CSS markup. Keeping it all in one file became unmanageable pretty quickly, so we've designed a way to split our styles into logical subdirectories with import statements, which is quite easily done with a css

@import tag. Here is an example of what a main file might look like:

@import 'common.css'; @import 'base.css';… Continue

Added by Konstantin A Lukin on October 15, 2009 at 2:00pm — 2 Comments

Sponsors

web design, web development, localization

© 2024   Created by Daniel Leuck.   Powered by

Badges  |  Report an Issue  |  Terms of Service