I want to do this: class T { public $a; public $b; public function __construct() { $this->a = new P; $this->b = clone $this->a;
I need to delete the selected row of the database shown in updatePick, but can\'t seem to get the managedObject that\'s supposed to be in the [context deleteObject:managedObject]; line correct. Here\'
I\'m using the google maps api for directions but i\'m having problems when i try to send the origin and destination as coordinates.it says in the documentation that i can do that
Given the range with revisions in it, I need to reconstruct the original text and the modified text. The first solution was to:
I\'ve been using this site for a while and so far never needed to ask a new question (found all answers I\'ve needed until now).
So I\'ve written a funny little program and I want to show it to some of my friends. My friends, not being programmers, have no idea what to do if I send them the folder containing the necessary class
So, I\'ve created a function to do some error checking on an XML file that I recieve from an AJAX call. Part of the validation is that the function then builds out an object for easy access while I pr
Hi there (developers of wp7 apps). The following problem already caused countless sleepless nights, so i hope anyone could provide me with a solution.
When converting for instance a decimal to a string, you use the CultureInfo.InvariantCulture and pass it as an IFormatProvider. But why is this overload not in object?
var x = { article: \"bla bla bla \", journal: \"le monde \", magazine: \"playboy\" }; for (var i in x) { alert(i + \" \"+ x[i]);