Browsing the archives for the Uncategorized category
Browsing the archives for the Uncategorized category
I ran into this problem when I had my MBP hard drive replaced. I openend Fireworks (or any Adobe app) and got a popup that said “Licensing for this product has stopped working.” Contact Adobe Customer Support.
So I did. They freed up the activation, but that didn’t help. That wasn’t the problem.
Soon thereafter I found [...]
Following on my CoffeeScript talk at the Ithaca Web Group and my company, GORGES, I downloaded the new Pragmatic Programmers book on CoffeeScript. I have completed the language reference part, and wrote down the tips and tricks I learned along the way. I’ve published my notes on CoffeeScript to a Gist on GitHub. Anything missing?
Casey Dreier gave an excellent summary of Rack, rackup, and middleware. Now that we know what it is, what do we use it for? Anything that manipulates environment variables or abstracts away aspects of the program that aren’t related to the MVC layer of your application.