-
Have upgraded to FF 3.5 since last updating the issue, and the problem remains.
This is not isolated to comments apparently, but also appears in the body of this story http://it.slashdot.org/story/09/07/13/142210/RIPFTP?art_pos=1 at the word "store" and "could" in the following
"(Even though FTP and SFTP programs both store passwords..."
"...though spyware installed on your machine...
2009-07-13 15:34:35 UTC in Slash
-
In the discussion section of the comments, use of the HTML italic <i> works fine. However, this same comment on the user page (/~user) causes the italicized word to show up as quoted (I think?)
The comment is here http://slashdot.org/comments.pl?sid=1297287&cid=28637993 and the italicized word is 'better' in the second sentence of the last paragraph of the comment. If I go here...
2009-07-09 18:49:37 UTC in Slash
-
Sorry, those are the examples I've been using to develop a module for a C# app. I know there isn't a link from the iTextSharp main page, which I thought was weird, so I've been going back to the tutorial through the google search.
Dumb question, but is there a more updated tutorial, if you're going to remove that one? The examples, which perhaps somewhat outdated, are better than nothing...
2008-10-08 14:56:51 UTC in iTextSharp
-
This general issue occurs throughout the tutorial examples. One place is
http://itextsharp.sourceforge.net/examples/Chap1011.cs
where the line
PdfTemplate template = writer.DirectContent.createTemplate(20, 20);
should read
PdfTemplate template = writer.DirectContent.CreateTemplate(20, 20);
(capital C in "Create"). It seems like an understandable thing, since "getInstance" and...
2008-10-08 14:32:30 UTC in iTextSharp