Archive for the ‘JSON’ Category

VS2005 Errors when creating .aspx pages that retrun XML or JSON


I kept getting this on a page that did nothing but reference a code behind. Validation(): Element 'html' occurs too few times. This is because VS2005 is performing HTML validation by default. Yuk. You can turn this off by going to: Tools --> Options --> Text Editor --> HTML --> Validation Uncheck ...

Handy AJAX data structures using JSON, XML, ADODB, PHP, and Mysql


I'm working on a project where I thought a little AJAX magic would help the user interface a bit, so I've been adding that functionality piece by piece. For this web site, we've previously standardized on using the ADODB PHP database abstraction library for all our queries. The particular circumstances ...

Close
E-mail It