Submitted by ansonwhan on Thu, 05/16/2013 - 01:09
When writing custom jQuery scripts that fire on page load, it's always good practice to call jQuery.noConflict() before the document ready function.
jQuery.noConflict();
jQuery(document).ready(function($) {
/*YOUR CODE HERE*/
});For jQuery Mobile, consider:
Submitted by ansonwhan on Sun, 01/22/2012 - 15:28
Setting up Balsamiq Mockups on Fedora 15 is not as easy as on Debian distributions of Linux. If only installing software on Fedora could be as quick and easy as on a Mac. After piecing together some outdated DIY posts and forum entries, I figured it was time to consolidate my findings and post it here. Learn how to install Adobe Air on Fedora (despite support for it being discontinued by Adobe), how to configure Alien so that you can convert a .deb package into an .rpm, and how to get Balsamiq Mockups up and running!
Submitted by ansonwhan on Thu, 01/12/2012 - 10:10
Recently, I had to configure Google Analytics Event Tracking for a playlist of several video clips that stream with the Flowplayer javascript plugin. I thought it'd help to document my implementation of playlist event tracking with the ipad plugin for future reference. This post features sample code and a link to the page on the Saint Clare's Health System site for which I had the opportunity to implement.
Submitted by ansonwhan on Tue, 01/03/2012 - 20:34
Recently, I had to configure a playlist of several video clips that would automatically play back-to-back using the Flowplayer javascript plugin. Since the help forums and documentation on Flowplayer's site was a bit garbled, I thought it'd help to document my implementation of a playlist with the ipad plugin for future reference. This post features sample code and a link to the page on the Saint Clare's Health System site for which I had the opportunity to implement.
Submitted by ansonwhan on Fri, 12/02/2011 - 17:27
Identifying the right content management system for your website is not as easy as picking the most popular one. However the popularity contest does have its merits. Read about some considerations to factor when choosing a CMS for a website, and which CMS topped the charts for 2011.
Pages