How to surf blocked website by using proxy

Internet 21 Comments »

Yesterday, I tried to visit goodkeywords.com, but there was an error I can’t access that page. I tried my times so I asked my friends and they can entered the website!. Then I figure out that may be I have been blocked by my ISP or firewall because when I tried to surf through proxy site, I can enter the site!. Let see how to visit a website that has blocked through a proxy site.

Read the rest of this entry »

How to find IP addresses and subnet number in a few seconds

Networking 4 Comments »

When you know IP address and mask number, you sometimes want to know subnet number, subnet broadcast address and range of valid IP addresses. In common ways, you can find these by convert the IP address with mask number to binary and perform boolean AND but that takes too much time. So let see how to find these answers in a short time.

Read the rest of this entry »

Useful Wordpress Plug-ins

General 2 Comments »

I have used Wordpress as my blogging system for a while. There are too many plug-ins for Wordpress available, you can’t try all of it. I found only some have useful for me or may be I haven’t try all yet(who will?). Here is the lists of cool plug-ins that I used:

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 15 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