Dapper’s first results with nonprofit databases
Internet, nptech, Open API, Programming | (2)
OK, so I'm trying to use Dapper with all sorts of different non-profit databases. My stated goal is to generate a Google maps mashup out of databases built by non-profit organizations. Basically, the problem I'm having with Dapper is that many of these databases don't use a single query URL like Google to return a result from or worse, they use a second script to create details or worst, their detail pages are generated as static HTML pages. It looks like the only way to really use Dapper is to be a developer. Next step for me: Creating another layer ...