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

Search In

Number Formatting in RoR Views

Number Formatting in Rails Numbers are of different formats, according to their uses like phone numbers, percentage, currency etc. In Rails NumberHelper fulfills this requirement by providing methods for formatting numbers into different forms. Few m

Types of Smoke Testing

Smoke Testing Testing the basic and critical features of an application before proceeding with deep rigorous testing is known as Smoke Testing. In Smoke Testing we only test the positive flow of basic and critical features of the application, genera

Jquery return false vs preventDefault

Today we are going to discuss the diffence between return false and preventDefault. We mostly use these scripts but don't know their working so let's go we first discuss the preventDefault. A) PreventDefault: it is helpful to stop the default behavi

ANT Build File Example

Hello Readers.. In this blog I am giving an example that how can we create an build.xml file for performing clean,compile and run by using ANT. <?xml version="1.0" encoding="UTF-8"?> <project name="AntProject" basedir="." default="run">

How to set the Currency Rates in OpenERP(Odoo)?

Step-1 Install the currency_rate module. Step-2 After that custmozie .py(Python file) file in currency_rate module: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file. class res_currency(osv.o

Password Protect Website Directory Using .htaccess File

Hello Reasders Here, we protect the directory using .htaccess file Before doing this, we will first need to create a .htaccess file(.htaccess file is the configuration file for the Apache HTTP server) which can be used to affect the directory and s

Gradient Drawable in Android

To make Button,TextView,Images and other android components looks better and stylish, we create Gradient drawable. For using Gradient drawable, we can make shading effects and make better GUI. We need to create drawable folder inside the res folder

LinkedList implementation in Java

Hi friends, Here I am writing a way to implement basic LinkedList. First of all LinkedList has the properties of List interface and AbstractSequentialList class because it implements List interface and extends AbstractSequentialList. Example :

Sample application of angularJS

Hello guys, Here, I am writing a blog to develop application using AngularJS. AngularJs is a framework of JavaScript such as JQuery and it's very efficient. AngularJS is a cross browser independent. First of all, we need to add angularJS API in our

C# code to add google captcha in your web site

Hi Reader ! From this blog we can learn how to add google captcha in your web site using c# . To use a Google Captcha(or reCaptcha) in your web application, you first have to follow below steps : 1) Open url ‘https://www.google.com/recaptcha/int

1 456 720
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: