Development

  • Creating a Design System

    Building a design system can be helpful for enterprise teams who need to keep their teams working together within an ecosystem. A design system is not just a style guide or a grouping of reusable html and css. A design system is a system that informs the method in which a team builds systems and…

    Read More

  • Filter Search using JSON

    I made this while building the Target CW website. They needed a on page search to quickly filter through questions users of the site might ask. The questions all needed to be organized into categories.

    Read More

  • Dynamic Current Date using jQuery

    As an alternative to updating the date dynamically, through server-side scripting, this is a method to change the date dynamically using jQuery. I wouldnt recommend using this unless you cant use a server-side language because, even though it works, its won’t be 100% accurate to the current date if the computer your on is wrong.…

    Read More

  • How to make Quotation Marks in CSS

    According to CSS2, adding quote marks to any blockquote automatically, should be pain free.  The spec handles it in such a way as to be entirely language independent – negating hard coded quote marks and allowing simple style sheet changes.  

    Read More