How To Stop SugarCRM Emails Being Classified as Spam
A common way that server side spam filters check for spam is to give a rating or score to incoming mails. They check all sorts of variable to find out a message’s score and I was finding recently that the spam score was abnormally high for email originating from SugarCRM. One of the biggest contributing [...]
7 Essential WordPress Plugins (The Must Have Plugins For Any New WordPress Install)
There’s tons of these lists going around, but here’s my list of essential plugins that I get straight to installing whenever I load up a fresh copy of WordPress. Bookmark this page and use it as a checklist next time you load up WordPress. 1. WP-SpamFree/Akismet I think most people can agree that some sort [...]
SugarCRM: How To Add A Notes Subpanel To The Tasks Module
To add a Notes subpanel the Tasks module you need to add the relationship via the Studio. Go into Studio->Tasks->Relationships and perform a one-to-many relationship with the Notes module. Now we need to alter the layout definition for the subpanel. Open custom/Extension/modules/Tasks/Ext/Layoutdefs/customtask_notes.php and replace the layout definition with the following: $layout_defs["Tasks"]["subpanel_setup"]["tasks_notes"] = array ( ‘order’ [...]
How To Easily Add A .png favicon To Your WordPress Site
The easiest way to add a .png type favicon to your WordPress installation is to add a few simple lines of code to your functions.php file located in your theme’s base directory. If functions.php doesn’t exist, feel free to create it. This is a place where you can add all sorts of cool custom code [...]
How To Activate jQuery In WordPress
When I went searching for how to include jQuery in WordPress I was surprise to find out that it’s already included in the base installation. To activate jQuery in WordPress all you have to do is alter the header.php file in your theme. If you’re overwriting a theme with a child theme (for example, I [...]

My name is Josh Kohlbach.