Re: [WSG] website for handheld devices

2009-03-24 Thread Frank Palinkas
Hi Naveen,

Please take a look at the following Dev Opera articles on mobile web
development:

http://dev.opera.com/articles/view/designing-and-developing-mobile-web-site/

http://dev.opera.com/articles/view/designing-and-developing-mobile-web-site-1/

http://dev.opera.com/articles/view/mobile-markup-xhtml-basic-1-1/

http://dev.opera.com/articles/view/opera-mobile-9-5-the-developer-angle/

http://dev.opera.com/articles/view/evolving-the-internet-on-your-phone-des/

http://dev.opera.com/articles/view/designing-with-opera-mini-in-mind/

http://dev.opera.com/articles/view/mobile-style-css-mobile-profile-2-0/

http://dev.opera.com/articles/view/web-design-with-opera-mobile-in-mind/

http://dev.opera.com/articles/view/how-to-serve-the-right-content-to-mobile/

http://dev.opera.com/articles/view/free-mobile-web-design-chapter-to-downlo/

http://dev.opera.com/articles/view/making-small-devices-look-great/


Hope this helps,
Med vennlig hilsen / Kind regards,

Frank M. Palinkas
Technical Writer, Opera Software
http://dev.opera.com/articles/accessibility/



On Tue, Mar 24, 2009 at 5:47 AM, Naveen Bhaskar naveenbhas...@ymail.comwrote:


  Hi,
 i want my project to be worked on handheld devices also. what are the
 things I should keep inmind and how do I test it? Cananybody tell me how to
 do it.
 thanks a ton in advance
 --

 thanks and regards

 Naveen Bhaskar


 --
 Add more friends to your messenger and enjoy! Invite them 
 now.http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] website for handheld devices

2009-03-24 Thread r.casta...@iol.it

I think that http://www.browsercam.com is a really good tool in order to test a 
layout behaviour on various plaftorms/browsers/screen resolutions, and also on 
mobile devices.

Hope my 2 cents can help you,

Best regards,

Roberto Castaldo

 
Messaggio originale Da: naveenbhas...@ymail.com Data: 24/03/2009 5.47 
A: wsg@webstandardsgroup.org Ogg: [WSG] website for handheld devices   

 Hi,
i want my project to be worked on handheld devices also. what are the things I 
should keep inmind and how do I test it? Cananybody tell me how to do it.
thanks a ton in advance


thanks and regards 

Naveen Bhaskar

 

Add more friends to your messenger and enjoy!  Invite them now. 
***List 
Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
memberh...@webstandardsgroup.org***
 

 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] Deborah Hicks/BG/Health is out of the office. [SEC=UNCLASSIFIED]

2009-03-24 Thread Deborah . Hicks

I will be out of the office starting  24/03/2009 and will not return until
31/03/2009.

I will respond to your message when I return. Please contact Rhonda
Sekoranja or email Online Communications if you have urgent web publishing
requirements.


__
Important: This transmission is intended only for the use of the addressee and 
may contain confidential or legally privileged information.  If you are not the 
intended recipient, you are notified that any use or dissemination of this 
communication is strictly prohibited.  If you receive this transmission in 
error please notify the author immediately and delete all copies of this 
transmission.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Tiny Buggy IE thing

2009-03-24 Thread Krystian - Sunlust
Hmmm,

I'm looking at the code but I can't see how you actually put an image
there and where's the system that makes it change the pic under the
hover.

Can you please point me to the relevant file/s and explain, that would
make it easier to see where it went wrong.

There's also a bugless way of doing an image rollover just like this
one, that uses only CSS described in details here:
http://www.subcide.com/tutorials/csslayout/index.aspx

Regards,

-- 
Krystian Szastok
Affordable, Freelance Web Designer in Eastbourne:
http://eastbournewebdesign.net
Mobile UK (Orange): 07528 036 337
Call for more information or email me.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] Tiny Buggy IE thing

2009-03-24 Thread James Ducker
Kristine,

Try removing overflow: hidden; *(styles.css, circa line 523)*

(or change it to overflow: auto, but I really don't see the need for an
overflow - you already have overflow:hidden applied to uber-container. I
think a -5000 pixel margin on your wai text is enough to push it beyond
uber-container's boundary eh :-P )

*Explanation:*

I don't have any debugging tools handy, but I ran this through the address
bar:

javascript:for(i=0; i document.getElementsByTagName(a).length; i++)
{document.getElementsByTagName(a)[i].style.overflow = ; }; void(0);

...and it seemed to work fine.

Also, this mailing list isn't for debugging help, etc, etc.

Finally, @Krystian: http://www.getfirebug.com/ - will reveal all the info
you need fairly easily.

- James


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***