Quantcast
Bruno Pedro

Biography

Bruno Pedro is a systems engineer with ten years' experience in database related applications who's been developing web applications since 1995. He's also interested in XML transformations for web applications. He can be contacted at bpedro@computer.org.

XML.com Articles

Transforming XML with PHP
Bruno Pedro examines the two main APIs for transforming XML from the PHP web scripting language: XML_Transformer and XSLT. [Jun. 18, 2003]

Blog

Unfolding the Web

August 31 2006

What if you could use the Web as a whole as a data storage object? What if you could write simple applications that would simply live on the Web and feed from the Web? I think the Web right now is cut down into a million pieces that don’t talk to… read more

Accent-insensitive fulltext indexing with MySQL

June 15 2006

I’ve been trying for the last couple days to use MySQL’s full-text indexing with accent-insensitivity with no success. From what I know, when you’re using accent-insensitive strings it doesn’t matter what is the case of the accented characters. For example, café and CAFÉ (coffee, in portuguese) are considered the same. Well, it… read more
Bruno Pedro