-
Recent Posts
Ubuntu Countdown
Archives
Recent Comments
Categories
Tags
ajax apache api bandwidth bash browsers bug config custom fields data validation Developing with Netsuite Doctrine embed error firefox forms google google analytics html HTML 5 JavaScript jQuery linux netbeans netsuite Netsuite Bugs Netsuite Errors Netsuite Sucks network override PHP PHP Framework php toolkit plugin routing sample code script search security Symfony task Ubuntu web browsers xml YML
Tag Archives: browsers
Fixing the google analytics popup window scrolling problem
The new version of Google Analytics has a nice feature which allows you to view a referring site in a popup window. However, in their infinite wisdom, Google decided that you shouldn’t be able to scroll the popup window (really … Continue reading
Posted in Google Analytics, Web Browsers
Tagged browsers, bug, firefox, google, google analytics, popups
4 Comments
Firefox adds www problem
Firefox for Windows has an annoying “feature” where it tacks on www to the beginning of websites. For example, if you type in ozonesolutions.com, it will turn it into www.ozonesolutions.com. Naturally, if you are trying to access local webservices, this … Continue reading
HTML 5 and Required Inputs
Another promising (and partially implemented) feature of HTML 5 is required fields. Firefox 6 already lets you take advantage of this attribute. The required attribute forces users to fill out a field before allowing them to submit a form. If … Continue reading
HTML and Limiting Character in a Textarea
By adding the attribute maxlength=”23″ you can limit the field to 23 characters. The browser won’t allow the user to enter anything longer than the number you specify. For those of you with recent versions of Firefox or Chrome, you … Continue reading
