Building a Simple Address Book Application with jQuery and PHP
Let's get along.
The application folder will be made up of five files:
addressbook.css
addressbook.html
addressbook.php
addressbook.js
jquery.js
Addressbook.css will contain the css for the interface styling, addressbook.html will contain the...
Data Manipulation in Silverlight 4 Data Grid
Displaying data in a customized DataGrid
Displaying data is probably the most straightforward task we can ask the DataGrid to do for us. In this...
Working with DataForm in Microsoft Silverlight 4
Displaying and editing an object using the DataForm
Letting a user work with groups of related data is a requirement of almost every application. It...
Working with Binding data and UI elements in Silverlight 4
Binding data to another UI element
Sometimes, the value of the property of an element is directly dependent on the value of the property of...
Introduction to Data Binding
Introduction
Data binding allows us to build data-driven applications in Silverlight in a much easier and much faster way compared to old-school methods of displaying...
Data binding from Expression Blend 4 in Silverlight 4
Using the different modes of data binding to allow persisting data
Until now, the data has flowed from the source to the target (the UI...
Working with JSON in PHP jQuery
PHP jQuery Cookbook
Over 60 simple but highly effective recipes to create interactive web applications using PHP with jQuery
Create rich and interactive web applications with...
Working with XML Documents in PHP jQuery
PHP jQuery Cookbook
Over 60 simple but highly effective recipes to create interactive web applications using PHP with jQuery
Create rich and interactive web applications...
Enhancing your Site with PHP and jQuery
PHP jQuery Cookbook
Over 60 simple but highly effective recipes to create interactive web applications using PHP with jQuery
Create rich and interactive web applications...
Building Your First Application
(For more resources related to this topic, see here.)
Improving the scaffolding application
In this recipe, we discuss how to create your own scaffolding application and...