Tuesday, August 15, 2006

Site map creator

[Tags: , ]. Here's a great tool from AuditmyPC.com which will create a site map for you. It's a Java applet so you'll need Java enabled, and your site needs to be live for it to crawl. Oh, and another thing: it uses page titles to create the map, so make sure all your pages are titled meaningfully.

And for those who want to target Google, they do another site map maker specifically for that search engine.

Wednesday, August 02, 2006

A page that randomly selects its content

[Tags: , ]. Well I'm currently working on a site redesign and I want my journalism portfolio index page to randomly select an article from those on the site. A quick search on "PHP random content selector" brings up this tutorial from SitePoint on using CSS and Perl to hide all articles but one (randomly). Let me know if it's useful.

Oh, and while I was at it, I also found this article on using PHP to randomly select a stylesheet too.