tj111

5,905
Reputation
367 views

Registered User

Name tj111
Member for 1 year
Seen Nov 20 at 2:08
Website
Location Cleveland, OH
Age 21
Nov
11
comment I need to learn C.
I have a copy of this book from 1978 (also someone learning C). Would the 1978 version still be relevant?
Nov
6
comment Should require_once “some file.php” ; appear anywhere but the top of the file?
@Asaph: I agree with what you, and personally wouldn't factor my code in the way I recommended for that very reason. I meant it as a kinda of fallback in case there are serious issues (e.g. performance) with including the file on every call, an issue which I personally have never had.
Nov
3
accepted Should require_once “some file.php” ; appear anywhere but the top of the file?
Nov
3
answered Should require_once “some file.php” ; appear anywhere but the top of the file?
Oct
27
comment Console not defined when I specifically check for its existence
Thanks for that. Works great now.
Oct
27
revised Console not defined when I specifically check for its existence
added 229 characters in body; added 66 characters in body; deleted 66 characters in body
Oct
27
asked Console not defined when I specifically check for its existence
Oct
15
revised What are the worst working conditions you have written code in?
Deep-linked the youtube video
Oct
12
accepted Possible to force printer setup (paper size) in javascript?
Oct
12
revised Beginner with nested array question — adding values together
added shipping
Oct
12
answered Beginner with nested array question — adding values together
Oct
11
revised Possible to force printer setup (paper size) in javascript?
updated per correction in comments
Oct
9
answered Possible to force printer setup (paper size) in javascript?
Oct
9
answered What is the easiest way to use the HEAD command of HTTP in PHP?
Oct
8
comment What’s the most egregious pop culture perversion of programming?
Obligatory bash.org/?34776
Oct
8
comment What’s the most egregious pop culture perversion of programming?
youtube.com/watch?v=mRU1JKHbn7Y It's pretty bad.
Oct
8
comment What is the worst web usability error you have encountered?
You easily can (and should) disable this in Firefox.
Oct
8
revised Writing Yahoo! Bot: Why can’t I fetch a web page on Yahoo! mail with help of PHP?
spelling and grammar
Oct
5
accepted PHP mysql_real_escape_string() -> stripslashes() leaving multiple slashes
Oct
5
revised PHP mysql_real_escape_string() -> stripslashes() leaving multiple slashes
More details.; added 1 characters in body
Oct
5
answered PHP mysql_real_escape_string() -> stripslashes() leaving multiple slashes
Oct
5
revised how to check if a javascript functions parameter was not passed in
deleted 8 characters in body
Oct
5
answered how to check if a javascript functions parameter was not passed in
Oct
5
comment Check double variable if it contains an integer, and not floating point
@Alan, good looking out. Changed it.
Oct
5
revised Check double variable if it contains an integer, and not floating point
clarified library name
Oct
5
comment How to pass parameter to $.keyup() ?
Seems like you don't know how to word your questions.
Oct
5
answered Check double variable if it contains an integer, and not floating point
Oct
5
comment How to pass parameter to $.keyup() ?
More like that? I'm still not sure where the number is created, how it exists in the context, etc so I have to make very generalized guesses here.
Oct
5
revised How to pass parameter to $.keyup() ?
added 88 characters in body; added 49 characters in body
Oct
5
answered Submit button clicked via javascript doesn’t “submit” in IE6
Oct
5
comment Submit button clicked via javascript doesn’t “submit” in IE6
Are there any errors in the error console (look for an icon in the bottom left-hand corner of the status bar) after you fire the click event?
Oct
5
comment How to pass parameter to $.keyup() ?
Where is this arbitrary parameter coming from? Can you explain in more detail?
Oct
5
answered How to pass parameter to $.keyup() ?
Oct
2
answered MYSQL - Date query and display(PHP) question
Oct
2
comment Why rawurldecode doesn’t works?
That string doesn't look like it was URL encoded.
Sep
28
accepted How can I use jQuery load to perform a GET request while passing extra parameters?
Sep
28
answered How can I use jQuery load to perform a GET request while passing extra parameters?
Sep
28
revised Getting Google Chrome to Ignore IE Javascript
un-minified link
Sep
24
comment AJAX problems in WebKit browsers
Can you show us the HTML content being loaded?
Sep
24
revised Ajax callback to refresh/reload part of a page
edited tags
Sep
23
accepted Getting started with Javascript
Sep
22
accepted HTML: Anchor block element inside bottom of parent block?
Sep
22
answered HTML: Anchor block element inside bottom of parent block?
Sep
22
answered Getting started with Javascript
Sep
17
answered Why does MySQL always return no data for this query?
Sep
17
answered Find file size with jQuery
Sep
17
answered pass the e.target to a function thats called when element is clicked
Sep
17
revised comparing dates in PHP and MYSQL
tag
Sep
17
awarded  Yearling
Sep
16
answered Should an intranet web application utilize a CDN