Homepage of Linus Akesson
Home
Links
 
Miscellaneous:
Antagons
Binary Art
Books & Pictures
Taglines
 
Entertainment:
Stranded
 
Programming:
Scheme & Lisp
TI-83 Code
Umlseq
Various Programs
 
Obfuscation:
Brainfuck
Intercal
Sendmail
Symbolic Links
Vim Code
 
Music downloads:
Bärnsten
Chopin Larghetto
Chopin Romance
M.I.N.D.
Multiple SIDs
SID Goes Piano
Triple Fugue #1
 
Other music:
Dream Theater
Functional Music
Metal vs. Christ
SID Search
 
In Swedish:
Albatross ex 2000
Blåsyra
Kalvins rebustävling
Landet i ordet
Natt-haikus
Tralleman
 
Bach of the day:
BWV1040
 
Mail me!

Customizing the search engine

You may use the SID Theme Search Engine from within your own website. All you need is:

  • The URL of a file containing an html header. This file must open the html and body tags, but apart from that you can do whatever you like.
  • The URL of a file containing an html footer. This file must close the body and html tags that were opened in the header. Apart from that you can do whatever you like.
  • A page with an html form, where visitors to your site can enter their search queries.

The form may look like this:

<form method="get" action="http://www.df.lth.se/~lft/sidtheme/customquery.php">
<input name="q" value="" size="40" />
<input type="hidden" name="first" value="0" />
<input type="hidden" name="header" value="www..." />
<input type="hidden" name="footer" value="www..." />
<input type="submit" value="Cowabunga!" />
</form>

Instead of "www...", type the URLs of your header and footer. Don't put "http://" at the beginning.

Remember to run your page, as well as a typical search result, through http://validator.w3.org.