Hooray Im Helping

987
Reputation
172 views

Registered User

Name Hooray Im Helping
Member for 7 months
Seen 38 mins ago
Website
Location Cary, NC
Age 26
ColdFusion developer by day, PHP, Flex, C++, and Ruby developer by night. Love jQuery, CSS, Semantic HTML, Futurama, Venture Bros. and Video games. Love photography when the mood strikes me. Interested in hobbyist game development.
Nov
27
comment What’s your next programming language? And why?
+1 for Haskell.
Nov
27
answered jQuery: hidden elements - general question
Nov
20
awarded  Popular Question
Nov
18
answered Prevent onclick action with jQuery
Nov
17
comment First jQuery script, simple Form Focus, any problems?
Isn't $(document).ready(function() {}) the preferred jQuery way of doing it since $(function()) just calleds the document ready handler? It's certainly more communicative of the intent of the script.
Nov
14
comment Great programming quotes
I never get tired of reading a joke like this, and then seeing humorless comments like SHODAN's explaining a concept we all understand but don't take so seriously that we can't laugh at the joke.
Nov
11
comment In ActionScript 3, how can I pass the current value of an array in a loop to an event listener
I agree with what Lior said, including the +1 :)
Nov
11
comment In ActionScript 3, how can I pass the current value of an array in a loop to an event listener
Tanks Lior, worked like a champ.
Nov
11
comment In ActionScript 3, how can I pass the current value of an array in a loop to an event listener
Edited loader.load() method to correctly use a new URLRequest() object
Nov
11
revised In ActionScript 3, how can I pass the current value of an array in a loop to an event listener
updated code to be correct
Nov
11
asked In ActionScript 3, how can I pass the current value of an array in a loop to an event listener
Nov
8
comment Programmer trying to figure out a self project using PHP
You and me both ;)
Nov
7
answered Programmer trying to figure out a self project using PHP
Nov
5
comment What is the single most effective thing you did to improve your programming skills?
Heh, wasn't the question the SINGLE most effective thing you've done? OMG -1 FOR NOT PAYING ATTENTION THE QUESTION!!!! ;)
Nov
5
answered How to set up a website with WordPress ?
Nov
4
comment What is your best programmer joke?
I spent my last vote of the day upvoting this :)
Nov
4
comment What is your best programmer joke?
ColdFusion: You build the gun, fire it, and shoot yourself in the foot, but no one thinks the gun exists because it happened behind a corporate intranet.
Nov
4
comment What is your best programmer joke?
@Jason. It's. A. Freaking. Joke. We know what C was designed for. Don't take it too seriously.
Nov
4
comment What is your best programmer joke?
I read it out loud and still didn't get it. Can someone please explain it to a dumb guy?
Nov
4
comment What is your best programmer joke?
Note: does not apply to MMOs.
Nov
3
answered A road map to learning Flex for dummies.
Oct
27
comment When calling a Javascript function, how do I set a custom value of “this”?
@Jason: please, I beg of you, have pity on the poor knaves who don't grok JavaScript like you do. I can assure you everyone is in awe of your vast knowledge of the correct, non-tail-wagging way to do things. I know it must be frustrating seeing the legion of ignorant buffoons on Stack Overflow who have the choice to vote the way they want, rather than the way you know deep down inside your heart of hearts is correct. I can understand your frustration, it's not as if Cletus' way works or anything. Sad how there is just no justice in the world, isn't it?
Oct
25
comment What are your favorite metaphors for technical concepts?
My God, it's beautiful.
Oct
25
comment Difference between Declarative and Procedural Programming ?
MXML (part of the Flex framework) is declarative: You tell it what order you want your objects/containers to be displayed, and it handles the layout depending on whether you've told it to lay itself out horizontally or vertically. ActionScript 3 is procedural with support for OOP paradigms.
Oct
25
comment Difference between Declarative and Procedural Programming ?
@itowlson: agreed. I didn't have a problem finding my first programming job right out of college, I understood OOP and procedural programming quite well and I didn't really understand declarative programming or how it worked.
Oct
25
awarded  
Oct
19
comment Help, im new to C++ i need some advice…
The answer is 42.
Oct
17
answered What should I do next?
Oct
16
comment Learning DirectX
+1 for Luna. I've had the DirectX book since the first edition and they're all fantastic.
Oct
13
awarded  Civic Duty
Oct
11
comment When to Use the Decorator Pattern?
Similarly, Java streams are just a giant collection of decorators decorating decorators that have decorated something that decorates. My face just melted.
Oct
10
comment Run Function on every change in an input element: JQuery
Well for one it's clear that you're using an id as well as a name on the elements. Since you're already referring to the input elements by name, you might as well refer to them by id since it's faster (apparently).
Sep
30
answered One page only javascript applications
Sep
30
comment Using cfcontent in ColdFusion 7, how do I output an MS Word doc in landscape mode?
Thanks, that worked like a charm.
Sep
29
asked Using cfcontent in ColdFusion 7, how do I output an MS Word doc in landscape mode?
Sep
19
accepted Switching to ColdFusion?
Sep
19
comment Switching to ColdFusion?
When I finished typing my question, both you and CFDev had -1, and I think it's because someone is trying to game this thread, probably the guy with the answer that has nothing to do with the question. So I gave you +1
Sep
19
answered Switching to ColdFusion?
Sep
10
answered What is the normal of a tetrahedron surface for ?
Aug
27
accepted How can a C# programmer build software for iPhone?
Aug
21
comment How nicely does Python ‘flow’ with HTML as compared to PHP?
Mixing presentation with domain logic is bad practice. But if you're not outputting data that comes from the domain, what's the point of using a dynamic language to begin with? I think he was asking how easy and natural it is to output data from Python on an HTML view page.
Aug
21
answered Design patterns and interview question
Aug
4
revised Trying to understand the AsyncToken in Flex/Actionscript.
added 207 characters in body
Aug
4
answered Trying to understand the AsyncToken in Flex/Actionscript.
Jul
31
accepted What is the status of ColdFusion today?
Jul
30
answered Testing for existance of FORM scope / struct in ColdFusion
Jul
30
answered What is the status of ColdFusion today?
Jul
29
comment What’s your most controversial programming opinion?
I've read a couple of books dealing with design patterns and they all shout the same thing at the beginning of the book: these are guidelines, they are not dogmatic. Use them to your advantage, and when they apply; modify them to suit your needs if you have to. To me, this answer is the akin to saying "The entirety of X language sucks cause I've seen bad code written in X." It's not the patterns, it's the people who wield the patterns like a giant hammer and see every problem as a nail.
Jul
23
comment How do I sort a query object in ColdFusion 7?
I like that approach, Al.
Jul
22
comment How do I sort a query object in ColdFusion 7?
Tomalak: Due to some extenuating circumstances, the <cfquery> would happen in a view page, which hurts my soul way more than a function call would.