view
view
Using mod_rewrite And Zend Framework To Display Dynamic sitemap.xml
Fri, 04/03/2009 - 09:48 | by philipnorton42Whilst creating a site the other day I thought about how I would manage the sitemap.xml file. This file is basically a XML file containing a list of URLs. Most major search engines understand (and look for) this file, so having it present on a site is a definite must.
Using The view-source Protocol
Thu, 08/28/2008 - 09:43 | by philipnorton42If you are running FireFox (or Chrome) then there is a handy little short cut you can use to view the source of a page you are looking at. If you add the text view-source on any web address then you will see the equivalent of viewing the source of a page (perhaps by pressing Ctrl+u). Although not entirely useful, it does have a couple of benefits, such as being able to view your code in another tab, rather than another window.