Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
1k views

How to implement a Digg-like algorithm?

How to implement a website with a recommendation system similar to stackoverflow/digg/reddit? I.e., users submit content and the website needs to calculate some sort of "hotness" according to how ...
6
votes
4answers
176 views

A Digg-like rotating homepage of popular content, how to include date as a factor?

I am building an advanced image sharing web application. As you may expect, users can upload images and others can comments on it, vote on it, and favorite it. These events will determine the ...
5
votes
4answers
5k views

How does the DiggBar dynamically resize its iframe's height based on content not on their domain?

Someone has already asked, How does the DiggBar work? in a previous question. While someone provided a decent answer it didn't address one thing: How does Digg dynamically resize their ...
4
votes
4answers
1k views

How does the DiggBar work?

How does the DiggBar work? I'm trying to make an ASP.NET MVC DiggBar clone just for learning purposes and does anyone have a suggestion on how to specify the url of the content for the lower frame? ...
3
votes
1answer
186 views

Problem using $.getJSON() with jQuery

I'm trying to run the following: $.getJSON('http://services.digg.com/2.0/story.getTopNews?limit=25&callback=?', function(data) { console.log(data); }); But I'm getting: ...
3
votes
1answer
134 views

Surviving Digg/Reddit Effect on EC2

I'm trying to understand how many EC2 servers I should start. I understand the point of AWS is to be able to scale up quickly, but just for cost estimates, how many (approximately) micro ec2 nodes ...
2
votes
1answer
50 views

XML to LINQ with Digg API

Continuining from my previous question (http://stackoverflow.com/questions/7817619/unknown-error-using-digg-api-and-uri-handler-silverlight, which I want to thank you for answering) I now have a ...
2
votes
1answer
248 views

OAuth Invalid signature issue with Digg

So I'm trying to authenticate my app to Digg using OAuth (and I'm totally not an OAuth expert). I use the Scribe Java library. I keep on getting the HTTP 401 Authorization Required. Inside the body ...
2
votes
1answer
202 views

Posting on Digg using .Net or PHP

I'm using Digg Api to get stories from digg. But I couldn't find any method to post stories on Digg using that API. Is there any other way to post stories on Digg?
2
votes
1answer
312 views

nosql modeling : howto (digg as an example)?

I am trying to grasp this nosql thing since it sounds good for scalability. I have read the Digg is now using CassandraDB. Can you help me understand how a digg-like model can be structured ...
2
votes
4answers
679 views

How Does Digg remove “&x=0&y=0” from their Search Results URL?

I'm using an image as the submit button for a search form, i.e.: <input id="search" type="image" alt="Search" src="/images/searchButton.png" name=""/> This has an unfortunate side effect in ...
1
vote
2answers
143 views

Digg.com style oauth

I've been trying to figure out exactly how digg.com and other similar sites deal with authentication via oauth. Creating an account via oauth is pretty straight forward, the user clicks the ...
1
vote
2answers
145 views

Using Drupal to do what Digg Does

I'm trying to create a site where, like Digg, a user can submit a link and using ajax it attempts to pull the metadata from the page into a title and description field. The user can change either of ...
1
vote
2answers
31 views

How can I replicate the Digg login errors?

I'd like to replicate the Digg login errors. At http://www.digg.com if you click on Login or Join Digg, and press continue without filling out any fields, it looks like they are using jQuery with the ...
1
vote
1answer
154 views

Help me to get better understanding of Digg's Cassandra data model

http://about.digg.com/blog/looking-future-cassandra I've found this article about Digg's move to Cassandra. But I didn't get the author's idea of Bucket for pair (user,item). Little more details on ...
1
vote
1answer
213 views

Number of Tweets and Likes for any URL?

I'm building a cool app that needs to check the number of "tweets", "shares" and "diggs" each URL in a feed has an then arrange them according to the number of "tweets" etc... Any ideas on how this ...
1
vote
2answers
84 views

Is Captcha needed even if users are forced to login to post?

