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
Sunday, 17 March 2013
[JAVA] Java Connecting With An ODBC
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
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
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
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
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
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
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
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
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
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
The following requirements should be met before starting this tutorial: HTML & PHP Knowledge PHP-enabled host Ability to upload
[VB6] Create A Simple Stopwatch
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