


How to display WordPress shortcodes as a text?
Last day working on documentation of the BWL Advanced FAQ Manager Plugin, and I need to display FAQ shortcodes as text inside the documentation. I pasted the shortcode inside the documentation page, and when it was displayed on the front end, the shortcode executed and displayed its contents. That causes a lot of issues. However, [...]
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. I need to convert the second value into a time format in my recent project. 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 [...]