The Code You Will Love

CSV to Mysql

Posted on: Tuesday March 28, 2017

Upload CSV to Mysql [crayon-6801234100fa0007683020/] [...]

Read More

Eclipse for Java

Posted on: Sunday March 19, 2017

Download and extract zip folder and click on eclipse application. there is no need to installation. the other IDE (Integrated Development Environment) also available but here we will use [...]

Read More

Countdown Timer

Posted on: Friday February 24, 2017

HTML: [crayon-68012341016a0079400165/]  JS: [crayon-68012341016a4287918718/]  CSS :  [crayon-68012341016a7793114242/] [...]

Read More

Compare Date time in PHP

Posted on: Friday February 10, 2017

[crayon-6801234101a7b098437380/] [...]

Read More

Force users to use the WWW or Non-WWW version of your domain

Posted on: Wednesday November 16, 2016

Force users to use http://www.yoursite.com To force users to use the www version of your domain all you have to do is add the following code to your .htaccess file (just replace yoursite.com with [...]

Read More

Basic points and Data Type in Java

Posted on: Sunday October 16, 2016

Data Type Type Explanation int A 32-bit (4-byte) integer value short A 16-bit (2-byte) integer value long A 64-bit (8-byte) integer value byte An 8-bit (1-byte) integer value float A 32-bit (4-byte) [...]

Read More

Compile and Run Java

Posted on: Sunday October 16, 2016

Compile: Type ‘javac’ space file name ‘demo.java’ : D:\java-test>javac demo.java Run: Type java space demo. will output Hello [...]

Read More

Write First Program and Installation testing in Java

Posted on: Sunday October 16, 2016

Now we are going to write our first program , So just open any text editor or you can use Dreamweaver also to write Java program. Step 1 : So just write this: [crayon-68012341028d5067967763/] Now [...]

Read More

Java Installation

Posted on: Sunday October 16, 2016

Install java jdk 1. Java SE Development Kit 8 Downloads The JDK is a development environment for building applications, applets, and components using the Java programming language. The JDK includes [...]

Read More

Contact Form process in PHP with google reCAPTCHA validation

Posted on: Friday September 30, 2016

Contact Form process in PHP with google captcha validation. First Create Google reCAPTCHA here. Protect your website from spam and abuse while letting real people pass through with ease. The new [...]

Read More
Translate »