[jQuery] Sortable table plugin in the wild

2006-09-11 Thread Yehuda Katz
http://jobs.joelonsoftware.com/-- Yehuda KatzWeb Developer(ph)718.877.1325
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Morbus Iff
 http://jobs.joelonsoftware.com/

My own examples are at:

  http://www.disobey.com/d/lists/ccgs/
  (click through the subpages for larger examples)

Of special interest here is that /there's no images/ - my
arrows are UTF entities set via CSS' :before and 'content';

-- 
Morbus Iff ( relax have a happy meal )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Yehuda Katz
Which means it won't work in IE, right?On 9/11/06, Morbus Iff [EMAIL PROTECTED] wrote:
 http://jobs.joelonsoftware.com/My own examples are at:http://www.disobey.com/d/lists/ccgs/(click through the subpages for larger examples)
Of special interest here is that /there's no images/ - myarrows are UTF entities set via CSS' :before and 'content';--Morbus Iff ( relax have a happy meal )Technical: 
http://www.oreillynet.com/pub/au/779Culture: http://www.disobey.com/ and http://www.gamegrene.com/icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / 
jabber.org: morbus___jQuery mailing listdiscuss@jquery.com
http://jquery.com/discuss/-- Yehuda KatzWeb Developer(ph)718.877.1325
___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Klaus Hartl


Yehuda Katz schrieb:
 Which means it won't work in IE, right?

right. could accomplish that with background-images instead...


-- klaus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Morbus Iff
 Which means it won't work in IE, right?

No idea - I don't run any machines with IE. I just loaded up Parallels, 
and it doesn't appear that anything related to jQuery on those pages 
actually work (tablesorter, or the hider on the inner pages -- and since 
tablesorter sets the CSS id, I can't tell if the :before/content works). 
I don't care enough to fix it immediately -- about 60% of my visitors 
are not using IE, and the pages degrade nicely enough.

If you can eyeball the fault immediately, lemme know ;)

-- 
Morbus Iff ( in japan, i'm known as a puchi-iede. )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Morbus Iff
 Which means it won't work in IE, right?
 
 right. could accomplish that with background-images instead...

The point of my exercise was NOT to use images. I am perfectly fine with 
users of IE not seeing a visual clue that they can sort the headers.

-- 
Morbus Iff ( get on the floor. baby, lose control. )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Morbus Iff
 You probably shouldn't be fine with 40% of your users have no visual 
 clue *at all* that they can do something. Or am I missing something?

Considering that these lists are largely for my own purposes, yes, I 
could care less ;) Note, however, that the lack of :before or content 
isn't entirely a huge loss - the header of the table cell itself is also 
colored. Granted, it's certainly nothing that I'd proclaim or sell to 
clients as Finished, but these particular lists don't need to be. 
They're not a site -- merely a list of something I collect.

Will I someday fix the error that is causing the jQuery elements to not 
work at all in IE? Yes. Do I plan to stop everything I'm doing to do so, 
when the data itself, and not its interaction, is most important? No.

-- 
Morbus Iff ( my name is legion, for we are many... )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Christian Bach
Great find Yehuda!

It's fun to see that the plugin is being put to work.

/christian



Yehuda Katz wrote:
 http://jobs.joelonsoftware.com/
 
 
 
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread Morbus Iff
 On a sidenote...if anybody knows a very good PHP developer (by very good I
 mean someone with OOP experience) as well as CSS/JS (jQuery!) experience,

I don't measure very good by whether someone knows OOP or not.
You can get yourself into /far/ more trouble with a bad OOP designer.

-- 
Morbus Iff ( hey britney, you say you want to lose control? )
Technical: http://www.oreillynet.com/pub/au/779
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] Sortable table plugin in the wild

2006-09-11 Thread dolinsky

Fair enough, and to be clear that wasn't meant to be a measure of skill,
rather a level of distinction (we do serious development here and require
the appropriate knowledge / skill set).  It's not my intention to overtake
this thread with a job discussion though :)  

Morbus Iff wrote:
 
 On a sidenote...if anybody knows a very good PHP developer (by very good
 I
 mean someone with OOP experience) as well as CSS/JS (jQuery!) experience,
 
 I don't measure very good by whether someone knows OOP or not.
 You can get yourself into /far/ more trouble with a bad OOP designer.
 
 -- 
 Morbus Iff ( hey britney, you say you want to lose control? )
 Technical: http://www.oreillynet.com/pub/au/779
 Culture: http://www.disobey.com/ and http://www.gamegrene.com/
 icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus
 
 ___
 jQuery mailing list
 discuss@jquery.com
 http://jquery.com/discuss/
 
 

-- 
View this message in context: 
http://www.nabble.com/Sortable-table-plugin-in-the-wild-tf2253730.html#a6258879
Sent from the JQuery forum at Nabble.com.


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/