Tuesday, August 31, 2004
Vocal Trance Mixes
Saturday, August 28, 2004
HL2 preload complete!
Doom3 is keeping me occupied for the time being but I really can't wait for the Half Life 2 multiplayer mods. So many good modifications have came for the original Half Life. A couple that I still play are Team Fortress Classic and Natural Selection.
Oh yeah, here's another Gmail invite
http://gmail.google.com/gmail/a-1ca6e8ea66-9c938c4aae-cc75bb6a26
Thursday, August 26, 2004
Even more gmail invites
http://gmail.google.com/gmail/a-1ca6e8ea66-ee8b439ef6-d2a47274a0
http://gmail.google.com/gmail/a-1ca6e8ea66-bd7e69a4c1-5c108c21d9
http://gmail.google.com/gmail/a-1ca6e8ea66-80126b2cca-5363daf9b3
I will post the remaining 3 over the next few days. Enjoy!
Wednesday, August 25, 2004
Free gmail invite
http://gmail.google.com/gmail/a-1ca6e8ea66-d41f4096f9-249780d495
Congratulations to whoever gets in, I am sure you will be pleased with gmail.
Please do not email me requesting an invite! I will post more as I receive them.
Monday, August 23, 2004
Which OS Are You?
Want to find out what operating system you would be based on your personality? This short quiz will tell you! I ended up being Debian Linux:
Which OS are You?
Although this describes me perfectly I was hooked on Slackware when I used to toy around with Linux.
Sunday, August 22, 2004
uxtheme
Friday, August 20, 2004
SEO Experiment
Monday, August 16, 2004
Blogger SEO tips
1. You must publish your blog via FTP or SFTP to a PHP enabled server. Sorry ASP users, no support at this time.
2. You must add the following to your .htaccess file
AddHandler application/x-httpd-php .htmIf you are already using .php extensions for your files you will not need to do this. Also if you are using extensions other than .html and .htm you will have to add them to the .htaccess file as well. .htaccess file configuration is outside of the scope of this posting but Google has plenty of information.
AddHandler application/x-httpd-php .html
You are still reading so I assume you qualify for the two requirements so let's get started.
Optimizing the title text
The first tip is to optimize the title text of your posts. This is accomplished by removing your blog's name from the title.
In the Blogger interface select Template. This will allow you to edit your current template. Once in this Template screen search for the line that reads <title><$BlogPageTitle$></title>. <$BlogPageTitle> is a Blogger variable that outputs "Your Blog Title" on the main page or "Your Blog Title: Your Post Title" on a post page. This is fine for the main page but a post page would be better just containing the title of the post. This is accomplished by replacing:
<title><$BlogPageTitle$></title>
with (The below is one line of text):
<title><?php echo str_replace('<$BlogTitle$>: ','','<$BlogPageTitle$>'); ?></title>
With this chage complete, save your template and republish your blog. One drawback with this replacement is that your archive pages will now have a title containing only the time period for which the archive is for. I may post a workaround for this shortly.
Adding meta keywords
The next tip is adding keywords to your posts. Most if not all Blogger templates do not offer keywords. Adding keywords is very similar to replacing the title text as illustrated in the first tip.
Again, log into Blogger and edit your template. This time locate the line that contains <$BlogMetaData$>. Create a new line below this tag and paste the following code (The below is one line of text):
<meta name="keywords" content="<?php echo str_replace('<$BlogTitle$>: ','','<$BlogPageTitle$>'); ?>" />
This will add your blog title as a keyword to your main page, your post titles as keywords to your post pages and, unfortunately, add the archive dates as keywords to your archive pages.
That's it for now please leave a comment if you find this useful.
Tuesday, August 10, 2004
Windows XP SP2 Developers
Thursday, August 5, 2004
PocketPC Trojan Horse
Brador identifies the IP address of the infected handheld and sends it to the virus coder to inform him that the handheld is connected to the Internet and that the backdoor is active. Brador then opens port 2989 and awaits further orders.And to think we all thought our personal data was safer on a PDA. For the time being I believe it is but who knows what the future holds?
The backdoor responds to the following commands:
d - lists the directory contents
f - closes the session
g - uploads a file
m - displays MessageBox
p - downloads a file
r - executes the specified command