
Search In
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
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") "
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
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
"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
"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 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
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
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
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)"&
