Browse by Tags

All Tags » Projects (RSS)
I'd recommend reading the other posts in the series first to see how the process built-up to this point. At this point, we have a working solution, but it's not the prettiest. So the focus is on using a table to display a better format. The core...
Posted by bmains | with no comments
Filed under: ,
In part 2 of my local search series, I briefly went over how the JSON data gets from the server to the client. In this post, I plan to detail how the data from the client gets displayed to the user. JavaScript has capabilities to dynamically render content...
Posted by bmains | with no comments
Filed under: ,
In an ASPX page, I setup a simple form, as shown below. The form simply grabs a category/zip, and submits them to the server. But no postback occurs; rather, this kicks off a web service, which will eventually query Yahoo. <span id="searchform">...
Posted by bmains | with no comments
Filed under: ,
Today I'm beginning a series of posts on using the Yahoo local search service and embedding it within an ASPX page. The Yahoo local search service finds businesses within a local community based on city/state or zip code lookups. This service also...
Posted by bmains | with no comments
Filed under: ,