I've been working on this site - I used the phpdug script to help me get a quick start. I assumed that if I forced users to login in order to post links in this digg-like website, there would be no ...
1
vote
0answers
42 views

MXHR(dui.stream) will its works without cross browser issue?

anyone worked out with dui.stream & mxhr in your projects i found some demos from digg website but still in cross browser issue i think, so anyone have more idea share with me, Thanxs, Gobi
1
vote
2answers
195 views

Applet works when ran from Eclipse, not so well in the browser

I have a Java applet related problem and I would appreciate your help. Here's the story: I tried creating an applet, that would try to connect to digg.com and by using it's API, show the 100 most ...
1
vote
2answers
601 views

Reddit / Digg clone on google app engine?

Is anyone aware of a reddit / digg clone software available for google app engine?
1
vote
1answer
125 views

How to extract digg data by digg api

I am trying to extract digg data for a user using this url "http://services.digg.com/user/vamsivanka/diggs?count=25&appkey=34asd56asdf789as87df65s4fas6" and the web response is throwing an error ...
1
vote
1answer
170 views

How digg retrieve password from facebook? (at Facebook connect)

When I logged into Digg using Facebook account, Digg asked me to create it's own account. I agreed, antered usernae only(!). And after that i have possibility to login into the Digg without Facebook ...
1
vote
1answer
370 views

Can I buy a Digg-like comment system for asp.net?

I'm looking into integrating a Digg-like comment system into a website with an existing user base. I know there are things out there like Disqus and Intense Debate, that are meant for people to add ...
1
vote
1answer
317 views

Get Digg count of an URL using Services_Digg2 with PHP

Has somebody usable info on this, It isnt clear if this api is even capable of searching by url, searched trough G, without much success. Some info about new Services_Digg2 pear package: ...
1
vote
1answer
445 views

Digg-like search result ranking with Lucene / Solr?

I'm using Solr for search. I have documents that have an integer field "popularity". I want to rank results by a combination of normal fulltext search relevance and popularity. It's kinda like ...
1
vote
1answer
362 views

Sorting top votes in a timeframe using “Vote it up” and wordpress

I'm building a digg-like voting site for christmas greetings. I'm using wordpress and the "Vote it up" plugin. I am having alot of troubles being able to sort the vop votes within a timeframe. You ...
1
vote
2answers
285 views

Digg/Stumbleupon Bar

I'm looking to see if it's possible to implement a "bar" like you guys have, along with Digg, Stumble upon and other websites. I have no idea what it's even called - frameset, iframe of sorts but I ...
1
vote
1answer
52 views

Improvements or Variations of DiggSpy

In Chapter 14 of Designing Web Interfaces, authors Scott and Neil define the 'Periodic Refresh' pattern and cite Digg's DiggSpy as a canonical example. I agree that the pattern and its manifestation ...
1
vote
1answer
782 views

iFrames vs. Framesets to display without obscured bottoms (for Diggbar experience)?

There are lots of posts regarding iFrames and framesets, but I have not found one that addresses my concern: are framesets bad to use? Understanding the potential for backlash against framed ...
1
vote
3answers
207 views

Replicate Digg's Image-Suggestions from Submitted URL with PHP

