Animating jump points in Smooth Div Scroll
I'm using the jQuery plugin Smooth Div Scroll on a site right now, and it's filling my needs nicely. The site is built on Drupal 6, and SDS requires jQuery 1.5, so some jiggery-pokery is needed to get...
View ArticleNew JavaScript Courses Available
If my training library were a treasure chest, it would be splitting its sides and busting its lock. Two courses on JavaScript are now available: Introducting the JavaScript Language and Getting...
View ArticleJavaScript for Web Designers now available on lynda.com
I'm delighted to announce that my new course, JavaScript for Web Designers, is now available in the lynda.com online training library.If you're a web designer comfortable with HTML and CSS, and want...
View ArticlejQuery for Web Designers Now Available
Close on the heels of JavaScript for Web Designers, jQuery for Web Designers is now available.Read more
View ArticleDrupal JavaScript snippet - Reset block placement to "None"
When you change themes on a Drupal 7 site, you often need to reset the placement of your blocks. If you're using the core block module to place them, you may end up with a bunch of blocks in unexpected...
View ArticleWednesday - Speaking at jQuery LA
This Wednesday, June 11, I'll be speaking at the downtown meetup of jQuery LA. I'll be showing a relatively simple jQuery filter that does something useful with images, and show how it can be converted...
View ArticleBreakpoints Aren't Just For Breaking
A debugger is essential for helping understand how code works. In my lynda.com course Debugging The Web: JavaScript, I go over the essential parts of learning how to use one. These concepts are the...
View ArticleJavaScript and jQuery Course Updates on lynda.com and LinkedIn Learning
Two of my courses on lynda.com were updated recently, and next week, with a free LinkedIn account, you'll be able to watch them, and the rest of the lynda.com training library, for free! They're...
View ArticleReact Routing with Apache
I've been working on a single page app in React for the past several months, currently in alpha testing. It uses React Router to handle its routing, and is bootstrapped with Create React App, which...
View Article