Peter

2,069
Reputation
172 views

Registered User

Name Peter
Member for 1 year
Seen yesterday
Website
Location
Age
Dec
1
answered Another Javascript Undefined Null Question
Dec
1
answered What is the memory footprint of a method intensive Java object?
Nov
18
answered Position An Injected DIV Using JQuery’s “Load” Function
Nov
9
answered Binary Tree’s usage
Sep
16
awarded  Yearling
Sep
12
awarded  Good Answer
Sep
3
revised Error in Java Expression
Fixed error in 2nd last example.
Sep
3
comment Error in Java Expression
@Mike C Oops, you're right, a careless mistake on my part, will correct it.
Sep
3
answered Error in Java Expression
Sep
2
comment PHP - Check to see if a string is serialized?
But what if the unserialized value is a boolean with a value of FALSE?
Sep
2
answered Feature detection in jquery : test if browser return nodes of type Text_Node
Aug
27
awarded  Enlightened
Aug
27
accepted Ordering your title tags
Aug
23
accepted How are you able to Unit Test your controllers without an IoC container?
Aug
20
comment what causes imagecreatetruecolor() to fail?
What were the values of $new_w and $new_h?
Aug
6
answered Hash length reduction?
Aug
3
answered Java FileWriter
Jul
30
answered How to exclude all transitive dependencies of a Maven dependency
Jul
28
comment Dynamically add rows to form with unique fields?
A code sample would be helpful.
Jul
28
answered Ajax, back button and DOM updates
Jul
23
answered Using variables in multiple function
Jul
22
awarded  Critic
Jul
22
awarded  Civic Duty
Jul
20
accepted Caching of instances
Jul
20
comment Caching of instances
Sorry about the misunderstand, I've updated my post with a better answer.
Jul
20
revised Caching of instances
added 481 characters in body; added 4 characters in body
Jul
20
comment require_once problem with templating
VolkerK, please see my update, I did not say that include or require change the CWD.
Jul
20
revised require_once problem with templating
added 67 characters in body; added 715 characters in body
Jul
20
answered Caching of instances
Jul
20
answered require_once problem with templating
Jul
17
answered PHP - Looping through $_FILES to check filetype
Jul
17
comment Javascript: Difference between an object, and a hash?
I think your statement "difference between and object and a hash" is meant to mean "difference between and object and a (hash)map".
Jul
14
answered Should you do validation on the server side?
Jul
13
awarded  Enlightened
Jul
13
awarded  Nice Answer
Jul
11
accepted How to mock a String using mockito?
Jul
11
accepted What to do with empty CSS rules?
Jul
10
comment How can define a composite primary key in SQL?
Good answer. Just to clarify, QuestionID and MemberID are not separate primary keys but rather the combination of them form a unique pair/tuple.
Jul
10
comment PHP acts differently depending on computer
I believe you're right. Without the $/sigil, PHP think's the identifier is a constant, but if no such constant exists, it can "fall back" to the variable that would've been referred to if the "$" was there. However, this generates some warning/notice level (forget the exact level) and may not always work as expected...
Jul
10
accepted Will the save method in a Cakephp model class choose between creating and updating a record?
Jul
10
revised Will the save method in a Cakephp model class choose between creating and updating a record?
edited tags
Jul
10
answered Will the save method in a Cakephp model class choose between creating and updating a record?
Jul
9
accepted How can you act only on those elements that are in a particular view state in JQuery?
Jul
9
answered Invoke method accepting multiple arguments with arguments array
Jul
9
answered How can you act only on those elements that are in a particular view state in JQuery?
Jul
9
answered Generating sequential numbers in multi-user saas application
Jul
8
answered GET vs. POST does it really really matter?
Jul
8
answered PHP login return values.
Jul
8
answered Will software development ever be consolidated?
Jul
8
accepted With Cloud Computing increasingly getting popular, will Relational DBs suffer death?