Entries Tagged as 'PHP'

PHP and WordPress SVG Basics

April 7th, 2007 · 3 Comments

Scalable Vector Graphics, or SVG, is an XML standard for vector graphics (of course). That means that it contains descriptions of shapes, such as rectangles, lines, circles, and text, in an XML format.
SVG provides a robust definition language for drawings. The drawing at the right was a sample SVG drawing included in Jasc’s WebDraw. There [...]

[Read more →]

Tags: PHP · Programming · SVG · Web design · Wordpress · XML

Security and Google Code Search

October 9th, 2006 · No Comments

If you use WordPress be careful. An example Google Code Search search going around is “username file:wp-config.php” which happily displays username and passwords in WordPress config files… if they’re in compressed archives or a publicly accessible directory.
Same goes for other configuration or settings files. For instance, connection strings in web.config files (connection string file:web.config), Movable [...]

[Read more →]

Tags: Best Practices · Google · PHP · Programming · Searching · Security

Hack Google Earth KML Files

July 6th, 2005 · No Comments

RuiCarmo of Tao of Mac has a great tutorial on hacking Google Earth KML (Keyhole Markup Language) files in PHP. Fun stuff. Seen here.
Google Earth / Keyhole is a downloadable mapping application that’s free for the downloading. Google Earth Plus is a $20 upgraded version that includes GPS integration, high-res printing, email support, annotation, [...]

[Read more →]

Tags: Mapping · PHP · Programming

SVG Graphs with PHP

June 22nd, 2005 · 3 Comments

SVG images are here, soon they will pretty standard on the web. The Adobe SVG plugin allows users to view the images and soon Mozilla Firefox will have SVG support built in so that no external plugin will be necessary.
Why use SVG images instead of standards like JPG or PNG?

In most instances they are [...]

[Read more →]

Tags: PHP · Programming