|
just another regularban.info web blog |
| MEMBERS: | Why Use A Content Management System?
First of all, what is a Content Management System? A Content Management System, or CMS for short, is an application designed to facilitate the creation and management of content. So, do you need a CMS? Whether or not you may need a CMS solution depends on the size of your website, the amount of traffic you receive, your skills as a webmaster, the number of users who will be adding content to the website, and many other factors. Website Size The content of a large website can be very difficult and tedious to maintain if a content management system is not used. Most CMS solutions will store the content in a database in an organized fashion. The administration interface of the CMS should provide an easy way to manage the content. On the other hand, a CMS solution for a small website may be overkill. A website with a small number of pages is easy to maintain, but may need a content management system solution as it grows. Website Traffic The amount of traffic a website receives can be a significant factor in deciding whether or not to use a CMS. Static html pages have always been the fastest loading, whereas dynamic pages need to be compiled or pull information from a database. The processing behind these operations can add time to the loading of the page. It is important to consider the amount of processing that takes place behind the scenes in a content management system. Fortunately, there are many lightweight CMS solutions these days for high traffic websites. Webmaster Technical Skills A content management system can be an easy solution for a webmaster who lacks the necessary skill set to create their own website. Most CMS solutions contain a WYSIWYG (What You See Is What You Get) editor. The editor allows for the creation of website content without HTML or other website specific knowledge. There are many templates available which can be easily installed in many content management systems. Some of these templates are free and some come with a small cost. Another solution to creating the look for your website would be to hire a website designer. This can come with a significant cost, but you'd be getting the exact look and feel you want for your website. Website Users In many situations, a website will have more than one content provider. In this case, it may be beneficial to consider a content management solution, as a good CMS system will have the ability check in and check out content. The purpose of check in and check out is to prevent more than one user from editing the same content at the same time. Multiple users on a static website can create many problems with content updates without the help of a CMS system. Conclusions There are certainly other factors to consider in whether or not to use a content management system, but hopefully the information contained above will help you in making an informed decision.
Using Perl To Convert Hyperlinks And Filenames To Lowercase
Like a lot of web developers, I'm not always that disciplined when it comes to the file naming convention I use and I sometimes end up with a situation whereby I have some files that are in lowercase, some that begin with a capital, and some that are a bit of a mixture. One web site I maintain contains about 2000 web pages and has about 20,000 hyperlinks. As you can imagine, I had one of those sinking feelings when I was told that in order to migrate the web site to a new content management system, all the file names and hyperlinks would need to be changed to lowercase. Whenever I am presented with a problem like this, my instinct is always to write a Perl script using one or more regular expressions to solve the problem. This particular situation was no exception. Change a string to lowercase The following regular expression changes all the characters in a string to lowercase. The first part of the regular expression finds a hyperlink, and the second part converts the string. (Just in case this article is not displayed correctly, there should be a single backslash in front of the 'L$1'). Change a filename to lowercase Likewise, changing a filename itself is very simple. The following two lines perform the task quite nicely: (Again, there should be a single backslash in front of the 'L$name'.) If you need more information on how to incorporate the above code snippets into a complete script, feel free to contact me directly.
Entrepreneurs - Who Gets to Keep the Website After You Divorce Your Webmaster?
Attention all business owners! Do you know the answer to this question: Who gets to keep the website after you divorce your webmaster? Just like in a marriage, it all depends on the pre-nuptial agreement (contract). Do you have one? My personal disclaimer: Some of this information may be about legal issues; however this article is not intended as a substitute for legal advice. I am not an attorney nor do I play one on webTV therefore you should consult with an attorney familiar with the laws concerning internet and intellectual property. Ok, now on with the story, the short version. . . Here's the situation, for whatever reason the client decided not to pay their annual bill for web hosting services. Even though there were several attempts to reach the client the bill went unpaid for more than 90 days. As a result, the hosting was cancelled and the site was removed from the server. Several months later the client sent this exact message: "you have my website and I need you to let me know how to get it back, like I said before I paid you money to build it so....? that money had nothing to do with hosting or anything". Just because you paid for the development of your website does not mean you own it. There are Intellectual Property laws designed to protect the creator and to encourage the creator to create. If you hired a company they own the software development and website design produced by its employees. If you hired an independent contractor you must obtain a written "assignment" of the copyright in the commissioned work from them. Most business owners unknowingly give their webmaster complete control over their business website. Even if you don't have a pre-nuptial agreement (contract) or own your website you can still maintain some control. While you and your webmaster are honeymooning be sure you can document the answer to these questions: 1. What software was used to develop the website?
2. How to access the code? 3. Where is the code located on the server? 4. How to change the content?
5. How to create a weekly back up? 6. How to grant access to additional users? 7. How to obtain the master copies of your website design? As a business owner, how many people realize their webmaster is like their spouse? Voluntarily joined for life (or until divorce), not many! Just like in marriage a prenuptial agreement (contract) is a practical solution to dealing with the risks and problematic topic of who gets to keep the website after your divorce.
|
* About Archives
Categories:
Last Updated: |
| regularban.info
is proudly powered by WordPress MU running
on regularban.info.
Create a new blog and join in the fun! Entries (RSS) and Comments (RSS). |