URL | Post date![]() |
Summary | Link | |
---|---|---|---|---|
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 | |
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 | |
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 | |
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 | |
Using SVG files in OpenOffice.org | 07/31/2008 - 06:54 |
This screencast shows how you can use SVG images in OOo |
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 | |
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 | |
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 | |
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 | |
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 | |
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 | |
Raphaël: Simple graphics wrapper on top of SVG and VML | 08/09/2008 - 04:53 |
In case you want to create your own specific chart or image crop-n-rotate widget, you can simply achieve it with this library." Raphaël uses SVG and VML as a base for graphics creation. Because [...] |
view | |
Well, I'm Back: Applying SVG Effects To HTML Content | 08/09/2008 - 07:13 |
One of the problems with the standards-based Web is that it's hard to use SVG's features to enhance HTML content... |
view | |
Potential Uses of SVG | 08/09/2008 - 13:53 |
Let’s face it: SVG is not the hottest tech to hit our browsers. In fact, it’s one technology that has barely survived, probably due more to the enthusiasm of a few developers than the desire of the web developer community as such. ... |
view | |
Flash, HTML, Ajax: Which will win the Web app war? | 08/11/2008 - 11:36 |
The days when Web pages were static collections of text and graphics are long past. But as the Web matures, there's a fierce competition over which technology will propel it into a medium for rich, interactive applications. On one side of the battle lines is the original Web page description technology called HTML, or Hypertext Markup Language. Over the years, its abilities were augmented first with JavaScript, a basic programming language, and later a JavaScript-on-steroids technology calle |
view |