Browse by Tags

Related Posts

  • Consuming WebServices in JavaScript with Mootools

    As we all know, Visual Studio will have jQuery support for now on, which is a great thing. I use jQuery heavily at work when customizing CRM and also to develop other projects. However, I really enjoy Mootools, which is another great JavaScript framework. Long ago I've seen a post somewhere about calling...
    Posted to Thiago's Blog (Weblog) by tsantos on 11-18-2008, 12:00 AM
    Filed under: .NET, JSON, JavaScript, Mootools, Web Services, AJAX
  • Encrypt your AJAX traffic using Microsoft Silverlight and Ajax.NET Professional

    Some of you maybe remember that I had added some security related features in Ajax.NET Professional . It is possible to put an AJAX token or to simple encrypt the data that gets over the lines. With Silverlight we get the System.Security.Cryptography namespace on the client – before it was not very easy...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 11-13-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, ASP.NET, .NET, JavaScript, Source Code, JSON, Silverlight
  • Serialize & Deserialize JSON Data

    Web Services with AJAX As most of you would already know, AJAX Extension allows you to create proxies to expose web services to be consumed by the Web Browsers. The mechanism for calling these service functions is completely asynchronous and allows you to specify two functions that will be called when...
    Posted to Haroon Waheed (Weblog) by hwaheed on 08-13-2008, 12:00 AM
    Filed under: ASP.NET, JSON, AJAX, Serialization, Web Service
  • Converting Data Table / Dataset Into JSON String

    JSON ( J ava S cript O bject N otation), is a light weight, easily understandable to read and write string. It is also easily parse-able by machine. JSON is introduced on two structues A collection (key/value pair) And ordered list of values. I have not covered this topic in detail. Detailed analysis...
    Posted to Naveed Akhtar (Weblog) by NavaidAkhtar on 07-08-2008, 12:00 AM
    Filed under: ASP.NET, C#, .Net, JSON, Java script, ASP.NET 2.0, AJAX
  • My own small .NET Micro Framework Web Server

    While developing my small Ajax.NET M! library for creating Web applications that run on the .NET Micro Framework I have started to write my own Web server. Some years ago I wrote a simple SMTP/POP server and using some code from there was a great help. The first version will only return static HTML pages...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-06-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, JavaScript, JSON, HTML, .NET Micro Framework
  • Ajax.NET M! - The .NET Micro Framework AJAX Library

    The embeddedworld2008 is over and I had some time to play around with Microsoft .NET Micro Framework devices. I can remember that I had a look on it during the first available betas on Microsoft Connect, but then stopped watching it because of the missing TCP/IP stack. The now available version 2.5 of...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 03-05-2008, 12:00 AM
    Filed under: AJAX, Ajax.NET, .NET, JavaScript, JSON, Mobile, HTML, .NET Micro Framework
  • I Pounce On The Pownce API

    The microblogging site http://www.pownce.com/ has opened to the general public so I decided to give their API a try. But the main point of this blog post is to dispute the assertion that JSON is " easy for humans to read and write ". It is not easy to read! JSON is a mess of curly braces, brackets, and...
    Posted to Robert Robbins (Weblog) by rrobbins on 01-27-2008, 12:00 AM
    Filed under: AJAX, JavaScript, JSON, JSON Viewer
  • Amazon Wish List In JSON

    Today I explored some alternative JavaScript coding methods to make it easier to dynamically create DOM elements. I used jQuery and the jQuery Plugin, FlyDOM , to work with the Amazon web service API. I bought the book Amazon.com Mashups by Francis Shanahan from the Computer Books Direct club which is...
    Posted to Robert Robbins (Weblog) by rrobbins on 01-19-2008, 12:00 AM
    Filed under: ASP.NET, AJAX, JavaScript, JSON
  • JSON Syntax Checker Tool

    Yesterday I found a useful tool for checking the syntax of JavaScript Object Notation strings: http://www.raboof.com/Projects/JsonChecker/ I needed that because I'm trying to create a widget for Stickam that will work in my compiled help file. I'm using my xml2json generic handler to convert XML to JSON...
    Posted to Robert Robbins (Weblog) by rrobbins on 01-11-2008, 12:00 AM
    Filed under: ASP.NET, XML, AJAX, JavaScript, JSON
  • Volta - Microsoft Live Labs

    On December 5th last year Microsoft Live Labs announced the Volta technology preview , a developer toolset for building multi-tier web applications using existing and familiar tools, techniques and patterns. You architect and built your application as a .NET client application, assigning the portions...
    Posted to Michael's Blog (Weblog) by Michael Schwarz on 01-03-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, .NET, Web 2.0, JavaScript, Source Code, JSON, HTML, Silverlight, MVC
Page 1 of 5 (42 items) 1 2 3 4 5 Next >