Warping it up!

Fini Alring’s Glossy Tech Zine

Inkscape 0.42: Scalable Vector Graphics Editor

Wednesday, July 27th, 2005

Ok! Why did I not know about Inkscape before today??! It looks amazing and it’s said that the new version is a major feature update, and although I haven’t tried it out yet, from the screenshots it’s pretty easy to see that this tool is also for the big boys, it works with SVG which makes even more happy, since I was about to begin some SVG experimenting anyways soon, and it’s soo boring to draw complex vector drawings by handcoding, believe you me!!

Here’s the intro text from the Inkscape Website:

Inkscape is an open source drawing tool with capabilities similar to
Illustrator, Freehand, and CorelDraw that uses the W3C standard scalable vector graphics format (SVG). Some supported SVG features include basic shapes, paths, text, markers, clones, alpha blending, transforms, gradients, and grouping. In addition, Inkscape supports Creative Commons meta-data, node-editing, layers, complex path operations, text-on-path, and SVG XML editing. It also imports several formats like EPS, Postscript, JPEG, PNG, BMP, and TIFF and exports PNG as well as multiple vector-based formats.

Inkscape’s main motivation is to provide the Open Source community with a fully W3C compliant XML, SVG, and CSS2 drawing tool. Additional planned work includes conversion of the codebase from C/Gtk to C++/Gtkmm, emphasizing a lightweight core with powerful features added through an extension mechanism, and the establishment of a friendly, open, community-oriented development process.

* Inkscape.org - Draw Freely

* Slashdot | Inkscape 0.42: The Ultimate Answer

Google Launches Google Sitemaps

Friday, June 3rd, 2005

/. Ninwa writes “Google has launched Google Sitemaps. It seems to be a service that allows webmasters to define how often their sites’ content is going to change, to give Google a better idea of what to index. It uses some basic XML as the method of submitting a sitemap. More information on the protocol is available in an FAQ. What’s most interesting is that Google is licensing the idea under the Attribution/Share Alike Creative Commons license. According to the Google Blog, this is being done ‘…so that other search engines can do a better job as well. Eventually we hope this will be supported natively in webservers (e.g. Apache, Lotus Notes, IIS).’ They even offer an open source client in Python.”

* bytefarmers.com sitemap.xml

* Slashdot | Google Launches Google Sitemaps

AJAX and Web services with E4X

Tuesday, April 26th, 2005

Get an introduction to ECMAScript for XML (E4X), a simple extension to JavaScript that makes XML scripting very simple. In this paper, the authors demonstrate a Web programming model called Asynchronous JavaScript and XML (AJAX) and show you how some new XML extensions to JavaScript can make it very simple.

AJAX and scripting Web services with E4X, Part 1, Part 2