Addicted To New

Coding, Photography and Life by John Nunemaker

JavaScript Array Max and Equal Height Columns


over 3 years ago by jnunemaker on Addicted To New.
JavaScript has a Math.max function that allows you get the maximum between two numbers. That is cool, and all, but I rarely want to compare two numbers...

JavaScript Array Max and Equal Height Columns


over 3 years ago by jnunemaker on Addicted To New.
JavaScript has a Math.max function that allows you get the maximum between two numbers. That is cool, and all, but I rarely want to compare two numbers...

Logging for the Lazy


over 3 years ago by jnunemaker on Addicted To New.
They say that laziness is a virtue in programmers. That is a good sign for me as I am the laziest of them all. When debugging JavaScript in Firefox or Safari...

Logging for the Lazy


over 3 years ago by jnunemaker on Addicted To New.
They say that laziness is a virtue in programmers. That is a good sign for me as I am the laziest of them all. When debugging JavaScript in Firefox or Safari...

Creating a Network Bar with jQuery


over 3 years ago by jnunemaker on Addicted To New.
Network bars are making the rounds on a lot of sites. If you aren’t familiar with the term, it is usually a bar at the top of a site with links to...

Creating a Network Bar with jQuery


over 3 years ago by jnunemaker on Addicted To New.
Network bars are making the rounds on a lot of sites. If you aren’t familiar with the term, it is usually a bar at the top of a site with links to...

New Blog about Blogging


over 3 years ago by jnunemaker on Addicted To New.
I have spent a lot of time over the past few months growing RailsTips, one of my other blogs. From October to December, I doubled my traffic and almost...

New Blog about Blogging


over 3 years ago by jnunemaker on Addicted To New.
I have spent a lot of time over the past few months growing RailsTips, one of my other blogs. From October to December, I doubled my traffic and almost...

Refactoring Tip: Move Functions into Objects


over 3 years ago by jnunemaker on Addicted To New.
On the last project that I worked on, we were spending a lot of time learning and the code started to get out of control. Towards the end, I made a few...

Refactoring Tip: Move Functions into Objects


over 3 years ago by jnunemaker on Addicted To New.
On the last project that I worked on, we were spending a lot of time learning and the code started to get out of control. Towards the end, I made a few...