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

Search In

custom checkbox and radio button using pure css

Hi all, Here is an example of custom radio button and check box using pure css. I hope it will helps you. CSS :- **/*Radio button*/ .radio, .checkbox{display: inline-block;} .radio { padding:5px; margin-left:40px; } .radio input[type="radio"] { o

Sort function in C++

Sort function is used to sort a given range in ascending order. This function is defined in the header algorithm. There are two version are defined of it. template< class RandomIt > void sort( RandomIt first, RandomIt last ); template< cla

How to Merge Google+ Brand Page With Local Page

When you are working as a social media marketer for Google Plus and have just created a brand page on Google plus account for promoting your product or service then you may have encountered an issue o

Upgrading Rails Application From 3.0 to 3.1

Upgrading a rails application directly from a lower version to a much higher version is never a good idea, so the best idea is to do it step by step. like one upgradation at a time. In my previous blog Things to Notice Before Upgrading Rails Applica

Software Testing Methods

What is Testing? A process of finding or identifying defects in software is called software testing. It verify the functionality (behavior) of the application(software) against requirements specification. It is also a process of execution of the sof

What are the different array functions in sorting an array?

Hello Readers Below is the Sorting functions in PHP: sort(): It is an array function which is used to sorts the array and it will be arranged the elements in ascending order (lowest to highest). Example of sort(): <?php $subject = array("

SQL First ( ) function

If you want to select first coulmn from a table in database then you can do with first ( ) function . It return the first column from a table . Syntax -> select first ( col_name ) from table_name ; // This is valid for Ms Access Database only

Odoo 9.0 release

As we all know that today being 1-10-2015 odoo version9 has been released, and our company is strongly looking out to partition the fundamental features with odoo9. Odoo version 9 have loads of incipient features including the utilizer interface is s

Using Null-coalescing operator (??) in C#

We have ?? Operator which is called null- coalescing operator in c#. It takes two operands, one at the left side and one at the right side and checks if the left side operand is null or not. If is is null then it will return the right side operand el

GridView to Excel

Hi Friends, Today i will tell you how to export data to excel from gridview in asp.net. For this firstly create a project in asp.net.Add a gridview control in aspx page from toolbox as shown below: <html xmlns="http://www.w3.org/1999/

1 127 423
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: