Tutorials

How to Create an Executable Jar file

July 21, 2009 Java

SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.config.clipboardSwf =’http://alexgorbatchev.com/pub/sh/2.0.320/scripts/clipboard.swf’;SyntaxHighlighter.all();Pre-requisites: JRE(any version above 1.2) JDK (any version above 1.2) This article demonstrates the creation of an executable jar file. This is a hands-on tutorial, I recommend you to follow the below mentioned steps practically instead of simply reading this tutorial. Step 1: Download Source Code (nodalo-src.zip) and Binary Classes (nodalo-bin.zip) [...]

2 comments Read the full article →

How to install apache ant

July 14, 2009 Java

I recorded a video that demonstrates how to install Apache Ant Software on a windows machine. Apache Ant is a java based build tool. You may read the text instructions for installing ant. You may want to download Apache Ant Software.

0 comments Read the full article →

Java Development Kit Installation Guide

September 25, 2008 Java

Target Audience: Computer Science engineers, Software techies and java newbies. Content: This is a Google doc presentation that demonstrates the installation of (JDK-Tiger)Java Development Kit 1.5 for Windows. To see this presentation in full screen or in a larger view click on the following link: http://docs.google.com/Presentation?id=dg8zg9kx_136cdt3qmgn Tip: Look for speaker notes of the presentation for [...]

0 comments Read the full article →

AVR for beginners

August 18, 2008 Tutorials

Target Audience: Electrical and Electronics engineers, electronics enthusiasts and micro-controller maniacs. Content: This is a Google doc presentation that introduces AVR micro-controllers. AVR is manufactured byAtmel Semiconductors. To see this presentation in full screen, or in a larger view, click on the following link: http://docs.google.com/Presentation?id=dg8zg9kx_35gmxk3wdd Tip: Look for speaker notes of the presentation for detailed [...]

0 comments Read the full article →

Learn Javascript and rock the Web World

July 7, 2008 Tutorials

Target Audience: Novice web programmers, Computer science students. Content: This article attempts to clarify in simple terms: what is javascript and how to get started with it. Author: Mahesh Jagadesan, Mahesh is a Technical Consultant in Tech Mahindra, India. He is an experienced Javascript programmer. What is JavaScript? It’s a scripting language that’s most commonly [...]

1 comment Read the full article →

Inheritance concept in Log4j

July 4, 2008 Java

// Target Audience: Enterprise Java programmers, beginners in Apache Log4j tool. Introduction: This article illustrates the inheritance concept of the world’s most popular Java Logging Framework, Log4j. This blog posts explains one of the nice features of Log4j that caught my eyes. By the way, Log4j is an opensource tool by Apache software foundation (which [...]

1 comment Read the full article →