Re: [jQuery] plugins page

2006-12-24 Thread Morbus Iff
 Someone hacked it and put their website address on it. Why do people have to 
 be
 such jerks? So that they wouldn't get the publicity, I replaced their site 
 with
 a under maintenance message.

jQuery.com uses a wiki, but modifications aren't
revertable? Kinda questions the use of the term wiki.

-- 
Morbus Iff ( is this a cut out bath-poster Morbus, or what? )
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] MyDayLite (to-do list) release. All files included.

2006-12-01 Thread Morbus Iff
 Is there anything in the CVS to look at?  I'm working on a
 microformats module and I'd like to look opening an API for other
 modules such as yours to use the formats like hCalendar and hCard.

Psst. You know who I am. I already reviewed microid in IRC earlier 
today. Hit me up there and we'll talk about Case Tracker... ;)

-- 
Morbus Iff ( a blivet is 11 pounds of manure in a 10 pound sack )
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] MyDayLite (to-do list) release. All files included.

2006-11-29 Thread Morbus Iff

Brian - I'd like to potentially use and/or ship this with a Drupal 
module I've been working on which is a project management tool. Would 
you be willing to license your code under the GPL, such that I can 
include it within the Drupal CVS repository?

-- 
Morbus Iff ( dare you overpower my stench of vil? )
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] MyDayLite (to-do list) release. All files included.

2006-11-29 Thread Morbus Iff
 Thanks for the feedback everyone. I'll keep posting updates to the same
 page, and will eventually take care of the character encoding and string
 cleaning (as well as a hosted version with username/password signin).

If the todo is longer than a line, then editing it is fubar'd.

-- 
Morbus Iff ( morbus is an authorizer reseller of fine maebari )
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] Accessibility. Take it Seriously in Your Web Apps.

2006-09-11 Thread Morbus Iff
 I completely and totally disagree with the court in this case. At what point
 does it stop? Does my personal blog need to be accessible to the blind? What
 if I don't care about them? Why should the courts get involved in this

No, your personal blog doesn't need to be accessible because it does not 
have a commercial brick and mortar store. Much like government agencies 
have to follow accessibility in the real world (and are /required/ to do 
the same on the Web with US 508), commercial entities have the same 
basic requirements (wheelchair ramp). These laws extending to their 
commercial entities on the web is not a huge leap to make.

 I just think that we're taking things like this a little too far, IMO.
 
 !//--
 andy matthews
 web developer
 certified advanced coldfusion programmer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

It's !-- , not !- ..., and signatures should be four lines 
maximum, delimited by -- \n, not the monstrosity you're using.

-- 
Morbus Iff ( take your rosaries off my ovaries )
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] Accessibility. Take it Seriously in Your Web Apps.

2006-09-11 Thread Morbus Iff
 I think the hardest part for many web developers to grasp, including 
 myself, is how web accessibility is handled in web apps. Just hearing 
 the term web accessibility makes it sound like a massive task when it 
 may be as simple as placing text in ALT or TITLE tags. Since I've never 
 coded for this personally, I can't say whats involved but I will be 
 looking further into this as I'm sure that my clients, one day, will be 

At my old job, we did a large number of government websites, which had 
to meet up with 508. In 90% of the cases, you were fine if:

  * you wrote the HTML/CSS yourself - no WYSIWIGs.

  * you didn't use tables for presentation purposes.

  * you didn't use Javascript for necessary features (this wasn't
that bad for me anyways, cos I was never much a fan of JS for
features, and our clients didn't really want them anyways).

  * every image that was a link had a text equivalent somewhere.
and yes, title and alt attributes [1] not just on images, but also
on /every/ a element. And writing strong alt/title is the key too
- saying Click here to visit the Features page is NOT what
you're looking for.

  * you validated your HTML and your CSS at validator.w3.org,
and validated every page against Bobby.

Honestly, if you start with a strong and semantic and validated X?HTML 
design, adding the accessibility to just that HTML is easy as pie. 
Adding accessibility to jQuery would be a whole 'nother issue.

 From an Ajax perspective, though, I'm not sure of what the implications 
 are and with the dynamic nature of Ajax-enabled apps, I'm sure that 
 there are additional challenges that we'll face.

For my needs, if you can't bookmark the results of an
AJAX application, it's not ready for prime time. Note that
this is the /exact/ metric I applied to good Flash apps.

[1] There is no such thing as an ALT or TITLE tag - they are
 attributes. Please start referring to them as such.

-- 
Morbus Iff ( omnia mutantur, nihil interit )
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
 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 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 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/


[jQuery] Interface and Safari?

2006-09-02 Thread Morbus Iff

I've had reports that Interface, particular the slideshow, doesn't work 
in Safari. Can anyone corroborate and/or figure out how to fix it? g

-- 
Morbus Iff ( worship the computer and continue to live )
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] tableSorter feedback requested!

2006-08-30 Thread Morbus Iff
 I would love to here your request for new features, improvements and 
 thoughts to make this little plugin even better!

You've heard this one from me via email:

  * Secondary sort (ie., user clicks on one column, it primary
sorts by that one, then secondary sorts by another named column).

-- 
Morbus Iff ( HOW DO I DELIT TEH TREE [EMAIL PROTECTED] )
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/