Workshop


This final workshop contains some questions about content management systems, as well as a quiz and exercises.

Q&A

Q

What about security? I've read about security holes in some web applications.

A

A number of popular web applications have been found to have bugs that can cause security problems, and when you install an application, it's important to keep an eye on subsequent releases to make sure that you install updates that fix any security holes that arise. Deploying an application and not keeping it updated can leave you vulnerable not only to malicious users who want to break into your servers, but also spammers who look for problems with applications that can send mail to use them to deliver spam. The bottom line is that putting up an application on the Web places some responsibility on the person who deployed it to keep it up to date and prevent it from being used for nefarious purposes.

Q

Is there a way to automatically keep my applications up to date?

A

Some servers run operating systems with package managers. As long as you install your applications from packages supported by the package managers, you can let the operating system keep them up to date. Doing so generally requires that you run your own server. If you are using a web hosting provider, you're probably on your own when it comes to installing updates.

Q

Will my web hosting provider install and maintain any of these applications for me?

A

Some web hosting providers maintain installations of popular applications so that their customers don't have to install the applications themselves. For example, there's a list of web hosts that support WordPress at http://wordpress.org/hosting/. If you're sure which application you want to use, it may make sense to select your hosting provider on that basis.

Quiz

1.

What are some of the tradeoffs between hosted applications and those you install yourself?

2.

Why do some applications require you to change the file permissions on the server?

3.

Why do most installable applications ask you to specify a prefix for table names in a database?

Quiz Answers

1.

Hosted applications tend to be less work up front and easier to maintain, but offer less flexibility than applications you install yourself.

2.

Applications that make changes to the file system, either because they store their data in files or because they allow users to upload files, generally require you to change the file permissions for specific directories when you install them.

3.

Each application has its own table prefix in order to prevent naming conflicts when several applications use the same database. For example, several applications might have their own table called "users." Adding an application-specific prefix to it will prevent conflicts.

Exercises

1.

Find out which operating system, application development environment, and database are available from your web host, if you have one. If you're working on internal projects, find out about your servers from the Information Technology department.

2.

Install one of the applications mentioned in this lesson, or one you find yourself, and try it out.

3.

Go forth and put your new web publishing skills to good use.




Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day
Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day (5th Edition)
ISBN: 0672328860
EAN: 2147483647
Year: 2007
Pages: 305

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net