When you deploy your application to production, the Google Web Toolkit compiler translates your Java application to browser-compliant JavaScript and HTML.
Configuring Rails Environments: The Cheat Sheet
June 14, 2006 at 11:59 pm (cheat sheet, coldcase, rails)
A fairly exhaustive list of the options allowed when configuring a Rails application.
5 Worthy CSS Tips
June 14, 2006 at 11:59 pm (coldcase, css)
"After reading "5 Steps To CSS Heaven" and disagreeing with some of what was said I thought that writing this would be appropriate…so here are 5 quick tips that help me out in my day to day work. I wouldn't call them best practices because everybody has a style that works for them, but these are what work best for me."
Learn How to Create a Keygen
June 14, 2006 at 11:58 pm (coldcase, crack, keygen)
After reading this, you hopefully will have a better understanding of how programs generate and check serials.
Password hashing using PHP and MySQL
June 14, 2006 at 11:58 pm (coldcase, mysql, password, php)
This article will explain what a hash is, why you want to use them instead of storing real passwords in your applications, and give you some examples of how to implement password hashing in PHP and MySQL.
Open-Source pyxy-gallery PHP+Ajax Photo Gallery
June 14, 2006 at 11:58 pm (ajax, coldcase, opensource, php)
"Pyxy-gallery is a PHP script to make an image gallery. There are many other scripts to do this, but this is one of the nicer ones." Excellent PHP Photo Gallery, with slick AJAX!
What’s The Secret Sauce in Ruby on Rails?
June 14, 2006 at 11:58 pm (coldcase, rails)
Rails isn't a better hammer; it's a different kind of tool. This article explores the compromises and design decisions that went into making Rails so productive within its niche.
Simple AJAX inline text update 2.0
June 14, 2006 at 11:58 pm (ajax, coldcase)
As everybody knows, refreshing pages is so 1999. AJAX, DOM, whatever you call it makes it possible to let people edit a piece of text inline without having to use a submit button. You say: but that ain�t new at all! But all of this has been made easy to use and implement.
100+ powerpoint presentations on improving your PHP skills
June 14, 2006 at 11:58 pm (coldcase, php)
Nice page on php.net that has a ton of PHP powerpoint presentations from some of the top PHP developers out there. Topics range from Database, Internal Workings, Internationalization, Debugging, Performance and more. Good stuff.
The Windows XP Command Line, Batch Files, and Scripting
June 14, 2006 at 11:58 pm (batch, coldcase, commandline, shell script)
"The Windows command line is a mainstay for systems administrators and power users but is relatively unknown to many PC users." – Very nice introduction for Batch Files and Scripting.
How To Speed Up Your Web App
June 14, 2006 at 11:58 pm (coldcase, css, javascript)
The next generation of web apps make heavy use of JavaScript and CSS. This article, by the lead developer of Flickr, shows you how to make those apps responsive and quick.
Ajax Tabs Content script
June 14, 2006 at 11:57 pm (ajax, coldcase)
A tab content script that combines Ajax and CSS to let you display a selection of external content on the page, inside a DIV and via CSS tabs. For each tab, you can also dynamically load external .css and .js files associated with the external page if desired.
Collection of AJAX Tutorials
June 14, 2006 at 11:52 pm (ajax, coldcase, tutorial)
100�s of AJAX Tutorials, Articles & More are linked to here.
JavaScript Motion Tween
June 14, 2006 at 11:52 pm (coldcase, javascript)
A motion tween library — a la Flash — written in JavaScript. Really nice documentation, examples and code.
Really easy field validation with Prototype
June 14, 2006 at 11:52 pm (coldcase, library, prototype)
I wanted a robust javascript validation library that was simple to implement and didn't require me do any extra work other than creating the form.
Over One Hundred page layouts, One CSS File: Y!UI to the rescue
June 14, 2006 at 11:52 pm (Y!UI, coldcase, css, page layout, yahoo)
The Yahoo! User Interface library has made a second release. This one now includes a CSS Grid Kit which allows you to create hundreds of css-based page layouts and it's only 1.82k
Cut through AJAX hype
June 14, 2006 at 11:52 pm (ajax, coldcase)
If you're considering building an Ajax application of your own, you will inevitably need to consider the discussion points in this series. You'll learn about both the potential and the pitfalls inherent to this new technology.
Simple JavaScript Debugging
June 14, 2006 at 11:52 pm (coldcase, debug, javascript)
Writers edit, architects redraw, and programmers debug. Development environments are usually nice enough to give programmers a bunch of tools to help determine where their program's going wrong. But with JavaScript, your development environment is a web browser, and things aren't quite so hospitable.
Spry framework for AJAX by Adobe Labs
June 14, 2006 at 11:52 pm (adobe, ajax, coldcase, framework)
The Spry framework for Ajax is a JavaScript library for web designers that provides functionality that allows designers to build pages that provide a richer experience for their users.
An AJAX framework by Adobe Labs.


