
Search In
Here is a simple Jquery code to make a slider.
HTML CODE:
<div class="container">
<ul class="clearfix slider">
<li class="active">
<img src="img/img1.jpg">
</li>
<li>
<img src="img/i

I remember the days where a long list of grocery items and it took hours to finish buying them. Recharging, movie-ticketing, transport bookings, restaurant reservations, everything was time consuming. But now all these things are at your do
In 2009, WhatsApp was founded by two Yahoo! Former employees, Brian Acton and Jan Koum. Since then, there was no looking back for them. Whatsapp added 1 million users every day, and now Whatsapp has around 450 millions users, which indeed a large num
Hi there,
This blog is to get you familiarize with Java file handling using java.io package. Suppose you need to read the content of your file and need to do operation on that data, in that situation you can opt to use file handling to access the da


Hi Friends,
Debugging precompiled assemblies into some meaningful and understandable code is not an easy task without proper tools. Visual Studio ships with a tool named "IL Disassembler" and it does the task for taking a look at the struc
Stored Procedure is already written queries which are saved in database. If you want to use any SELECT, INSERT, UPDATE, DELETE query multiple times then you can put your query in stored procedure and use it anywhere. You can execute your stored proce
Core Data framework is used to store data in the form of entities and maintained by Apple in a very well defined manner. Here is an example usage of Core Data to insert,delete,update and fetch data from entities with in the same. To use Core Data wit
Suppose when any page has lot of information and you are at the bottom of the page and we want to back at top of the page, either you can refresh the page or click on a link there.
Example:
Html code:
<!DOCTYPE html>
<html>
<h
Hii,
While designing a web page our main motto is to design the web page beautiful and attractive with the help of CSS.
Here is one more option i.e to add a video in the background of a webpage to make it more attractive and beautiful.
Adding video
Hi friends,
Whenever a request comes to a server, the first thing comes into picture is routes, that tells the request about which controller's action will respond to that request. When I started creating my first application one thing always co
