Vertical Parallax Effect for the Entire Page
I found a game site (Elder Scrolls) that has a really cool vertical scrolling effect that I wanted to duplicate, but it only works in webkit browsers. I didn't make it into a plugin, but instead made...
View ArticleFullCalendar mini-sized
I've always liked Adam Shaw's FullCalendar plugin and while I was trolling Stackoverflow I found a question about how one would make a tiny version of the calendar. Gears started grinding and I figured...
View ArticleVisual Event Bookmarklet
I've been using Visual Event bookmarklet to help quickly visualize which events are attached to a page while troubleshooting problems.I do have one problem with the script. It adds too many layers so...
View ArticleFancySelector
I just created FancySelector which replaces the standard select with a more visually appealing select. It allows you to scroll through the options with either the keyboard or mouse. Selecting multiple...
View ArticlejQuery find/replace text without destroying DOM elements
I found this question on StackOverflow on how to replace text without destroying event handlers, DOM nodes and such. He just wanted to replace a name inside a block of HTML. The name could be inside of...
View ArticleThe Base Tag
Whenever someone asks me to help troubleshoot a problem with their site, if I can't immediately see the problem or fix it using Firebug, I download the page as an HTML only file. Then you have to deal...
View ArticleEqualizer
This script was first written by Stephen Akins to equalize column heights in multiple rows. Chris Coyier of CSS Tricks then posted an update which allowed the heights to adjust while resizing a page. I...
View ArticlejQuery Tablesorter, The Missing Docs
The Missing Docs for jQuery Tablesorter 2.0DefaultsMethodsEventsThese docs have been incorporated into myGithub fork of Tablesorter.All DefaultsAppearancecssHeader: "header"The CSS style used to style...
View ArticleAdding WordPress Quicktag Buttons to a WP Plugin
Disclaimer: I am a total noob when it comes to WordPress and WordPress plugins.I was wondering how difficult it would be to add a button to the WordPress Post Editor. I've seen a few plugins do it, but...
View ArticleAnythingSlider FX Builder
So, to make it easier to figure out how to add FX to AnythingSlider, I put together a bookmarklet (get it from here) that allows you to build/play with the effects live :)If you need instructions, I...
View ArticleAnythingSlider Themes
I put together ten more themes for AnythingSlider! YAY!All theme files are meant to be used independently from the plugin's "anythingslider.css" file. So you only need to include one of these theme...
View ArticlePrint a Paragraph
By default, browsers will print the content of an entire page/web page or selected text. With some simple scripting you can make it easier for your users to get the browser to print the contents of a...
View ArticleAdding Swipe Support
I spent some time trying to figure out how to add mobile swipe support without using jQuery Mobile, because the swipe is all I really needed. I don't own an iPhone/iPad/iAnything, so it took a bit of...
View ArticlejQuery Rename Attribute (renameAttr)
I woke up this morning with a very unusual urge to make a rename attribute function for jQuery. I know, right.. that's just too weird! So after messing around with it, I decided that it needed to...
View ArticleGet All indexOf From A Search String - String.allIndexOf()
This string function is an extension of String.indexOf() and will return all indexes of a search string. It's named allIndexOf. This code extends javascript and does not require jQuery.Originally if...
View ArticleGet All indexOf From An Array - Array.allIndexOf()
This array function is an extension of Array.indexOf(), if it exists, and will return all indexes of the search element. It's named allIndexOf(). This code extends javascript and does not require...
View ArticlejQuery UI Side Scroller with buttons
Once again, I got up at 2:30am wide awake... that's what happens when I fall asleep at 9:30 LOL. Anyway, I was bored so I searched for something to do. I found a question on CSS Tricks asking how to...
View ArticlejQuery Pathslider
I just created this plugin that is a very basic UI Slider (similar to the jQuery slider), but it doesn't just allow you to move the handle horizontally and vertically, it will follow any shaped curve!...
View ArticleAll Images Loaded (imagesLoaded)
*NOTE* this code causes infinite loops in IE with image load errors, so I improved and turned this into a real plugin and hosted it on github. A little jQuery function that checks if all images are...
View ArticleAdding the MovingBoxes plugin to Blogger
These instructions will allow you to add a MovingBoxes widget to any Blogger post. These instruction really apply to any plugin out there, but instead of making a generic post, I think a specific...
View Article