Search Results for ‘jquery’

March 7, 2013

Script Clip: HTML5 Audio Player with jQuery Controls

By in Development, Tips and Tricks

HTML5 and jQuery provide mind-blowing functionality. Projects that would have taken hours of development and hundreds of lines of code a few years ago can now be completed in about the time it’ll take you to read this paragraph. If you wanted to add your own audio player on a web page in the past, [...]

February 14, 2013

Tips and Tricks – Building a jQuery Plugin (Part 2)

By in Development, Tips and Tricks

jQuery plugins don’t have to be complicated to create. If you’ve stumbled upon this blog in pursuit of a guide to show you how to make a jQuery plugin, you might not believe me … It seems like there’s a chasm between the “haves” of jQuery plugin developers and the “have nots” of future jQuery [...]

January 10, 2013

Web Development – JavaScript Packaging

By in Development, Technology, Tips and Tricks

If you think of JavaScript as the ugly duckling of programming languages, think again! It got a bad rap in the earlier days of the web because developers knew enough just to get by but didn’t really respect it like they did Java, PHP or .Net. Like other well-known and heavily used languages, JavaScript contains [...]

November 27, 2012

Tips and Tricks – Building a jQuery Plugin (Part 1)

By in Development, Tips and Tricks

I’ve written several blogs detailing the use of different jQuery plugins (like Select2, LazyLoad and equalHeights), and in the process, I’ve noticed an increasing frustration among the development community when it comes to building jQuery plugins. The resources and documentation I’ve found online have not as clear and easy as they could be, so in [...]

November 6, 2012

Tips and Tricks – Pure CSS Sticky Footers

By in Development, Tips and Tricks

By now, if you’ve seen my other blog posts, you know that I’m fascinated with how much JavaScript has evolved and how much you can do with jQuery these days. I’m an advocate of working smarter, not harder, and that maxim knows no coding language limits. In this post, I want to share a pure [...]

October 17, 2012

Tips and Tricks – jQuery Select2 Plugin

By in Development, Tips and Tricks

Web developers have the unique challenge of marrying coding logic and visual presentation to create an amazing user experience. Trying to find a balance between those two is pretty difficult, and it’s easy to follow one or the other down the rabbit hole. What’s a web developer to do? I’ve always tried to go the [...]

September 26, 2012

Tips and Tricks – jQuery Lazy Load Plugin

By in Development, Tips and Tricks

In the late 90′s, web pages presented their information in a relatively structured fashion, with little concern on how “pretty” the content looked. To a certain extent, that was a result of available technology and resources being a little more limited, but much of the reason was probably because we had no idea what was [...]

September 6, 2012

Tips and Tricks – jQuery equalHeights Plugin

By in Development, Tips and Tricks

Last month, I posted a blog about dynamically resizing divs with jQuery, and we received a lot of positive feedback about it. My quest to avoid iframes proved to be helpful, so I thought I’d share a few more esoteric jQuery tips and tricks that may be of use to the developers and designers in [...]

August 8, 2012

No iFrames! Dynamically Resize Divs with jQuery.

By in Development, Tips and Tricks

It’s no secret that iframes are one of the most hated methods of web page layouts in the web development world — they are horrible for SEO, user experience and (usually) design. I was recently charged with creating a page that needed functionality similar to what iframes would normally provide, and I thought I’d share [...]

January 10, 2012

Web Development – HTML5 – Custom Data Attributes

By in Development, SoftLayer, Technology, Tips and Tricks

I recently worked on a project that involved creating promotion codes for our clients. I wanted to make this tool as simple as possible to use and because this involved dealing with thousands of our products in dozens of categories with custom pricing for each of these products, I had to find a generic way [...]