ASP.NET MVC3 Application Project

ASP.NET MVC3 Application for a typical recruitment company. The company has many employees who can work for a certain client company. Many to Many relationship between employee and client. The models are made using code first entity framework 4.1 Iteration 1: Model class files completed. Basic site working. Needs Authentication to be added. Iteration 2: Jquery was added. Some ajax features added. JQueryUI was added to get a thematic look. Jquery full calendar plugin was added to the homepage. I am hosting it on my home server, torontoworkforce.veryusefulinfo.com for demo purposes. If is down, then probably my computer is shut off or I may have shut the server down temporarily to work on the computer. Iteration 3: User authentication added.

PRJ666 (Project Management)

I Developed iOS mobile application for Zymurgy Systems with complete software development cycle as a member of a team of 4 developers. Links to Project Initiative Document, Development, Testing, User Guide. Click to see full user guide of the app.

Progress Bar to display server’s script execution: using JQuery/JQueryUI

Until now, you have been opening a shell or terminal to execute your script, but now your boss wants to be able to execute the script, but he doesn’t know anything about CLI(command line interface) commands. So, what can you do? how about having a web interface that allows him to easily activate the script. Yes, that would work and its easy too. But if the script takes 5 min to complete, we don’t want to show a blank page during those 5 mins. It would be better if there was a progress bar that showed how much percentage of the script is completed. Today, we will learn to do just that, Create a progress bar to display server’s php script execution using JQuery and JQueryUI. [Read more…]

Weather Service with Server and Client..OSGi / Java / Eclipse Class

This project was for the Eclipse class. This is a java application. The project contained 2 separate bundles working together. The provider bundle serves the weather service. The client bundle consumes the service provided by the provider and displays the weather information.

Project Wiki
https://zenit.senecac.on.ca/svn/ecl500_111rep2/trunk/project/

Web Services Assignment WSA500

Deploying your WCF WebHttp Service to the warp server. This project is a visual studio project, uses Entity Framework to access mssql database.
Download Source