The slashdot tag has no wiki summary.
0
votes
0answers
13 views
Share link on slashdot.org
Is there a correct link to share URL on slashdot.org? Like a Facebook link:
http://www.facebook.com/sharer.php?u=[PAGE_URL]&t=[PAGE_TITLE]
0
votes
1answer
48 views
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 ...
0
votes
1answer
186 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
396 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 = ...
1
vote
1answer
427 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 ...
45
votes
34answers
3k 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 ...
