Will Umbraco meet my requirements? Options
CoolKiwiBloke
Posted: Thursday, October 30, 2008 10:46:08 PM
Rank: Newbie

Joined: 10/30/2008
Posts: 1
Location: Wellington, New Zealand
Hi Guys,

I am trying to determine whether Umbraco is the tool for the job for a quote I am putting together. I've only used DotNetNuke in the past but am wondering if its time for a move. A couple of requirements are not things I have tried to do before so I am looking for comments as to how possible/easy the following are in Umbraco:

"Given the nature of people who may access the website and in line with our value base we would like people to be able to change the font size, type and colour and the background colour in order to make the site more accessible."

"We would like rollover buttons that change colour when the mouse cursor is on them, possibly with the option of sound when the mouse is rolled over an icon. e.g. have spoken word so that when a user points the mouse cursor onto an option, that option is said aloud."

Any comments on how to meet these requirements in Umbraco appreciated.

Cheers,

Dale

Jerboaman
Posted: Friday, October 31, 2008 2:14:37 AM

Rank: Newbie

Joined: 6/24/2008
Posts: 3
Location: Grand Rapids, MI
Hey Dale,
Umbraco is just a content management system and doesn't help you do any of the things you mentioned. But in one sense that is the very reason you should use Umbraco. Umbraco doesn't touch your xhtml, css, javascript, etc., so that give you the complete flexibility to do whatever you want. Changing font-size, type and colors dynamically is best handled with CSS and Javascript. To add sound to rollover buttons I would suggest looking into flash.

Good Luck,
Jon

C2 Group
nwahlberg
Posted: Friday, October 31, 2008 3:24:46 AM

Rank: Devotee

Joined: 10/20/2008
Posts: 83
Location: USA
It sounds like you are trying to create an accessible site which means that people with disabilities (sight, hearing, range of motion, etc.) should be able to use the site. As mentioned, Umbraco will not do any of this for you, but you might consider the following resources for solutions related to accessibility:

Screen Readers
- http://www.screenreader.net/
- http://www.freedomscientific.com/fs_products/software_jaws.asp

Section 508 for general accessibility standards
- http://www.section508.gov/

W3C and the Web Accessibility Initiative
- http://www.w3.org/WAI/

All good resources to help get you on the right track.

Hope this helps.

Best,
Nik

Level 1 Certified / www.scandiaconsulting.com
dawoe
Posted: Friday, October 31, 2008 11:01:13 AM

Rank: Aficionado

Joined: 1/19/2008
Posts: 182
Location: Belgium
CoolKiwiBloke wrote:
Hi Guys,

I am trying to determine whether Umbraco is the tool for the job for a quote I am putting together. I've only used DotNetNuke in the past but am wondering if its time for a move.


Coming from DNN as well, I would recommend to make the move and never look back.

Converting a DotNetNuke site to Umbraco : Follow it here
EdMarden
Posted: Friday, October 31, 2008 2:00:22 PM
Rank: Newbie

Joined: 4/9/2008
Posts: 21
Location: UK
Hi Dale,

As others have already said, Umbraco is the way to go!

I think that the difference is that Umbraco doesn't create markup on it's own, you define exactly the xhtml you wish to produce. (Less so for using standard asp.net controls obviously.)

I recon you could produce that requirement using Javascript, along with Umbraco to do the CMS side of it. Just make sure the markup you produce follows the standards and guidelines so that it degrades.

Have a good move ;-)

Ed.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.