accessible contact component

Locked
andreasK
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Thu Oct 27, 2005 12:06 pm

accessible contact component

Post by andreasK » Mon Feb 27, 2006 5:26 pm

I have to make some accessibilty alterations to the standard contact us page for a client, and I will develop this work into a project and release back to the community.

I am look for suggestions about ways to go about this. I am think of using hCard microformat (developed from Vcard) for the individual's details http://microformats.org/wiki/hcard

Code: Select all

<div class="vcard">
  <img " src="www.google.com/1212.jpg" alt="photo" class="photo"/>
 <a class="url fn" href="www.google.com">First Last</a>
 <div class="org">somecompany</div>
 <div class="adr">
  <div class="street-address">astreet</div>
  <span class="locality">acity</span>, 
  <span class="region">astate</span>
  <span class="postal-code">azip</span>
 </div>
 <div class="tel">0123456789</div>
</div>
For 2nd view (the table of contacts in a category), should this be a table? or maybe an unordered list, with the format as above?

User avatar
tonyskyday
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 144
Joined: Wed Aug 17, 2005 11:17 pm

Re: accessible contact component

Post by tonyskyday » Mon May 08, 2006 5:33 pm

Did you get anywhere with this?

bongiben
Joomla! Apprentice
Joomla! Apprentice
Posts: 38
Joined: Fri Sep 16, 2005 4:10 pm
Location: London, UK
Contact:

Re: accessible contact component

Post by bongiben » Wed Sep 20, 2006 5:43 pm

was wondering if you have done anything with the actual contact form html code, this should also be accessible code
maybe check my other post at http://forum.joomla.org/index.php/topic ... #msg325421 or my sites subs http://www.benscottarts.co.uk form for a nice layout using css (i am not using the correct label tag as currently philaform doesnt validate when using this code)
Last edited by bongiben on Wed Sep 20, 2006 8:04 pm, edited 1 time in total.

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Thu Sep 21, 2006 4:33 am

I'm reforking Accessible Joomla into something like this (with a much wider implementation of microformat structures as well as some other eye candy I need) and initial testing has proven, by and large, successful.

Contact componentry has already been forked (stable) to hCard implementation with multiple category classes. Content and weblinks and a few other bits and pieces still have a few teething problems I'm working to resolve (possible completion sometime this week).
Last edited by absalom on Thu Sep 21, 2006 4:37 am, edited 1 time in total.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

bongiben
Joomla! Apprentice
Joomla! Apprentice
Posts: 38
Joined: Fri Sep 16, 2005 4:10 pm
Location: London, UK
Contact:

Re: accessible contact component

Post by bongiben » Thu Sep 21, 2006 1:25 pm

sounds interesting is there anywhere on the web I can see?

User avatar
duvien
Joomla! Ace
Joomla! Ace
Posts: 1823
Joined: Sun Sep 18, 2005 8:28 pm
Location: Scotland
Contact:

Re: accessible contact component

Post by duvien » Thu Sep 21, 2006 6:30 pm

absalom wrote: I'm reforking Accessible Joomla into something like this (with a much wider implementation of microformat structures as well as some other eye candy I need) and initial testing has proven, by and large, successful.

Contact componentry has already been forked (stable) to hCard implementation with multiple category classes. Content and weblinks and a few other bits and pieces still have a few teething problems I'm working to resolve (possible completion sometime this week).
This sounds interesting but why refork? can't this be included in Accessible (a8e) Joomla?

Sorry, i'm not trying start a flame but just wanted to know the reason for doing so? wouldn't it be better to join forces since you are all working towards the same goal.

thanks,
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Fri Sep 22, 2006 3:56 am

duvien wrote: This sounds interesting but why refork? can't this be included in Accessible (a8e) Joomla?

Sorry, i'm not trying start a flame but just wanted to know the reason for doing so? wouldn't it be better to join forces since you are all working towards the same goal.
Why ? Because the direction I'm taking it is in the same direction that I've suggested for the core since day 1 as part of Mambo 3PD Standards and Joomla U&A/DAWGs (irrespective of the microformatting - see comments elsewhere about heretics and the core teams not welcoming "code" or ideas from "outside" the core), and since there remain serious limitations on a8e itself to do what I want to do with it, I'd at least prefer to test the overall schema of functionality and how it interacts with everything through soft-launching..

That way, if it breaks, I can at least fix it since I'll know where I broke it. If I know the model works, even if it remains a refork off a8e, everyone can benefit in the long term. The take home message is pretty much: Don't try this at home, kids, it's a little risky.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

