Verify email sources with Sender Policy Framework

SPF Framework reduces email fraud and spoofing Email frauds and scams are successful in part because the email of the sender appears to be from a legitimate source. Sender Policy Framework (SPF) allows email servers to double check that an email came from an authorized source, and reject mail before it lands in anyone’s inbox….

Continue Reading

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