(Kyle Richter and Joe Keeley) This chapter from Mastering iOS Frameworks: Beyond the Basics, 2nd Edition demonstrates how to parse and present JSON from a sample message-board server in an app, and encode a new message entry in JSON to send to the server.
Tag: JSON / JAVA / XML
Recommended CMS For a Static HTML5 Blog
(Ankur Mishra) This article provides many recommended CMSs for a static HTML5 blog.
Create an HTML5 (and JavaScript) Maze Game with a timer
(ProgramFOX) This article explains how to create a maze game with a digital timer using HTML5 (the canvas-element and JavaScript, without the use of Flash).
Component-based JavaScript Development with React.js
(Gigi Sayfan) React.js is an open source JavaScript framework from the developers at Facebook. React takes a different approach than your run of the mill JavaScript framework on several fronts. First of all, it focuses only on the view part of MVC frameworks.
Interfaces and Lambda Expressions in Java
(Cay S. Horstmann) In this chapter from Core Java for the Impatient, you will learn about interfaces and lambda expressions, including static and default methods, method and constructor references, processing lambda expressions, variable scope, higher-order functions, and local inner classes.
Show Search Data and Paging in ASP.Net Grid View Using jQuery
(Rahul Saxena) In this article I explain how to make a search application with paging in an ASP.NET Grid View using jQuery.
XML Database and XQuery to the Rescue
(John C Rayan) Regardless of the platform and languages, processing a very large XML (for example, a size > 8G) is a daunting task. Traditionally XML is loaded into memory and using DOM the XML is processed.
Easily Create Responsive Websites Using Bootstrap
(Voja Janjic) Bootstrap is an HTML, CSS and JavaScript framework for developing responsive websites. It is easy to use, can be learned quickly and significantly improves productivity by saving many hours of development. In this tutorial, I will focus on the CSS part of the Bootstrap framework, the c
Has the Native vs. HTML5 mobile debate changed?
(Matthew Mombrea) You know what they say, if you want to start a flame war have an opinion on HTML5 vs Native mobile app development. I’m reopening this can of worms because the landscape has changed over the past 18 months and surprisingly business are starting to lean toward HTML for upcoming proj
DropDown Binding With jQuery
(Joginder Banger) In this article we learn how to bind a Dropdown using jQuery.
