ASP.NET Web API is a new framework for building web APIs on top of the .NET Framework. In this sample you will see how to create an ASP.NET script that return a list of products using web API. Email Add: [email protected]
This is a simple web application Profiling System in Java Servlet and JSP using Glassfish 4 and Mysql as the backend. Features: - Crud Student - Crud Teacher - View Profile of Student
This project will teach you how to share images using jQuery plugin. Just include slingpic jQuery plugin in your page and with a few codes and customization, you and the users of your site will be able to share images to other social networking sites. Hope you learn from this.
This project will teach you on how to create a customized confirmation box using the jQuery plugin. In my example, I used the Delete Multiple Records project that I did before. When the user click the delete button, confirmation box will display confirming if you want to delete selected files. The user has an option to delete or cancel the process. By hitting "Confirm Deletion" button, files will
/** Reservation script from Fujimura & Graphics Solutions This program is free software published under the terms of the GNU Lesser General Public License. This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For updates, please send me your personal message or comment us
This tutorial is on how to use OOP (Object Oriented Programming) in C#.
What is OOP?
OOP is when you are able to run multiple instances of one class or form at one time without them colliding in to one another. I will give you an example;
Let's say that we have a 'person' class, with the variables to hold that person's name and age. Without OOP, we could only have one person.