Archive for September, 2009

Vinteros Blog Now Using WPTouch Theme For The iPhone

If you access http://blog.vinteros.com from an iPhone or iPod Touch, you will see a nice new mobile them courtesy of http://www.bravenewcode.com/wptouch/ Here's a screenshot: [caption id="attachment_82" align="aligncenter" width="320" caption="Vinteros Blog For iPhone Theme"][/caption]...
Read More

Converting Enterprisedb Postgres Plus XML Array To Array

In Postgres Plus Advanced Server 8.3R2, there are times when you want to query a table using values passed in as XML.  Here's an example. First we'll create a table and insert a few values: CREATE TABLE NAMES (FNAME VARCHAR2(50)); Table created. INSERT INTO NAMES VALUES ('MIKE'); 1 row INSERTED. INSERT INTO NAMES VALUES...
Read More