Category: Web Development

  • LastPass Unlocked Event

    Last Thursday, October 3, 2019 I had an opportunity to attend LastPass’s UnlockedCybersecurity & Identity Trends event in Boston, MA.

    The panel of security experts included:

    • Bill Cheswick, Computer Security and Networking Researcher
    • Gerald Beuchelt, Chief Information Security Officer/Vice President for LogMeIn
    • Steve Gibson, Software Engineer, Security Researcher, and Host of the Security Now Podcast. grc.com

    I’m a big fan of Twit.tv, Leo Laporte, Steve Gibson and I use LastPass every day. So I was really excited to attend the event knowing I’d be participating in an engaging and fun conversation around security, passwords, and learn more about Steve’s solution for passwords, the SQRL project.

    The full-length video of the discussion is available on YouTube, which I’ve embedded below.

    Twit’tv Coverage of the Cybersecurity & Identity Trends Unlocked Event
    October 3, 2019 – Boston, MA
    Twit.tv’s Leo Laporte at the LastPass Unlocked event in Boston, October 2019
    Steve Gibson – grc.com
  • WordPress – Make Top Level Menus without Creating Placeholder Pages

    Add this little trick to the DUH category, one of those little things I should have looked up years ago. Very often with WordPress sites you want to create a menu bar based on categories, such as the one below.

    Normally to do this you would setup a page or link for each menu item, both top level and sub-menus. But often we don’t want the top level to link anywhere, we simply want it to reveal the sub-menu. A placeholder of sorts.

    Creating top level menus in WordPress that are inactive (not clickable)
    Creating top level menus in WordPress that are inactive (not clickable)

    In the past I did this by creating a blank page in WordPress, adding that page to the menu. The problem with this method is if the visitor clicks on the top level menu the blank page displays, not ideal.

    The work around or trick is to add a “custom link” to the menu instead of a page. Then add a simple # symbol in the link field.

    CustomLinkMenuWordpressThis does create a link, but it goes nowhere and in effect does what we want.

    If for some reason you don’t see “Custom Links” under Appearance>Menus, you may need to click on “Screen Options” (top right) and turn on.

    It’s the little things sometimes…