News Feed
I rarely share anything on social media, this is where I post about projects I'm working on as well as opinions on current events, the internet, and small business.

Fix Double Encoded %20 in Drupal Apache Solr Search
Published 6 years agoThis is difficult to troubleshoot because there are a variety of patches aimed at fixing this...

Remove H1 Title from Apache Solr Search Results
Published 6 years agoOn "Edit Search Page" in Apache Solr Search you can set the page title to %terms or...


Noindex Pager URLs in Drupal 7
Published 6 years agoI required a way to noindex search results in Drupal 7 using Apache Solr but this method...

Web Design for Appraisal Business
Published 6 years agoSquair Appraisals was looking for a simple, professional, and easy to navigate website for...


5 Reasons Microsoft Sucks
Published 6 years agoMost people assume that, since I am not an Apple fan, that I must like Microsoft. Here are 5...

HTML Snippets & Tutorials
Published 6 years agoThis is a compiled list of HTML, CSS, and Javascript tricks and tutorial that I want to...

Top Features to add to TownPost
‣ Endorse/Rate other Users or Reputation Score
‣ Profile/Ad Discussion on News Feed
‣ Premium Member
‣ Premium Ad
Fix Password Reset - https://www.drupal.org/project/prlp or https://www.drupal.org/project/simple_pass_reset or https://www.drupal.org/project/nocurrent_pass
Fort Sask Facebook Buy and Sell Page
St. Alberta Facebook Buy and Sell Page
Red Deer Facebook Buy and Sell Page
Revised buy and sell page for Canmore.

HTML5 References
Published 6 years agoThis cheat sheet summarizes the complete HTML5 Canvas API for the 2D context, based on to the...

Figure out the bottlenecks to growth, there are limitless things to work on in a startup but you must focus on those things that are constraining your growth. Once you have a "true north" you can easily wake up in the morning and know what you need to work on.

Convert %2520 to + sign using .htaccess so your Search pages have nice looking URLs with plus signs instead of a bunch of encoded nonsense.
RewriteRule ^(.*)\ (.*)$ /$1+$2 [L,R=301]