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

Search In

How to update a field in the database in cakephp 2.x

To update a a field in the database in cakephp we uses an array, the task is done as, $this->request->id = $id; $data=array(); $data['User']['id'] = $this->request->id; $data['User']['fname'] = $filename; $this->User-&g

How to Override Inline CSS Styles

Inline styles are those defined in the HTML itself, e.g. <p> This is an <strong style="color: red;">inline style that should be blue</strong>. </p> Inline styles have the highest priority of all CSS

How to open a .pdf file in a new window in C#

Opening a .pdf file in new window On the First page write the following code:- string Url = "Wite the url of the page to be opened"; ClientScript.RegisterStartupScript(this.GetType(), "", "window.open('" + Url + "');", true); On the second page

How to find out the Coordinates of a page using jquery

Following steps are required to find out the coordinates on a page: Step1: Download the file from the location http://code.jquery.com/jquery-1.6.3.min.js Step2: Write the script under the script tag of the aspx page

How to get the text of a checkbox using QTP .

In the below code you can automate the web page using QTP and can find the text with the checkbox adjacent to it . Create a description property with micclass for web checkbox. Set oDesc = Description.create() Set oDesc = Description.create() oDesc

Now use Tasks over standard multithreading

How To Manage Asynchronous Tasks Using the Task Object You want the responsiveness that asynchronous programming in the Microsoft .NET Framework 4 provides, but also need your asynchronous methods to work with other code in your application. Tasks

How to wrap a Div with para tag using JavaScript

Hello all, working with richtext editor at time we have to wrap any content with para tag. To do that we have following code packet. in HTML we have: <div> <ul> <li><input type="submit" onclick="wrapWithP" /></li&g

How to show div at the center of the page

Hello all, When we create our UI design of HTML page, and we want to put specific div at the center of the page, we can do that with the help of CSS (Cascading Style Sheet). we can set the width of the div to a certain pixel and set the margin attri

How to calculate characters inside html editor with JavaScript

Hello all To calculate characters inside HTML Editor we can use following block of code: In HTML side we have : <div id="editorDiv" contenteditable="true" onkeydown="calculateChar()"> </div> In JavaScript we have : function calculat

How to make Email validation function in android

Here I have created a Email validation function .By used this function we can check user input value like example (sachin@gmail.com)in this example validation function checked string value are proper format or not .In my below code I have clearly des

1 116 408
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: