adobe stock iconDownload 10 Free Photos & Design Assets From Adobe Stock Download Now

Topic Archives

Code Snippet

How to Resize Images in an Article or Post with jQuery

How to Resize Images in an Article or Post with jQuery

If you own a blog, chances are you post pictures in your posts once in a while. Likewise, you have probably encountered the problem of resizing the images so that…

The Cutting-Edge CSS3 Features That Are Essential to Modern Web Design

The Cutting-Edge CSS3 Features That Are Essential to Modern Web Design

Over the last couple of years, CSS has evolved into more than web designers and developers could have ever expected. CSS3 introduced features such as border-radius, box-shadow, text-shadow, text-overflow, multiple-background,…

Building Modular JavaScript Projects with RequireJS

Building Modular JavaScript Projects with RequireJS

With so much emphasis being laid upon providing a smoothly flowing User Experience in any web project, the client-side codebase is now a very considerable chunk of the overall codebase….

Dynamically Filtering Layouts with Isotope & Bootstrap

Dynamically Filtering Layouts with Isotope & Bootstrap

I’m sure pretty much anyone who makes websites has stumbled upon jQuery Masonry at some point or other. Some people haven’t though, so here’s what Masonry is – it’s a…

How to Create a Full Width Responsive Tiled Menu with CSS

How to Create a Full Width Responsive Tiled Menu with CSS

Full width tiled menus are a crisp way for displaying your site’s navigation and for giving end to end coverage, creating a very full-bodied effect for the user. In this…

Building a Simple Reddit API Webapp Using jQuery

Building a Simple Reddit API Webapp Using jQuery

The growing number of 3rd party APIs has created a tremendous group of enthusiastic developers. But without time to research documentation, this leaves some people curious without any means to…

Cut Your Page’s Loading Time In Half With Some Simple jQuery

Cut Your Page’s Loading Time In Half With Some Simple jQuery

It is a popular trend at the moment to use almost full-page high-resolution super-large images on your portfolio, which does work effectively as it focuses the user on your best…

How to Create Amazing Page Effects with jQuery UI

How to Create Amazing Page Effects with jQuery UI

If you’re familiar with developing JavaScript, then you must know about jQuery. It’s an extremely powerful library that allows you to write much simpler code and express the same result….

Coding a Vimeo API Instant Search App with jQuery

Coding a Vimeo API Instant Search App with jQuery

In this tutorial, we show you how to build a small Vimeo API instant search web app, creating the front-end with jQuery and the backend on PHP.

How to Create a Basic jQuery Tooltip Plugin

How to Create a Basic jQuery Tooltip Plugin

If you have had anything to do with web development of late, you hardly need an introduction to either jQuery or jQuery plugins. In fact, jQuery plugins have become so…

How to Create Lazy-Loading Images for Your Website with jQuery

How to Create Lazy-Loading Images for Your Website with jQuery