Skip to content

News

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...

read more

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,...

read more

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...

read more

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....

read more

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:...

read more
Forbidden You don’t have permission to access /wp-login.php on this server

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...

read more

Join Our Newsletter List!

* indicates required