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

Search In

Dynamic and static data generated using angularjs

Hii,  This blog is in continuation with my previous blogs on AngularJs, In this blog i am sharing a simple example in which i have used few angularjs directives like ng-app, ng-init, ng-bind, ng-model. 1)ng-app directive is used to initialise an

How to get the invoice associate with the picking of invoice in OpenERP/Odoo ?

Step-1 Go to picking_invoice_relation module. Step-2 invoice->invoice.py. Step-3 After that used below code in invoice.py file. if not isinstance(ids, types.ListType): # Ensure it is a list before proceeding. ids = [ids]

How to resolve "Unable to connect to the database" error?

There are few most common ways to fix database connection errors which are as given below. 1 Need to check Database details such as username or password which is exist in configuration.php is either incorrect or has been changed. 2 Compare databas

How to Rename Table Name in SQL Database

SQL rename statement is used to change the name of the table in database . Sometime we want to change our table name i.e we want to give some useful name of our table . SO by using this statement we can do the same . Syntax Rename oldTableName to N

How to convert an htaccess.txt file into a .htaccess file?

Change the configuration settings using directives in configuration files(.htaccess files) when using php as an apace module.Need to do "AllowoverrideAll" privileges to do so.If we don't have control over Apache configuration must use .htaccess file

How to Disable Comments Section on Wordpress Page

To disable comments section on any page in wordpress. You need to open Admin Panel and follow the below Steps: 1) Click at Pages --> All Pages on left menu 2) Now can see listing of all pages, please mouse over the page you want to disable commen

How to make readonly field in OpenERP(Odoo) ?

In readonly field first we have to go in .py file (python file) After that we have to decide where we want readonly field and then give attribute readonly to that field. See below python code in py file for reference : - class spartner(osv.osv):

Variable Name Standard in Android

Variable Name Standard in Android This is the standard regime to follow in your coding when you define any variable. 1.Non public, non static field should starts wih m. 2.Static fields name should starts with s. 3. Other fields should starts wi

Create excel reports in Drupal 7

PHPExcel library is basically used for creating reports in Excel format. But if we are using Drupal then there is list of contributed modules to achieve this feature and build on top of PHPExcel library. You can use one of the following module to ge

How to remove index.php file from URL in Joomla

Hello Readers, If you want to remove the index.php from the url (http://host/folder_name/index.php) and show in this form (http://host/folder_name/joomla/). Use the following steps to do so: 1>Log into your Joomla dashboard (administrator). 2&

1 123 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: