Make my own web site - 807Chapter 43Weblogsfont-size: 14pt; color: #FFFFFF} A:link, A:visited {font-family:
Thursday, January 24th, 2008807Chapter 43Weblogsfont-size: 14pt; color: #FFFFFF} A:link, A:visited {font-family: verdana, arial, sans-serif; font-size: 12pt; color: #822222; text-decoration:none} .sidebar {font-family: verdana, arial, sans-serif; font-size: 12pt; color: #822222; text-align:right; margin-top:10; margin-right:7} .topic {font-family: verdana, arial, sans-serif; font-size: 12pt; font-weight: bold; color: #000000; background: #FFFECC; text-align: left} .footer {font-family: verdana, arial, sans-serif; font-size: 9pt; color: #808080; text-align:right} .previous {font-family: verdana, arial, sans-serif; font-size: 12pt; color: #808080; text-align:left; margin-left:25; margin-right:100} .next {font-family: verdana, arial, sans-serif; font-size: 12pt; color: #808080; text-align:right; margin-left:100; margin-right:25} –> To use the simple Weblog, place all the files in a PHP-enabled directory on your Web server. Create a subdirectory for your daily entries (for example, 20000101.txt, 20020504.txt); otherwise, you ll quickly end up with dozens of files cluttering up your main directory. Thefiles in this subdirectory need to be writable by you and readable by all. When you re ready to make an entry, log into your Web server, fire up a text editor like vi, and write an HTML-formatted text file for each day you want to post, naming it according tothe date convention we ve established. Alternatively, instead of logging into your Web serveryou can write up your daily text file on a local client copy, and then use scpto upload it toyour Web server. Obviously, you can edit this file however many times you like, if you havemultiple things to say per day. As long as the files have the correct names, locations, and per- missions, this code should run smoothly for you. This type of Weblog is self-archiving, so youdon t need to do anything special with old entries they ll just stay around forever if youhave a big enough hard disk. If you still use FTP to upload files, please take an hour to learn how to use scpinstead. A finecommand-line Windows client called pscpis available for free download at www. chiark.greenend.org.uk/~sgtatham/putty/. An even easier GUI Windows clientcalled WinSCPis available for free download at http://winscp.sourceforge. net/eng/.FTP should be used only for file download, as in anonymous FTP servers, because it has caused so many security problems on file upload. One of the reasons to avoidthe otherwise fine Weblog-publishing applications like Movable Type and Blogger is that theyrely on FTP to write files to your Web server. We promise that scpis just as easy to use if not easier instead of typing ftpmyserver.mydomain.comand put myfile.php, you combine both commands into asimple pscpmyfile.phpme@myserver.mydomain.com:myfile.php. The only evenslightly tricky part is generating a public key and having it put in your server s key file youmay be forced to use FTP or e-mail to accomplish this but after that chore, with which anysysadmin will be happy to help you, you will be home free. If you really can t make up your mind to learn scp, it might be safer to use an HTTP-basedediting tool as detailed in the next section. Note49
If you are looking for cheap and quality webhost to host and run your website check Jboss Web Hosting services.