Questions tagged [slashdot]

The Slashdot Menu is a JavaScript plugin that creates a stylish collapsible menu modelled after the navigational menu found on the technology-related news website, Slashdot.

5 questions
47
votes
24 answers

How can I detect and survive being "Slashdotted"?

What's a good way to survive abnormally high traffic spikes? My thought is that at some trigger, my website should temporarily switch into a "low bandwidth" mode: switch to basic HTML pages, minimal graphics, disable widgets that might put…
Zebra North
  • 11,412
  • 7
  • 37
  • 49
2
votes
1 answer

Delegated openid does not work on slashdot.org

I created an open-id recently on myopenid.com: http://axqd.myopenid.com/ And I own a domain, which reads 'axqd.net'. So I wrote down the following lines in the section of index.htm page(http://axqd.net or http://www.axqd.net/).
aXqd
  • 733
  • 5
  • 17
1
vote
1 answer

Kohana and Simple HTML Dom parser are having issues

Trying to use the Simple HTML Dom Parser in my application. Placed the sample function of scraping_slashdot() into a controller. include_once('includes/simple_html_dom.php'); $ret = $this->scraping_slashdot(); print_r($ret); Get: ErrorException […
Serhiy
  • 2,505
  • 3
  • 33
  • 49
0
votes
1 answer

Creating a slashdot menu with JQuery

Im just trying to creating a slashdot menu for my site and this is what I got so far: $(document).ready(function () { $('ul').each(function(){ $(this).click(function(){ $('ul').closest('li').slideToggle(300); }); …
Shawn31313
  • 5,978
  • 4
  • 38
  • 80
0
votes
1 answer

CSS works in an external file but not in the main file itself

I have this problem in my SlashDot Menu. I want to change the picture with a PHP if condition and i understand you cannot put PHP in a css file. So i have excluded the snippet and put it in the main file. However, the picture isn't shown ( the…
Amir Tugi
  • 2,386
  • 3
  • 16
  • 18