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

Search In

Points to keep in mind while testing UI (User Interface)

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

Implementing a RESTful service using WCF 4.5

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

Error, When Installing module on Server openerp 6.1

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 <---------------------------

Why Google is not Picking Correct Meta Title on Search Result?

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

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 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.

Zoom Animation in android

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

How to Recursively load the template objects and create the real objects in openerp

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

Useful PostgreSQL Command

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

Slidebar Menu plugin in Jquery

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

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