Welcome to SKFox.com!
 

Posted on Monday, 12th November 2007 by Shaun Kester

We are the species that has mastered tools. Shouldn’t we be proud of ourselves!?
SOUTHWORTH, Wash. — A man trying to loosen a stubborn lug nut blasted the wheel with a 12-gauge shotgun, injuring himself badly in both legs, Kitsap County sheriff’s deputies said.
The 66-year-old man had been repairing a Lincoln Continental for two weeks at [...]

Posted in Error Heads, Humor, In the news | Comments (0)

Posted on Sunday, 11th November 2007 by Shaun Kester

Veterans day is here again. Even Google got in the act.

As for me, not a day goes by I don’t think of the men and women in uniform that are my friends from the past and present. I’ve got some old pictures of them and will shamelessly post them here. Before they were soldiers, they [...]

Posted in Rants and Raves | Comments (1)

Posted on Wednesday, 7th November 2007 by Shaun Kester

I’ve been working on a public website over these last few months and one of the issues I faced was what mechanism to use so that our users could edit the content of some of the pages. I’ve been using Wordpress successfully for awhile now on this site, and it somehow popped into my head [...]

Posted in Tips and Tricks, Wordpress | Comments (1)

Posted on Monday, 5th November 2007 by Shaun Kester

This is a simple tip, mostly for myself, with hopes that it will help a future googler. To show the three most recent article titles from wordpress in a non-wordpress page, do the following:
index.php (non-wordpress PHP page)
<ul><?php include(”GetNews.php”); ?></ul>
GetNews.php
<?php
require(’wp_directory/wp-blog-header.php’);
wp_get_archives(’type=postbypost&limit=3&format=html’);
?>
Simple enough if you want to just show headlines with links to the post page.

Posted in Tips and Tricks, Wordpress | Comments (0)

Posted on Saturday, 3rd November 2007 by Shaun Kester

From the I bet you can’t do that again department…

Posted in Gaming | Comments (1)

Page generated with 20 queries in 0.271 seconds