Archive for June, 2006

Awsome

Monday, June 12th, 2006

YAY Linux version of google earth now out.

http://earth.google.com/download-earth.html

here.. have some.. ASP :|

Tuesday, June 6th, 2006

Here is some ASP (active server page) script that I needed recently to see what http headers were being sent by a browser.
I don’t like ASP.
<%Response.Write(Request.ServerVariables("ALL_HTTP"))%>
LOCAL_ADDR <%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%>
REQUEST_METHOD <%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%>
SERVER_SOFTWARE <%Response.Write(Request.ServerVariables("SERVER_SOFTWARE"))%>
SERVER_PORT <%Response.Write(Request.ServerVariables("SERVER_PORT"))%>
REMOTE_ADDR <%Response.Write(Request.ServerVariables("REMOTE_ADDR"))%>
REMOTE_HOST <%Response.Write(Request.ServerVariables("REMOTE_HOST"))%>
REMOTE_USER <%Response.Write(Request.ServerVariables("REMOTE_USER"))%>

It did have some formating on this page but it’s been lost due to wordpress’ inability to escape less than and greater than symbols

Really Simple CMS

Sunday, June 4th, 2006

rscms logo Really Simple CMS (Content Managment System) version 0.3 released.

You can download it using this link for the zip file ReallySimpleCMSv0.3.zip or the tar file ReallySimpleCMSv0.3.tar.gz

mirrored at ReallySimpleCMS0.3.zip or the tar: ReallySimpleCMSv0.3.tar.gz

Some of the features:

* It only takes 3 steps to install.
* It has a very simple interface
* It’s highly modifiable and configurable
* The only requirements are mySQL and php
* It doesn’t use any client side scripts
* Comes with 3 themes from various opensource web designers
* Easy to make themes
* You can manage all your pages
* You can have multiple users
* You can put any markup language (supported by your browser or http server) in your pages
* Wordpress Integration (new for version 0.3) zip: rscms-wordpress-v0.2.zip or rscms-wordpress-v0.2.tar.gz mirrored at rscms-wordpress-v0.2.zip and the tar file: rscms-wordpress-v0.2.tar.gz

All the instructions to install are in the archives in a file called “readme_install.txt”

If you install this for your site I would be interested to hear from you, i’ll be putting together a “user links” page when I make an official site for the CMS.

Any bugs or feedback I would also be appreciated.