6 posts tagged with code by grumblebee.
Displaying 1 through 6 of 6.

Related tags:
+ (23)
+ (20)
+ (13)
+ (11)
+ (11)
+ (9)
+ (8)
+ (8)
+ (8)
+ (7)
+ (6)
+ (6)
+ (6)
+ (6)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)
+ (4)


Users that often use this tag:
grumblebee (6)
jak68 (2)
pax digita (2)
JohnGL (2)
Rothko (2)
Skyanth (2)
goodnewsfortheinsane (2)
Lokheed (2)
jpburns (2)
SpecialK (2)

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