reader

Frame issue in Adobe LiveCycle Workspace with IE8/XP/Reader 9.4

When a user opens a form in Workspace, it renders in a separate frame, instead of in the normal position in the UI. This frame cannot be repositioned and obscures/blocks the user action buttons, preventing the user from continuing the process. No issue with IE7/XP/any version of Reader 9. Obvious workaround is using another browser, b...

Wikipedia Reader on iPhone

I want to make a Wikipedia Reader for the iPhone. What's the best approach? I've already made a few thought about that. Loading the content of the Wikipedia site is quite easy using the Wikipedia API.But the difficulty is how to display the content in a nice way. The content is marked up with wikipedia tags, not html. My idea is to pars...

Retrieving Google Reader subscription list in iOS app

I need to retrieve Google Reader subscription list for a user in a iPhone app. I understand that there is no official API available, and I have kinda exhausted Google search already. Out of various options, the closest I have found is [http://stackoverflow.com/questions/3836445/using-json-framework-on-iphone-help/4029277#4029277], can an...