Mike Robinson

3,365
Reputation
622 views

Registered User

Name Mike Robinson
Member for 12 months
Seen 6 hours ago
Website
Location Astoria, NY
Age 27
6h
answered Future Popular Languages
Nov
18
comment Multiple left-hand assignment with JavaScript
Damn, beat me to it.
Nov
16
answered jQuery beginner questions
Nov
16
comment Is there a stable Programming Language for Web Programming?
Yeah, you'll have much bigger things to worry about
Nov
11
answered Can User disable javascript at client side ? is it possible ?
Nov
10
answered How do you normally make a program look beautiful?
Nov
9
accepted Better way to control spacing between block elements?
Nov
7
answered JavaScript doesn’t work in IE: Sudoku Puzzle
Nov
7
comment What are the overall most valuable/profitable programming expertises?
(Yeah, actually I hate PHP. But hey, sarcasm!)
Nov
7
answered What are the overall most valuable/profitable programming expertises?
Nov
7
comment What are the overall most valuable/profitable programming expertises?
Salary negotiation!
Nov
7
answered If handcoded webpage displays the same as WYSIWYG generated page, what did I gain? Can I compete with WYSIWYG?
Nov
5
answered How do I package a custom TrueType font with a web site so the browsers will render it?
Nov
5
answered Disabling links to stop double-clicks in JQuery
Oct
29
comment What is the easiest way to convert table tags into standard css?
"Is there an easier way to automatically convert it?" - there's your problem
Oct
28
comment Problem with Javascript not inputting value into hidden fields
Works for me in FF on the mac with a blank slate webpage. You sure you're not doing something else wrong?
Oct
27
awarded  Great Answer
Oct
27
answered Delay in receiving Ajax results using jQuery
Oct
26
comment ajax jquery webhosting question
Got some code we can look at?
Oct
26
accepted What is the difference between $(”*”, $(”#container1”)) and $(”#container2”).find(”*”)?
Oct
26
answered What is the difference between $(”*”, $(”#container1”)) and $(”#container2”).find(”*”)?
Oct
20
comment Need to take two text field values and add together to another field
Check your jQuery, it doesn't work
Oct
20
answered Need to take two text field values and add together to another field
Oct
19
answered Jquery Image Rotator with iPhone-like Page dots
Oct
19
comment What is your best programmer joke?
Either way, the answer is clear
Oct
19
comment get current date with PHP help
18 questions, 1 accepted. Quit wasting our time.
Oct
14
awarded  Tumbleweed
Oct
13
answered Have you ever sacrificed bleeding-edge [insert language/framework here] for a job with less stress?
Oct
12
awarded  Nice Answer
Oct
12
answered How to put a click function inside a callback function?
Oct
9
awarded  Civic Duty
Oct
9
comment Palm Pre frameworks
I've successfully completed an app with jQuery integration. You'll have to use noConflict, but apart from that it's pretty flexible. It definitely comes in handy with jQuery's superior handling of AJAX.
Oct
8
accepted Why doesn’t Jquery let me do this
Oct
8
answered Why doesn’t Jquery let me do this
Oct
8
comment Are you concerned about the aesthetics of your code?
Karma's a bitch, apparently
Oct
8
awarded  Nice Answer
Oct
7
answered What are the implications of deleting a user account?
Oct
7
asked Is there an AJAX service for doubleclick (DART)
Oct
6
comment mouseover element flickers
See: CSS spritemap. Good article here: alistapart.com/articles/sprites
Oct
5
accepted Standard and Best practice in dealing with Muliple/Complex Columns with Forms
Oct
5
answered Standard and Best practice in dealing with Muliple/Complex Columns with Forms
Oct
2
comment What “already invented” algorithm did you invent?
bool girlfriend = ""; .... well, there's your problem!
Sep
30
comment What’s the most egregious pop culture perversion of programming?
Reminds me of a system I worked on where the username / password combination was the unique key in the database. And the username was the last of the user. There were 900 Smiths on the site, so when the 901st tried to register there were 900 passwords he might try to use that'd pop an alert indicating "That password is already in use"
Sep
29
comment Sorting numbers from 1 to 999,999,999 in words as strings
Fourty-Two.....
Sep
29
comment Developer Burnout Stories
Wow, seems like the eye-twitch is an early indicator. Good to know, since mine just went away after switching jobs :)
Sep
29
comment How to do an action when an element is added to a page using Jquery?
I'll vouch for it - there's also a good article on event pooling that talks about this on a document level: michaelhamrah.com/blog/index.php/…
Sep
28
comment show hide using jquery like indeed.com
There really should an option for "RTFM" in vote-to-close
Sep
24
answered What is the biggest coding error/mistake ever…
Sep
22
comment JS: if statement issue, how to find element in body?
Indeed - and now my handicap is lowered in code golf
Sep
21
accepted JS: if statement issue, how to find element in body?