
How to convert second to time format using javascript
Today I'm going to show quick tips and tricks of JavaScript. Javascript provides all the features to manipulate time and date information from the browser. In my recent project, I need to convert the second value into a time format. In that project, I have the data in seconds format and need to convert it [...]
How to create a triangle using CSS3
Today we are going to learn about how to create a triangle using CSS3. First of all it's very simple to do, but required a to know a tip. We will use border-radius property to create that triangle. I've also added download and demo link just below the post. So you can check and download [...]
Compress Multiple CSS Files
Web site optimization geeks suggest that we should try to minimize the size of files while serving web pages. Most of the time, web designers use multiple CSS files for make task management easier, but this requires as many HTTP requests as there are CSS files. Following script will allow us to serve all your [...]