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

Search In

Disabling Button click action using jquery and Html

Disabling Button click action and Enabling when checkbox is checked: We can disable button click action easily using Html and can enable it using jQuery. Html code to disable a button: <h1 class="redeem-head">Redeem Portfolio</h1>

Gmail API C# code

hi , im working on a function that will save the attachment file in Email via Gmail using gmail API code(C#). but i keep getting an error that saying :  An unhandled exception of type 'Google.Apis.Auth.OAuth2.Responses.TokenResponseExcept

Get Timezone Offset in String format Javascript

Get Timezone Offset in String Format Javascript   Hi Friends, If we want to retrieve timezone in string format like Asia/Calcutta or America/New_York in javascript. Javascript's method getTimezoneOffset() just return the offsets

ExecuteScalar while CRUD operations

While performing the CRUDE operations like insert delete update in the database we make use of the functions provided by the SQL classes.       Mostly we use ExecuteNonQuery function for the CRUDE operations but we need to unders

Routing in AngularJs with demo

AngularJs is basically used for the single page application with multiple views. For this we will be using ng-view directive and certain code of AngularJS to make it possible for you to make multiple view. Here is a code: HTML: <body ng-

control structure

In programming our program must act according to our control structure, it must follow the rules and conditions which are supposed to be follow, for this we use some conditions that is known as conditional flow, by this our program do what we want th

Interactor in Rails

Ruby on Rails Interactor Before interactor we use to write complex business logic in some class in the ActiveRecord /models directory and that class can have too many responsibilities so while testing we could stuck between tediously slow test-suit

MongoDB Installation steps for Ubuntu

MongoDB is a free and open source document  based DBMS . Use the following command for MongoDB installation: 1) Execute the following command to import the public GPG Key.    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com

Custom style/CSS for HTML5 placeholder attributes

Introduction of HTML5 Placeholder HTML5 is one of the great inventions for web world. HTML5 introduce many new and important attributes, some are HTML based and some are through JavaScript API form. HTML5 Input “Placeholder” is one of th

How to Create folder

To Create a new folder we use a Directory.CreateDirectory() method. This method allows us to create new directories in the specified path only if the specified path is not already exists. It is one of a static method in Directory class because of its

1 482 949
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: