+Vote!
Wired (Free subscription) | 02/10/2008
Using APIs in your web application calls for handling streams of raw data. If your program is going to interface with one, you probably want to dirty your hands with XML data first. If you're coding with the PHP programming language, there's a simplified way to keep your XML in line -- the SimpleXML library. Adam DuVander's tutorial runs you through the basics. Wired.com
+Vote!
WebResourcesDepot (Free subscription) | 25/09/2008
Image Gallery is a free Flash image gallery that comes with the source code. Settings are configured from a XML file like the names of the categories, images & folders where the images resides. The gallery presents the images randomly or with an order (can be set via the XML file). When a thumbnail is clicked, original image [...]
+Vote!
Planet Intertwingly (Free subscription) | 10/09/2008
Sample to call the web service documented here: CDYNE Weather - FREE jQuery.ajax makes it real simple to do a SOAP 1.2 call and to parse the response xml as well. Here’s the source code: var noun_type_zip = { _name : "zip", suggest: function(fragment) { var [...]
+Vote!
Freeware Download List (Free subscription) | 09/09/2008
Code Compare is a comparison and synchronization tool that compares text, source code, XML files and directories, then highlights differences and merges content via its visual interface. Code Compare can make version comparing and code reviews a much easier process. Features: File compare compare two files at a time, with the ability to merge differences between compared [...]
+Vote!
Joe's Journal (Free subscription) | 08/09/2008
Being able to rename a class in the Eclipse IDE and have it automatically find and fix all references to the class, including references in non-source-code files like documentation, XML, and properties files, is pretty hot. However, not being control which files it searches is not so hot, as there are a ton of files in my development directory that it really doesn't need to search and hence it takes...
+Vote!
aumlette.me.uk (Free subscription) | 25/08/2008
Last week I came across a good tool to create syntax highlighted source code from Google called SyntaxHighlighter. It is 100% client side javascript which supports multiple languages i.e. C++, C#, CSS, Java, PHP, Riby, XML/HTML, etc. Although it is very cool and easy to use but it creates an invalid XHTML code. The reason [...]
+Vote!
/dev/random (Free subscription) | 24/07/2008
Wordpress.org has released the source code for their iPhone application. It’s great sample code that demonstrates some useful techniques such as XML parsing & network reachability testing. Of course this probably violates Apple’s FUCKING NDA, which really should have been lifted when the iPhone 3G shipped and the App Store opened.
+Vote!
Softpedia - Latest Mac software (Free subscription) | 23/07/2008
REXML - Conformant XML processor for the Ruby programming language
+Vote!
O'Reilly XML (Free subscription) | 16/07/2008
One of the really convenient features introduced in XSLT 2.0 is Grouping. It is a typical second-generation change in a programming language: Not essential for the language itself (grouping can be done by hand using techniques such as the Muenchian...
+Vote!
Article Master (Free subscription) | 05/07/2008
When the internet was first introduced, all websites were written in HTML. HTML was the only programming language used to describe and display data on the World Wide Web. It was simple and fairly easy to learn. As time progressed, programmers started to realize that they were being stymied by HTML. Web designers wanted to [...]
+Vote!
Scott Hanselman's Computer Zen (Free subscription) | 03/07/2008
I was literally in the middle of writing the post when I saw a message from Andrew Davey about how he had implemented the same idea ! Of course, his is way better, so I got to code via subtraction. That means subtracting out the crap I had written in a few minutes and dig into his code. There are no unique ideas, right? ;) Either way, it's fun when the same idea is being thought about simultaneously....
+Vote!
MSDN Blogs (Free subscription) | 02/07/2008
If you are not familiar with Sandcastle , it is a tool which takes your source code XML comments and produces beautiful MSDN-style documentation. Not so long ago, Sandcastle was pulled off of Codeplex because it was in violation of the Codeplex rules (in particular, the project didn't include source code). There was a lot of debate about this (both externally and internally). Personally, I was an...
+Vote!
O'Reilly XML (Free subscription) | 02/07/2008
CherryPy 3.1 is out and there are some exciting new features. The first exciting piece is the Web Site Process Bus. Robert Brewer had come up with an idea to create a generic server management API to help make management...
+Vote!
O'Reilly XML (Free subscription) | 01/07/2008
My saga on problems with GMail continue. Despite of the -ve feedback ("GMail is working fine", "GMail is awesome', "Not sure why you are complaining GMail?" etc) to my posts, I continue to see the problems with GMail. I am...
+Vote!
O'Reilly XML (Free subscription) | 30/06/2008
During the recent discussion of the OAI-ORE drafts (which use RDF), the claim was made that RDF is serialized in RDF/XML and thus could be considered an XML representation of the underlying data model. My response to that was that...