
Search In
To get a many2one field of another model in your model as a drop-down list, you have to define a column or a field and a write a function for it.
Suppose, you want to get a list of invoices in a drop down list based on the customer selected or base
Hi guys ,
Here is a quick help of saving a class on parse cloud.
Download Parse FrameWork.
Import it.
ParseSave.m
NSMutableDictionary *dict=[[NSMutableDictionary alloc]initWithObjectsAndKeys:[data objectForKey:@"Id"],@"Id",[data objectForKe
INTRODUCTION:
The automatic conversion made by the Java compiler between primitive types and their corresponding object wrapper classes, is known as Autoboxing
It allows us to use primitive and object type interchangeably in Java on many places li
To create a custom spinner create a custom view with the following initialization method
- (id)initWithFrame:(CGRect)frame superViewFrame:(CGRect)superViewFrame
{
self = [super initWithFrame:frame];
if (self) {
// Initialization code
It is impossible to create error/bug free product from developer or an expert people in certain technology. There are some reason that cause major bugs in product.
1. Writing Initial Requirement – Miscommunication is the major issue while writing a
Hi there ,
Here I am showing with the example how you can develop your custom plugin in wordpress,To develop a Plugin in Wordpress, you should know some basics concepts of Wordpress files and folders.
So now I will create a plugin which will shows


Hey peeps, You might have found yourself struggling with the selections in maya
specially during the process of unwrapping . You make selection and it just disappears and you don't know how to bring it back without using undo command.
Heres a quick
This Script will helpful to make a simple 'addition' 'subtraction' 'multiplication' 'division' calculator with the help of Angular JS.
<!DOCTYPE html >
<html>
<head>
<title>Angulor Calculator</title>
<script
Ajax Call (Asynchronous JavaScript and XML Call) In Asp.Net
Ajax Call is used to refresh portion of a webpage without reloading whole page.
Ajax Calls are used to create fast web pages as they refreshes only a portion of web page instead of reloadi
Enabling multilingual support and creating po locale files are very easy with cakephp-script.
We can use cakephp console framework for this.
There are few simple steps to create po files first:
1: Navigate to you app folder: cd /path/to/cakephp/app
