Multiple Desktops in Windows 10

Up until today actually, I've always used Dexpot which is a very well made Virtual Desktop application much like Compiz in Linux. It has a lot of the same bells and whistles for managing/spiffying up your virtual desktop experience… except, Windows 8 and Windows 10 have some really debilitating bugs around the start menu. Additionally, you can't always expect all applications to play nice with it. I have particular issues with ConEmu. Read more about my Windows Development setup in a previous blog post.

Solr and explaining "AND" and "OR"

I was asked by a client to explain Relevancy as they didn't understand why adding an additional word to their query was actually causing a result to not show up (at least at the top of the list) as they expected. It turned out the actual discussion wasn't about relevancy at all, but And and Or and how they are used in Solr.

Tags

My Windows Development Environment

As a pretty avid Mac / Linux user, I get stuck in my ways. However, every once in a while I get an itch to do something different, just so I can see how those that I'm teaching are affected by some of the changes that I make. This includes the realm of the Windows PHP Developer. With that said I thought it handy to go about sharing some of the tools that I use to develop with to make my Windows environment more like the environments I'm used to.

Some Fun with Drupal and Composer

At work, there has been lots of work making our code repos smaller for the fact that we would love our code reviews to only contain that in which we maintain. This means, all 3rd party code shouldn't be stored in our git repositories, and the changes that matter will not go unnoticed. To that end, Will Milton has went through some pretty pain staking development to get existing drupal modules into a packagist. This works with all versions of Drupal, as it's essentially, just Composer!

Continuous Integration Efforts Get Easier with Drupal 8

The following is a repost of an article I did for Promet Source.

Drupal 8 features unit level testing which will improve Promet's Continuous Integration practices.

At MidCamp (Midwest Drupal camp), I found out a really fascinating thing about Drupal 8: Support for PHPUnit is going to be part of the base distribution. This means a great deal to Solutions Architects and Developers at Promet because we have been striving to integrate automated tests into our build. Perhaps you remember from my talks or previous posts, number four of my 10 Principles of Continuous Integration is "Self-Testing Build". This makes Drupal a much more sought-after platform for shops looking to fully embrace Continuous Integration.

Male and Female Default (Gender Based) Avatar Images for Drupal User Profiles

I was sitting here thinking tonight that there must be a strong use case for male and female default avatars since there are several sites out there with users that with to remain "anonymous" but give enough information to determine their gender. I mulled over trying to make a module out of this but I don't think it would be advantageous enough to fix this customization to only 2 options and some how tying that to a field in the profile. So I decided to blog about how you could program this yourself.

Tags