Google search terms highlighted within result pages
Posted: Tue Aug 22, 2006 2:08 am
I just typed "test driven development in php" into google, and when I clicked on the second result, it took me to this page:
http://blog.casey-sweat.us/?p=49
Now on this page, "test", "driven", "development", "in" and "php" were highlighted. How in the world is this accomplished?
Source code on the page looks like this... so this is accomplished server side??
EDIT: I just realized this is sweatje's blog... so maybe he can answer this for me.
http://blog.casey-sweat.us/?p=49
Now on this page, "test", "driven", "development", "in" and "php" were highlighted. How in the world is this accomplished?
Source code on the page looks like this... so this is accomplished server side??
Code: Select all
<p>Here is the <span class="hilite">Test</span> <span class="hilite">Driven</span> <span class="hilite">Development</span> <span class="hilite">in</span> PHP presentation from <span class="hilite">php</span>|tropics. You can download either the <a href="img/phpt_tdd.zip">zip</a> or <a href="img/phpt_tdd.tgz">tarball</a> flavors. <span class="hilite">In</span> each is the PowerPoint presentation and the code files with unit tests I used when writing the presentation.</p>