-
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: firefox
Internet Explorer 8 and event.preventDefault() Problem
I was trying to use event.preventDefault in a function called by an onclick method of an anchor tag. Although this worked fine in Firefox and chrome, naturally, I.E. would find it necessary to treat this differently. IE 8 sadly does … Continue reading
Posted in Html, JavaScript
Tagged firefox, html, ie8, internet explorer, JavaScript, microsoft
Leave a comment
Why I like Firefox Better Than Google Chrome
Being a web developer, I use all the common web browsers quite heavily. I have long been a Firefox fan for many reasons, however, Google Chrome has offered some steep competition. Chrome typically launches faster, renders pages faster, and freezes … Continue reading
Posted in Web Browsers
Tagged bookmarks, encryption, firefox, google, google chrome, security, web browsers
Leave a comment
Firefox Mobile to get a Speed Up?
Having used Firefox on an android phone, I have been less than impressed. Although I love Firefox, the mobile version takes forever to load and leaves my phone laggy while running. Although I have kept it installed, I only use … Continue reading
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
