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

Search In

Implement Doubly LinkList Using C

Doubly Linklist:- In Singly Linklist we have to move only in forward direction. we don't move in backward direction in linklist but Using Doubly Linklist we can iterate in both forward and backward direction. The Below code will shown you how to cre

JQuery find() vs children()

These methods are used to select the child node of the matched elements. find()- A find() function searches the whole DOM (document object model) below the current node,i.e., search through the matched elements child, grandchild, great-grandchild…

How to implemente confirm password functionality with jQuery?

At the time of registration or change password we need to provide password, so for this we usually implement Confirm password functionality. Example: In the below example I want to confirm password on form submit, so for this I have created a functi

How to define Access Control in OpenERP/Odoo ?

Access control has a model to which it grants permissions, the permissions it grants and optionally a group. Access controls are additive, for a given model a user has access all permissions granted to any of its groups: if the user belongs to one g

How to validate a form on submit?

Whenever we create a form, we always have a requirement to put validation for empty fields on some input fields on form submit. For this we use onSubmit attribute of the form, inside which we can define a function that will have validations. Example

How to represent the odd/even rows using alternate colors

We can create odd/even stripes with different alternate colors which is easier to identify and good to represent the data in alternate color format. We can use the css method to color the even/odd rows using class selectors. This is the case when th

Interactive line chart with NVD3

NVD3 is a very powerful java script library to render web based graphs. It automatically handles the scaling and plotting by itself. We just need to concern the data. NVD3 just takes data and render the graph. Data Format : NVD3 expect an array of

IPV4 packet structure

Internet Protocol being a layer-3 protocol (OSI) takes data Segments from layer-4 (Transport) and divides it into packets. IP packet encapsulates data unit received from above layer and add to its own header information.       Th

  • 202
How To Create Halftone effect In Illustrator

STEP 1   Choose File > New. Once the new document window appears name the document then add width and height. Make sure that your document has large canvas.   STEP 2   Type your text using Bold and thick font than select the t

How to Implement ofstream of high.txt File in C++

I want to output a score in a file high.txt that is highest among the previous score (It is actually a guessing game) but everytime i run this code it outputs 1 as the highest score (it should be no of time i guess for example if i guess the random n

1 400 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: