Currently browsing: Programming & Coding

Advantages of HTML5 VIDEO Tag

HTML5 is gaining momentum in the web development world. So a simple question strikes in mind WHY ? What are the benefits of HTML5 or why should a developer use HTML5 ? Speaking in layman term – It gives you a Polished Sword with more...

Select Multiple Checkbox From HTML Page Using Javascript

Multiple Checkboxes can be selected by using a simple Javascript code. Whenever user clicks on the submit button then we can loop through all the form data and we can check whether the checkbox is checked or not by using the “checked” property of checkbox.

Ubuntu Linux – Install Full LAMP Package with single command

Do you want to install LAMP-SERVER on Ubuntu Linux ? LAMP stands for Linux, Apache, Mysql, Php Its a package containing all required packages which are needed on linux for developing php application with apache server and mysql database server. You can install each of...

Solution to pligg insert_your_email_address_here problem

Pligg Module Send Mail Announcement to all Members insert_your_email_address_here problem

If you own a website built on “PLIGG” and ever used a Pligg module “Send Announcement” to send a announcement mail to all your site members and if you see the mail with the email address as “insert_your_email_address_here” in the sender field, then you should...

Install PHP PEAR in Windows WAMP Server

Many PHP developers might be using Windows operating system and for developing PHP application one of the good package is WAMP which is very easy to install. PHP has a very good collection of reusable components which is popularly known as PEAR.

Ubuntu Linux – Install LAMP-SERVER, linux, apache, mysql, php

Do you want to install LAMP-SERVER on Ubuntu Linux ? LAMP stands for Linux, Apache, Mysql, Php Its a package containing all required packages which are needed on linux for developing php application with apache server and mysql database server.

online-watermark-generator-thumbnail

Free Online Text Image Watermark Generator – Beta 1.0

Experimenting little bit with JQuery and PHP… I searched on net for Free Online Text Image Watermark Generator which will allow me to upload any image, position the text wherever i want on image and let me change color, font, size everything in simpler GUI…....

PHP Explode Function – Split Strings with PHP Explode Function

When you are developing some application with PHP, then there might be a need to split the contents received from users or to split the contents which are stored in database and its a very common scenario where we can use PHP’s inbuilt function “explode”....

How to Create a shoutbox using PHP and AJAX (with jQuery)

See here is a very useful tutorial for those who are searching for to create shoutbox in PHP with AJAX and JQuery. Its very useful tutorial showing how to use the ajax function of jQuery and how it can be used to insert and recover...