
Search In
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
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):
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:
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 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 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
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
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
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
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"