Archive for the ‘scripts’ Category

09/2/11

Optimizaion, jsperf, and thoughts – JS in the nude

I ran into jsperf and it has totally blown my mind seeing how fast things run. I don’t use chrome and I love it after seeing how fast it was. I ran a test of some simple replacing of text using jquery. my initial test was to see if pre-defining your jquery elements was quicker [...]

Read More...

01/21/10

myTip v.1 – with jQuery 1.4.1 & JSON

I wanted to experiment with jquery 1.4.1 so I started building a tool tip and just kept going with it. A few things before we get started. DOWNLOAD THE DEMO AND FILES Uses the wonderful jQuery 1.4.1 It does not use code in the bottom of your content hoverIntent (not the jquery plugin) NEW can [...]

Read More...

01/15/10

Learning jQuery: myTip .3 Beta

You can read this if you want but the real v.1 is here I decided to try and create a custom tool tip and it worked out pretty well. I had to utilize a funny attribute to make it work (the rev attribute… WHAT??? that’s what I said. go ahead check w3c ( ; )… [...]

Read More...

12/14/08

Lighter Box 2

(This script is no longer being maintained as of 06/29/2011 May not function properly in updated browsers) Functionality: + Fading Transition + Screen Navigation (Next, Previous, Close, or the Actual Image) + Key Board Navigation (Left & Right Arrow, Space, Esc.) + Loop Through Images (after last image goes back to first image vice versa) [...]

Read More...

12/9/08

Lighter Box

(This script is no longer being maintained as of 06/29/2011 May not function properly in updated browsers) You can also download LIGHTER BOX 2! NEW Both onscreen and keyboard navigation for galleries. Descriptions (AS MUCH AS YOU WANT) that will be displayed to the viewer… check it out. I started searching for a light weight [...]

Read More...