This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Monday 25 March 2013

[VB] Cara Membuat Alarm Sederhana Dengan VB6

Hi Lp'ers
Hari ini saya akan memberikan tutorial untuk membuat "Alarm dengan VB6"

Sunday 17 March 2013

[JAVA] Java Connecting With An ODBC

Hi Little Programmer
This tutorial will give you how to Connecting Java with an ODBC
Lets Begin & Study Hard !

Java Database Connectivity (JDBC) supports ODBC-based databases and provides a independent database.

JDBC has four primary pieces, used for each database access phase:

[JAVA] Basic GUI Tutorial in Java

Hi Little Programmer
Today i'll give you "Tutorial Basic GUI In Java"
I Hope you enjoy & Let Study Hard !


Introduction 

Making GUIs in Java can be quite difficult. Some prefer to use layouts such as BoxLayout, SpringLayout, and more (I will focus in this later). If you are not familiar with these ones, or if you want a really personalized

[JAVA] Make a Transparent Swing UI Components

Hi Little Prgorammer
Today i'll show you to make a Transparent Swing UI Components
Lets Begin !

In this tutorial I will explain how to create transparent swing UI components.

Let’s start with simple example of how to make a transparent button:

[JAVA] Create a Simple Binary Clock

Hello Little Programmer
Today i'll show you , How to creating a Binary Clock :D
Lets Begin

Table of Content: 
1.What is a Binary Clock and How To read it?
2.Getting started
3.Creating JFrame and other needed things

Saturday 16 March 2013

[JAVA] Create A Basic Notepad

Creating a basic notepad app

What do I already need to know in order to follow this tutorial?
Not a lot, actually. This stuff is a lot easier than people tend to make it look. My aim is to show you how simple it is to harness the power of Java. Just so long as you've got a basic grasp of the stuff, you should be able to take it in.

[VB6] Create A Simple Web Browser

Hi Little Programmer To day I'll Share Tutorial "Create A Simple Web Browser With VB6"
This web browser is very self explanatory but the steps are shown. Once loaded Visual Basic, follow these steps.
1.Create a new project, and then go to "Project" on the menu. 
   Click components or use the shortcut Ctrl+T

[VB6] Create Captcha in VB6

Concept 
The basic thing we are goin' to do is the following steps:
1) Generating Random characters.
2)Printing them in a picture box.
3) Making them scratched.

Friday 15 March 2013

[PHP] How to Securing File Uploads


When letting a user upload a file, it is a very bad idea to not run any checks on that file. In the previous tutorial I showed you how to run a few cosmetic checks on it, but nothing that REALLY prevented someone from messing with your server.

Sure, stopping invalid mime types, excessive filesizes, and blank files could decrease the amount of spam by a lot, but it isn't enough to stop those who really know how to goof things up.

[PHP] How to Make Recaptcha

Hello a Little Programmer
Have you seen website registration page lately? See that image where there are texts, words, alphanumeric or phrase that you need to type? That is what we called CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart). Before, if you want to incorporate captcha into your page, you have to make some functions in php to convert your string into an image. And you have to enable image functions

[PHP] How Many Users Online

Hello a Little Programmer
Today i will show you , how to see Online People on your website.
Very Simple & i Hope You enjoy with this tutorial

Step1:
Creating the database create a new database called 'users', with 3 fields inside a table. These fields are timestamp, ip and file. Name the table useronline by the way. Now with the form on the PhpMyAdmin page,

[PHP] Basic Login Script With PHP

First, I accidently posted this to PHP Programming Help, and then realized I put it in the wrong forum. It's now been submitted to tutorials for review. Sorry about that.

This tutorial will attempt to teach you how to build a rudimentary login system for your site. It's assumed that you understand MySQL concepts, as well as session variables and form handling.

[PHP] Uploading A File

This tutorial is aimed at beginners. It uses basic functions so you shouldn't have any difficulty. The purpose of the tutorial is to teach you how to upload files using PHP and HTML forms.
The following requirements should be met before starting this tutorial: HTML & PHP Knowledge PHP-enabled host Ability to upload

[VB6] Create A Simple Stopwatch

Welcome Little Programmer
 I will show you how to create a simple stopwatch for visual basic 6 beginners. This stopwatch consists of 3 labels called Label1, Label2, Label3 and 2 buttons called btnSart and btnExit.

[Java] Introduction To Java With Eclipse

Instructions: Before we begin your going to need a program to start programming with go to eclipse.org you will be presented with a bunch of downloads, but should download you one that is presented in this picture