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

Search In

How to Make Pixel Explosion Effect in Photoshop

In this blog we will learn how we can make pixel explosion effect using Photoshop. This is not a very typical blog and would be suitable for both advance and beginners.   Step 01- Open an image in photoshop and cut its background to get a

How to Send AJAX Request Using YAHOO User Interface Library?

If you want to send ajax request using yahoo user interface library, for that follow the below mentioned code step by step. First Import Yahoo libraries in page you want to access them Include namespace echo (reference path) YAHOO.namespace("echo")

How to use Stock Warehouse in OpenERP(Odoo)?

Step-1 Install the warehouse module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - class stock_warehouse(osv.osv): _name = "stock

How to Build the customer Profile in avatax in OpenERP(Odoo)?

Step-1 Install the avatax module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - profileNameSpace = ('ns1', 'http://avatax.avalara.co

How to Search product name with different patterns in OpenERP(Odoo)?

Step-1 Install multi_search module. Step-2 inherit = 'product.product' class in .py(Python file) in multi_search module. In below example, I have custmozied .py file. You can directly copy the below python code in multi_search module - class prod

How to change checkbox icon

In certain cases, according to the application we need to change the mark or the drawable of the checkbox. Step 1:- Create selector in the  drawable, say checkbox_selector.xml :- <?xml version="1.0" encoding="utf-8"?> <selector xmlns

How to sort table columns using Table Sorter

Follow the given steps: 1) Add the script in your page <script type="text/javascript" src="/path/to/jquery-latest.js"></script> <script type="text/javascript" src="/path/to/jquery.tablesorter.js"></script> 2) It will sort

How to create zip folder on server with linux terminal or putty

If you are looking to create zip folder on your server with terminal or putty, please follow the step below: 1) Get connected with server ssh -i "/pemfilepath/my_server.pem" username@serverIP 2) Replace your pem file path and username with your s

How to convert your report to rml in OpenERP

Converting any .sxw report file that we create using Open Office is very easy and useful for future usages, as it helps creating reports for our module. Follow the simple steps: Create your report and send to server, created dailycash.sxw. In O

How to Make Database Association on Selected Pages In Cakephp

If you want to make Database Association on Selected Pages In Cakephp follow the below steps, Below code can set association where it require and you can also reduce unnecessary queries firing to database. Make function in your model and set your

1 151 178
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: