Community Page
- evand.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Apple has been trying tog et movie rental contrats solidifiied for a couple years now. The problem is with the distributors. Apple wants you to be able to watch your rented movie on your Mac/PC via...
- This philosophy reminds me of the agile programming maxim of "do the simplest thing that could possibly work, then iterate". The key thing is to remember that this not-quite-general...
- As far as I know, all you need to do is have two (or more) mail accounts on the phone to see that option when you compose a new message. If you have that and it's still not working, let me...
- How exactly did you get that to show up? Mine does not do that no matter what I've tried...
- You can get more information about Apple TV <a href="http://www.apple.com/appletv/">at Apple's web site</a>. In short, though, the Apple TV is a piece of equipment that...
evand.org
Evan DiBiase's blog
Since I just struggled with this for a couple of hours, I figured I’d post it here for posterity.
If you want to generate the string representation of some XML in JavaScript, here’s how to do it (using the Prototype 1.6 syntax for element creation), courtesy of Captain’s Universe:
var contactsElement = new Element("contacts");<br ... Continue reading »
If you want to generate the string representation of some XML in JavaScript, here’s how to do it (using the Prototype 1.6 syntax for element creation), courtesy of Captain’s Universe:
var contactsElement = new Element("contacts");<br ... Continue reading »
0 comments
This thread has no comments yet.