Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

39
votes
35answers
2k views

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 ...
1
vote
1answer
286 views

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 <head> section of index.htm ...
0
votes
1answer
38 views

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(){ ...
0
votes
1answer
161 views

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 = ...