Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
8answers
13k views

How do craigslist mashups get data? [closed]

I'm doing some research work into content aggregators, and I'm curious how some of the current craigslist aggregators get data into their mashups. For example, www.housingmaps.com and the now closed ...
3
votes
2answers
157 views

Aggregating from various sources

It could be a project well beyond my skills right now but I've got around one full month to spend on it so I think I can do it. What I want to build is this: Gather news about a specific subject from ...
3
votes
1answer
785 views

SQL Pivot MIN( COUNT (

I have a complicated MS SQL 2005 query with a PIVOT in it... I have data like this : Data ( clients left join visits ): ClientID VisitID ServiceID 1 34 5 1 36 2 1 36 ...
3
votes
3answers
438 views

Best practices for developing a feed aggregator / proxy?

I'm looking into writing a proxy aggregator for feeds, where a handful of users specify a feed URL and some set of conditions, and the system outputs a continually-updated RSS/Atom feed of entries ...
2
votes
2answers
571 views

Twilio - how do they send/receive SMS

I'm interested to find out how twilio's SMS sending/receiving feature works, on long codes, or local numbers Outside of the states, mobile originated SMS terminated on a long number is very common, ...
2
votes
2answers
46 views

Is there a good .NET version of DelphiFeeds.com?

Delphifeeds.com aggregates a large number of Delphi-related feeds that include both the official feeds from Embarcadero and independent bloggers from the community. I am looking for a similar thing ...
2
votes
2answers
213 views

Is there a service that can take a feed and produce a daily digest from it?

I run a feed aggregator (http://planetdb2.com/) and I need to aggregate both prolific (many posts a day) and less prolific (one post a day at most) feeds. Creating a daily digest -- one post summary ...
1
vote
0answers
558 views

Open-source alternatives for price comparison aggregators like google base shopzilla, shopping.com?

Price comparison aggregators like Google Merchant (former Google Base) shopzilla, shopping.com provide a unified interface for e-commerce websites / vendors - which can submit their product listing ...
1
vote
1answer
168 views

When using Aggregate objects do you use custom collections for the associations or not?

For example is it better to have: public class Case : EntityIdentifiable { public Jobs Jobs { get; set; } public Vehicles Vehicles { get; set; } public Locations Locations {get;set;} ...
1
vote
2answers
81 views

Which language is best for this editoral and op-ed aggregator project?

I'm looking for an aggregator for the editoral and op-ed pages of a bunch of English language newspapers I want to follow. The objective is to generate an HTML that is just a collection of editorial ...
1
vote
4answers
772 views

Drupal Aggregator input format

Drupal Aggregator core module is a useful one but suffers many problems. There are many talking about improving it in Drupal 7. Right now I'm using Aggregator module which comes with Drupal 6. I'm ...
0
votes
1answer
561 views

Drupal - How can I use CCK to keep a local node copy of Aggregator items?

Hey, I received an learning project from my brother that includes: Create a Drupal site that employs Aggregator, CCK, and Views modules in the following way: Aggregator will fetch an RSS feed from ...
0
votes
1answer
283 views

Yahoo Pipes, configure a pipe at runtime with as many URLs as needed

I'm having trouble to do something that I though it would be a 5 minutes thing. I want to create a Pipe that accepts at runtime as many URLs as needed. I know how I can combine many URLs within the ...