Flexbox Notes
24 Feb 2018ASP .NET Core i18n notes
07 Oct 2017Make
20 Sep 2017Flow
02 Sep 2017PHP7 Zero Day Exploits Found
01 Jan 2017PHPExcel Notes
23 Sep 2016Notes from initial research on PHPExcel.
AWS VPC Notes
12 Sep 2016Notes from initial research on VPC
Awesome Gulp Tutorials
09 May 2016Jekyll Permalinks and Redirects
24 Mar 2016I recently changed the permalinks for my blog posts in my Github Jekyll Blog. I also added redirects from the previous urls to the new one.
Running Jekyll Github Pages on Cloud9
24 Dec 2015Develop and run your Jekyll Github Pages on Cloud9
Disable PHP Deprecated Warnings in Wordpress
22 Nov 2015When moving a WordPress site to a new server running the latest version of PHP5 (i.e. > 5.3), PHP Warnings may appear.
Scroll Event and CSS3 Animations
18 Nov 2015Created a sample .NET MVC5 Single Page application that displays a list of events and displays a Google map of the location for each event.
Git Tips (Rough Draft)
24 Feb 2015Git Tips (Rough Draft)
BCSHotels - A Sample C# .NET MVC5 Application
10 Feb 2015Created a sample .NET MVC web application with sorting and pagination. The application was a test for my application to a .NET developer position with a local company.
Using SQLite and EF6
09 Feb 2015Created a sample console app using SQLite and EF6. The application uses the Chinook SQLite database and just displays the list of artists and albums that begin with A.
ZF3 Roadmap Announced
25 Jan 2015The Zend Framework team recently announced the ZF3 roadmap.
Creating a PHP class library
07 Jan 2015Today I created a PHP class library and shared it on Packagist. In this post I hope to share my experience.
Studying Owin
16 Dec 2014Owin is a specification for an abstraction between an application and it’s host. It can be implemented using a delegate to allow a host to invoke an application passing in a properties collection.