Posts Tagged ‘jQuery’

Firefox3 userAgentButton is null

While working on phpFox2 today I noticed the following JavaScript error on each page:

userAgentButton is null

I first thought it was a compatibility issue with jQuery and some new JavaScript code I added, however looking over the logs I didn’t add any new JS code so that did not seem to be the problem.
Many problems I [...]

JQuery :: effects

Hello all!
In this primer I wanted to talk about JQuery a little and focus on the visual effects it allows.
JQuery is a JavaScript library, it is very very robust and provides awesome features, among the most important is the extension of the html DOM into a JSON like schema which allows ajax interaction very easily [...]

phpFox Konsort Version 2 (Part 2)

This entry is the continuation of my first entry which had info on our new engine that will be powering phpFox2.
Database & Supported DB Drivers
phpFox2 unlike all of our past versions will support MySQL (MySQLi), Postgresql, Oracle, MsSql and SQlite. Postgresql, MySQL (MySQLi) and SQlite will be released with the core package. Oracle and Mssql [...]