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

Search In

How to set a type on buttons

The default value is submit, meaning any button in a form can submit the form. Use type="button" for anything that doesn't submit the form and type="submit" for those that do. <button type="submit">Save changes</button> <button type="

website css3 Triangles for website

<section class="col-2 ss-style-triangles"></section> <section class="color"></section> <section class="col-3 ss-style-doublediagonal"></section> *, *:after, *::before { -webkit-box-sizing: border-box; -m

Change the Page indicator dot in iPhone PageCotrol

To change page indicator dot in iPhone pagecontrol follow the below steps and set of codes. Open The Xcode and Create a new project Name it as MyPageControl select the project and right click and add new files and select a cocoatouch File and inhe

What’s the Difference Between Raster and Vector?

What’s the Difference Between Raster and Vector? What’s the difference between raster and vector? This question is asked by many newbie designers, webmasters and other interested individuals and sometimes the answers can be as confusing as the

How to activate the developer mode in OpenERP (Odoo) ?

Step-1 Go to browser Step-2 Click on Administrator: Step-3 Click on about OpenERP Step-4 Click on activate the developer mode. You can activate the developer mode in the About Box located under your username in the top right corner of OpenERP

How to read or parse JSON in Android

There are some times during android application development when we need to interact with our server make a prominent exhibition of data inside our application. And server return the data in particular format. It is really important to know how to r

How to avoid horizontal scroll in HTML editor

Hello all, working with HTML Editor, i came across to situation where we getting a horizontal scroll bar when we enter data in the numbered list line having width higher than the Editable Div. To solve this issue we have this block of code. On key

UIImage Cropping in Objc

Some times we click picture from ios camera but it does not return us the same image as appears inside the camera frame. Use below function to get an image of exact size which was visible through camera. Follow these Steps:- Step 1. First of all se

Fetching JSON using angular JS

The controller defines a dependency to the $scope and the $http module. An HTTP GET request to the countries.json end point is carried out with the get method. It returns a $promise object with a success and an error method. Once successful, the JSON

how to copy data to clipboard using javascript

Hello all, Working with rich text editor a user can copy and paste the data any where in rick text editor and we wanted to remove the html format of that copied data so that only plain text can be copied. To do that we have to get the copied data t

1 88 217
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: