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

Search In

Output buffering in PHP

Output buffering is mechanism in which sending a response to the browser . Without output buffering (the default) you HTML is send to the browser in pieces as php script . With output buffering your HTML is store in a variable and send to the brows

How to remove index.php from Magento URLs?

To remove index.php from magento url follow these steps - 1) Log in to magento admin. 2) Go to System->Configuration. 3) Select Web tab under General section on the left side. 4) Select Yes for Use Web Search Rewrites. Clear cache and check URLs

How to Copy entire date into other table in SQL Database

SQL Copy Table If you want to copy a SQL table into another table in the same SQL database then you can do with the copy statement . Syntax -> select * into destinationTable from sourceTable ; Example -> **Student name** **St

ACID property of database

Full form of ACID is Atomicity Consistency Isolation Durability . ACID is the concept that database professional follow while evaluating relational database and application architecture. For a reliable database all of the following attributes should

How to Set the Multi Companies and Technical Features in OpenERP (Odoo)?

Step-1 Go to Settings menu Step-2 Select submenu -> Users -> User Step-3 Selcet Administrator -> Create Step-4 Select Access Rights -> Technical Settings Step-5 Select -> Multi Companies -> Technical Features

How to add the custom field in default joomla 3.x registration form

I am posting the steps below to add the custom field in default joomla 3.x registration form: 1.Navigate to joomla_root/components/com_users/models/forms/registration.xml and add a field there. 2.Then open up joomla_root/components/com_users/models/r

How to create search function in python

In python search function searches for first occurrence of RE pattern within string with optional flags. The search function is used to re.search function and returns a match object on success. use the below syntax for search function in .py file,

How to make Appraisal Plan in OpenERP(Odoo)?

If you want to make an Appraisal Plan in OpenERP (Odoo) follow the below mentioned steps:- Step-1 Install Human Resources(HR) and Employee Appraisals Module. Step-2 Go to Human Resources menu->Configuration->Appraisal Plan->Create Step-3

Chapter 3: Rotate a object about it’s axis using force in unity 4 /5

Unity 5 comes with the advancement and new approach. In Unity 5 there is no need to set physics manually but you do need to set max angular velocity of the object through coding individually . By doing this you can set max angular velocity to select

How to setup Google Drive in OpenERP(Odoo)?

If you want to setup Google Drive in OpenERP (Odoo) follow the below mentioned steps: - Step-1 install Google Driveâ„¢ integration module. Step-2 Go to the Settings menu and click it. Step-3 Go to Google Drive ->Template Step-4 Go to T

1 63 423
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: