top of page

JavaScript

While most front end developers with whom I'm familiar use some form of content management system to formulate their designs, having knowledge of programming and programming languages can only boost one's marketability. I have built several websites using raw code (no CMS), and the following section illustrates a bit of my experience with JavaScript. 

​Though likely passé to an experienced designer, it was a real pleasure to discover how to transform a static icon into an interactive dropdown menu. This is one of many applications for which I've used JavaScript. 

Icon as Dropdown Menu

​Another design that is likely boring to the experienced designer - while designing one of my early sites sites I had an idea for a button that not only generated random quotes, but also random images that would complement such quotes. Again, some JavaScript research revealed the technique that would allow for just such a design.  

Random Image/Random Quote

bottom of page