So I'm looking for ideas on how to best replicate the functionality seen on digg. Essentially, you submit a URL of your page of interest, digg then crawl's the DOM to find all of the IMG tags (likely ...
1
vote
4answers
1k views

Writing Digg like system in django/python

I am tying to write a digg , hackernews , http://collectivesys.com/ like application where users submit something and other users can vote up or down , mark items as favorite ect . I was just ...
0
votes
0answers
22 views

Using Digg API with PHP how can i Read/Write Data?

Using Digg API with PHP how can i Read/Write Data? I am using library given by digg , i put app key and secret.. but i got error while fetching data from digg,pls provide me solution for this with ...
0
votes
2answers
87 views

how to extract a url's title, images, keywords and description using php? [closed]

Possible Duplicate: Fastest way to retrieve a <title> in PHP Suppose there is a website http://www.example.com with title = "Example" description = "it is an example" and keywords = ...
0
votes
0answers
18 views

How to get the events after clicking Digg button from widget?

I have a Digg widget button. What I want to do is to capture the event after the user clicked the Digg button. How do I do that? TIA Eralph
0
votes
0answers
64 views

Error retrieving JSON File from Digg API 2.0 using Sencha?

I've figured out a way to call and retrieve the JSON file from Digg API 2.0, but everytime I get the file using sencha touch, i access to de content of the file but i'm not able to use it outside the ...
0
votes
1answer
69 views

Error In access to DIGG API JSON using jQuery?

I'm new in using jQuery and Digg API, and I'm having some trouble trying to get the DIGG topics List. There is my html file code and I'm using the same structure that is in the jQuery api docs, but ...
0
votes
1answer
60 views

Unknown error using Digg API and URI handler (silverlight)

For class we have to follow a tutorial to create a silverlight website that searches DIGG for a given topic. (Using this tutorial as a base: ...
0
votes
0answers
59 views

Callback URL for digg button

I am working on a website where the client has asked me to implement a functionality where a part of the content is shown to the end user once the page is liked by the end user on Facebook or the user ...
0
votes
0answers
43 views

How to Pull Images Dynamically from an External Page (similar to Digg.com)

When you go to submit links on Digg they've had a system setup that pulls thumbnails from the images on the page. On the old Digg v3 system it worked awesome. Digg v4 still has it, but it often grabs ...
0
votes
1answer
51 views

Any algorithms that can ensure category diversity in a social ranking system?

I'm building a system similar to Reddit, where users "like" items. "Likes" would be used to determine ranking of items. There's also an "aging" factor, where more recent "likes" count more than ...
0
votes
0answers
643 views

wp7, oauth and restsharp (or hammock)..​.using Digg API

I've tried using restsharp and hammock to authenticate to digg through windows phone 7. I can successfully query the unauthenticated calls (ie get the top news stories) using restsharp and hammock but ...
0
votes
1answer
87 views

Copyright on thumbnail of link @ Facebook, Digg [closed]

On sites like Facebook or Digg, every time a user submits a link, images are automatically fetched from that link. Then they are posted as thumbnails next to new submitted story. Given the fact that ...
0
votes
0answers
50 views

Update newly added Digg buttons with AJAX

So i have a website that has content that is on a scroller. The newest content will be displayed first, then older and older and older, eventually. I want to add a dig button to every item on the ...
0
votes
2answers
81 views

Is it possible to access digg's API from Flash without using a proxy to get around the cross-domain issues?

Is it possible to access digg's API from Flash without using a proxy to get around the cross-domain issues? I'm a little confused because from googling it appears that the API has (atleast in the ...
0
votes
0answers
118 views

DIGG API :Need JAVA jar

HI Am vijay... Am looking to connect digg API with Java Desktop Application. To do that i got oauth key... But i don know where and how to apply or pass that pin number and get connected with ...
0
votes
0answers
86 views

how to integrate rating.php into pagination like digg or stackoverflow

i have a created a pagination page with 20 article on every page ..now i wanted to put a rating.php on every article how do i implement this one ? i already know how to make the rating.php the problme ...
0
votes
1answer
135 views

“digg” button and encoded url :S

I wrote a php site (it's still a prototype) and i placed a "Digg" button. Placing the button was easy but.... Official manual says "url has to be encoded". I did that with urlencode(). After ...
0
votes
0answers
74 views

Server Error while digging asp.net website

HiI get this error when I want to digg http://visibleprofile.com into Digg.com > Unable to access this content, please check the URL and try again this website is working with all browsers and ping ...
0
votes
1answer
117 views

Digg Button Counter Not Working

I really don't understand why the digg button counter is not working. It's pretty straight forward but.. The page is here: http://hockey-community.com/ if you look at my code I did exactly what they ...
0
votes
1answer
81 views

Getting permanent Digg OAuth Credentials

I have few doubts and queries regarding Digg OAuth Tokens. My purpose is to authenticate user once for my application, save the credentials in database and then access digg API on user's behalf even ...

1 2