Tagged Questions
The reader tag has no wiki summary.
34
votes
8answers
11k views
How to enable Safari Reader on my website?
How does Safari Reader work in Apple Safari 5? How do I enable Safari Reader on my site. How do I tell it what content on my page is an article to trigger this function?
14
votes
5answers
3k views
How to disable Safari Reader in a web page
I'm curious to know more about what triggers the Reader option in Safari and what does not. I wouldn't plan to implement anything that would disable it, but curious as a technical exercise.
Here is ...
11
votes
7answers
3k views
What is a good e-Book reader, for reading programming e-books?
I'm interested in purchasing an e-book reader, mainly for reading programming related e-books.
Up until now, e-book readers seemed to have a pretty bad reputation. I wonder if this situation has ...
10
votes
2answers
841 views
What is the proper way to code a read-while loop in Scala?
What is the "proper" of writing the standard read-while loop in Scala? By proper I mean written in a Scala-like way as opposed to a Java-like way.
Here is the code I have in Java:
MessageDigest md ...
8
votes
3answers
1k views
Trapping second keyboard input in (ubuntu) linux
I have written a program that gets input from a usb second keyboard (actually a barcode scanner). The problem is that if another window is active the data is input there rather than in my program. ...
6
votes
5answers
826 views
Java: Readers and Encodings
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 ...
5
votes
2answers
98 views
Racket reader macros
Is there any way to make simple reader macros in Racket. I mean a generalization like this:
(define-reader-syntax "'" quote)
; finds expressions that start with "'" and wraps them in `(quote ...)`
...
5
votes
2answers
274 views
excel-reader utf problem
Can you help me with problem writtent below:
I am getting error iconv() [function.iconv]: Detected an illegal character in input string when i am reading xls file and converting it into csv. I am ...
5
votes
1answer
219 views
Google Reader API - How do you share by article url as oppose to item id?
I've done a decent amount of research on the unofficial reader api and sifted through other questions, but none of them quite have what I want. How to share an article if you know the article id is ...
5
votes
7answers
433 views
Java: What sense could it make not to close an InputStream after it ended?
InputStream implements Closeable.
I understand, that closing an InputStream which not ended yet, could make sense to free some underlying resources, and, leaving it open, could make sense to let ...
4
votes
4answers
984 views
fingerprint reader software using C#
I am planning to verify the user input for my application using the biometric input. I did some research on net and came up with following options of biometric input:
Fingerprint
Facial Recognition
...
4
votes
2answers
1k views
iTextSharp-generated PDFs now cause Save dialog in Adobe Reader X
I have been using iTextSharp to generate PDF documents for over a year. Unfortunately, with the release of Adobe Reader X, my PDFs now cause a "Do you want to Save?" dialog to appear when closing the ...
3
votes
0answers
165 views
Is this ODS reader functional?
I want a small reader for the tables contained in an Open Office Spreadsheet (Open Document Spreadsheet). Since an ODS is XML in a Zip, I thought it would be interesting to write one using the J2SE.
...
3
votes
1answer
83 views
BinaryReader read 4 bytes and don't get expected result
I use BinaryReader to read a file and i've problem i can't solve. (c#)
I need to read 4 bytes. When i look at these bytes with my hex viewer it's 00 00 00 13.
So i tried Int32 fLength = ...
3
votes
2answers
130 views
java.io writers and readers - how do you know which should be used?
There are quite a few classes that extend java.io.Writer and java.io.Reader.
Are there circumstances where you should use one over another? What is the overall usefulness of each of them (why are ...
3
votes
2answers
220 views
C# Excel Reader turns Timestamps into a decimal number
When I use the Excel Reader it reads in everything fine except for time stamps. It turns, for example, 15:59:35 into .67290509259259268
How do I stop this from happening?
object[,] valueArray = ...
3
votes
2answers
2k views
how to develop a pdf reader in android
we desperately want to develop a pdf reader.we searched for api ,but got java apis which are
written using applets and swings.how can we run that on android.Or can anybody suggest any
pdf reader api ...
3
votes
3answers
267 views
Subscribe to an RSS Feed
I am writing a very simple RSS reader - all it needs to do is get the xml doc, and print to the console the title and publish date of every item. I got started using these two questions:
C# RSS ...
3
votes
4answers
311 views
How to force a line break after each image in Safari Reader?
I was unable to activate Safari Reader in a local HTML file, so I cannot give you a running example but only describe my problem:
The markup of my blog posts is basically this:
<div ...
3
votes
3answers
743 views
Number of lines in csv.DictReader
I have a csv DictReader object (using Python 3.1), but I would like to know the number of lines/rows contained in the reader before I iterate through it. Something like as follows...
myreader = ...
3
votes
4answers
2k views
Cast error on SQLDataReader
My site is using enterprise library v 5.0. Mainly the DAAB. Some functions such as executescalar, executedataset are working as expected. The problems appear when I start to use Readers
I have this ...
3
votes
3answers
347 views
Php mail reader
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
3
votes
1answer
3k views
Loading an ePub — simple ePub Reader question
I'm developing a simple epub reader on iPhone but been wondering how to go about loading it. I know reading files such as a PDF is somewhat straightforward because it's one file in itself and can be ...
2
votes
5answers
241 views
Delphi free XML parser / Reader for GPX files
I am looking for a free easy to use XML parser / Reader for GPX files in Delphi and was wondering if anyone could recommend one or should i be using Delphi's own XML data binding / XML document?
...
2
votes
2answers
90 views
Safari Reader Ignoring H1 tag
When the title in a H1 tag is less then a certain amount of width it will be ignored by Safari reader. Have you noticed? As such, <h1>Contact</h1> will be ignored. Does anyone have a good ...
2
votes
1answer
64 views
iphone news reader
I want to develop news reader program based on ios sdk.
So I searched many sites and spots to find the similary program,
but I couldn't find this.
Every application requires costs and though they ...
2
votes
1answer
101 views
Help understanding the Reader/Writer pattern in .NET
Here's the documentation for the method XContainer.CreateWriter:
Creates an XmlWriter that can be used to add nodes to the XContainer.
I parse the text with my mind, I get:
A method ...
2
votes
1answer
370 views
How to work with RFID reader/writer in JAVA
I bought a USB RFID reader/writer to develop an attendance application. Along with the device they given VB example to read/write RFID tags. But i want to do this in java. Is there any way to start ...
2
votes
0answers
73 views
Implementing a QR reader in a cocos2d engine
So far I am using the cocos2d engine to create a game and I want to implement a QR reader.
So far I've created a CCScene, the CCScene has a menu button and it leads to a onScan Method:
-(void) ...
2
votes
4answers
165 views
Why is java.io.Reader#skip implemented the way that it is?
I'm still learning object-oriented programming in Java. I was looking at the Java implementation of java.io.Reader.skip and I'm wondering why exactly it's implemented the way that it is. In particular ...
2
votes
2answers
101 views
Java: How can I read Reader multiple times?
If I call IOUtils.toString(reader); it returns correct string value. Second call returns "". Reset does not supported by reader
How can I solve this situation?
2
votes
2answers
549 views
Cannot load data in an ExtJS gridpanel with loadData()
I need to periodically add new data in the grid's store. The store is defined by the following code:
this.reader = new Ext.data.JsonReader({
idProperty: 'id',
fields: this.lesFields
...
2
votes
2answers
332 views
C#: shield XmlTextReader from an occasional Unicode character
In C#, I have a XmlTextReader created directly from an HTTP response (I have no control over the XML content of the response).
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
...
2
votes
3answers
165 views
Do I need to close a Reader decorator of the java.io package?
I need to parse an object and I need to wrap the Reader I receive into a PushbackReader. Do I need to close the PushbackReader in any case or is it safe enough to leave it open since it's the ...
2
votes
3answers
1k views
Invoking Adobe Reader from within my Android application
I am writing an Android application to display pdf files on the device. And I need to use the current versioncode (35498) of the Adobe Reader to display the pdf files.I have with code to display list ...
2
votes
3answers
1k views
How to Prevent Caching When using PDF Streaming with Acrobar Reader 10.0 (HTTP1.0/HTTP1.1)
I was trying to find a way to prevent browsers from caching PDF that is being loaded using a streaming methods.
FireFox and Chorme deals just fine with the following headers and doesn't cache any pdf ...
2
votes
1answer
3k views
Reading PDF from within an Android application
I am looking for a library/API that I wish to integrate to an Android application so that I can read any PDF files from within the application instead of using any third party applications!
By any ...
2
votes
1answer
291 views
iOS / iPhone engine, code or framework used for Comic Apps?
I recently noticed most Comic book apps I've downloaded seem to use the same reader code.
Walking Dead, Hetalia and Do Androids dream... have the exact same behaviour and even the same messages.
...
2
votes
3answers
952 views
What is the difference between Reader and InputStream?
What is the difference between Reader and InputStream?
And when to use what?
If I can use Reader for reading characters why I will use inputstream, I guess to read objects?
2
votes
1answer
645 views
Getting Thumbnail from RSS Feed and Display in Listview
i need some help with my RSS Feed Reader Script...
I want Thumbnails in my Listview taken from Rss Feeds Thumbnail
"content": [
{
"medium": "image",
"url": ...
2
votes
2answers
125 views
RSS feed only displays text
I have an rss reader app which works perfectly on some feeds, but on others it just displays text and no images.
Is it the feed which should be adjusted to publish images or Im sure it is something ...
2
votes
2answers
402 views
How to go about a platform independent E-Book Reader in C/C++?
I'm trying to develop an ebook reader(for mobile devices) which is platform independent. Currently my focus is epub only.
As a proof of concept, we were able to make a basic epub reader for android ...
2
votes
2answers
1k views
Fingerprint authentication for php web app
I need to implement authentication in a php app but using fingerprint as part of credentials.
So, sincerely I'm kind of lost here.
1) Do I need a product (reader) with javascript SDK? I've seen some ...
2
votes
2answers
531 views
where is Safari's Reader code?
Safari 5 has gotten a new feature: The Reader. It shows a simplified version of an article page with just the article itself (and not all the clutter around). It also merges multiple pages (if the ...
2
votes
4answers
322 views
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 ...
2
votes
1answer
561 views
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 ...
2
votes
2answers
1k views
Efficient way of handling file pointers in Java? (Using BufferedReader with file pointer)
I have a log file which gets updated every second. I need to read the log file periodically, and once I do a read, I need to store the file pointer position at the end of the last line I read and in ...
2
votes
3answers
672 views
barcode reading in wpf
I am working on reading the barcode using a scanner and I have the following questions:
Is there a way to distinguish between the input from the keyboard and input from the scanner ? This is ...
2
votes
5answers
4k views
iPhone RSS Reader — parseXML won't Load some XML feeds
I am using the SIMPLE RSS reading example found at http://theappleblog.com/2008/08/04/tutorial-build-a-simple-rss-reader-for-iphone/
It uses parseXML to load the RSS feeds.
Here is the problem I am ...
2
votes
2answers
2k views
Python csv.reader: How do I return to the top of the file?
When I'm moving through a file with a csv.reader, how do I return to the top of the file. If I were doing it with a normal file I could just do something like "file.seek(0)". Is there anything like ...