$295 Web Design Special
41 Steps is committing our focus on small business web design needs in Chicago. Don’t bust the bank just because you need more out of your current web site.
For a limited time we are offering our Open Source Special. $295 gets you a complete content management system, Google Analytics to measure your audience, email submit notifications, up to 10 pages of content (you can always add more yourself with the content management system) a blog, search engine optimization and your choice of design from hundreds of open source web site templates.
This is a huge package at a great price and it won’t be around long, so place your order soon.
Contact us for a free consultation of how we can cure your web design blues.
Spam Is Not Just In Your Inbox

I recently lost my debit card so I had to get another one from Chase. It finally came in the mail today and I called the number on the card to have it activated.
It was an automated message and after I was done entering my info, it said it would be a few moments while the card was activated. Then they kicked in with their sales pitch telling me all about the horrors of identity theft with at least 2 separate ads.
As a complete coincidence, as soon as the ads were done, my card was finally finished with the activation process.
What a classic example of interruption marketing. Completely inappropriate and yet another of a long list of reasons why a big entity like Chase will never have my trust.
Don’t lose the trust of your customers because you have a few seconds of space to fill.
Wordpress 2.5 “An error occurred in the upload. Please try again later”
This was the other wordpress 2.5 issue I had.
This was on a live server and not local. I tried to upload an image and the image crunched ok, but I got this message when it was done. I think it has to do with write permissions but the solution I found was to add this to your .htaccess file.
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
That seemed to fix the upload issue but the next issue I had was when I tried to actually insert the image into the post, all I got was a blank screen from the media page.
After a few times of the blank screen I restarted firefox and now everything worked fine.
I guess the first problem affected the http state of the browser or window or something and the restart just cleared it all up.
Blank screen when installing Wordpress 2.5
As I said I am slowly moving a few of my blogs to Wordpress 2.5. I have run across a few issues and one was a blank screen when I was trying to install Wordpress. I checked the config file and all was good with that. I figured it had to be in the php.ini. That is usually where things go awry when installing for the first time.
I searched around a bit and found a solution that said log_errors had to be on.
I went to php.ini and changed log_errors = off to log_errors = on.
I then went back and deleted all the tables from my fresh install (it make it that far) and ran the installer again and that fixed my blank screen problem.
Did I mention this was a local install? All of my installs on real servers didn’t have this issues because they probably all have log_errors = on already.
Wordpress 2.5
I am excited by the recent release of Wordpress 2.5. There are some excellent new features and re-organization of some old features.
I had a few problems with some of the upload scripts but found a workaround. I will dig up that fix and write about it soon.




Recent Comments