As a company that does SugarCRM development and deployments - both standard and custom - we see a lot of different client requests. These range from very normal "web-to-lead" workflows all the way to building custom sales pipelines and trigger events for a more complex sales cycle. There are times when the free / Open Source "Community Edition" makes sense for a...
News
How to save directory and file permissions before you CHOWN them to something else
There are times when you need to fix a website or user's file permissions all at once using the CHOWN command. e.g. CHOWN -R someuser:someuser * (for all files recursive into all sub-directories) or CHOWN -R someuser:someuser some-directory (for all files recursive starting at the directory named "some-directory" Usually this is the case in...
Custom Software Development in PHP & MySQL
Over the years - our team has developed a number of web applications for start-up and enterprise businesses alike. Some are 100% propitiatory .. others are a mix of existing technologies with custom programming to meet the requirements and desired functionality. Whatever your needs are - we can build it. Some recent projects have included: Rental Property...
Unnecessary Elements in HTML Email
In this chapter of our continuing discussion on HTML email, we are going to talk about the different elements which are not really all that necessary in your mailings. The following are not necessary for HTML email and should be stripped out before you mail. This will reduce the overall size of your mailing and increase the speed in which it is delivered, rendered,...
Introduction into HTML Email
Pop-quiz hotshot! You've got to send an HTML email to a list of clients and have it display correctly across a spectrum of email clients which include Outlook, web-based, frame-based. It has to be Netscape compatible, Eudora-friendly, Lotus Notes accessible... What do you do?* [Editor's note: If you could say "What do you do?" a second time in your head in your best...
Making the Most of Your Design Business
It is the best of times and the worst of times. Life as a web or graphic arts freelancer can be both rewarding and tough. On one hand is the indescribable pleasure of be able to charge what your worth; on the other is the often frustrating task of getting paid what you're owed. Your time is money. That is why you went into this business in the first place. Learn it....
Proposal Kit Coupon Discount Code
Proposal Kit Discount Coupon - Does not Expire - 10% off coupons for Proposal Kit, Proposal Kit Pro and Proposal Packs. Coupon Code - SPECIAL54532 Ian will probably get mad for our posting this - since it does not expire! Enjoy!
How to tailwatch a log file or tail an error log file in SSH
There are times when downloading an entire web server or other log files just is not feasible. Either it is too large, or by the time you download and open it in a text editor, you need the information contained in the log refreshed all over again. Tailwatch is a service that most Linux servers have installed by default. You can type the following into your shell:...
How to fix : Disk Requirements: At least XYZ more space needed on the /boot filesystem.
Over the life of a Linux you need to update the kernel from time to time. Over time, you may fill up your /boot partition and get the following error in SSH. Transaction Check Error: installing package kernel-2.6.32-431.29.2.el6.x86_64 needs 3MB on the /boot filesystem Error Summary Disk Requirements: At least 3MB more space needed on the /boot filesystem. (your...
Forbidden You don’t have permission to access /wp-login.php on this server
Recently we've seen some problems where going to the Wordpress admin gives you the following error: This seems to be related to ithemes better wordpress security. To get around this, so you can check this plugin, add this to the top of your .htaccess file. <Files wp-login.php> Order Deny,Allow Deny from all Allow from all </Files> You should now be able...








