contagious

2,656
reputation
326 views

Registered User

name contagious
member for 1 year
seen 11 hours ago
website
location Atlanta, Ga
age 21
My name's Andre Bluehs. I'm a 4th year undergrad at Georgia Tech pursuing a major in Computer Science with a focus in Intelligence and Theory. Means I write alot of algorithms.

I'm pretty handy with all things php, javascript, jquery. Also know a bit of c, lisp, and assembly.
Dec
14
answered Php upload file
Dec
11
answered set dropdown value by text using jquery
Dec
11
answered How to check JRE version in safari using java script
Dec
11
revised How to check JRE version in safari using java script
formatted code, changed 'java script' to 'javascript'
Dec
10
answered How to implement simple online management for a book library?
Dec
7
comment How do I show a loading image before actual body load?
are you giving us instructions, or is there a question somewhere?
Dec
7
answered jquery form BASIC validation question
Dec
7
comment [jQuery] Why is $(document).ready not firing for me?
if it says $(document).... is not a function that means that 1) another library is capturing the $, or that jQuery did not load properly.
Dec
4
comment Easiest way to create a confirmation message with jQuery/JavaScript?
did you put it in a $(document).ready(){}?
Nov
30
answered PHP: using => operator without an array
Nov
22
awarded  Notable Question
Nov
16
comment PHP http handling
...just don't echo/return anything?
Nov
14
comment getting referer from auth in cakePHP
also, i had some strange issues with /tmp/cache when using the Session->write. It's easier to use setflash("", 'default', array(), 'auth') to do this.
Nov
14
comment getting referer from auth in cakePHP
i actually had to use a preg_match on the redirect, because there is usually stuff after the reserve, but that was the key. thanks.
Nov
11
asked getting referer from auth in cakePHP
Nov
10
accepted JWYSIWYG or jHtmlArea within a Jquery Ui Tab
Nov
10
answered JWYSIWYG or jHtmlArea within a Jquery Ui Tab
Nov
9
comment jquery ui dialog opens only once
some code would be awesome. generally, don't forget to make sure that you're not causing any errors when/while closing.
Nov
9
comment Jquery: How to prevent further animating to the left when style: left == 0 or 0px?
yup, you'd just put it in the scrollRight-results part.
Nov
9
comment Access variable from scope of another function?
short answer: you don't.
Nov
9
comment Jquery: How to prevent further animating to the left when style: left == 0 or 0px?
1) i forgot to close the click() parens. 2) not sure if you remembered the $() at the begining, (replaces $(document).ready()). You can now copy/paste this code and it will work, i've tested it.
Nov
9
revised Jquery: How to prevent further animating to the left when style: left == 0 or 0px?
added 107 characters in body
Nov
6
comment Consistency in $_GET
see the edit above
Nov
6
revised Consistency in $_GET
added 241 characters in body
Nov
6
accepted Consistency in $_GET
Nov
6
answered Consistency in $_GET
Nov
6
comment Jquery: How to prevent further animating to the left when style: left == 0 or 0px?
terribly sorry. there should not be a 'px' in the animate statement. yes, 'position' is the name of the variable that contains the position of the div. did you make sure to replace $('id') with your actual div id?
Nov
6
revised Jquery: How to prevent further animating to the left when style: left == 0 or 0px?
removed 'px' from animate
Nov
5
accepted Using jQuery Fancybox or Lightbox to display a contact form
Nov
5
answered Jquery: How to prevent further animating to the left when style: left == 0 or 0px?
Nov
3
revised JQuery: How to run background music in website?
spelling error in the title
Nov
2
answered is the regex [a-Z] valid and if yes then is it the same as [a-zA-Z]
Oct
29
revised php4 xml output not displaying html
made code part of code block
Oct
28
answered Detect the cursor location
Oct
23
awarded  Notable Question
Oct
14
asked quoting constants in php: “this is a MY_CONSTANT”
Oct
13
answered How to get all “option” values in “select” by Jquery?
Oct
13
revised How to get all “option” values in “select” by Jquery?
changed syntax to proper grammer, changed title
Oct
12
answered Problem making request to server with Jquery
Oct
12
answered Using jQuery Fancybox or Lightbox to display a contact form
Oct
12
answered What causes a query string when requesting jQuery? e.g. /jquery-1.3.2.min.js?_=12553…
Oct
9
comment Help with a MySQL query
are you sure there are no typos in this? there are more than 4 errors that could be just typos... i.e. '-' instead of '='.
Oct
7
answered Only select a single element that is inside the same element | jQuery selectors
Oct
2
comment Suppress anchor tag <a> href when using jquery
for the first one, shouldn't there be a var passed into the function called 'e'?
Oct
1
accepted PHP Don’t run code on refresh
Oct
1
comment Using MD5 to generate an encryption key from password?
salt the password
Oct
1
answered PHP Don’t run code on refresh
Sep
29
revised Could not convert JavaScript argument arg 0” nsresult: “0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS
fixed spelling
Sep
29
answered IE6 JQuery Troubleshooting tips requested
Sep
28
accepted PHP MySQL INSERT return value with one query execution