This is an Android Calculator which is programmed by android language and using Java Math Class. This calculator is compatible with android devices
MYTUNES WEB APPLICATION – ASP.NET MVC VERSION
The sample application is a web site for a fictional MyTunes Web Application for ASP .NET MVC Version. It includes
functionality such as CRUD operation in Tracks, Artists, Albums, MediaType, Genre and MedeiaCategories. And Their some other
Details operation. Also Relationship between Artist, Album, Tracks. You can view the completed application in
here
Building HTML and JavaScript Web Apps
We built a small application that uses a single-page application (SPA) design. “Single-page application”
is the general term for a web application that loads a single HTML page and then updates the page dynamically,
instead of loading new pages. After the initial page load, the app talks with the server through AJAX requests.
The AJAX requests return JSON data, which the app uses to update the UI. The JSON data will be made available
by exposing a restful API using ASP.net WEB API and Entity Framework for database access. You can view the entire application
here
Our project included to create a JSON API in Rails that will allow full REST--ful CRUD operations to performe on the Playlist
with modifying the PlayList Track table of the Chinook sample database with MySQL. Clients will be able to read from the Track
table to get a JSON list of available tracks. Clients will also be able to register for API use through a profile page and will
be given a unique API key. Registered clients of the API will be able to create, read, update, and delete their own playlists
and the tracks that are on them. All the API Functionality can be initially verified via the PostMan application,
Client was built with Angular JS as a front-end site and the details site is in
here.
Add a JSON file to your application with data for at least three student objects. These students will be read in from the JSON file and stored in an array in a model as soon as the application loads. So, the application will display those students in the “list” on the web page as soon as the page loads.
Instead of displaying all students from the JSON file and all new ones added in an unordered list, they will display in a table that is nicely formatted with Bootstrap.The form for adding new students will also be nicely formatted with Bootstrap.
Also added two innovative features searching and deleting single data.
Here is the github link to view the full project
This is a site developed in Wordpress for one of the class project Acme Adventure Travel Agency. Some of the screen capture in given in here.
MVC
This MVC Lab was assigned to us to learn about how MVC Architecture works in PHP. We needed to get Display, Search, Insert,
Update, and Delete of Sakila Actors Here is a github link to view the whole project.
MVC
This Final project assigned us to create two web sites in PHP that will serve as a custom Content Management System. Using the administrative back-end site, the basic structure
(i.e. pages, content areas, articles, & style templates) of a website can be dynamically created and modified by only authorized users with the appropriate permissions.
The additions and changes to the site’s structure will all be stored in the custom SQLite/MySQL databases that will be created to support the CMS.
The front-end site will be dynamically displayed based on the structure stored in the CMS database. The front-end site will be viewable by all users, but users with the
appropriate permissions will be able to log in and make some changes to site content.
Here is a github link to view the whole project.