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

Search In

Top 10 Drupal plugins/modules one should know

Hi today I would like to share 10 most frequently used module in Drupal. Though Drupal have thousands of contributed modules. But there are always some good modules one should install when do a fresh installation as these would always help you in on

How to integrate the Live chat with OpenERP(Odoo)?

Step-1 Install the live chat (im_livechat) module. Step-2 After that customize .py(Python file) file: In below example, I have custmozied the .py file. You can directly paste below python code in your .py file. class im_livechat_channel(osv.Model):

How to validate coma seperated emails using Javascript

Hello Reader's, If you are developing the form for multiple email address as input, then you need to validate each email individually. You can do it by validating on submit or after submit. By using the Jquery script you can do it on user end, It w

Static testing v/s Dynamic testing

Static Testing: Static type of testing can be performed manually or by a set of tools on the code of an application or program which are not to be executed. It checks the code, requirements and design documents and generates reviews, comments on the

Open, Read, Append and Close file

OPEN FILE-  fopen() In php file is opened by the fopen() function. The fopen() contains  two parameters. The first parameter of fopen() holds the name of the file to be opened and second parameter indicates the mode in which file is to be

Protocol in a Software industry & Types of protocols?

Protocol Testing:-     What is Protocol in a software industry?   When computer communicates with each other, there is a common arrangement of rules and conditions that every computer needs to follow. As such, protocols decide h

How to create a Basic Google Maps

Making the google maps is not so difficult. Just to follow some code and google apis.We can make any location google map by using the code below. We have taken the example of dehradun location in India for making this google map. <html> <h

Identifying Browser & Platform

PHP has given some useful environment variable that are there in the phpinfo.php page that was used to setup the PHP environment.The best environment variables set by PHP is HTTP_USER_AGENT which identifies the user's browser and operating system

How to create circles on Google map?

Draw a circle - Create a circle on a google map Following javascript code will create circles on the map and it will represent populations in respected town. For that first you need to create an object containing latitude and longitude and populatio

How to display video background in html

In this post, you will learn about video display in background using html and css. There is video tag in HTML5 which you can use to embed a video in your web page. <video width=“450" height=“340" controls autoplay> <source src=“abc.mp4"

1 136 170
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: