This post will guide you to convert the text into image.
Month: April 2017
Easy pure CSS3 checkboxes and radio buttons
In this tutorial you will learn how to style checkboxes and radio buttons, but without JavaScript. Customize the checkboxes and radio button using pure css . Using such a simple steps to style the radio button. Step 1 – HTML
Calculate estimated time using php
Estimated time is difference of any upcoming event time from current time. Like ETA Its also called Estimated time of arrival. The estimated time of arrival or ETA (sometimes called ETOA) is a measure of when a ship, vehicle, aircraft, cargo, emergency service or computer file is expected to arrive at a certain place. In […]
Send multiple data in ajax response
AJAX is an acronym for Asynchronous JavaScript and XML. It is a group of inter-related technologies like JavaScript, DOM, XML, HTML, CSS etc. AJAX allows you to send and receive data asynchronously without reloading the web page. You can use Ajax for getting data and showing it to your website without refreshing the web page. […]
How to add google translator in website
If you want to make your website multilingual, and you don’t want to waste your time doing the same manually, then the best way to do this is implement Google Translator.
How to share url on social website
Nearly all major social networks have their own sharing options, these make it really easy for visitors on your website to share the page without leaving the website. These are great additions to your website and you shouldn’t have a blog without the ability to share your pages on social media networks. In this post […]
Simple pagination in php using javascript
Paging means showing your query result in multiple pages instead of just put them all in one long page.
How to extract zip file using php code
PHP has built-in extensions for dealing with compressed files. There should be no need to use system calls for this. ZipArchive is one option.