A Look into: HTML5 Datalist
You probably have experienced this kind of response somewhere on the Web: when you are typing in an input form, a list of suggestions appears at the b…
If coding is the future, then you should get a head start here. We believe that age, gender, and background should not limit one's ability to learn to code. That's why we offer numerous posts on online resources, ebooks, environments, testing tools, and playgrounds to assist readers in acquiring programming skills.
We also have articles that delve into mobile app development, software development, open source, and web programming.
You probably have experienced this kind of response somewhere on the Web: when you are typing in an input form, a list of suggestions appears at the b…
LESS is a powerful tool for web designers. We’ve previously discussed various aspects of LESS, from designing sleek navigation bars to efficiently w…
There are plenty of examples in web typography where block quotes fit perfectly into your layout. When you need to express dialogue or repeat a quotat…
In this tutorial, we’ll walk you through the process of creating a custom theme for the jQuery UI Accordion. We’ll leverage various CSS techniques…
Adding a background image with CSS is nothing new; this feature has been available since the beginning. However, we were limited to adding only one im…
Updates: Loading Polyfills is no longer a common practice to provide compatibility. You will find that a few of these repository linked on this articl…
Note: This post was first published on the 7th Jan, 2013. Transparency is an effect that allows us to see what is underneath. In design, transparency …
One of the new features in HTML5 is the native front-end editor. This feature is commonly used in Content Management Systems, allowing content to be e…
A variety of powerful open source projects have emerged. Content Management Systems (CMS) stand out because they provide more functionality compared t…
One of my favorite new features in HTML5 is the ability to easily add placeholder text. Placeholder text is the gray text you find in an input field, …
Some CSS selectors or properties may not be commonly seen in everyday web design, yet they’ve been around since the CSS1 era. These include the :fir…
Today, we’re going to continue our discussion on Sass. This time, we’ll take a practical approach and build an online vCard using Sass along with …