Posted: 2003-10-17 06:42pm
What's this "FHM" you speak of? Sounds like interesting reading material.Lord Pounder wrote: Despite being a virgin i'd been reading FHM for years and learned a few tricks.
Get your fill of sci-fi, science, and mockery of stupid ideas
http://stardestroyer.dyndns-home.com/
What's this "FHM" you speak of? Sounds like interesting reading material.Lord Pounder wrote: Despite being a virgin i'd been reading FHM for years and learned a few tricks.
A "lads mag", like ,for eg, Maxim. IIRC it stands for For Him MagazineDPDarkPrimus wrote:What's this "FHM" you speak of? Sounds like interesting reading material.Lord Pounder wrote: Despite being a virgin i'd been reading FHM for years and learned a few tricks.
It's javascript. It's in the source code...Spanky The Dolphin wrote:Heh, that's pretty funny.
BTW: How exactly do they do that screen-shaking thing?
Code: Select all
<script language="JavaScript1.2">
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 15; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</script>
Works fine on firebird/linux.Robert Treder wrote:Yeah; it doesn't do it if you're using a good browser.The Kernel wrote:They just use code that moves the IE window in small increments, then they repeat it 1000x times.Spanky The Dolphin wrote:Heh, that's pretty funny.
BTW: How exactly do they do that screen-shaking thing?
Me being not out of the house yet, I can't exactly subscribe to it, and I haven't seen it around here before... maybe you could just scan the relevant articles for me?Lord Pounder wrote:It is published in America. Jenna Jameson writes a monthly sex guide also. Try http://www.fhm.com for more info.