This is the first in a series that should form the building blocks to being a good all-round front-end developer. If you peruse the current job market you will see that there is so much more than knowing how to code HTML, CSS and Javascript. (more…)
Archive for May, 2010
Front-end developer essentials – User interface design
Wednesday, May 26th, 2010jQuery: Accessible search toggle
Saturday, May 22nd, 2010This is an update to a post I wrote four years ago to make an accessible search toggle using Javascript. Since then Javascript libraries such as jQuery have become popular, so it makes sense to bring this post up-to-date. (more…)
Javascript shorthand for cleaner code
Thursday, May 20th, 2010Removing forward slashes from a string
Thursday, May 6th, 2010All I wanted was to remove all forward slashes in a string using Javascript. It turns out that’s more complicated than you’d think and after multiple searches on Google I finally found the answer, in a comment on somone’s post. (more…)