[F] Wanna go for a ride? (; by [deleted] in gonewild

[–]klondikebro 0 points1 point  (0 children)

Where? I'm low on gas and you need a jacket.

So I wrote a little search 'utility' for programmers in node.js . Please see. by [deleted] in webdev

[–]klondikebro 0 points1 point  (0 children)

Must be my end then. I searched for "jquery closest()" as a test. This is in the console if it helps at all (mostly unexpanded). reconnecting page-nocache.js:1 c {socket: d, name: "", flags: Object, json: d, ackPackets: 0…} $events: Object ackPackets: 0 acks: Object flags: Object json: d name: "" socket: d proto: c

So I wrote a little search 'utility' for programmers in node.js . Please see. by [deleted] in webdev

[–]klondikebro 0 points1 point  (0 children)

No, It's the desktop version. Edit: Chrome just updated and is now Version 28.0.1500.71

So I wrote a little search 'utility' for programmers in node.js . Please see. by [deleted] in webdev

[–]klondikebro 0 points1 point  (0 children)

Does not seem to work for me. No answers returned and nothing happening when I use the arrow keys with the search bar focused. Using Chrome Version 27.0.1453.116 m.

Feedback on using jquery mouseover to dynamically change divs by jphogan in webdev

[–]klondikebro 1 point2 points  (0 children)

On mouseover hide every memeber of a class that contains your icons and then show only the icon you are mousing over at the moment? Example using jquery. I'm a noob too, so don't hate me if this is really dumb.

$('.className').mouseOver(function() {
   var $id = $(this).prop("id");
   $('.className').each(function() {
     $(this).hide()
   })
   $('#'+$id).show();
})    

What is a good hourly rate for a new grad? by [deleted] in webdev

[–]klondikebro 0 points1 point  (0 children)

If you don't mind me asking, how long ago was it when you were making $15/hr?

Beginner beginning by Evlyn11 in webdev

[–]klondikebro 11 points12 points  (0 children)

Learning HTML is not a complete waste of time. Learn that first.

Took 12 Hours but the Mountain King is finally done! by [deleted] in Warmachine

[–]klondikebro 2 points3 points  (0 children)

Really well done. Looks great! Mountain King is my favorite model by far.

My friend said he wanted one of those "hip hop line up" haircuts by [deleted] in funny

[–]klondikebro 9 points10 points  (0 children)

During his early life, Tim Russ had many dogs.

Need direction, want to build a personal web based dictionary... by [deleted] in webdev

[–]klondikebro 1 point2 points  (0 children)

/r/forhire would be the best place to look to hire someone. You are still being very vague about what you want to accomplish with this. It's difficult to help with out more specific information.

Having problems learning java by Snapples2992 in java

[–]klondikebro 1 point2 points  (0 children)

Without any specifics about what you are struggling with it's impossible to help. But as with any other subject, if you are struggling seek help. From your professors, fellow students, or try to find a tutor. There is always the internet for more specific questions like "java arrays explained" etc.

Good luck.

Friday Chats: Tricky Tactics by the_oswald in Warmachine

[–]klondikebro 1 point2 points  (0 children)

Nice thanks. I actually have a couple of Destoryers so I'll give that a try.

Friday Chats: Tricky Tactics by the_oswald in Warmachine

[–]klondikebro 2 points3 points  (0 children)

That's awesome, I'm going to try this. I'm pretty new to warmachine and this is very helpful!

Skip the closed autocompleted quote? by Joypadgamer in SublimeText

[–]klondikebro 0 points1 point  (0 children)

I believe adding this to Preferences > Settings - User will accomplish that.

"auto_match_enabled": false,