New Screencast: Google Search for Your Site
* July 30th, 2008 *
Integrating search on a website can be an incredibly complex subject far beyond my web development skills. Fortunately, Google offers a service called “Custom Search Engine” which you can integrate right into your own site. This leverages Googles awesome search power, and it can all happen directly on your own website!





Hi Chris, I have a question when it comes to validating your xhtml code with the w3c validator.
In the past I tried setting this form up for a friend on a site he had, and the one thing that hunted me then was the code not validating.
I was looking at your page and you are getting that “bug” as well. Any ideas on how to fix this or is that one error we should learn how to live with?
The code in question is this.
…op/cse/brand?form=cse-search-box&lang=en”>
✉
If you meant to include an entity that starts with “&”, then you should terminate it with “;”. Another reason for this error message is that you inadvertently created an entity by failing to escape an “&” character just before this text.
Line 30, Column > 80: XML Parsing Error: EntityRef: expecting ‘;’.
…://www.google.com/coop/cse/brand?form=cse-search-box&lang=en”>…
Thanks.