
Search In
If you want to get right debit / credit in accounting module follow the following code .
target_currency = target_currency or company_currency
line_currency = line.currency_id or company_currency
amount_currency_str = ""
While developing the MVC applications you need to provide validations that mainly work on the client end.
public class EmployeeModel
{
public int EmpId { get; set; }
[Required(ErrorMessage = "First Name is required")]
We can add a ChildViewController using container by following code.
-(void)addChildViewController{
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
NSString *strClass = NSStringFromClass([YourChildViewController clas
1- Create a new class subclass of UITextField.
2 -Write down code below in new created class
3- Add a textField in ios Your viewController.
4- Chnage th class of your TextField with the new class that you created.
5- Change the attribute of textF
Hi all ! If we want to show the glowing effect on the UIButton i.e when you are selecting the UIButton then the titleLabel will glow and when its not selected the titleLabel will again come to its original color.
Here is an example which shows this
Hello, readers, this is a small blog on how to rotate in CSS3 around its axis. To achieve this we will make a file index.html. Copy the below-written code in this file.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
&l
Css3 has added a new feature shadow to give shadow of elements. It supports two types of shadow:
Text Shadow
Box Shadow
Text Shadow:
You can use text shadow property to give text shadow effect. text-shadow property is used to give shadow effect
LILO: Linux Loader is the traditional boot loader and it is perhaps still used in servers that run Linux as their Operating system. Grub or the GRand Unified Boot Loader replaced it as the 'cool' and secure alternative.
LILO has a co
In this small tutorial we will learn how we use the “npm start” command in node.js.Let us create a simple node application using express framework:
npm install -g express-generator
express mynodeapp
cd mynodeapp/ && npm insta
Hii,
In this blog i am going to create a pure CSS ribbon or strip which can be used to display some important information,link etc with highlighted, eyecatching view on a webpage.
While we create any ribbon or strip design we must use eye
