reader

how does one add a subscription to a folder on Google Reader procedurally (thru the API)?

I want to manage a Google Reader "folder" of feeds that I can add and subtract feeds to programatically. I presume that's possible but I can't seem to find any API documentation on that subject. Any advice? thx ...

IMessageFilter's message filter not working for active x control

Hi All I am displaying acrobat reader 5.0 active x control in windows form. I inherited my form class with IMessageFilter and implement the PreFilterMessage function as given below. if (m.Msg == 513)//left button click { int mouseY = HiWord(m.LParam.ToInt32()); int mouseX = LoWord(m.LParam.ToInt32()); // where axAcroPDF1 is pdf contro...

How to access Google/Gmail/Gchat/Reader user icons

Hello, I'm building a Google Reader client and wonder if it's possible to access a user's profile image (aka avatar) directly. When I navigate to the images in Reader itself, I find that they point to URLs such as http://www.google.com/s2/photos/private/AIbEiAIAAABDCPaY2PPrqNnxZiILdmNhcmRfcGhvdG8qKDE3NTc5YmI2NzI3YmRjOTcwNDAzMmQxZWJjYzQyZ...

reading card reader driver file

hi everyone I have a card reader and his driver, and i'm tring to read that driver so i can see the functions inside. the driver include 3 files: sys file, cat file and inf file. somebody know who to read this file and the functions inside? the functions include in this file or they are in a dll file that connact to the sys file? tnx...

Feed Reader , Multiple Mail-box Manager and A Book-mark manager .. All-In-One

I'm looking for a software that runs under Linux which supports Feed Reading , multiple mail-box management and bookmark management all integrated in one Software .. I don't know how the integration should look like or what features are there .. All i care about is a single software that allows me to Read My feeds ( Like i already do wi...

Typical usage scenario to using the ReaderWriterLockSlim property count fields.

I've recently upgraded to ReaderWriterLockSlim for an app i'm writing from the much fatter ReaderWriterLock and apparently more prone to deadlock situations. I see for the new slim lock, there are a number of count properties which can show current read counts, waiting write count, waiting read count. Is their is standard usage scenar...

Java: Readers and Encodings

Hi, Maybe isn't a good or relevant question, so please don't kill me. Java's default encoding is ASCII. Yes? (See my edit) When a textfile is encoded in UTF-8? How does a Reader know that he has to use UTF-8? The Readers I talk about are: FileReaders BufferedReaders from Sockets A Scanner from System.in ... EDIT: So the encoding ...

Hide/disable Save button in adobe in web browser

Hi Greetings Iam exporting a crsytalreport to pdf using asp.net 2003. On executing the pdf report is opened in the default pdf reader(adobe reader 9 in my case) which is embedded in the browser (ie 8 in my case) I need the report only to be viewed and to take print out and should not be allowed to be saved. Well I need a way to disab...

L&H_Reader news reader? What's this?

A message source shows User-Agent: L&H_Reader What news reader is this? ...

How to authenticate an RSS feed

Basecamp uses HTTP authentication for its RSS feeds but this means that Google Reader, Bloglines and Firefox/Safari RSS don't work. Is it possible to secure an RSS feed but still allow access from these popular readers? ...

SDKs for kiosk software development

All, What kiosk SDKs are available? Are there any? I am looking for ones that saves development time by having built in API integration with hardware (i.e. credit card readers, printers) and network capability (to send data to web app). Also, I would like built in features that check to see if the kiosk has crashed and timers which can ...

Problems with formdata send via Adobe Reader to a php-script

I have created a PDF with Adobes LifeCycle and added some forms and a button to send the formdata to a php-script. On the serverside i grab the postdata and store them into a database. No problem so far, but the Adobe Reader now complains about an error something to do with the content of the text/html type. Here is the error message in...

APIs for magtek magnetic credit card readers

All, I need to develop a kiosk application which needs to communicate with a magtek magnetic credit card reader. I know the readers come with drivers, but any one know of "high-level" APIs? For example, in C++, C#, JAVA? ...

Get the path of the pdf file opened by adobe reader

How do I retrieve the file path of a pdf file that has been opened by adobe reader? ...

C# Cannot implicitly convert type 'string' to 'System.IO.StreamReader

What i'm trying to do is open every text file in a directory, read it line by line, and if it matches a specific content, do a regex and output it to a result. For some reason my text files ended up being in unicode...., not sure dont know why. So I was able to work around that but I cant work around the stream reader issue i'm having....

Google Reader API; Getting folder and feed relationship

How can you derive the relationship between folders (or tag, though it's called "folder" in the viewer interface) and feeds through the Google Reader API? There are ways to get the items that belong to a particular group/folder/tag/label, and you can check the item data to find out all the groups it belongs to, but… how can you tell whi...

[Google Reader API] Clarification on tags received from list query

This is not a question about Google Reader usage, but about the parameters and results you get from making http GET requests to Google Reader. This question goes out to anyone who might have had experience working with the largely undocumented Google Reader API. Are the "read" and "kept-unread" tags for items mutually exclusive? If so,...

Php mail reader

Hi guys, anybody know any PHP library to read various mail services? Like Hotmail, Gmail, yahoo? It would be great if the library could parse the email and mark as read... Thanks ...

JavaScript Bookmarks for a story

I'm working on ePen, an editor for novels which can create an HTML export. To make it easier for readers to follow the story, I thought about supporting bookmarks which are visible on the page (so you can mark part of the text or drag an image somewhere where it sticks). The information should be saved in a cookie and reloaded when the r...

What are the most popular RSS readers? (software/web apps)

I'm creating an application that generates RSS feeds that include an <enclosure> (for showing an audio player). Since RSS readers are kinda flaky, in my experience, I'd like to test how my feeds look in as many readers as possible. I only use Google Reader. What other RSS readers (websites or installable apps, for Windows, Linux AND ...