If you are a website designer or developer and looking for best option to convert checkbox lists into dropdown on mobile device then this article is very important for you. In today’s mobile-first world, providing a seamless user experience across…
Expand +Tag: HTML
How to Create Infinite Scrolling Text using CSS
In the past, if we wanted to make text scroll in an easy way on a website, we would often use something called the ‘marquee’ tag. However, nowadays, it’s not recommended to use it because it’s outdated. Also Read: Responsive…
Expand +Create an Analog Clock using HTML, CSS, and JavaScript
The clock may display either world time or local time, depending on your needs. There are two different kinds of clocks: analog and digital. Suppose you are looking for a designer or developer to design an analog clock for your…
Expand +How to export HTML file to MS Word document (.doc) using php code
Generally, the export feature is used to download HTML file as MS Word document file and save it for offline use. The conversion of HTML file into word document using PHP code is the most requested feature for developers. Microsoft Word or…
Expand +How to Embed PDF file into the HTML Web Pages
When we want to embed a pdf document in the html web pages, we take help of a hyperlink to make a linkage of PDF documents to show them in the browser. The easiest way to display a PDF file…
Expand +Create HTML5 Fullscreen Video Background Using CSS
In this article, i will show you how to add static video in background of html section using css. It is a very easy and simple script to add video background on loading page. In this article i am using…
Expand +Facebook style timeline content loading placeholder with CSS
In this article, we’ll get the knowledge about Facebook timeline placeholder style using CSS. Many times you have noticed that when you open facebook on your system, you will get content loading placeholder and you always think how that placeholder…
Expand +How to convert HTML to PDF file in PHP
Hello Buddy, In this post we’ll get the knowledge about how to convert HTML to PDF file using PHP with fpdf library. Usually HTML to PDF conversion is a big problem for PHP Developers and every time they look for…
Expand +Resize Image While Uploading with PHP
For this purpose you need to do some optimization with image files. Image resize while uploading is one of them. All major website do it in the same way. If a user uploads a 5mb image file they resize it…
Expand +Multiple File Upload with PHP
HTML Markup We need to add a simple html form with input type file and submit property. We also need to give file input type file name with box breaks like files[] and need to add a property named multiple. Here…
Expand +