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

Search In

Indexed full text search in PHP-MySQL (PART - 1)

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

Publishing a website on Windows Azure

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 .

APK Expansion File

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

How to use redirect in Wordpress

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

How to make read-write field in OpenERP/Odoo ?

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

How to create and exchange rate difference journal entry in Odoo?

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

Linking models in CakePhp

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 Translating messages to multiple languages

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

Send an email using Email Template in Zend Framework.

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

Abstract Classes-Why and How?

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

1 45 633
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: