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

Search In

How to change placeholder color ?

Hi all, Many time we need to change the input placeholder color or style so here is an pseudo element ::placeholder which can helps you. placeholder defult color is gray with 0.6 opacity so if your input background color is dark in gary, your plac

How to show an alert view in Swift Programming Language?

To show an alert in Swift programming language, you need to first import the UIKit framework then use UIAlertController object. A UIAlertController object displays an alert message to the user. Important: UIAlertView is deprecated in iOS 8. (Note t

Getting incorrect results while using ToString("dd/mm/yyyy")

"Getting incorrect results while using ToString("dd/mm/yyyy") "     In this article I am sharing one of the issue I got stuck in. Please go through the following code : string date = "30,jun,2015"; DateTime dt = Convert.ToDat

Create Invoice Autometic in openerp-7

If you want to create invoice automatically then follow these step 1- Install subscription module in OpenERP 2 - Than go to menu Tools -> Configuration -> Document Types 3 - Than go to menu Tools -> Recurring Events -> Subscription

Exception while parsing String into DateTime

"An exception of type 'System.FormatException' occurred in mscorlib.dll but was not handled in user code while parsing String into DateTime."     I was trying to parse a string "27/06/2015" into the DateTime as follows: string t

Partial view was not found or no view engine supports the searched location

"The partial view was not found or no view engine supports the searched locations."     While working on a Application of rendering Partial View in a parent View, I got the following Exception: "The partial view '~/Home/PartialIn

Data binding in AngularJs

Data-binding in AngularJs refers to the synchronization of data b/w the model and view components. When the model changes i.e if user changes in something then the view reflects the changes done. So in below example i am demonstrating you the conce

How to make Unit of Measure (UOM) in OpenERP (Odoo)

To make Unit of Measure (UOM) in OpenERP (Odoo) is not a difficult, you can do this in just two steps which are provided below, follow both the steps and it's done. Step-1 Go to sales modules->Configuration ->Unit of Measure->Create As show

How to configure the website settings and Social Media in OpenERP-8(Odoo)?

If you want to configure website settings and Social Media in OpenERP-8(Odoo), you just have to follow the 3 simple steps mentioned below- Step-1 Go to Settings menu->website settings Step-2 Domain ->Website Name ->Google Analytics Key Step

Remove/add list using ng-click

Here is an simple example to add and delete list using angular ng-click Html - <div ng-app="nameApp" ng-controller="TitleCtrl"> <ul> <li ng-repeat="name in names">{{name}} <a href="" ng-click="removeName(name)"&

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