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

Search In

While-loop in Javascript

The JavaScript while loop iterates the elements for the infinite number of times. It should be used if number of iteration is not known. The syntax of while loop is given below- while (condition) { code to be executed } Below is the simple

JavaScript objects

A javaScript object is an entity having state and behavior. For example: car, pen, bike, chair, glass, keyboard, monitor etc. Objects are real world entity. JavaScript is an object-based language. Everything is an object in JavaScript. There are 3

How can we prepare JSON Array by using List View in Android

I would like to prepare the JSON array by using the list view. Prepared the CustomListView and adapted the data and performing onClikclistener() to give input and set the data. Now trying to use data in list adapter with some custom data to prepare

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

Odoo's XML files

For creation of Odoo module we need four files, given below 1- Demo_views.xml (with the view definitions of Demo module). 2-__openerp__.py (with the description of your module and import of your xml files) 3-Demo_python.py (with demo model defini

How to Update Your Theme in Odoo?

If you want to update Your Theme in OpenERP(Odoo) follow the below mentioned steps: - Step-1 Go to Settings menu and click Step-2 Select Users button Step-3 Select the logged-in User button Step-4 Click on Edit button Step-5 Enable "Technical Featu

java web app is not uploading images

Hello, I need help to understand why my java MVC doesn't upload images. There is no errors just nothing happening. My project is on dropbox DropBox Please help me because I'm totally stuck with this. Please look on it and tell me if there is somethi

Creating a basic module in Odoo

If you want to creating a basic module in OpenERP(Odoo) follow the below mentioned step: for creation of any module in Odoo you have to make four files,given below- 1-__init__.py // its indicate the  import instructions for various Python fil

Storing data in Odoo

If you want to storing data in OpenERP(Odoo) follow the below mentioned step. Step-1 first you have to difine the data model Step-2 imported from __init__.py  for loded the file. Step-3 academy/models.py Step-4 academy/__openerp__.py Ste

1 238 949
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: