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

Search In

How to edit column header using Handson Table

How to edit column header using Handson Table  While using Handson Table, I faced a issue of making Headers editable. The HandsonTable plugin can be downloaded from the following link: github The solution which I got for making headers editab

How to Use HTML5 “picture” tag or Responsive

Most Common Solution for responsive images We are using this code below : img { max-width: 100%; height: auto; } A new option (tag) has come <picture> <picture> is a new element which is set to become part of HTML5.

Prevent SQL Injection Attack

SQL injection is a technique that exploits a security vulnerability within the database layer of an application.Using this technique the attacker tries to run his own malicious query against the database.The key component of these malicious queries i

How to get child of Category(Parent Child relation)

Hello reader's today we discussed about "How to get child of Category". In Wordpress, if we create a category and their sub category and we want to call category and their sub-category. In Programming language we called it Parent Child relation. The

How to set Cookie() function in JavaScript.

With the help of javascript i have created set Cookie() function. In the below code I have store all the values in the single cookie. By using this function many cookies will store at a time. <script type="text/javascript"> var today = new D

How to create deleteCookie() function in JavaScript

With the help of javascript, I have created deleteCookie() function. In the code given below, I have stored all the values in a single cookie and then used deleteCookie() function for deleting the cookie. When the cookie session expires, previous coo

How to make listview scrollable inside ScrollView

If you apply ListView inside ScrollView, then the items of ListView will not scroll. By default the scrolling of ListView will not work if defined inside ScrollView. To make the scrolling work, use the onTouchListener. Below is the code to make listv

How to set the Price Security in OpenERP(Odoo)?

Step-1 Install the Price Security module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file. class account_invoice_line(models.Model):

Adding attributes to short code in wordpress

Welcome to Findnerd. We all knows the power of shortcodes. It is very simple way to create a new functonality. We are going to discuss the way how we can add attributes in shortcode. We can give any name to shortcode and then manage attributes using

Interface with default methods vs Abstract class in Java 8

Interface with default methods in Java 8 In later version of Java Interfaces always contained only method declaration. We are not giving method definition in the interfaces because java did not allow multiple inheritance of classes. But in Java 8 it

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