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

Search In

How to use different versions of Jquery on a single page

If you calling the different versions of Jquery then your code can clash the mutual variables. To use each of the Jquery versions separately you have to use " jQuery.noConflict()" Consider the links with multiple Jquery versions below:- <script

How to take inputs as only digits using Angular JS

Hello Reader! If you are designing a html form and wants to make it validate for accepting only digits as input then you can see the code below for the same:- You can create the html form like this way:- Validate Price <

How to style checkbox using CSS

If you want your html form to look more beautiful than just the simple check boxes then you can use the following advance css. This will give rich looks to your html form by styling checkbox First on the html form create the checkboxes using the cod

How to get color of image for the background using PHP

Hello Readers! If you are developing the dynamic website in which the image color will be the background color then you can see it doing in PHP :- <?php $filename = $_GET['filename']; $image = imagecreatefromjpeg($filename);

String Methods

Reverse ( ) Method : This method is used to reverse the entire string. Example : var1 = 'mukesh' var2 = 'tomar' var3 = '....hello mukesh' puts var1.reverse puts var2.reverse puts var3.reverse puts var1 puts var2 Ou

Uses of class and objects

Use of classes and objects in ruby id different to other languages . And tell how to declare and define function in ruby and how to call the functions . Example : In below example i am creating a program of simple arithmetic program . class Arith

How to apply CSS style in CakePHP ?

To apply a CSS Class to a form generated by the Form Helper in CakePHP see the example below 1. To add a class to a form tag: echo $this->Form->create('User', array('class'=>'form')) 2. To add a class to a input tag: echo $this->For

Responsive web design is working on mobile device and Ipad

The Viewport Meta Tag <meta name="viewport" content=""> Within the content=" " you can enter a load of comma delimited values, but we’re going to to focus on the fundamental ones for now. For example, if your mobile design is purposely laid

Inserting data from one table to another

Inserting Data from one database table to different Database table. we can insert or copy data from one database table to another table of different database in SQL Server 2008 using following query keeping one thing in mind that the datatype of co

My Sql Beginners Guide

Hello Friends Please visit the following link for Mysql Beginners [MY SQL DATA BASE FOR BEGINNERS][1] I think that this link is very useful. Here you can find the details in Pictures form, so that you can smoothly learn My Sql. Thanks.

1 100 949
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: