-
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
Category Archives: jQuery
Jquery Validation Plugin with multiple forms
I love using the Jquery Validation plugin on my html forms. It makes frontend validation very easy and painless. However, today I noticed a strange problem, when I was pressing the submit button on a form, it was requiring fields … Continue reading
Posted in Html, JavaScript, jQuery, Plugin
Tagged data validation, forms, JavaScript, jQuery, sample code
Leave a comment
o3EnlargeBox 1.1.0 Released
The newest version of o3EnlargeBox was just released. There are some nice new features such as instance methods that re-size and reposition the box when its content changes. Click here for more information about o3EnlargeBox.
JQuery and Ajax Forms Plugin
Writing JavaScript to handle ajax form submission can be a pain. Not only is it a lot of coding, but it often means you have to write forms using different html than you would use for a normal form. This … Continue reading
Posted in JavaScript, jQuery, Plugin, Uncategorized
Tagged ajax, forms, html, sample code
Leave a comment
AjaxForm and Validation Plugins for Jquery
Two of my favorite jQuery plugins are the AjaxForm and the Validation plugins. The AjaxForm plugin allows you to very easily convert a normal html form into an ajax form while the validation plugin offers easy javascript side validation of … Continue reading
Posted in JavaScript, jQuery, Plugin
Tagged bugs, data validation, forms, html, JavaScript, jQuery, sample code
Leave a comment
jQuery plugin: o3EnlargeBox – display images or other content in-page
Version 1.1.1 requires: jQuery 1.4.x or later author: Donald Van Raalte copyright: 2011, Ozone Solutions, Inc. licensed under: MIT License released: September 27, 2011 (1.1.0 – September 12, 2011) Introduction This plugin allows you to display any DOM element on … Continue reading
jQuery .fadeIn + window.setInterval = A Bad Combination
jQuery’s .fadeIn and .fadeOut methods don’t fire when the window is out of focus. Instead, they wait until the user returns to the window / tab and then fire. This fact caused me a problem when I was working on … Continue reading
Posted in JavaScript, jQuery
Tagged fadeIn, fadeOut, JavaScript, jQuery, window.setInterval
5 Comments
