
PRJ666 (Project Management)

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
Project Wiki
https://zenit.senecac.on.ca/svn/ecl500_111rep2/trunk/project/
Web Services Assignment WSA500
Download Source
Absolute beginner’s guide to Eclipse
Following article is a part of my Lab exercise for Eclipse course I am taking during Winter2011.
Click here for the java files used to create this tutorial
When Eclipse is run, it asks for a workspace location. I will use ./wksp/basics/labs. You can choose to use this workspace by default by ticking the checkbox. Eclipse starts with the Welcome tab. On this window, you can get more information about using Eclipse. Close the Welcome tab. [Read more…]