Archive for the 'PHP MySQL Curl' Category

Disable Link with Javscript and CSS

Wednesday, September 1st, 2010

I was using a Bubble Tool Tips script on a project to display description info when the mouse rolled over the title of an item pulled from the database. The problem is that the Bubble Tool Tip I was using only worked when used in links (a tag with href=”something” and title=”something”). So to get [...]

PHP, XML, CDATA – Adding file(s) / BLOB to CDATA in XML formatted document

Tuesday, August 31st, 2010

I have a project in which the user may import and export their profile data.  I decided that I would like to try XML as the structure I use to save information. The problem here is that I also have files I would like to save inside of the XML file – Pictures, Zip files [...]

PHP XPath and XML Formatting

Saturday, July 24th, 2010

XML is more of a format than anything else. For instance, Instant Messenger programs such as Google Talk use the JABBER protocol to communicate, which uses XML to communicate. Because of the way tags are nested into each other there is also a parent/child relationship between each entry/tag. An HTML document for instance is an [...]