The Code You Will Love
English to Hindi typing
Posted on: Tuesday June 27, 2017
[crayon-68964ef850646024461687/] [...]
Read MoreTwitter Feed API
Posted on: Monday May 1, 2017
Go to https://apps.twitter.com/ and create App [crayon-68964ef850a72011608830/] [...]
Read MoreCSV to Mysql
Posted on: Tuesday March 28, 2017
Upload CSV to Mysql [crayon-68964ef850be8103403078/] [...]
Read MoreEclipse 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 MoreCountdown Timer
Posted on: Friday February 24, 2017
HTML: [crayon-68964ef850d3c757391056/] JS: [crayon-68964ef850d40116260865/] CSS : [crayon-68964ef850d43640799059/] [...]
Read MoreCompare Date time in PHP
Posted on: Friday February 10, 2017
[crayon-68964ef850e8a470859670/] [...]
Read MoreForce 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 MoreBasic 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 MoreCompile 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 MoreWrite 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-68964ef851226961756475/] Now [...]
Read More