Working on an Android Game

Lately Ali and I are planning to work together on a simple free android game. We thought of working on IPhone first, considering the volume of users we could reach. But eventually, we could not resist the simpler Java language over the cryptic Objective C. We will think about porting to IPhone after the Android version actually gets completed. We have found a very good game framework called Libgdx. The game will be a side scrolling, avoid the enemies style game that will use the touch and accelerometer together. [Read more…]

My DIY Solar Panel

On the vacation back home, I made these solar panels.
[Read more…]

Flash Game for Flash Programming class

Yes, indeed..flash is dying. But this class was fun. Simon is a good teacher. Ali and I worked together on this project. This game uses OOP for all character and the game. Sorry, we didn’t put the Mute option for the sound. I did all the graphics in about 3 hours. Ali’s strong physics knowledge was very useful for the dynamics of the arrow in the game.
Get Source Code.

Simple Java Minesweeper Game.

This was the final assignment for JAC444 at Seneca. Its a simple minesweeper java applet game. Kyle and I worked on this together. I realized team of 2 is better than 1 or 2+. In pair programming, one of the programmer types the codes while the other look over his mistakes and makes sure they are working in right direction. Sort of like rally driving, one person drives while the other gives navigation information. This game could use some improvement for rendering. Download Source

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

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…]