Like that Idea

Zend Optimized

03.25.06

We host Like that Idea and WebCMS Forum through Dakota Hosting on one of their Virtual Dedicated Servers (also known as Virtual Private Servers or VPS). Dakota Hosting’s normal hosting plans have always been optimized for php using Zend Optimizer. However with the virtual as well as dedicated servers you manage the servers yourself and have to install the “extras” yourself. By default the self-managed server does not come with an optimizer for PHP. So today we loaded the free Zend Optimizer. Hopefully, visitors to our site will notice some performance improvements. Although we haven’t had problems before…occasionally our articles get some broader online attention than normal and we like to be ready for those busy periods.

Installing Zend Optimizer was probably the easiest thing we’ve done so far on our server. Put it this way, it was a lot easier to install the optimizer than installing Wordpress or Drupal (both of which are not too difficult to install either). If you have a server you manage yourself, you can get the Zend Optimizer at Zend’s Website. We found a good but dated explanation of how the optimizer works in a publication called New Architect.

We would like to hear from our regular readers if they notice any improvements since we installed the optimizer. We’re always looking at different solutions for tweaking the server! Any additional suggestions for improving performance are also welcomed.

Drupal Blog at Like that Idea and Other CMS Resources

03.14.06

We had great intentions to continue to keep everyone up to date on a new site that we’re building using Drupal, a content management system (CMS). The idea was as we were building the site we intended to write down how we did it so others could learn with us. Well if you look at our Drupal blog here at Like that Idea you would see that we have not had too many posts in the blog. Have we given up on the idea? No hardly, we are just so busy with other projects (including the project of raising a family) that we have had to prioritize and put some of our ideas on the back burner.

I have no doubt the new site focusing on content management systems will eventually be up and running, the question is when and not if it will happen. I suspect that once Drupal 4.7 has been released is when we’ll start working on the site.

In the meantime, We would like to recommend a few places that you can go to learn about Drupal and other content management systems. First, if you haven’t visited the handbooks at Drupal.org lately, you should. A lot of changes have been taking place in the user support documentation at Drupal.org and most of it is for the better. If reading isn’t your thing, Drupal users don’t have to wait for the movie to come out since it is now available at Lullabot. Lullabot is providing both audiocasts and videocasts on a number of Drupal topics. The Lullabot video for managing menus and links with Drupal is very well done.

Last but not least, if you have questions about content management systems and how they can help you build a Website; please consider joining in on the discussions at our sister site, the WebCMS Forum. While most people think of a Web content management system as only Web Portals, the forum also considers software that manages blogs, forums, shopping carts, and photo-galleries to also be variations of a CMS. WebCMS Forum is still a new site, but it already has had a promising start with a number of users of different CMS applications coming together to share their ideas and learning from others. I already find myself learning a lot and like to see it when those from Drupal, Mambo, Joomla, e107, SMF, phpBB, Wordpress, osCommerce, and others express their thoughts and ideas on their own favorite CMS. I you don’t mind me saying it, I hope you like that forum!

Website Lessons Learned

02.14.06

I recently joined in a discussion on our sister site, WebCMS Forum, that I thought I would repost here. Hopefully it will help those of you with your own Websites to get you thinking about security and patching the software you are using to address any security issues. Discussions on WebCMS Forum focus on content management systems or CMS for short. What is an example of a CMS? Most Websites today build their sites no longer on HTML pages, but use software where the text is stored (and managed) usually within a database found on the Web server. Like that Idea uses Wordpress which may be considered a subset of a CMS.

The rest of this article was written by me and posted on WebCMS Forum but I modified it slightly here so it makes sense here. By the way, feel free to join in on the discussion or any discussion on the forum if it interests you.? In order to post in the forum you’ll need to register, but registration is free.

You know, I have not seen too many people trying to break into any of my sites until recently. Most of my sites are under a shared hosting plan, but one of my more recent sites is under a dedicated IP. You could tell the hackers were scanning the IP addresses and then any possible directory where the XMLRPC could be located. I had the opportunity to see how many different PHP applications they could exploit..the list was longer than opensourcecms.com provides! ;D

I’m pretty good about patching sites with security patches, I’m probably not so good to install patches that only address bugs with no security issues, especially if I haven’t seen any of those bugs myself. Then months later…lo and behold the bug shows up when I least expect it. Of course, some bugs I create on my own. The “bugs” use to show up when I modified PHP code without knowing what it did, but with this whole transition from HTML to XHTML had caused a few annoyances for me. Sometimes you just forget the “old way” doesn’t work so well when mixed with the new.

Someone mentioned Matt’s formmail scripts was there first script to patch. Matt’s Scripts…now that’s a name and a script I haven’t heard in a long time. Amazingly, there was a time that Matt seemed to be the only one to provide open source code online for free. I wonder if he’s ever been recognized by his efforts? Does he still own his site? Anyone know? Many of us wouldn’t have had good Websites in the 1990’s if it wasn’t for his perl scripts. In fact I didn’t even know what Perl was until I ran across his site.

I really am curious to hear what news anyone has about Matt’s Scripts. Feel free to post here or on Web CMS Forum.

Wordpress 2.0.1 Released to Fix Bugs

02.02.06

One month after Version 2.0 was released, the folks at Wordpress have released version 2.0.1. The latest release fixes over 114 bugs that had been reported with 2.0. A summary of the changes which were posted at the Wordpress site include:

  • You can now specify an upload directory, and whether to use date-based storage or not.
  • Caching has been fixed under certain PHP environments.
  • Permalinks have been fixed for weird environments as well.
  • XML-RPC uploading works.
  • Compatibility with older versions of PHP.
  • Several WYSIWYG fixes and cleanups.
  • Imports now use much less memory.
  • Now works with MySQL 5.0 in strict mode.

Like that Idea readers may remember that we reported a few days ago about the poor performance problems we were seeing after upgrading the site to Wordpress 2.0. Now with 2.0.1, we are already seeing some improvements in the time it takes for pages to load in the browser. Our fingers are crossed. We now return to normal programming…