10 (More) CSS Tricks You Probably Overlooked
There are plenty of CSS snippets that web developers can use to achieve certain results, and then there are CSS tricks that you can use for things lik…
There are plenty of CSS snippets that web developers can use to achieve certain results, and then there are CSS tricks that you can use for things lik…
MathML is a markup language that can be used to display mathematical notations. You can use MathML tags directly from HTML5. It is useful for when you…
JavaScript functions are capable of more than just merely enclosing a bunch of codes while waiting for the call to execute. Functions have evolved ove…
Here’s a scenario: Rita, a magazine writer is editing an article of hers online. She saves her changes, and sees the message “changes saved!” Ju…
We come across them dates and time… well, every day. When it comes to the Web, you can spot them in your mobile apps, in emails, in your messaging a…
Date formats vary with region and language so, it is always helpful if we can find a way to display the dates to the users, specific to their language…
If you’re familiar with the HTML progress bar, which shows how much of an activity has been performed, you will find that the meter element is simil…