FarmSoft Studios Graphic Design & Web Design

Inspiration. Diligence. Excellence. The Art of Design.

Welcome to FarmSoft Studios! Located in the rolling hills of Hillsboro, Wisconsin, our goal as a company is to create quality web sites that are completely W3C standards-compliant, stunning graphics that make your company's identity stand out, and usability that will flex to users in all walks of life. We love paying attention to detail, while making products that our clients are completely satisfied with. Please Contact Us for more details on how we can serve your needs.

FarmSoft Studios Graphic Design & Web Design; Inspiration. Diligence. Excellence. The Art of Design.
We currently offer:

Thank you for your interest! Feel free to browse around, and have a great day!

Recent Blog Posts:

Fatal error: Call to a member function isEnabled() on a non-object – Gantry Framework for Joomla

Getting the following PHP Error after moving a Joomla site with Gantry installed?

Fatal error: Call to a member function isEnabled() on a non-object in .../core/gantry.class.php on line 414

Just delete the cache folder: Your_Joomla_dir/cache/gantry

Wipe your brow.

Posted By: FarmSoft Studios on April 1, 2013 @ 9:53 am — Comments (0)

Xcode “Installing” for Hours

Xcode Installing

I read a bunch of reviews on Apple’s App Store reviews about “professional developers” crying that there wasn’t a status bar on the progress of the Xcode install process. If you navigate to the Application’s folder, there is a progress bar with the percentage of download….
Xcode Progress
Makes you wonder what kind of “Professionals” they are. I agree, having a developer’s toolset like that isn’t the nicest thing to package in a pretty “app,” but still: as a “professional,” at least do a moment of research before getting all ticked off in the comment section. It is just UNprofessional. That’s all there is to it.

Posted By: FarmSoft Studios on March 22, 2013 @ 6:21 pm — Comments (0)

Mounting ISO’s in Windows 8

Win8-ISO
Did you see this error? No Fear. Just navigate to “My Computer” and lo, it the disk is mounted there.

While you’re there, enjoy a bit more of that Windows 8 Love.

Posted By: FarmSoft Studios on March 21, 2013 @ 9:59 am — Comments (0)

401.3 – Unauthorized: Access is denied due to invalid credentials

401 – Unauthorized: Access is denied due to invalid credentials.

You do not have permission to view this directory or page using the credentials that you supplied.

 

Getting this in a fresh IIS install?  After trying everything that I knew of in my limited arsenal of Windows stuff, I finally stumbled upon an obscure fix on a forum.

Here are a few screenshots illustrating how to edit the “Anonymous Authentication” parameter in IIS: (Windows Server 2012)

IIS_credentials

IIS_credentials2

 

On mine, the “Specific User” was selected, and the actual user didn’t exist.  Not sure if there are any security implications with “Application pool identity,” but it worked a charm for me.

Posted By: FarmSoft Studios on March 11, 2013 @ 1:36 pm — Comments (0)

MySQL Wildcard Search [%] in SugarCRM

There are a lot of posts in the SugarCRM forums and on Google about getting better search results in SugarCRM by adding the MySQL wildcard operator in the front and back of the search query.  As of late last year, an un-announced feature popped up to enable this functionality without having to hack the include/SearchForm/SearchForm2.php file.

Now, simply add the following to your config_override.php:

'search_wildcard_infront' => true,

(Just as a note, the search wildcard is always added to the end of a search)

Posted By: FarmSoft Studios on March 6, 2013 @ 9:40 am — Comments (0)