Bond World Cup Final

3 08 2008

In a couple of hours, two Web Apps students will take part in the Bond World Cup Final. I am talking about soccer, of course. After a long season, Gerpan (Germany and Japan) are facing Latin in the grand final. Lorance and me are part of the Gerpan team and we hope we are going to win. Or do we? The problem with winning is that you have to celebrate and deadlines, especially for Web Apps, are in our heads. It’s a very tricky situation. Do we want to win and waste one whole afternoon (and probably great parts of the evening) or should we lose, take a shower, have dinner and finish our projects?





JSON

14 07 2008

JSON (JavaScript Object Notation) is a text format, independent yet within the conventions of programming languages. Its main function is to handle data. An example for a tweet could look like this:

JSON:
{
“userpic”: “profilePic001″,
“username”: “Johannes”,
“message”: {
“updateText”: “This is my update”,
“dateCreated”: “01.01.2001″,
}
}

XML:

/images/profile001.jpg
Johannes
This is my update
01.01.2001

*WordPress keeps deleting the XML tags