URL | Post date![]() |
Summary | Link | |
---|---|---|---|---|
Burningbird's RealTech: I am Dirt Poor | 08/08/2008 - 15:33 |
For those iPhone users, bereft at loosing the I am Rich Ruby, no worries: I give you the I Am Dirt Poor Ruby, in SVG. |
view | |
The SVG problem | 08/08/2008 - 12:13 |
Here's a musing and observation for you: there are a lot of SVG (Scalable Vector Graphics) images on Wikipedia. Unlike traditional images, which are defined pixel by pixel, vector images are defined in terms of the lines and shapes that ... |
view | |
SVG updates | 08/06/2008 - 23:07 |
I didnt expected SVG to be such a savior for BZK, but it is becoming one. After implementing it, I got it working first for 2D images (useful... |
view | |
WebKit-based SVG rasterizer | 08/06/2008 - 05:14 |
...and easier to understand, this little SVG rasterizer is made to work only on SVG that has a valid size, i.e. the SVG explicitly specifies both... |
view | |
Success! SVG-based Headings on My Site! | 08/04/2008 - 15:08 |
As you can see, I now have SVG-based headings on my site. These headings are generated automatically on the server side, and do not require any input from me. Here is a short description of how I implemented the functionality. ... |
view | |
Flex SVG Viewer - Gaussian Blur and Animation | 08/04/2008 - 01:24 |
[Subversion Repo] svn co https://iciifs.com/svn/SvgViewer SvgViewer. Added limited support for Gaussian blur and animation tags. A blur filter can only be applied to an object not an area of the screen; Animation tags assume time values ... |
view | |
Using SVG files in OpenOffice.org | 07/31/2008 - 06:54 |
This screencast shows how you can use SVG images in OOo |
view | |
SproutCore and Standards-Based Rich Internet Applications | 07/30/2008 - 19:50 |
It’s not often that I get to repudiate completely my most recent blog post a few days after publishing it. But anyone who is not yet convinced that the answer to the question of whether web apps are an endangered species is an emphatic “no” should run, not walk, to the excellent article about SproutCore on RoughlyDrafted. In a nutshell, SproutCore is a JavaScript framework that facilitates the development of web apps that have a native application look-and-feel. It is used most notably by Appl |
view | |
Parameterizing SVG and HTML | 07/25/2008 - 13:11 |
It is currently not possible inside an embedded SVG to determine the parameters sent in from HTML:object if the two documents are on different domains. This appears to be a hole in the HTML4 spec, which doesn’t really address ... |
view | |
Robert O'Callahan: SVG Filter Performance Improvements In Gecko 1.9.1 | 07/23/2008 - 00:11 |
In general this is a really good optimization because it means, for most filters, the time required to draw the filter is proportional to the size of the visible part of the filter, not proportional to the size of the filtered SVG ... |
view | |
Robert O'Callahan: SVG Paint Servers For HTML | 07/07/2008 - 20:42 |
svg="http://www.w3.org/2000/svg"> h1 { background:url(#h); } p { background:url(#p); } span { background:url(#h); } ... |
view |