Passing argument from html to JavaScript function and displaying results in html In this post, we will demonstrate following things with a very simple html , JavaScript code, Get input from user …
How to hide code / Div based on contents in URL using Javascript ? There are some reasons where you want certain button / image to be hidden for some section of URL’s. For …
Merging two arrays in php using array_merge function and creating merged array with unique elements If you are completely new to an arrays in PHP, read our post “How to create Arrays in php ?” …
How to create Arrays in php ? PHP provides simple function to create an array using “array()” API which creates an empty array. In this post lets …
How to add fixed button to the bottom right corner of html page using css If you want to add a specific button for example, for uploading some contents to your website OR for moving …
How to set Border, Margins and Padding in CSS If you want to understand, what is Border, Margin or Padding in CSS, visit another post, “Understanding difference between Margin …
Understanding difference between Margin and Padding in CSS Every element in html is considered as Box, hence there is a standard term used as “Box Model” in w3 …
How to add Google Translate to your website ? If your website is serving to the multiple linguistic users, at some point of time you will need to make …
Adding a Google Map to display your address / location with a Marker to your website contact us page If you want to add google map on your website, so that you can show your exact address on contact …
How to download entire website ( html, css, js ) source code using Ubuntu command line ? If you want to use download some website contents such as html pages, css and java script files for offline …