Browse by Tags

All Tags » AJAX (RSS)

How Do I Serialize / Deserialize Tidbits...

How do I serialize / deserialize between (XML Schema) XSD:Duration from and to .NET TimeSpan? Apparently, there is no obvious way to do this like you could when dealing with DateTime object conversion to and from XSD:DateTime. With DateTime you can do...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

Interesting AJAX Benchmark

Came across this site while reading AJAXIAN. Basically, it's a benchmark on different AJAX method. It measures the usage of bandwidth and execution time. So far, for pure AJAX, looks like it's AJAX using JSON serialization is the best choice. For those...
Posted by Jimmy Chandra | with no comments
Filed under:

Yahoo Pipes

This is a great way to mashup different web content together (web service, rss, etc.). Think Linux / PowerShell pipe mechanism (i.e. ls | grep shoot | more) for web content. Try it out here . Here is a good webcast of it. Powered by ScribeFire . Share...
Posted by Jimmy Chandra | with no comments
Filed under: , ,

AJAX?

Perhaps some of us already know what it is and some might still be scratching their head and thinking why is this guy talking about something that sounds like something that I use to clean my floor and toilet with. For those who does not know what AJAX...
Posted by Jimmy Chandra | 2 comment(s)
Filed under: ,