Archive for the ‘experiments’ 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...

07/7/10

WordPress Job Board Experiment

I wanted to make a job board. As usual I wanted to use wordpress and not anything else. Wordpress ceases to amaze me… I was able to accomplish a fully functional job board (according to my standards). Check it out here SportsTrainingJobs.com

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...