JSON

Facebook Like - Timeline Design

Submitted by alpha_luna on

Facebook Like - Timeline Design

In this tutorial, we are going to create Facebook Like - Timeline Design using jQuery and CSS. We all know, timeline design already exist on a social networking site and it's called Facebook. In this case, we are going to discuss how to design timeline in our web page in a simple and easiest way using jQuery, CSS, and JSON file for the data.

Real Estate Website using AngularJS

Submitted by jaronavales on
Getting Started with AngularJS AngularJS is an awesome framework for building single page web applications, and it's definitely among the most popular out there. When I started learning Angular, I felt lost for quite a while, and I couldn't quite wrap my head around it at first. This app you can see the real estate website and it's property listing page. Through this, you can Edit, Delete and Add

ASP.NET Assignments

Submitted by sba stuff on
My ASP.NET assignments in C#. Through These Assignments You Will Learn; (Click And Open Website Not A Project. And Give Folder Path) 1: Insert, Update and Delete Record. (SQL Server 2008 R2) 2: Using Google API. 3: Uploading Image. 4: Swapping Images 5: Toggling 6: Threads (CLOCK) 7: Session Handling. 8: Retrieval Of Records From Database and Show in Data Grid View. 9: XML READING And Writing. 10

API JSON Parsing in PHP

Submitted by Yorkiebar on

Introduction:

This tutorial will be on how to use an API which returns a JSON format of information in PHP.

API? JSON?

An API stands for an Application Program Interface and is used by external applications to connect with prebuilt libraries or sources of information via the API making the connection between the two. JSON is a form of information formatting, and stands for JavaScript Object Notation.