Netscape 2.02 Wordpress theme?

May 5th, 2008 by eglennkelly

 

Netscape 2.02, possibly the finest browser ever seen. It had everything, frames, marque text, blinky stuff. Almost perfect, IMHO all browsers since have been a poor imitation.

I wonder if there’s anyone else out there who thinks so? Anyone who may have also knocked up a wordpress theme, to look like the old Netscape, cause that would be cool.

When I see a screen pic of netscape, I still get goosebumps. All that possibility of the internet, and what it will hold.

 

Screenshot of Netscape 2.02

 

Get your old versions here:

http://sillydog.org/narchive/full123.php

Posted in Internet, Software, wordpress | No Comments »

.htaccess problem on 1and1 (1&1) managed server and joomla/mambo

March 23rd, 2008 by eglennkelly

Ok, this one took me a while to figure out, after stuffing around with all sorts of .htaccess files, and being certain that mod_rewrite was in fact on, I was ready to give up. I was seeing:

Error 500, server config error and all sorts.
I knew I’d gotten some wordpress blogs running with SEF, so I just grabbed it’s .htaccess file:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

 

And, amazingly, it worked.

Let’s hear it for wordpress! ( written on a wordpress blog no less )

Posted in Internet, Servers, Web Design, wordpress, SEF/SEO, 1and1_1&1 | No Comments »