Create Watermark on photos using Photoshop

Tutorials No Comments »

Introduction
I’ve recently added Recent photo’s section on the sidebar with some of my photos. Then, I wanted to add copyright tag to my photos so I decided to write a tutorial about watermarking.

Read the rest of this entry »

How to compile VTK for Java using Microsoft Visual Studio .NET 2003

Tutorials 3 Comments »

Introduction
Currently, I’m doing a Java Project that need some 3D image processing so I come across with VTK which is an open source consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. To use VTK in Java, I need to compile VTK for using with Java. I have found only a few website that related with this topic and hardly to get troubleshoot problems so I decided to write the tutorial.

Read the rest of this entry »

Accessing SQL Server on NetBeans using JDBC, Part I: Create a connection

Java, MS SQL Server, NetBeans, Programming, Tutorials, Windows 75 Comments »

Introduction

This tutorial show you how to use NetBeans to connect SQL Server (2000 and 2005) by using Microsoft SQL Server JDBC Driver.

Read the rest of this entry »

UML Modeling on NetBeans, Part IV: Generate a diagram from existing code

Java, NetBeans, Tutorials 2 Comments »

Now I will show about how to generate a diagram from an existing code. It also can be called reverse engineering method. This example I will generate a class diagram from my existing source codes.

Read the rest of this entry »

UML Modeling on NetBeans, Part III: Generate code from a diagram

Java, NetBeans, Tutorials 5 Comments »

In this part, I am going to show how to generate code from existing diagram so that it can reduce a lot of work if you have an well-defined diagram. Also, it can make sure that the coding structure of your project will conform as in a diagram.

Read the rest of this entry »

UML Modeling on NetBeans, Part II: Create a Use Case Diagram

Java, NetBeans, Tutorials 18 Comments »

A Use Case diagram is useful when you are describing requirements for a system in the analysis, design, implementation and documentation stages.

Read the rest of this entry »

UML Modeling on NetBeans, Part I: Installation

Java, NetBeans, Tutorials 11 Comments »

Introduction
This article show how to create UML Model on NetBeans and infers that you have already install NetBeans 5.5 (IDE) already. It divided into 4 parts:

Read the rest of this entry »

Split a string

Java 1 Comment »

Split method in String class will break a string into tokens or array. By specify regular expression as delimiters, as the example below.

Read the rest of this entry »

Powered by WordPress | WP Theme & Icons by N.Design Studio

Entries RSS Comments RSS Log in