(Kevin Schroeder) By definition, a web service is a remote procedure call that is made over the web. The web is run using HTTP. So for a remote procedure call to be called a web service, it needs to be called over HTTP or some derivative thereof.
Tag: JSON / JAVA / XML
How To Create a Responsive Menu Using HTML, CSS & jQuery
(Nitesh Luharuka) This is Part 5 of the series I started a long time back for creating menus, from simple to complex. In todayβs era when smartphones are making a lead in browsing websites, adapting menus to smartphones and other devices is equally important.
Understanding map:map operators, aggregates and use cases
(Gary Vidal) In this article I am going to go into a comprehensive discussion on maps, operators and show even more functionality exposed through maps. In a previous post Returning Lexicon Values using XPath Expressions, I alluded to the fact that map:map supports operators and used it to compute th
HOWTO: Validate XML content against an XML Schema
(Marco Gralike) Somewhere π on this site is a post regarding how to validate against an XML schema and although it is not incorrect, you should not use the method isXMLValid for validation.
Load on Demand Data in Webgrid on Scroll Using ASP.Net MVC and jQuery AJAX
(Saineshwar Bageri) This article shows how to load on-demand data into a Webgrid on a scroll using ASP.Net and jQuery AJAX.
Evolving ASP.NET Apps β Updating jQuery
(Simon Timms) jQuery was a revolution in how we use JavaScript. I’m not at all surprised to see that jQuery is included in BugTracker.Net. As we discussed in section 2 there are a number of different versions of jQuery included in the project.
SLGrid – jQuery/Knockout client component
(Slavko.Parezanin) SLGrid is jQuery/Knockout client component. Can be used in any web development platform: ASP.NET/MVC, PHP, Java, … and with any Database system.
AJAX-Enabled WCF Service Using JSON
(Sarita Rath) This article explains the use of JSON in WCF and AJAX-enabled WCF services.
JavaScript patterns simplified
(Igor Vigdorchik) JavaScript language exists since 1995 (if I am not mistaken) and it was always a language of choice for the web client-side development. The language is very simple to learn and start writing code but it’s not easy to become an expert.
Calling an ASMX Web Service From Other Server Using jQuery and PHP
(Sibeesh Venu) A few months back, I got a requirement to fetch some inventory data from a server and show it to an HTML page. The interesting fact was the client server (the one that I want to show the data in) does not support .Net files.
