Icono offers Pure Open Source CSS Icons

Numerous iconfonts have been created and released for free online. But a new contender Icono is offering a way to build icons with a single line of code. This free open source icon font library is downloadable from GitHub and runs on top of Sass with optional mixins. Once you get the library installed on […]

Learn Verified promises you’ll land a Job as a Web Developer

There are dozens of online training programs to improve your skills as a frontend or backend developer. But one incredible choice is Learn Verified which promises a job to each person that completes the program. The Learn Verified web developer track is built on Flatiron School’s curriculum. This teaches real applicable knowledge as used in […]

Simple Open Source CSS Multi-Level Accordion Menu

This beautiful CSS accordion menu is perfect for almost any website. You can download it straight from Codyhouse and even test a demo on the site. It’s all built using CSS with multi-level menus appended inside the navigation. You can fit 3+ tiers of navigation into the one design as needed. All of the code […]

Browserhacks offers CSS & JS workarounds for free

Web browsers have come & gone with many interations in-between. Microsoft’s new Edge Browser is a clear example of IE users falling off the market base. However with so many people stuck in older legacy browsers, developers must consider the alternatives. This leads us to hacked solutions in CSS and JavaScript so that our features […]

The Current State of HTML5/CSS3 Browser Support

W3C standards have created a beautiful ruleset for web developers to create ubiquitous behavior in website layouts. These rules are much more commonplace and have been adopted by professionals in every area. Unfortunately the one area that is somewhat lagging is browser support. Modern browsers have jumped onto the HTML5 and CSS3 bandwagon as it […]

Coding a Toggle-Based FAQ Page with CSS3 and jQuery

Company websites often have Frequently Asked Questions for people who don’t know much about the corporation or their services. Larger pages with Q&A listed together will often have a table of contents at the top. I don’t like this method because the pages end up long and sometimes confusing to navigate.

This tutorial is based around a similar idea, but using toggle effects for each question. As the user clicks on a question the answer will slide down and toggle into view. Users can also click already-opened questions which toggles them closed again. This technique is perfect for saving room on the page while cramming together an assortment of helpful information.

css3 jquery faq toggle tutorial preview screen

28 Free CSS-Only Code Snippets for Web Developers

HTML5 and CSS3 web development has pushed the boundaries of what is possible online. Modern browsers have also jumped aboard the bandwagon to support a multitude of these newer effects. As a designer I have been amazed to find crazy CSS-based projects online. Open source is driving the future of websites and how we design layouts.

In this gallery you’ll find 28 brilliant samples of CSS-only codes. Each of these snippets are free to download or copy into your own project. As the name suggests you won’t need to rely on JavaScript at all – even for complex stuff like animations! Take a peek at these examples and see if you can utilize any of the code in future work.

CSS3 Checkbox Styles

css3 checkbox styles open source

How To Code a Hidden Author Bio Display using jQuery

I was browsing through websites one day and came across one really interesting feature. Jennifer Perrin has a small blog on her website which uses a fixed top navbar. In the center you’ll find a profile avatar photo which displays her full author bio(triggered by hover). This is a really interesting feature and I’ve set out to replicate the idea using jQuery.

So in this tutorial I want to demonstrate how we can build a very simple HTML5 webpage recreating a full author bio display. The entire bio container is hidden until the user hovers over the avatar photo. Take a peek at my live demo to see what it should look like:

hidden author bio display hover tutorial screenshot