Category Archives: HTML

Sum the Table row values – PHP

Here I’m going to discuss about, how to add the table row values using php. This concept is very simple one, and used in organization for accounting purpose or total mark or value related operations.Here the values are declared as array in php, two variables like $a and $b are used for this operation.This same… Read More »

Rotate Image – CSS

Hi friends,Here I explain how to rotate image using HTML and CSS. This method can also be applied to rotate an image by any values from 0-360 degrees,it support all browser. The image rotation specify in CSS style only. Not using javascript and jquery or other in here, only using pure CSS.Position and styles are… Read More »

Geoloaction in form input type

Here I’m going to tell you interesting topic regarding google map application in web development. Most of the website need googlemap location while we are entering location name, for that we have one solution. Here I explain,when we are entering the location name in input type you will get the map for that particular location… Read More »

Radio Button Style – CSS

In here,show you how to create stylish CSS radio buttons with different effect, that you can embed in your webpage. Radio button is circular buttons that are ‘selected’ when you click on them. Radio button common on forms. We can put the border style, different effect in radio button. Its very simple and can modify… Read More »

Popup the image gallery with form

Hi Friends, Popup the image with enquiry form using CSS,jquery and javascript in html or php page. This is simple, can edit style, image,form etc.To use it in a real life project like ecommerce website, the customers can post feedbacks as comments in specified product.$(“.mylink”).on(“click”, function (e) { } helps to popup the window with… Read More »