Pim Jager

6,687
reputation
539 views

Registered User

name Pim Jager
member for 1 year
seen 1 hour ago
website
http://-none-
location Netherlands
age 19
I'm a web site and application designer using PHP, Javascript en HTML. I like to answer questions here, although I don't really like it when people criticize me for using jQuery. That's about it.
17h
accepted Center Align Horizontal Accordion in IE (dynamic widths)
2d
awarded  Mortarboard
Nov
30
revised Programmatically open “View Source” HTML Window in Browser with Javascript?
added 249 characters in body
Nov
29
revised Programmatically open “View Source” HTML Window in Browser with Javascript?
fixed missing scrollbars and syntax errors
Nov
29
answered Programmatically open “View Source” HTML Window in Browser with Javascript?
Nov
28
answered change text color on change of selection in dropdown list
Nov
25
comment how to add array element values with javascript ?
Dammit, your absolutly right, was just to eager to get my answer out there. added it.
Nov
25
answered how to add array element values with javascript ?
Nov
23
awarded  Popular Question
Nov
11
answered Which one I have to follow for W3 Validation?
Nov
11
answered PHP/JavaScript How to combine 2 page in one
Nov
9
comment How to show extended option in select list?
You should propably do something with fixed positioning and such, because this will reflow the page.
Nov
7
comment <textarea> what key was pressed with javascript
Maybe you should use a little less trenary operators (or whatever they are called in javascript) They make the code very unreadable.
Nov
7
comment Cant fathom how to do this…PHP/Mysql question.
There is no need for the != null, null is a falsy value in PHP so when $row == null the while loop will break.
Nov
7
awarded  Yearling
Nov
5
comment How to conduct arithmetic operations in JQuery?
It isn't jQuery treating them as strings, it is javascript treating them as strings (as they are strings). jQuery only gets the values. Javascript does the arimethics, jQuery is just a library on top of javascript.
Nov
4
revised Executing a function by name, passing an object as a parameter
added 315 characters in body; deleted 13 characters in body
Nov
4
answered Executing a function by name, passing an object as a parameter
Nov
4
awarded  Enlightened
Nov
4
awarded  Nice Answer
Nov
2
answered PHP: Create array of arrays, ignoring empty arrays
Oct
31
awarded  Nice Answer
Oct
24
comment How to batch execute php script from one php script?
What errors did you get?
Oct
23
comment Program to return power of 2 without using any power function.
You should explain this more clearly, what are you trying to do? (sounds like homework)
Oct
20
answered Excel and IE7 - Prevent IE from opening Excel files
Oct
14
awarded  Nice Answer
Oct
13
accepted php SimpleXML check if a child exist
Oct
13
answered php SimpleXML check if a child exist
Oct
13
answered PHP ternary operator (short if statement) help
Oct
12
comment Why use jquery ?
+1 just for the 'cursing the IE team' bit
Oct
11
comment randomly change div background image on page load
Yup, un-downvoted you.
Oct
11
comment Accessing parent variables in child method
However it doesn't make much sense to have all (inherented) instances of dog to have the same name, so static doesn't make much sense here.
Oct
11
comment randomly change div background image on page load
I added more to my answer in response to your comment, please loke into it.
Oct
11
revised randomly change div background image on page load
Added more answer (in response to comment)
Oct
11
comment randomly change div background image on page load
No You need Math.Floor, consider the simplest case of 1 array entry, the length is 1, but the biggest value for the index you want is 0, so you should floor the random value.
Oct
11
answered randomly change div background image on page load
Oct
11
revised How to limited ‘click’ button only once per minute in Javascript
added 209 characters in body; added 82 characters in body
Oct
11
answered How to limited ‘click’ button only once per minute in Javascript
Oct
10
revised Javascript Tricks and Hacks
improved formatting
Oct
5
revised Form redirection using JQuery
added 2 characters in body
Oct
5
answered Form redirection using JQuery
Oct
4
answered Detect when link is clicked, open in new frame
Sep
30
comment Javascript Incompatibility with Mozilla
As Triptych says, make sure you only run this once the page has completely finished loading, running this before that happens might cause the elemnt with id checkAll not to be created and thus causing firefox to return null.
Sep
28
awarded  
Sep
27
comment Debug simple php while code
also please use && and || instead of "and" and "or" they are more commenly used and make your code more readible.
Sep
24
accepted When to send HTTP status code?
Sep
21
answered copying contents of an element
Sep
20
answered Is it correct that page elements created by jQuery do not show up in the source code
Sep
19
answered How to alter the HTML of the value attribute for an input box?
Sep
13
answered $getJSON not being recognized as an array