Create your own HTML5 game with Free Tululoo IDE

It’s quite a weird name for a game maker but don’t be mislead, it’s a complete IDE for creating a complex HTML5 game. It is even free contrary to Game Maker. You can see a classic shooter on youtube made with Tululoo:

How to shorten javascript OOP syntax

You are an OO programmer at heart and JavaScript supports prototype based inheritance. Unfortunatley this leads to verbose class definitions: function Animal(name) {}; Animal.prototype.eat = function() {}; Animal.prototype.say = function(message) {}; You want a nice base class for JavaScript OO: You want to easily create classes without the MyClass.prototype cruft You want method overriding with [...]

Opensource Bug Tracking System

Vermis is designed as a standard web application written in PHP, it can be used on almost any platform and hosting service, including Windows, Linux and more.

Lightweight Javascript GUI Frameworks

Are you looking for Leightweight and attractive Javascript GUI frameworks for Desktop or Mobile. Here’s a few I found: Jitsu – Rich Web Application Framework UKI — Simple UI Kit for complex web apps XUI | javascript micro-framework for Mobile iui for iPhone (see tutorial). BaseJS: A Mobile (Safari) Javascript Framework Of course last but [...]

2 Free professional UML Tools for C/C++ Real-Time & Embedded Systems

From Using UML for Modeling Complex Real-Time System: The embedded real-time software systems encountered in applications such as telecommunications, aerospace, and defense typically tend to be large and extremely complex. It is crucial in such systems that the software is designed with a sound architecture. A good architecture not only simplifies construction of the initial [...]

7 Free Official Microsoft Press EBooks

Yeah you don’t have to buy they are offered freely by Microsoft as Ebooks: For coders: Programming Windows Phone 7, by Charles Petzold Moving to Microsoft Visual Studio 2010 Parallel Programming with Microsoft .NET Introducing Microsoft SQL Server 2008 R2 Microsoft Application Architecture Guide, 2nd Edition For administrators: Introducing Windows Server 2008 R2 Deploying Windows [...]

Grindstone 2: Best Free Time Tracking software

If you’re a professional developer who needs to easily keep track of your time for billing purpose or productivity Grindstone 2 may be the best time tracking software you could ever try: It’s really productive and clever like custom fields and reporting features. Project management and time tracking systems tend to counter your productivity by [...]

How to set JAVA_HOME on Windows

If you have just installed the Java Development Kit, it may be installed in C:\Program Files\Java\jdk1.6.0_17. This is the installation path. Right-click the My Computer icon on your desktop and select Properties. Click the Advanced tab. Click the Environment Variables button. Under System Variables, click New. Enter the variable name as JAVA_HOME. Enter the variable [...]

Free Agile Tools Online

Free Wargames

Wesnoth is a free opensource desktop wargame for Windows, Linux, Mac with nice looking graphics and sounds. Victors United is a free online wargame very accessible even for beginners. Domination is a java desktop game a clone of Diplomacy. Forces (also known as BattleForces) is a free, online turn-based strategy game that is played in [...]