Forgot your password?

typodupeerror

Comment: I have just started a research project on this (Score 4, Interesting) 56

by MarcoF (#32467808) Attached to: UK Gov't Spending Details Now Online
It is a contract job for an Italian University, funded with EU money. I am looking for real world examples of the availability of public data like these have actually been good for local businesses, making them sustainable or cheaper to run. Every feedback is welcome. Here are more details on the project: Open Data, Open Society: a research project about openness of public data in EU local administrations. Again, thanks to all who will provide relevant pointers & info!
Politics

Which local businesses do use open public data?->

Submitted by MarcoF
MarcoF writes "Free/Open Source software is great for Public Administrations, but Free/Open data are even more important. Making public sector information really accessible, that is publishing online raw data in open formats and under open licenses, can both improve transparency in government and foster local economical and cultural activities. I have just started working with an Italian University to research these issues (details in the main announcement). In this context, I would like to ask Slashdot readers if they have examples of local businesses (worldwide) that make money and are sustainable just because the public data they need is available and REUSABLE for free. Even stories of the opposite type, that is businesses that can't even start, or have extra, unnecessary costs, just because they'd need to use public data that are not publicly available for free, are welcome."
Link to Original Source

Qimo 4 Kids version 2.0 Released->

Submitted by mhall119
mhall119 writes "Qimo (pronounced 'kim-oh') is a desktop operating system designed for kids. Based on the open source Ubuntu Linux desktop, Qimo comes pre-installed with educational games for children aged 3 and up.

Qimo's interface has been designed to be intuitive and easy to use, providing large icons for all installed games, so that even the youngest users have no trouble selecting the activity they want.

Qimo 2.0 features support for multiple accounts and replaces the eToys application on the launcher with Laby, a educational game that teaches children the basics of programming. A new character is introduced to the Qimo environment. Illa (pronounced 'ee-la') is a polar bear."

Link to Original Source

Framemaker converters for Linux, anybody?->

Submitted by MarcoF
MarcoF writes "I still have on my computer several personal documents that I wrote and saved in FrameMaker format (.fmk file extension) in the 90's, before I started thinking about file formats, and I'd really like to access again some of them. I am sure there are many thousands of people in the same situation. I have tried to look online for converters and even asked to a Kword developer, but it looks like there are no FrameMaker converters for Linux these days! If I'm wrong and anybody has developed but not released such filters yet, please let me know."
Link to Original Source

Comment: something similar happened to my own website (Score 1) 165

by MarcoF (#32220732) Attached to: In Argentina, Law Against Plagiarism Plagiarized
I was myself the "victim" of a similar case, that is a magazine that says you can't copy their articles without at least attribution, then fully copied one of mine... without attribution, of course. When I said "you should replace the full text with an abstract and link to source" they simply removed the whole page :-|
Linux

New documentation project for blind Linux users->

Submitted by MarcoF
MarcoF writes "I would like to ask all Slashdotters to have a look and contribute, or at least spread the word as much as possible, at a new Linux/FOSS documentation project by Tony Baechler: free, CC-licensed audio tutorials about FOSS specifically aimed at blind computer users. Besides the general need to support users with any disabilities, there's one more reason why Tony's idea is interesting: follow his guidelines and you'll create great audio tutorials very useful to all FOSS users, not just those with vision problems."
Link to Original Source

SPAM: The Rendering Fidelity of Footnotes

Submitted by Anonymous Coward
An anonymous reader writes "Introduction?

The aim of this article is to reveals some important facts about how Aspose.Words handles and support rendering of footnotes and endnotes when rendering documents to PDF, XPS or printing. The article will also explain how Microsoft Word handles some tricky layouts and even discloses some obscure flaws. It also explains the reasons why it taking so long for the Aspose.Words team to support footnotes. We hope this article would reveal some interesting points to Aspose.Words customers & developers.

The most obvious objective of Aspose.Words layout engine is to produce similar result to Microsoft Word. Our team has spent a lot of time in figuring out how Microsoft Word formats a document into pages. No doubt Footnotes are very important for us because many of our customers have requested for this feature. We hope this article would reveal some interesting points to Aspose.Words customers who are waiting for footnotes to be supported or to any other developer whoever pondered about document layout.

What Aspose’s Team has Done so Far

The new release of Aspose.Words for .NET 9.0 supports rendering of footnotes to some extent but there is still room for a lot to be done. With this release it would be possible to render some simple documents but not very complex one. Looking to the high demand from our customers our team has decided, that it is better to include it now rather than later.
Some of the limitations are:
  • Only footnotes are rendered. Endnotes are not rendered.
  • Footnotes are rendered immediately below text (not at the bottom of the page)
  • Wrapping of long footnotes to next page is not supported. The text of the footnote could be truncated.
  • Occasionally the text of the footnote will not appear.

More complete support is coming in the next version, estimated in May 2010.

Magic Footnotes
Everybody that is using Microsoft Word must have some idea about footnotes and endnotes, below are some important points that would give our readers more clear understanding of footnotes and endnotes functionality.

  • Footnote or endnote consists of two parts. One part is a reference mark in the main text story of the document. The other part is the content of the footnote or endnote which is typically rendered at the bottom of the page or at the end of the document.
  • References are continuously numbered, but can use custom marks or skip numbers.
  • There are also three types of delimiters used to separate main text from the footnote/endnote text. They are separator, continuation separator and continuation notice.
  • Footnote/endnote text can wrap from one column to another and can occupy one or more pages at the end of a section.
  • There are two types of locations for footnote text and two types for endnote text.
  • Footnote/endnote numbering and location can be specified per section in a document.

When our team starting to analyze this feature I knew that implementation challenge wouldn’t be technical but rather logical. The layout model of the document (it was adapted from Aspose.Editor before it was discontinued) already provides more functionality than required by Aspose.Words rendering. It already keeps track of all stories in the document but until recently footnotes story was ignored.
With this kind of attitude our team was hoping to prototype Aspose.Words code in a few hours and started to create small, but tricky test documents in Microsoft Word and tried to push its layout engine into a corner and that’s where the “magic” begun.

Magic 1: Non-trivial ordering of footnotes
As you can see on the first screenshot, while table fits into one page footnotes flow according to the logical order of the references in the main text story, from 1 to 9. The second screenshot has same numbers for references but content is now ordered differently. There is no error and “yes” there are two “5” footnotes. This is how Word 2007 renders this case (not surprising though). Let’s ignore the bug for now but focus on the ordering issue.
Technically, a footnote story can be represented as a linked list of runs that is “1 One2 Two9 Nine”. In Microsoft Word you can move caret from one footnote to another and using VBA you can query current position in the story which returns increasing integer. Word’s layout engine uses this order to pick a next portion of content to be flowed into a geometrical container. However, as we’ve seen this no longer works for footnotes since “seven” is rendered after “nine”.

Magic 2: Column Balancing with Footnotes

The second thing is balancing of text columns. If a section ends with a “section break continuous” break and it has two or more columns then the content will be balanced between last group of columns of this section to minimize height of this group. Microsoft Word will include the height of the footnotes/endnotes into the column and balancing shall account for it.


Right, a bug again. Endnote “C” is overlapped by content of a second section on the page. Ignore the bug for now, but still the issue is that the column was designed to aggregate main text story content, however, as we’ve seen content of footnote/endnote stories is also flowed into it and balancing must handle this properly.

Magic 3: Wrapping to Next Page

Third and last for this post is picking the right positions to wrap footnote and main text content. Our initial thoughts were that Microsoft Word flows main text story content and footnotes in parallel. We thought that it attempts to flow footnote content as soon as a reference is flowed into the column. However the next example made us anxious.
If the idea was correct, then Microsoft Word would flow both 1st and 2nd footnotes right after first two lines of the main text story are flowed into the column, which means that 2nd footnote would fit on the first page completely and last two lines of the paragraph would be wrapped to the next column. However this doesn’t happen. Do you know why?
You need to take paragraph rules into account. They are working in both main text and footnote text. There are also rules which try to keep the reference and content on the same page, rules about sharing of page by footnotes and endnotes, separator overflows, and hopefully you’ll get an idea of why it takes so long to implement layout of footnotes/endnotes the way Microsoft Word does it.

If you have something to say we’d be more than glad to hear it.

Overview: Aspose.Words for .NET

Aspose.Words is a word processing component that enables .NET applications to read, write and modify Word documents without using Microsoft Word. Other useful features include document creation, content and formatting manipulation, mail merge abilities, reporting features and support of DOCX, DOC, WordprocessingML, HTML, XHTML, TXT and PDF formats (requires Aspose.Pdf). It supports both 32-bit and 64-bit operating systems. You can even use Aspose.Words for .NET to build applications with Mono.

More about Aspose.Words for .NET

Contact Information

Suite 119, 272 Victoria Avenue
Chatswood, NSW, 2067
Australia
Aspose — The .NET and Java component publisher
sales@aspose.com

Phone: 888.277.6734
Fax: 866.810.94651"

Link to Original Source

The Internet

SPAM: Send and receive faxes via email

Submitted by derfelian
derfelian writes "I don’t own a fax machine, never have, and never will. But that doesn’t mean I can’t send and receive faxes.

For the past few years we’ve been using a service called POPFAX to send and receive faxes via email. It’s pretty simple – you just have to type in a From and To address (provided to you by popfax) and attach the PDF,Tiff or any other format of document that you want to fax, then click send. Within 3 minutes you’ll receive an email message confirming if your fax has been successfully sent or not.

Sending and receiving faxes doesn’t get any easier than this."

Link to Original Source

IT risk related laws and auditing

Submitted by nasete
nasete writes "Many IT projects and working procedures (specially in the financial area) are subject to a bunch of laws and non-tech requirements. You have to comply with data protection laws, FFIEC standards, CobIT, ITIL, Sarbanes-Oxley, GLBA, ... and lots more, worst if you go international; so many items that audit usually manages to find a breach in your documents.
So, my question is, how do you manage to know which rules are appliable to you?
Which are the big ones in the US?"
Programming

What Every Developer Must Know About URLs->

Submitted by Anonymous Coward
An anonymous reader writes "Being a developer these days, it is almost impossible to avoid having to deal with URLs at one point or another, but often, even experienced developers have only a vague notion of what URLs are all about and how to deal with them. Skorks over at skorks.com attempts to provide a quick primer on what every developer (but especially web developers) should know about URLs, including structure, special characters as well as absolute vs relative. If your work involves dealing with the web, there is no excuse for not knowing this stuff."
Link to Original Source

Ah, the Tsar's bazaar's bizarre beaux-arts!

Working...