Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
User Journal

Journal Journal: Verbiage: First POST 1

So, i'm writing a program/dll to make API calls to a data provider. For the API itself, disregarding authentication, i have only implemented GETs. Well, i just did a POST and after verifying it worked, i thought to myself, "that was my first post". At which point, i felt a strong need to post that here.

User Journal

Journal Journal: Chronicle: I got a ticket

There is a Michigan Left directly opposite the exit of a busy parking lot. It's difficult to explain a mindset, but there are three major reasons you exit: to go straight to the turnaround, to turn right onto the street, to turn right and get on the freeway. All three options are common.

Comment Web Pages Use Same Imaging Model (Score 1) 227

Web pages use SVG to render vector graphics. It uses the exact same imaging model as PDF and is implemented in all modern browsers. The web in general has taken a lot of lessons from Adobe because Warnock and Geshke, in the PostScript Red Book, got so much right about how to build an image model that many GUI developers are still learning today. If you start with a PDF, it should be possible to machine-translate it to SVG and present it as a web page.

PDF exists because it is trivial to generate it from the document renderer meant for printing. Although I have once in a while run into an improperly scaled PDF meant to be printed 8-up, I'm just not

Slashdot Top Deals

Any program which runs right is obsolete.

Working...