WordPress Design Pattern: Shortcode Powered Widgets
Here is a handy design pattern for developing wordpress widgets. For this post, we will be generating a sidebar widget with a title and text body. The title corresponds to another page within your...
View ArticleSASS – An Iterative Learning Adventure
Recently, I had my first exposure to SASS, on a project here at Pixo. For those not familiar with SASS, the language is a superset of CSS which can be compiled into CSS. There are many compilers for...
View ArticleMSSQL SmallDateTime Field Can Cause PHP To Silently Crash
Pixo is currently developing a web-based publication workflow application for American Library Association’s Choice Magazine and Choice Reviews Online utilizing the PHP framework Symfony to build a web...
View ArticleMSSQL Long Text Field Truncated In PHP
In addition to the SmallDateTime bug outlined in a previous post, I also encountered this troublesome bug involving truncated SQL data because of a MSSQL nuance on lengthy VARCHAR fields. The Lost...
View Article6 Tips for Securing Your WordPress Site
WordPress is famous for it’s 5-minute install. You can host WordPress yourself or choose from numerous WordPress hosting providers who will give you a fully working starting point in minutes. This is...
View ArticleUsing Git Graft to Allow Pantheon One-Click Updates
Everyone loves Pantheon hosting’s time-saving one-click updates for Drupal and WordPress. If you are putting a site onto Pantheon that already has revision history in Git, then you likely want to keep...
View Article