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

Search In

How to use Constant & Readonly

Constant and ReadOnly is the C# keyword and use to hold a value for a life of a Program. As the Name implies we can not change the value of Constant and ReadOnly type variable. But there is some difference between them. Constant : Constants are decl

Problem in selecting Radio Button inside Repeater Control

Problem in selecting Radio Button inside Repeater Control:     Incase we are using RadioButton inside a Repeater, one common problem which we face is that we are not able to select single RadioButton, i.e. If we select one RadioB

Difference between Include Directive and Include Action tag in JSP

Hello reader's lets know the "Difference between include directive and include action tag in JSP(Java Server Page)". Include directive and include action tag both are widely-used for including a file to the present JSP page. However you will find th

Hot And Cold Backups in MySql

While taking backup our goal is to keep the application, database system, and web site, in running condition while we are taking the backup. Database backup technique can be classified mainly into two categories: - Hot Backup - Cold Backup

Polar Encoding

Polar Encoding   The polar encoding uses the variant voltage levels to represent the binary data. Polar encodings is available in four types:   Polar Non-Return to Zero (Polar NRZ)   It mainly uses two different voltage for the p

  • 1.30k
How to use statusbar plugin in phonegap

In this post, you will learn to use statusbar plugin of cordova. The StatusBar object can customize Android and iOS statusbar. Installing the plugin: You should have cordova 5.0+ to install its stable version by the following command:   cordo

Cloning and freezing objects

Suppose we have an object and that object is assigned to two different variables. Now if we make any changes to one variable the other variable's will automatically change. For example Obj_1 = [1,2,3] obj_2 = obj_1 obj_2 << 4 p Obj_1 p

How to set the zooming slider in windows 8.1 phone app

In this blog we illustrate how to set the zoom-in and zoom-out the focus of camera in windows 8.1 phone app. Foe zooming a camera we use a buit-in ZoomControl class inside the MediaCapture which controls the zooming of the camera.   For the zo

Changes regarding HTTP PATCH in Rails 4

Hi Friends, There were so many changes came with introduction of Rails. So one the major change was regarding the HTTP Patch Requests. From rails 4, whenever a resource is declared in the routes, by default it uses PATCH as primary verb for up

Staging changes as multiple commits

Previous Git Blogs 1. Intialize git repostiory 2. First Commit 3. Two tree architecture and Three tree architecture 4. Best basic practices for writing commit messages 5. Viewing the commit logs 6. Git Basic WorkFlow 7. What is HEAD pointer in GI

1 37 342
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: