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

Search In

Javascript Debugging

JavaScript Debugger is very important in javascript because It is difficult to write JavaScript code without a Debugger Your code might contain syntax errors, or logical errors, that are difficult to diagnose. There are no indications for errors

Difference between Do while and While loop in C#

The difference between ‘While’ and ‘Do While’is : ‘While’loop checks the condition given with it first and if the condition is true then it enters inside the loop . That means the statements inside the loop is executed only if the condition is true

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

Magic Constants in PHP

Hello Readers, PHP Magic Constants: There are many magic constants are available in PHP, but some magic constants are most important used in php, like LINE_, _DIR_, _FILE ,__CLASS__, __FUNCTION__etc. These constants are case-sensitive. Use of the

Different Types Of Cloud

Cloud’s Types:- There are mainly four distinct types of cloud schema. We can accede any one schema as per the requirement of the business. These are mentioned as below:- 1- Private Cloud 2- Public Cloud 3- Community Cloud 4- Hybrid Cloud Private C

Input Button padding in ie 7

.button1 input[type='submit'] { background:#C30; padding:6px 30px; color:#FFF; font-size:18px; border:none; cursor:pointer; } <div class="button1"> <input type

Creating Folder Structure Inside already existing folders,Through Bat file

Creating Folder Structure Inside already existing folders..Through Bat file Hey guys...!! Today i am gonna show you "how to make folders or folder structure inside already existing folders so what i have done is, I created a folder named as LogicSim

Disable Auto Update of Mozilla Firefox

The steps below guide you through setting the configuration files required for Firefox to not only turn off updates, but deny the setting entirely. Also note, this is on a per computer basis. This process will need to be replicated on each computer/s

Crop image in mac os

If you want to crop the image without changing its quality in Objective-c/cocoa (OSX) then you can use the following method -(IBAction)crop:(id)sender{ hasBeenDragged = NO; NSImage *_sourceImage = [self image]; float width = selectedArea

Use of JSTL tag

1) Iterate List/HashMap in JSP using JSTL To use JSTL in your jsp file, you should first include below statements <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib prefix="c" uri="http://java.

1 65 320
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: