Windows 8 Useful Tips
I've started to use Windows 8 about one year ago and do enjoy it and below is a list of tools to make the Windows 8 experience more enjoyable. 1.…
I've started to use Windows 8 about one year ago and do enjoy it and below is a list of tools to make the Windows 8 experience more enjoyable. 1.…
Lesson Video on YouTube Lesson Slides on Google Drive Reference Aptana site: http://www.aptana.com/
My compiled list of WordPress tricks that I wish I would have known earlier: Permalink setting Drag and Drop Image to Blog Post Prevent SPAM Rearrange Post Order Add Google…
As someone whose background is mostly in Java and C/C++, the following list is what I like about Python syntax (the list is growing as I learn more about Python).…
InkScape is a "Linux, Windows & OSX vector graphics editor (SVG format) featuring transparency, gradients, node editing, pattern fills, PNG export, and more. Aiming for capabilities similar to Illustrator, CorelDraw,…
This tutorial shows how to create a simple HTML5 application in Aptana Studio Verify Aptana Studio Version This tutorial is based on Aptana Version: 3.4.1 Create a New Web Project…
This post shows you how to create a simple project in Eclipse using SmartGWT. PS If you have trouble viewing the images on this post, you are likely behind a firewall…
In this lesson, we will make the Board class check the game progress and stop the game once someone has won. I will then introduce the concept of Java Arrays.…
In the last lesson (Lesson 2), we created the Tic-Tac-Toe Board and GameBall classes. We also added GameBall objects to the Board object. In this lesson, we will add a…