Always remain updated about current software development trends

Articles having tag: WEB-DEVELOPMENT

Load Data From Server While Scrolling Using jQuery AJAX

This article explains how to implement on-scroll loading data from the server using jQuery as seen on Facebook.

jQuery Templates/View Engines and JSON Services

Basic concepts of creating pure JavaScript applications using jQuery, JavaScript View Engines, and web services that provide JSON results that are accessed by JavaScript code via AJAX calls.

A C++ Websocket Server For realtime interaction with Web clients

A websocket protocol implementation atop Push Framework real time library plus a demo example featuring four types of communication workflows between the HTML5 web client and the server

HTML5 Web Storage in Essence

Web Storage is a brand new mechanism of storing HTTP state data, which was introduced in HTML5 to replace cookie. I delve deep into its client store mechanism and advantages compare to cookie, at the mean time I describe how JavaScript can manipulate it and...

Classic ASP and Facebook Graph API

Building on a previous article, we now delve into the Facebook Graph API and provide a few useful functions.