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

Search In

Checkbox and Radio Buttons using Bootstrap(Touch Friendly)

Hello Readers,In my example I have simply created Radio and Checkbox buttons using Bootstrap framework. We basically use checkboxes when we need to select one or several options from a given list while radio buttons are used for selecting one option

Creating Custom Post Types in Wordpress

As we know wordpress contain post and pages as their primary substance. They are main content type in wordpress .But we can also make our own custom content types these are called custom post types.  They are similar to post and pages

How to append/add and remove input field in a form with just on a click?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to append/add and remove input field in a form with just on a click?  In this blog we will see how to append text input fields in a HTML form using jQuery and process the s

How to show animation with objects

Animation On x and y axis. If we want to show some moving object on X or Y axis then we can use following code. Here we have taken one view and give some colour to it. CABasicAnimation *animation = [CABasicAnimation animation]; animation.keyP

Creating a Dynamic Runtime Function

Hello readers in this tutorial we will create a dynamic runtime function. When you need to create a runtime function, in that case you do not know its structure untill the code runs. In this blog we will discuss about how to make a runtime function.

How to change button background image on click in WPF

In WPF, to change the background image on button click, we can use ToggleButton. In ToggleButton, we can check whether its checked or not. We use DataTrigger to check its property. Here, below is the example of this:   In XAML:   Creati

Custom Filters in AngularJS

Hope you are doing good today. Today on My blog, I am going to explain how you can create Custom Filters in AngularJS. Filters are an important part in AngularJS which used to format data First Create an index.html page and put required library file

SQL Server : Best Practices

Following is a list of best practices for SQL Server 1) Use correct formatting    Following is a sample select query for reference:             SELECT X.column1,

Linux: File Ownership and Permissions

File Ownership and Permissions It is important in multi-user system to ensure that files of one user cannot be accessed by another user, until and unless user is permitted to access the files. The user who creates the file, is by default the owner o

Asynchronous Nature of Delegates

Asynchronous Nature of Delegates   Delegates are defined as function pointer i.e act as a pointer to methods in the application.   Example of Delegate :-   using System; namespace ConsoleApplication2 { public delegate int D

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