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

Search In

Event Handling in .NET

While writing code in ASP.NET we always write it inside events associated with the control.   Event Arguments private void EventName (object sender, EventArgs e);   Application and Session Events The most important application events

Slicing an Array

Basically slice() method is used to extract some particular elements from an original array (suppose i need to show only selected elements from original array). It contain two parameter start/begin and end. begin ->It is the position where to sta

How to select option of drop down with Jquery?

Sometimes we need select option of a drop-down dynamically by clicking on a button or on some other action. We can do this by using "selected" property. Example- In the below example I have a drop-down for distance and I want to select option "25 Km

How to make read-write field in OpenERP/Odoo ?

In Read-only fields, which only display content and don't allow the user to modify it can be useful, but most fields in Odoo also allow editing. In the write field the Abstract field class sets a widget property named effective_readonly. The field sh

Grid (lines) over image

So, this thing took lot of my time. I hope it will save yours. Here, we need a parent div and a child div. Parent div will have the image in background, I am using inline style so that one can use it in as many pages as he/she wants. Here's the HTM

To setup custom webroot for Apache in Maverick

Apache by default serves files from the Document root i.e. /Library/WebServer/Documents/ But what if you want your custom folder to serve webfiles. This tutorial walks you through the complete process. Create a new folder at the root level of your

Difference between running a rails app in development or production mode

In this blog I am going to discuss difference between rails development and production mode. Often Rails app has so many different environments, each environment use different database which is mentioned in config/database.yml file, each environment

Overriding Name Conventions for table name and primary key in rails models

Hi friends, Today we are going to talk about overriding the default naming conventions for table name and primary key in rails model. Before switching directly to the topic lets take a look to the summary of default naming conventions for database

Create and remove GIT Remote branch

Create and remove remote branch on GIT : As we know that the git is used to collaborate between team. Developers can share the code using git by sitting anywhere on this word, for this the code should be exist in a central repository which is accessi

How to change the background color on a input checkbox with css

Pseudo elements are useful for changing the background colour of the checkbox and radio buttons. We can use :before and :after to change the colour or appearance of the checkboxes. It can all work with css styling. Example: <div class="container

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