User avatar
duvien
Joomla! Ace
Joomla! Ace
Posts: 1823
Joined: Sun Sep 18, 2005 8:28 pm
Location: Scotland
Contact:

Re: accessible contact component

Post by duvien » Fri Sep 22, 2006 4:13 am

Well! you have a very good reason and i guess it seems unfortunate this is the only way to go but i hope your efforts will not go un-noticed by the core developers or the community.

You have my support (and i'm sure from most other users too) and let us know how you get on or if you may need some help :)

thanks,
Custom website design | blog | tutorials | Photography | Downloads
Freelance Web Designer/Developer: www.duvien.com

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Sat Sep 23, 2006 7:13 am

duvien wrote: You have my support (and i'm sure from most other users too) and let us know how you get on or if you may need some help :)
I have confirmed testing and deployment structure for hCard and hAtom throughout a few components (however, Adblock does cause a bit of hassle in that it's writing into the h-Architecture with it's own junk). hReview may be turning up in places you least expect.

This codebase is fairly stable, but incomplete as to what I want to do.. More news as it comes to hand.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

bongiben
Joomla! Apprentice
Joomla! Apprentice
Posts: 38
Joined: Fri Sep 16, 2005 4:10 pm
Location: London, UK
Contact:

Re: accessible contact component

Post by bongiben » Sun Dec 03, 2006 10:35 pm

any news on the release?

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Sun Dec 03, 2006 10:46 pm

Correct microformat dating has caused some unforseen delays as has scoping other componentry needed to migrate (hReviews, etc..).

Basically feature complete apart from the dating issues. Midway through migrating the entire date functionality from WP into J! as a result, to help improve extensibility and ubitiqitousness of the result.
Last edited by absalom on Sun Dec 03, 2006 11:14 pm, edited 1 time in total.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Sun Dec 10, 2006 3:25 am

Here's just the com_contact 1.0.11 release as it doesn't require dating in the same way as content does.
You do not have the required permissions to view the files attached to this post.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

bongiben
Joomla! Apprentice
Joomla! Apprentice
Posts: 38
Joined: Fri Sep 16, 2005 4:10 pm
Location: London, UK
Contact:

Re: accessible contact component

Post by bongiben » Wed Dec 13, 2006 12:05 pm

how would you install?

tried writing over current php files for contact component and it came out with errors

is this only for accessible joomla or is it for Joomla! 1.0.10

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Wed Dec 13, 2006 9:38 pm

Accessible J! .11
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

AmyStephen
Joomla! Champion
Joomla! Champion
Posts: 7018
Joined: Wed Nov 22, 2006 3:35 pm
Location: Nebraska
Contact:

Re: accessible contact component

Post by AmyStephen » Thu Dec 14, 2006 3:23 am

Lawrence - thanks for your efforts on this for our community!  :)

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Mon Dec 25, 2006 9:55 am

The upgrade path to 1.0.12 was quick and painless for the Microformat fork. Alpha Generation 1 release should be available for download mid Jan, after I deploy it on my site.

Edit: dating is now working stably and I've removed the validation code from a8e to be replaced by WP functionality.

Code: Select all

<div class="hentry">
<h3 class="entry-title">Good business practices	</h3>
<div class="credentials">
	<address class="vcard author"> Written by <a class="url fn" href="http://blah">Lawrence</a></address>			
	<abbr class="published" title="2006-02-09T22:55:51">Thursday, 09 February 2006</abbr>
</div>
	<div class="entry-content">
	Good business practices help promote the viability and reputation of an enterprise.? Today's news that a major US discount retailer, <a href="http://www.target.com/gp/homepage.html/602-7193711-3566229" target="_blank">Target</a>, is <a href="http://www.sfgate.com/cgi-bin/article.cgi?file=/c/a/2006/02/08/MNGO7H4VBP128.DTL&type=printable" target="_blank">being sued</a> for lack of accessibility in regards to its site design and construction, should help educate the business world at large to the legal and ethical implications of bad business practices on the web.<br />
</div>
<a href="http://blah_link" class="readon" title="Good business practices">More on "Good business practices"..</a>
Last edited by absalom on Thu Dec 28, 2006 6:02 am, edited 1 time in total.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

daestrom
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Thu Aug 18, 2005 12:39 pm
Location: Oxford, Oxfordshire
Contact:

Re: accessible contact component

Post by daestrom » Wed Jan 03, 2007 11:07 am

Does anyone know when there will be a new version of Accessible Joomla! using 1.012 available?

Thanks

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Wed Jan 03, 2007 11:20 am

Probably. It shouldn't take that long - it took me an hour at max to do the upgrade of my .11 fork (Microformats) of a8e to .12 using Winmerge. Haven't heard from Matthijs or Zoran, though.
Last edited by absalom on Wed Jan 03, 2007 11:21 am, edited 1 time in total.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

daestrom
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Thu Aug 18, 2005 12:39 pm
Location: Oxford, Oxfordshire
Contact:

Re: accessible contact component

Post by daestrom » Wed Jan 03, 2007 11:27 am

Cheers Absalom,

Look forward to using the new version of Accessible J! soon.  Getting annoyed changing all the patch files back to being accessible.  Is there a list of lines of code that are changed with each upgrade?

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

Re: accessible contact component

Post by absalom » Wed Jan 03, 2007 11:32 am

1.0.12 changed a bucketload of them.. in order to fix the formatting and spelling mistakes (there are still some hanging around, though).

I still have .11 a8e so I could do a Merge sometime tomorrow and submit it to Mathjis as I'm part of the a8e project (iirc).
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia

daestrom
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Thu Aug 18, 2005 12:39 pm
Location: Oxford, Oxfordshire
Contact:

Re: accessible contact component

Post by daestrom » Wed Jan 03, 2007 12:03 pm

OK, thanks a lot.  In the meantime I'll download and check out the current release of the a8e project.

daestrom
Joomla! Intern
Joomla! Intern
Posts: 70
Joined: Thu Aug 18, 2005 12:39 pm
Location: Oxford, Oxfordshire
Contact:

Re: accessible contact component

Post by daestrom » Thu Jan 04, 2007 2:15 pm

I have checked out the a8e project and downloaded the current version.  I looked through the html of some components especially com_contact and com_registration.  It still seems that a lot still needs doing with these components.  No headings, non semantic code, etc.  i would like to know how far the project is going to remove stuff I have already removed from my version of .12? 

I'm not trying to start a flame war but I originally started using Mambo after seeing that xMambo was to be integrated into the core over 2 years ago.  Nothing much seems to changed since then.  Yes, a few labels on forms but I've been waiting a long time for something Drupal, Wordpress, Plone etc have been doing for over a year.  Don't get me wrong I love Joomla! and have used it on over 20 sites but changing files every upgrade is just too time consuming.  I have even looked at other CMSs but nothing offers the flexibility that Joomla! does which makes me plain frustrated.

I hope the core team take what has already been done with a8e and incorporate it into the next version.  If there are any accessibility, usability or web standards experts out there that feel the same way please let them know.

Sorry for the rant.

User avatar
Jenny
Joomla! Champion
Joomla! Champion
Posts: 6206
Joined: Sun Aug 21, 2005 2:25 pm
Contact:

Re: accessible contact component

Post by Jenny » Fri Jan 05, 2007 11:09 pm

As this topic had gone way OFF TOPIC the post has been split to here:

http://forum.joomla.org/index.php/topic ... #msg629244

Please get this thread back on to the topic of an accessible contact component.

Thank you.
Co-author of the Official Joomla! Book http://officialjoomlabook.com
Marpo Multimedia http://marpomultimedia.com

User avatar
Jenny
Joomla! Champion
Joomla! Champion
Posts: 6206
Joined: Sun Aug 21, 2005 2:25 pm
Contact:

Re: accessible contact component

Post by Jenny » Fri Jan 05, 2007 11:14 pm

As it seems this thread cannot be kept on topic it will be closed.  Off topic posts were removed.
Co-author of the Official Joomla! Book http://officialjoomlabook.com
Marpo Multimedia http://marpomultimedia.com

User avatar
absalom
Joomla! Ace
Joomla! Ace
Posts: 1199
Joined: Thu Aug 18, 2005 12:37 am
Location: Melbourne, Australia
Contact:

1.0.12 - accessible contact component

Post by absalom » Fri Jan 05, 2007 11:16 pm

Due to the thread closure on unknown grounds, I now have to start up a new thread just to post the .12 microformatted (i.e. semantic / accessible) contact component..

Please find it attached.
You do not have the required permissions to view the files attached to this post.
Design with integrity : Web accessible solutions
http://www.absalom.biz
http://twitter.com/absalomedia


Locked

Return to “Design and Accessibility - Archived”