thenduks
|
Registered User
|
Just a guy doing web development with whatever's right for the job. A lot of Ruby (Rails, Sinatra) and enough JavaScript to make your eyes bleed.
|
|
4h |
accepted | Ruby includes returns false and nil |
|
18h |
answered | How to serialize an multiple dimensional array to string and the reverse? |
|
18h |
revised |
Where should I place my own “module” within rails application? added 58 characters in body |
|
18h |
comment |
Where should I place my own “module” within rails application? That I did not know. Thanks. |
|
23h |
accepted | MongoDB: Is it possible to make a case-insensitive query? |
|
1d |
answered | MongoDB: Is it possible to make a case-insensitive query? |
|
1d |
answered | Where should I place my own “module” within rails application? |
|
1d |
comment |
Why does git show “dev/null” in status after interactive add of renamed file? @Dan, why? git mv is the 'proper' way to change a file's name. To delete a file you use git rm and to move one you use git mv, don't just move the file yourself and expect git to read your thoughts :) |
|
1d |
accepted | ruby 1.9 — Gem is there but it says its not? |
|
1d |
answered | ruby 1.9 — Gem is there but it says its not? |
|
Dec 5 |
answered | What is the proper way to handle “types” in Rails? |
|
Dec 4 |
revised |
Hands-free mice for programmers? deleted 4 characters in body |
|
Dec 4 |
answered | Hands-free mice for programmers? |
|
Dec 4 |
answered | Git status a bit confusing |
|
Dec 3 |
accepted | Erlang: multiple behaviors defined in the same module? |
|
Dec 3 |
answered | Erlang: multiple behaviors defined in the same module? |
|
Dec 3 |
answered | How do you communicate to teams outside of your city? |
|
Dec 2 |
comment |
Ruby includes returns false and nil Hi there, just noticed you didn't accept my answer. Was I not clear enough? Do you need more clarification? |
|
Dec 1 |
answered | Apply CSS to jQuery Dialog Buttons |
|
Dec 1 |
comment |
How to help a struggling newbie do a better job? Skip Code Complete and go with Pragmatic Programmer. Same good advice, much more concise package. You have have months for him to digest a book like CC, he needs to starting doing his job acceptably yesterday :) |
|
Dec 1 |
awarded |
● |
|
Nov 30 |
comment |
Best git repository hosting for commercial project? It definitely does affect development if github goes down and it's your origin. git push and just about everything else will fail. If there's more than a couple developers on your team this will quickly turn into a nightmare of merging. Not the end of the world but a significant waste of time. Best to just have a box in your office that you push to that has a post-receive that pushes it up to github. That way if github is down all is still well in the office. |
|
Nov 29 |
answered | Best git repository hosting for commercial project? |
|
Nov 29 |
accepted | Why do I get an error when I try to access a public function of a class? (Actionscript 3) |
|
Nov 29 |
comment |
Why do I get an error when I try to access a public function of a class? (Actionscript 3) Oh I see, you mean the internal properties, private var BLAH, etc... Just make those static too! |
|
Nov 29 |
comment |
Why do I get an error when I try to access a public function of a class? (Actionscript 3) Yea, well, you aren't ever calling the constructor so there's no way for the instance variables to get set (your properties). Like I said in the second paragraph you should be able to just pass what you're currently passing to your constructor to the methods directly. There are other ways but they get complex, best to buy an AS3 book or something to cover all the bases in that case. |
|
Nov 29 |
comment |
Why do I get an error when I try to access a public function of a class? (Actionscript 3) If you indent all of your code 4 spaces it will be formatted correctly, fyi. |
|
Nov 29 |
answered | Why do I get an error when I try to access a public function of a class? (Actionscript 3) |
|
Nov 29 |
answered | fillRect, performance? |
|
Nov 29 |
comment |
strip part of a filename with jquery/js Err, that's a '\' before the . in .jpg. Also if your filename is .jpeg of course this wont work so you could do: jpe?g |
|
Nov 29 |
revised |
strip part of a filename with jquery/js Escape `.` |
|
Nov 29 |
comment |
strip part of a filename with jquery/js Can you be more specific? It works for me. I should have put a ` before the . in .jpg`, maybe that will help. |
|
Nov 29 |
answered | Rails: Specifing params without value to link_to |
|
Nov 29 |
comment |
strip part of a filename with jquery/js Hopefully there's no other dashes allowed in the filename :) |
|
Nov 29 |
answered | strip part of a filename with jquery/js |
|
Nov 29 |
comment |
Help with multidimensional arrays in Ruby And the type errors are...? |
|
Nov 29 |
comment |
Rails Relationship Breaking Can you paste the code (or the psuedo-code version at least) of the code where you 'process' an order and all that? Basically we need to see the controller method that seems to break the relationship. |
|
Nov 29 |
answered | YUI “Get” utility to parse JSON response? |
|
Nov 29 |
accepted | highlighting disabled in browser |
|
Nov 29 |
answered | highlighting disabled in browser |
|
Nov 28 |
comment |
If you don’t code for fun, you can’t be a good programmer? Huh? They are mutually exclusive? Says who? |
|
Nov 28 |
answered | If you don’t code for fun, you can’t be a good programmer? |
|
Nov 28 |
accepted | Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests? |
|
Nov 28 |
answered | Using Sinatra and MongoDB - what’s the recommended way to “keep alive” the mongodb connection between http requests? |
|
Nov 28 |
comment |
Drag and drop bug? This code is unreadable (4 spaces in front to have it put in a code block and highlighted). If you think you've found a bug you might want to report it to the jQuery UI team with a thorough example (and preferably a patch). |
|
Nov 25 |
answered | User-generated database entries in rails |
|
Nov 24 |
answered | Another jquery :not selector question… |
|
Nov 23 |
comment |
A simple Lisp question Indent your code with 4 spaces to have it placed in a code block and syntax highlighted. |
|
Nov 22 |
revised |
Get ID of the element I hover over with jQuery? added 60 characters in body |
|
Nov 22 |
answered | Get ID of the element I hover over with jQuery? |
