wehuberconsultingllc.com

wehuberconsultingllc.com random header image

Jeditable and Classic ASP

February 5th, 2010 · 3 Comments · CSS/WebDesign, jquery

This week I implemented a grid style application using Classic ASP and Jeditable. The hardest part of implementing this application was trying to figure out what a save.asp version of save.php would look like. Here the template I created. <% dim sID, sValue,errorcode dim field1,field2,field3,field4 ‘The sID is a spreadsheet style ID ‘As an example [...]

[Read more →]

Tags: ·

WordPress › jQuery Lightbox « WordPress Plugins

January 21st, 2008 · 1 Comment · WordPress

I just changed out one of my WordPress Plugins. I generally use thumbnails of my images and let a plugin called Lightbox show a larger image when the image is clicked upon. Today I replaced WP Lightbox 2 plugin with jQuery Lightbox plugin. I was hoping to reduce the amount of JavaScript the page downloads [...]

[Read more →]

Tags: ·

wehuberconsultingllc.com » Blog Archive » jQuery 1.1.4 works but JQuery 1.2 breaks tablesorter for me

September 25th, 2007 · No Comments · CSS/WebDesign

In a previous post I said that jQuery 1.2 did not work with tablesorter. Well, Christian and the folks at jQuery have made some updates and they work together now. You need both the 2.01 version of tablesorter and the 1.2.1 version of jQuery.

[Read more →]

Tags: ·

jQuery 1.1.4 works but JQuery 1.2 breaks tablesorter for me

September 16th, 2007 · 2 Comments · CSS/WebDesign

I tried jQuery 1.2 this week on my phpWebsite demo site but the zebra tables in tablesorter did not work for me. I got a dark gray table rather than a striped table. The folks know about the problem and it looks like someone has offered a fix. I will wait for those folks to [...]

[Read more →]

Tags: ·

Adding RSS content to Outlook Today using jQuery

August 4th, 2007 · No Comments · CSS/WebDesign

I decided to customize my Outlook Today page with jQuery. The change was pretty simple. My plan was to add the current weather forecast available from Yahoo via a RSS feed. The source for my inspiration was this post by Jean-François Hovine. The only annoyance is that I get a popup window because I am [...]

[Read more →]

Tags: ··