-
Recent Posts
Ubuntu Countdown
Archives
Recent Comments
- richiewilko on Netsuite Webservices and Saved Searches
- Joe Motacek on Netsuite Webservices and Saved Searches
- HikingMike on Fixing the google analytics popup window scrolling problem
- Joe Motacek on Netsuite Webservices and Saved Searches
- Joe Motacek » Blog Archive » Joomla 2.5 Extension Development – Working with the NetSuite Webservice on Retrieving and Displaying Netsuite Address Information
Categories
Tags
ajax apache bandwidth bash beginner browsers bug config custom fields data validation Developing with Netsuite directory Doctrine embed error firefox forms google google analytics html HTML 5 JavaScript jQuery linux netbeans netsuite Netsuite Bugs Netsuite Errors Netsuite Sucks nslog override PHP PHP Framework php toolkit PHPUnit plugin routing sample code script search Symfony task Ubuntu web browsers 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
3 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
