6 posts tagged with code by grumblebee.
Displaying 1 through 6 of 6.
OS X: I want to batch print all the files in a source-code library. They are actionscript files, which means they are text files that all end in a .as extension. The files are in a complex directory structure (one root folder but files in multiple subfolders), and there are non .as files that I don't want printed. When the files print, I need some kind of separator ( spaces, asterisks, new page...) between each file. [more inside]
posted by grumblebee
on Nov 18, 2009 -
6 answers
Design-pattern (programming) question. [more inside]
posted by grumblebee
on Apr 16, 2008 -
41 answers
Javascript / Prototype problem: I've written a function that inserts new content in a div whenever you click on a link in that same div. It works, but with the added "feature" of scrolling to the top of the page after the new content has been added. I don't want it to do this. How do I stop it? Here's the page. (Scroll down to see the link.) [more inside]
posted by grumblebee
on May 2, 2007 -
11 answers
I'm writing a book on programming for beginners, and I have a question about color-coding. [more inside]
posted by grumblebee
on Oct 9, 2006 -
36 answers
How do I learn what goes on "under the hood" of programming languages? [more inside]
posted by grumblebee
on Aug 14, 2006 -
34 answers
Programming/geometry: in a Flash program (you don't need to know Flash to answer this), I'm trying to place rectangular images at random positions on the screen. There are already images on the screen. I need to make sure that the new, randomly-placed images don't obscure the images already there. [more inside]
posted by grumblebee
on Sep 29, 2005 -
25 answers