Click here to create your personal news page. The news that appears on XML will appear there and be constantly updated. You can then modify the page, share it with your friends, or export it and have it appear elsewhere.

You can also create a personal news page and follow the news that interests you by clicking on the tab labelled 'New page'.
 

topics : related - allExplore

Wikio Shopping

  1. 1. Baby & Nursery
  2. 2. Car/Motor Bike
  3. 3. Communication
  4. 4. Computers
  5. 5. Electronics
  6. 6. Entertainment
  7. 7. Fashion & Lingerie
  8. 8. Finance
  9. 9. Gifts & Gadgets
  10. 10. Health & Beauty
  11. 11. Home & Garden
  12. 12. Household Appliances
  13. 13. Sport & Fitness
  14. 14. Travel
  15. 15. Video Games

New products

  1. 1. Western Digital ShareSpace 4TB
  2. 2. Sapphire Radeon HD 4550
  3. 3. LG KP500
  4. 4. Dell S2309W
  5. 5. Samsung Pixon
  6. 6. Shuttle D 1000H
  7. 7. Philips M200
  8. go to Shopping

Participate



XML


Sort by : relevance - date - popularity
+Vote!

How to Handle XML Data in PHP

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!

Free Flash - XML Image Gallery With Source

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!

[Ubiquity] HOWTO invoke a web service (SOAP 1.2) from ubiquity

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!

Code Compare

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!

how much can I post while waiting for a search/replace to complete

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!

Google SyntaxHighlighter - workaround for XHTML validation issue

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!

WordPress for iPhone Source Code Released

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!

REXML 3.1.7.3

REXML - Conformant XML processor for the Ruby programming language

+Vote!

Grouping in XQuery

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!

How XML Transformed the Internet

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!

The Weekly Source Code 30 - VB.NET with XML Literals as a View Engine for ASP.NET MVC

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!

Sandcastle : Sandcastle Source Code published in Codeplex

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!

CherryPy 3.1 Released

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!

10% of top Google product features are broken every week. Result of Google culture - Roll out cool features, not focus on quality?

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!

RDF Parsing in XSLT

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...