
Search In
UI (User Interface):- User Interface means testing the application that how easily an user can use/understand the application.GUI (Graphical User Interface):- In GUI we test requirements like background color, button naming convention, drop down menu
Hello coders,
In this article we are going to implement a RESTful service using WCF4.5.
Note: WCF stand for Windows Communication Foundation
Please follow the below steps to implement a RESTful service.
Step 1: Open visual studio/New project/WCF/WCF
Hello all,
When we install module in openerp version 6.1 we face the following error shown below and to resolve this issue I have provided the code below, mentioned in solution part.
Error look like this on terminal
<---------------------------
Hello All,
There are several blogs posted in the blog section of FindNerd.com and out of which some of the blogs are not indexed in the Google search results with the correct "Meta Title" which it was supposed to pick by the current title of the B
Create a file Using Php
In PHP,we can use the fopen() function to create a file.
If we use fopen() on a file, it will create file(if that file does not exist) by given named.
Syntax:
fopen("testfile.txt", "Mode");
Both arguments are required
F
Namespaces in Unity 3D :
Namespaces are container of the classes. Namespaces help us to organize the scripts. When we create a new C# script in Monodevelop, two namespaces are included at the top, these are ' using UnityEngine; ' and ' using System.
Zooming Animation in android
Here I am writing a code for zoom animation.
Here I have add this animation on mic button. You can add it according to your requirements.
First of all implements Animation.AnimationListener listener.
Then in your activit
To Recursively load the template objects and create the real objects in openerp show detail given below.
1-param company: company the wizard is running for
2-param code_digits: number of digits the accounts code should have in the COA
3-param tran
Some Useful PostgreSQL Command in below example->
Backup database-
pg_dump -U geekstuff erp -f mydb.sql
Restore database-
psql -U erp -d erp_devel -f mydb.sql
Change owner of database-
ALTER DATABASE erp_v1 OWNER TO openerp;
Describing table
We can create a slidebar menu using jquery slidebar plugin. It is a jQuery plugin that gives a slidebar menu for easily implementing in the web pages.
We have to include slidebars.js in our source files.
Here is an example that shows how to impleme
