Why switch from Subversion to Git more done on the cheap?
Git is growing in popularity amongst developers for the technical advantages it has to offer. Many would ideally wish for their clients or their supervisors to make the switch from other source control...
View ArticleOutsourcing Features on your Site
Drupal can be a scalable platform that can handle high traffic and serve large volumes of data easily with the proper configuration set up and server layout. The large number of themes and modules in...
View ArticleImplementing BASSTrakk Maps on Bassmaster.com
We recently implemented a new feature on top of BASSTrakk, (provided by B.A.S.S, BASSmaster.com) that maps out the location of all angler’s positions and catches on the lake during a tournament. The...
View ArticleBroken Functionality With Secure Pages?
Images don’t show up on IMCE? AJAX requests fail to deliver data? Other functionalities cease to exist upon installing secure pages? These symptoms are signs that secure pages could be encrypting these...
View ArticleCode Refactoring (Episode 1) – An Explanation In Layman’s Terms
If you have been working with existing software for a long time, you’ve probably heard these statements: “Why are there so many hacks in this plug in?” “This is one long procedural script I do not want...
View ArticleCode Refactoring (Episode 2) – Changes For Biggest Bang for your Buck
This article is a continuation of Code Refactoring (Episode 1) – An Overview of Logical Approaches to Enhancing Software. Most will cringe at the thought of refactoring their code; doing extra work...
View ArticleCode Refactoring (Episode 3) – Hacking Your Code For Readability
As the third part of my code refactoring blog series, I will discuss hacking code for readability. Check episode 1 and 2 to learn more about code refactoring. A big reason why web stakeholders,...
View ArticleYour Guide To Solving 6 Drupal Gotchas
There are times when you run into an issue while maintaining your Drupal instance, when the problems are frustrating enough, yet the solution seemed to be extremely simple. Unfortunately, by the time...
View ArticleCaching JSON Arrays Using $cacheFactory in AngularJS 1.2.x
Developers commonly use AngularJS to set up a routing framework to populate templates with JSON data from an API endpoint. However, performance and more importantly, uptime is at risk when the...
View ArticleAnglers On The Fly- Bassmaster Goes Mobile!
Two months ago, we launched a native mobile app for Bassmaster for iOS and Android. The project is aimed to improve exposure to a wide range of emerging devices and increase the client’s brand...
View Article