One of my favorite new HTML5 tags, which has only recently been integrated into Chrome (as of version 12), is the details element. I’ll show you to use it in today’s quick tip. Continue
One of my favorite new HTML5 tags, which has only recently been integrated into Chrome (as of version 12), is the details element. I’ll show you to use it in today’s quick tip. Continue
In PHP rounding numbers is pretty easy and yet some newbies is having trouble with acquiring expected results… Continue
Determining the core color for a web project could be easy but finding the right alternatives to match the core can sometimes be difficult. That’s where the color tools play its roles. Color tools help you determine matching color or even suggest sets of matching color palette when you are totally clueless. Continue
The ternary operator a shortcut comparison operator that replaces an if-else statement. This can be implemented to reduce number of lines and time costs in your projects if you need to use a lot of comparison operators. The ternary operator is really very simple so use, but it might confuse newbie PHP programmers. Continue
Thanks to chemist2dio you can get inspired by this collection. Nothing special, just our everyday surroundings caught in perfect conditions and saved for your joy. Continue
Various browsers is rendering checkbox inputs differently. It can be often seen on the web: in some browsers checkbox positioning works well, meanwhile in others it’s a complete mess.
Continue
There was a plenty of these “IMDb info grabbers” or so called APIs. It’s quite a shame that IMDb in fact doesn’t have an actual API. And all of these “grabbers” now does not work, because IMDb has changed it’s design.
I thought it would be a good idea to write and publish working script since one of WDT blog readers have asked for it (and because I needed one myself
). Continue
You think your designs looks shitty? You’re probably doing some of the most common web-design mistakes we will be reviewing and solving here… Continue