Since I use inline SVG in all of my sites, I need to serve my pages up as XHTML. I couldn’t find a Drupal module or option that triggers Drupal to serve the pages up as XHTML, so I added the following code at the very top of the page.tpl.php page: <?php header(“Vary: Accept”); if […]
The SVG Radial Gradient
Chapter 7 in the book provides an introduction into some of the many useful elements in SVG. Included is a discussion of the two gradients, linearGradient and radialGradient. They can’t be used to create a visual element by themselves, but are, instead, used to fill any shape that takes the fill attribute. For instance, one of the book […]
I’m almost ready to go live with the site. Right now I’m trying to create a custom Drupal theme from this site’s design. Once that’s finished, then we’ll be in business. The image below was created by converting two bitmap graphics, the book cover and a painter’s easel, into one combined image using SVG–Scalable Vector Graphics. Though […]
One hundred and forty characters
This is my first post in RealTech using Drupal. Once I finally figure out how the template system works and finish setting up my other sites, perhaps I’ll be able to write something again. I’m not sure what I’ll be writing, other than I know that nothing I write will be less than 140 characters […]
Last post
This is my last post in the RealTech WordPress weblog. RealTech will be back, though whether it will be a weblog or stories, tutorials, and the like, I don’t know yet. Whatever I do will be implemented in Drupal. I’m finding that Drupal really is a good solution for me, and not just because of […]
