Category Archives: CSS
How to Integrate live search in PHP and MySQL with jQuery
I have received many requests from my readers for live search in PHP and MySQL with jQuery, so today i have decided to write a tutorial how to integrate live search in PHP and MySQL with jQuery. Searching is one of the most required feature in web sites and if it will be live searching it will show you fast result on page. In this tutorial we will create a database and a table insert records and start searching in it.
[ Read More ]
How to create Facebook Style popup with CSS
If you are in love with facebook and want to add dialog box like facebook in your website then i have a simple and easy css based dialog of facebook style for you.
[ Read More ]
Create HTML5 Fullscreen Static Video Background Using CSS
In This tutorial I will show you how to add a static video background using CSS, It's a very simple and easy script and looks amazing on landing pages. In this tutorial we are using HTML5 <video> tag to embed video and CSS to put that video on background.
[ Read More ]
Facebook style timeline content loading placeholder with CSS
If you have noticed that when you open Facebook it show a content loading placeholder how that placeholder work and a working demo available below I have found that example on coepen and want to share that with you all if you need it you can use it in your applications.
[ Read More ]
Create pure CSS based toggle visibility button
I fount that simple snippet on codepen and it looks super easy and simple so no need of JavaScript to hide and show objects if we have a super easy and fast CSS method to do that. Its a very simple and easy snippet.
[ Read More ]
Creating PDFs from HTML and CSS with PHP and Dompdf
In this tutorial, we are going to show you how to show the user dynamically-generated PDFs from your web application that relies on PHP. We are going to use a third-party library called Dompdf that enables us to create PDFs and save them to the server or directly display them to users using only HTML and CSS.
[ Read More ]
Top Class Responsive CSS Frameworks That Are Hard to Ignore
Most of the websites share same (not exactly identical) structure. And so, creating a site from scratch isn't a sensible choice since it requires you to write code from the beginning. But, what if you can use a common structure to create a site? This is where a framework comes in handy.
[ Read More ]