-
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
Monthly Archives: July 2011
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
Symfony and Saving Serialized Objects
Doctrine has a nice feature that allows users to save objects to a database. However, when using the “object” type in symfony, I discovered an annoying quirk; when updating a record with a serialized object, symfony does not update the … Continue reading
cache.google.com – Your source for YouTube
When monitoring network traffic, I’ve noticed that a big consumer of bandwidth is cache.google.com. That seemed strange to me because I guessed that cache.google.com would have something to do with viewing Google’s cache version of a website. For example, if … Continue reading
Symfony/Doctrine and Setters
Apparently when using Symfony 1.4 with Doctrine, you can’t simply override the setters the way most programmers are use to. The following code example will cause infinite recursion if placed inside a class that extends sfDoctrineRecord: Instead you have to … Continue reading
Remove / Stop Google’s In-Page Analytics
When using Google’s “In-Page” analytics feature for ozonesolutions.com, I have found that it is hard to make it go away later. Each time I visit the website after using in-page analytics, the unwanted in-page analytics menus and tools appear. Worse … 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
7 Comments
