
Search In
We need to write search queries every now and then in our projects. This is one of the most common tasks a PHP developer has to do. Most of the developers still use wildcard queries for this purpose which is very slow in searching records. However My
Deploying Windows Azure Website using Visual Studio Web Publish wizard
Create your Windows Azure Websites (shared or reserved) and get the publish profile by selecting “Download publish profile” in your website`s Dashboard page on Windows Azure .
Google play currently has a restriction that we can not upload an APK greater than 50 Mb. This is the plenty space for most of the application but for some application this space is not sufficient. So Google play gives you a facility to attach additi
Hello Friends,
While developing a website we need to redirect from one page to another. We use different type of redirection in different-different development languages and framework and CMS. If you are looking to use redirection in wordpress it is
In Read-only fields, which only display content and don't allow the user to modify it can be useful, but most fields in Odoo also allow editing.
In the write field the Abstract field class sets a widget property named effective_readonly. The field sh
If you want to create and exchange rate difference journal entry in Odoo follow the following code:
rate_diff = rec.debit_move_id.debit / rec.debit_move_id.amount_currency - rec.credit_move_id.credit / -rec.credit_move_id.amount_currency
CakePHP provides one of the most important features. It is the ability of the model to link relational mapping. With the help of association we link between the models in CakePHP.
We can define relations between different objects in our own applicat
Liferay support many languages as you need. All language specific text and storing are done by pulling out in language.properties files. Whenever a page loads, detect the language by liferay and pull up the corresponding language file then display
As we all knows email functionalities in websites is common and used in all web application. Either it is registration process or detail of any order, we always need to send an email to our valuable users and clients.
For sending the email using Ema
Hi Friends,
Previously in one of my blogs (actually two of them) I was trying to decompress the very compressed definition of delegates that it is a pointer to a methods. Here we will try to decompress another definition or statements for an abstrac
