Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Making a simple JQUERY slider

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

Mobile apps- Adding convenience or confusion

  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

How to Run Whatsapp on PC Without Bluestack

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

File handling basics in Java

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

How to debug assembly using .Net reflector?

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

How to execute stored procedure?

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

How to use Core Data in iOS Part 1?

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

Scroll in jQuery

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

How to add a video as background of your website

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

Routes in Rails using Objects

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

1 493 720
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: