Captain Icon is a Freehand Open Source Iconset with 350+ Icons

While there are dozens of free icon sets online, my favorite by far is Captain Icon created by Mario del Valle. He built a series of 350+ icons by hand with a natural hand-drawn feeling. These icons really stand out against the many typical line icons & iconfonts that you typically find elsewhere online. The […]

Create And Manage Your Website Like A Pro With These 20 Resources

There’s a high demand nowadays for web designers and developers who can claim to have experience in their field. With more and more companies eager to get their businesses online, it’s only natural that they’ll want to hire the best professionals available.

Luckily, there are a number of tools and services that have been designed in order to make web developer’s and designer’s lives easier by lightening the load. We’ve gathered up the best 20 we’ve found in our searches. Take a look.

HotJar

1

20 of the Best Tools and Resources for Web Developers

Looking back 8 years it’s difficult to believe how much the Internet has changed in such a short period of time. Compared to webpages that used to take a good 5 minutes to completely load, today’s 3G reaches lightning speeds. The Internet has spread and developed incredibly fast, managing to attract billions of users over time.

You can find anything online these days. You can make your shopping online, pay your bills, order things from overseas and keep in touch with your friends from other continents. If you can think about it, it probably exists on the Internet already. Having an eye catching website is crucial and this has led to great pressure on web developers and designers who constantly have to be on top of their game, reinvent themselves and stay ahead of their competition. If you’re one of them, then this article is for you. We’ve put together a list of the 20 most helpful and interesting web development tools that will help you in your work and possibly get you out of a creative rut.

Animatron

1

Introduction to Responsive HTML Newsletters with Zurb Ink Framework

The learning process to create an efficacious newsletter is often tiring and difficult. But as you get more comfortable with newsletter design these ideas become simpler and easier. You’ll always need a solid understanding of design principles when creating e-mail notices or newsletters. But you also need to know how to code newsletters in a manner that’s best suited for most e-mail clients.

zurb ink newsletter framework template

I’d like to introduce Ink by Zurb which is a responsive newsletter framework. The basic template uses standard HTML tags for creating single-column or multi-column layouts which naturally respond to screen size. It’s all fairly easy to understand once you’ve spent a bit of time playing with the code. I’ll provide a quick walkthrough of the design process and how to use the framework.

Building a Mega-Navigation Menu with CSS3 and jQuery

Larger navigation menus will typically include separate dropdown lists to appear on hover. But for some websites it can be necessary to expand this dropdown across the entire page. Designers might call this a “mega navigation” for its influence over the whole menu.

In this tutorial I want to demonstrate a method of creating one unified mega navigation menu. There are many different techniques you can use to achieve a similar effect. I’ll be using jQuery to embed sub-navigation content into a dropdown mega nav box. Take a look at my live demo to see the final design.

mega navigation menu howto tutorial preview jquery

30 Opera Browser Extensions for Web Designers and Developers

The Opera web browser is a great choice for reliable cross-platform Internet surfing. It’s typically quicker than Firefox and offers a longer development history than Chrome. The Opera team works hard to create an expansive browser with plenty of extra features to keep users coming back. And it’s fair to say the people who use Opera definitely enjoy the program.

This gallery is dedicated to extensions for Opera which can help you design, take apart, reconstruct, or analyze websites. Both designers and developers will find something useful in this collection. Whether you’re a long-time user or might just try Opera on a whim, this post has an extension for every web enthusiast.

Validator

w3c validator html opera browser extension

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

How To Code a Forrst API Webapp using JSON and jQuery

Modern development APIs work like agents for sharing information to other 3rd party websites. I’ve written many past tutorials about API development to help anyone new to this process. There are so many web-based services that it’s tough picking something to grab people’s attention.

In this tutorial I want to demonstrate how we can access the Forrst API using jQuery. Some API wrappers actually require server-side code like PHP or Ruby. But it’s often easier to work with JSON objects instead. Then we can parse all the return data using client-side JavaScript. Take a look at my sample demo to see the final product.

forrst api tutorial howto preview screenshot