Quantcast
Channel: sakthi – Infopitcher
Browsing all 21 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Responsive website using css3 media queries

Due to the rapid development of the technology the screen resolution is varies according to the devices(mobile, iPad, iPhone, desktop, laptop,e tc) so to  give good representation of data  for all type...

View Article



Image may be NSFW.
Clik here to view.

Inserting ads between posts in your wordpress blog.

For those who want to display any type of advertisement in between posts in wordpress bolg , this post will be very helpful. You can do this within few lines of code. Inserting ads between posts in...

View Article

Image may be NSFW.
Clik here to view.

Playing YouTube Videos in HTML

Now it’s very easy to play a video in a web page, you just upload the video to youtube and use HTML5 youtube code to display video. This post explains you how to implement youtube video into your html...

View Article

Image may be NSFW.
Clik here to view.

Change stylesheet for mobile devices using PHP

For those who looking to change stylesheet according to device this post will be very useful. For a better presentation of data some may do separate mobile website and do redirect using .htaccess and...

View Article

Image may be NSFW.
Clik here to view.

Image grayscale effect on hover using CSS3

In this post I am going to show how to create image grayscale effect using CSS3. This kind of effect you have seen before using Jquery or JavaScript. Use it and make something better for your website...

View Article


Image may be NSFW.
Clik here to view.

Background Image Change on every 5sec using css3

For those who looking to change background image on every 5sec or some period of time this post will be very useful. In the past we have done this using some scripts like jquery, now you can do this...

View Article

Image may be NSFW.
Clik here to view.

Animated Text and Icon Menu with CSS3 @keyframes

CSS3 @keyframes is one of famous property of CSS and its mainly used for animation, so here In this post I am going to show you how to create an  animated navigation menu using CSS3 @keyframe...

View Article

Image may be NSFW.
Clik here to view.

Simple image gallery hover effects with CSS3 @keyframes and filters

Here we are going to see about creating a Simple image gallery hover effects with CSS3 @keyframes and filters. By simply applying a handful of CSS3 properties, we’re now able to create image gallery...

View Article


Image may be NSFW.
Clik here to view.

Fixed Table Header Plugin

Fixed Table Header is a simple plugin to fix table header for any valid table mark-up. This jQuery plugin is an active project so we will update new features and improvements in future to be released....

View Article


Image may be NSFW.
Clik here to view.

Change Title and Divider color of Progress Dialog in Android Application

In this post, I would like to share how to change the title and divider color of Progress Dialog.I searched for a long time to customize my divider and title of progress dialog, but I couldn’t figured...

View Article

Make iframe automatically adjust height according to the contents in it using...

In some pages in your application you may need to feed content form other domain or other pages from same domain using iFrame . We normally set width and height for the iFrame so if the content is...

View Article

Usage of ‘this’ keyword in java

It always holds the reference of the current object.It can be used in the following situations 1.this can be used to refer current class instance variable. 2.this can be used to invoke current class...

View Article

Static Properties and Methods

Static Properties 1.It will be created commonly only once for all objects. 2.It will be initialized only once when the first object is created , further initialization is not permitted. 3.It is...

View Article


Array Manipulation

Array is a finite collection of similar datatype arranged in a adjacent manner. Array Syntax Method – 1 datatype arrayname[]=new datatype[size];  Method – 2 datatype arrayname[]; arrayname=new...

View Article

Print ‘N’ Numbers in Reverse Order Using Array

The following java program gets ‘n’ numbers from user and prints the same in reverse order using array. import java.io.*; class PrintNReverse { int n; int a[]; BufferedReader br; void get()throws...

View Article


Sorting In Ascending Order Using Array In Java

The following java program arranges a collection of numbers in ascending order using array. import java.io.*; class Ascending { int n; int c; BufferedReader br; int a[]; void get()throws Exception {...

View Article

Sorting In Descending Order Using Array In Java

The following java program arranges a collection of numbers in descending order using array. import java.io.*; class Descending { int n,c; int a[]; BufferedReader br; void get()throws Exception {...

View Article


Find the biggest of ‘n’ numbers using array in java

The following java program finds the biggest number in a collection of array. import java.io.*; class BiggestOfArray { int n; BufferedReader br; int a[]; void get()throws Exception {...

View Article

Search a number from an array in java

The following java program to search a number from a collection of numbers in an array. import java.io.*; class Search { int sno,n; int a[]; BufferedReader br; void get()throws Exception {...

View Article

Matrix Generation Using Array

The following java program generates matrix using two dimensional array. import java.io.*; class Matrix { int r,c; int a[][]; BufferedReader br; void get()throws Exception { System.out.println("Enter...

View Article
Browsing all 21 articles
Browse latest View live




Latest Images