Smooth scroll to webpage elements using jQuery

While working on revamping my online portfolio, I wanted a scroll effect after clicking on menu items — the default “jump to” activity was abrupt, and after designing my Celebrity Name Game and becoming spoiled on effects, I thought it was a good move. Turns out, however, that it’s unwieldy to try and get jQuery…

Continue Reading

PHP Menu Highlighter

PHP Menu Highlighter – highlight current page in your navigation menu. While developing a website recently, I realized I had already produced the navigation menu in a PHP file and used the include function to pull it into each page, so I needed a way to highlight the current page’s navigation menu item: This uses…

Continue Reading