Blankfield.net

Journal

  • ExpressionEngine plugin to strip HTML Tags

    {exp:tag_strip} I threw together this simple plugin for applying the built-in PHP function, strip_tags(), to a string of text in an ExpressionEngine template. This permits you to strip HTML tags from a string without enabling PHP in that template (a potential security risk). {exp:tag_strip} on github <?php if ( ! defined(‘BASEPATH’)) exit(‘No direct script access

  • Knotlog

    Websites for Marine Businesses

    I have delivered numerous boats up and down the east coast of the U.S. Several years ago, on one of these deliveries, I realized there was a woeful lack of Web-based information about marinas and other boater-related services. Several times on these trips, I grabbed my phone to search for various marine services along the

  • Better Password Storage

    padlock

    Using proper password storage techniques for user authentication systems in web applications, such as encouraging the use of strong passwords, properly salting and hashing passwords, and limiting the number of log in attempts can help ensure that your application remains secure for as many users as possible.

  • Sessions and WordPress

    session_start

    I find it strange that sessions will sometimes work in WordPress if session_start() is called in the theme’s header file, but won’t work in other cases. Some have suggested placing session_start() in the wp-config.php file, since this file is included well before anything is sent to the browser; however, the unlikely possibility exists that the

  • Online Password Security

    faux-sign-in-form

    Email accounts, blogs and social networking sites are all prone to crackers attempting to exploit users and their data. This post explores some ways to create strong passwords or passphrases to protect against these attackers, and a few tips on how to manage these stronger passwords.

  • Vermont Citizens

    vermont-citizens

    Not unlike the Bennington-Berkshire Citizens Coalition, this group of folks are opposed to the proposed biomass plant in Pownal, Vermont. They liked the other website I built, and asked me to create for them a simple website whose purpose is to encourage people concerned about the plant to sign up and become a member. So,

  • Show all posts