Google Sitemaps and Verification
January 16th, 2006 by Sarah KingIt’s been a while since I checked back at the sitemaps pages to see how my sites were doing, they’d all been pinging happily and Google had been checking frequently so I’d been happy to leave them be.
I visited today and found that Google have added a verification process whereby you upload an empty html document onto your site, Google find it, accept that you are authorised to have access to the site and then feed you extra info from their databanks.
I can get this overview of whether Google has problems with the pages and how they are ranked – proving that Google still buy that PR matters.
Another page shows the queries where my site has been returned as an option (top 10?) and where my site has been selected by the user. This gives me good clues about optimisation and page building – and about the topics that people actually want to read about!
Adding RSS to your website
December 12th, 2005 by Sarah KingThis is the main page of a series (yet to be written) of How-To guides for adding RSS feeds to your website.
It’ll cover HTML and PHP scripted sites and all the tools will be free to use.
Why HTML? Well, some blogging systems and the Blogger sites don’t allow the user to add serverside scripts. Poop to them, but until they relax or allow some controlled way around it then those sites need to be treated as pure HTML.
| Method | Type | Cache | 3rd Party? | SEF | Score | Demo |
|---|---|---|---|---|---|---|
| Magpie RSS | PHP | Yes | No | Yes | 10 | here |
| DOMIT! RSS | PHP | Yes | No | Yes | 5 | here |
| CaRP | PHP | Yes | No | Yes | 4 | here |
| SimplePie | PHP | Yes | No | Yes | 10 | here |
AJAX – finally!
October 11th, 2005 by Sarah KingI’ve been wanting to have a play with AJAX for ages and had book marked Rasmus’ 30 second AJAX Tutorial so tonight I took 30 seconds, which turned into 30 minutes and had a play.
I’ve extended his example slightly – to include a javascript fix and to make it a bit more browser safe – because I have Opera 7 as my test browser and it doesn’t work, but does for Opera 8 (apparantly). Read the rest of this entry »
Submitting a form using Javascript
September 17th, 2005 by Sarah KingIt’s sometimes necessary to submit a form using javascript rather than by using the normal serverside validation (or as well as). This is a handy example of how to do it… Read the rest of this entry »
