Posts Tagged ‘Software’

Spam Wars: Round 1… Fight!

Wednesday, October 28th, 2009

No-Spam

My blog has been receiving a lot of spam lately, at a rate of about 50 dummy comments per day. As my current web hosting doesn’t allow me to open socket connections, a part of WordPress functionality (including Akismet, the spam checker plug-in shipped with WordPress) won’t work. I knew about the limitations and am currently looking for a hosting replacement (in fact, I guess I already found one). In the meantime, manual triaging so much spam was just becoming painful. :-(

(more…)

Using HTML for SVG intra-navigation

Sunday, October 4th, 2009
Screenshot of SVG image after rotation, zoom and pan

Screenshot of SVG image after rotation, zoom and pan

I’ve just finished a demo which tries to fill a long caveat among SVG implementations: a consistent front-end for internal document navigation (zoom, pan, etc.). It took me a while to workaround and document a few subtle bugs in several implementations, as well as recently integrating SVG Web, which has it’s own set of limitations, but it’s ready (at last!). :-)

What are you waiting for? Go ahead and try it! :-D

“Introducing” Adobe SVG Viewer 8

Friday, April 17th, 2009
Properties screenshot of a file shipped with Adobe Reader 8

Properties screenshot of a file shipped with Adobe Reader 8

A common belief is that ASV 6 Developer Release 1 was the last version of the famous Adobe SVG Viewer software (ASV 3.03 being the last stable release). Well, apparently not… ;-)

Distributed with Adobe Reader 8, one can take a peek at the ImageViewer.API file, placed within the plug_ins directory (full path will typically be %ProgramFiles%\Adobe\Reader\plug_ins\ImageViewer.API. The original filename, NPSVG8.dll (see screenshot), is probably familiar to whoever has played with previous ASV versions: NPSVGX.dll stands for Netscape Plugin, where X is the major version number; the file was used for deploying the plug-in in browsers, such as Firefox (Gecko) and Safari (WebKit), who didn’t natively support SVG by then. As of today, at least Firefox is no longer compatible with the plug-in (and Safari will likely follow) but they don’t need to anyway: a good level of native SVG support is available in modern browsers. :-)

(more…)