RE: [WSG] UI development for blackberry.

2010-07-18 Thread Zain Ansari
 
Hi Naveen,
I have worked recently for my client to design and author (HTML / CSS) his 
website.The mobile version of his site needed to be perfectly work on Iphone, 
blackberry and Android. 
So what I have checked in blackberry, the normal html code structure is same 
like other mobile plateforms for website HTML but you can call black berry as 
Internet explorer of mobiles lolz. The line height, margins sucked in some 
cases, so I developed a new CSS for blackberry and the company's developer (who 
hired me to design for them) code to detect blackberry as the user go for the 
website. and call blackberry.css to layout website for blackberry.
and Yes it supports PNG
Thanks and Regards

Zulqarnain Ansari (zain)+92 (0) 321.445.4649

Web Architect (Formulatrix)

Web 2.0 Consultant (Digital Media Ventures, Red Ant Army, Kasb Systems)



FOLLOW ME

http://www.coroflot.com/zainansari(Portfolio)http://www.linkedin.com/in/zaini 
(Recommendations / Work History)

http://museworx.com/ViewPortfolio.aspx?userID=6774 (Portfolio)

http://twitter.com/dzign (Daily updates)



From: naveenbhas...@live.in
To: wsg@webstandardsgroup.org
Subject: [WSG] UI development for blackberry.
Date: Mon, 19 Jul 2010 10:42:00 +0530








Hi 
 
I want to develop a site for blackberry and iphone is a 
good to have support. 
can anyone tell me what are the things I need to keep in 
mind while developing pages for a blackberry. 
does it support png-24 images?
 
thanks a ton in advance.
 
Thanks & 
Regards
--
Naveen 
Bhaskar
Bangalore, India.



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969

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


Re: [WSG] UI development for blackberry.

2010-07-19 Thread Mathew Robertson
>
> Hi
>
> I want to develop a site for blackberry and iphone is a good to have
> support.
> can anyone tell me what are the things I need to keep in mind while
> developing pages for a blackberry.
> does it support png-24 images?
>
> thanks a ton in advance.
>
> Thanks & Regards
>
> --
> Naveen Bhaskar
> Bangalore, India.
>
>
The CPU's in phones such as the blackberry are equivalent to about 500MHz or
so... imagine surfing javascript-enhanced content using that kind of CPU.

For example, simply loading JQuery on a page, causes the final page-render
time to increase by quite a few seconds on my Bold 9000  -> I'd suggest
using minimal javascript only where appropriate.

regards,
Mathew Robertson


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

RE: [WSG] UI development for blackberry.

2010-07-19 Thread Zain Ansari
 
1) Include the following DTDhttp://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd";>
2) Include meta tag 
3) than u need media queries for portrait version and landscape version against 
the main classes which sets your main width.these are called media queries.
For instance, Referring to my code I added following code in bottom area of my 
CSS
@media only screen and (max-width: 999px) {
  /* rules that only apply for canvases narrower than 1000px */
}

@media only screen and (device-width: 768px) and (orientation: landscape) {
  /* rules for iPad in landscape orientation */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* iPhone, Android, Blackberry rules here */
}
Enjoy HTML and CSS powers for layout presentation .
Thanks and Regards

Zulqarnain Ansari (zain)+92 (0) 321.445.4649

Web Architect (Formulatrix)

Web 2.0 Consultant (Digital Media Ventures, Red Ant Army, Kasb Systems)



FOLLOW ME

http://www.coroflot.com/zainansari(Portfolio)http://www.linkedin.com/in/zaini 
(Recommendations / Work History)

http://museworx.com/ViewPortfolio.aspx?userID=6774 (Portfolio)

http://twitter.com/dzign (Daily updates)



Date: Mon, 19 Jul 2010 22:08:05 +1000
Subject: Re: [WSG] UI development for blackberry.
From: mathew.blair.robert...@gmail.com
To: wsg@webstandardsgroup.org

Hi 
 
I want to develop a site for blackberry and iphone is a 
good to have support. 
can anyone tell me what are the things I need to keep in 
mind while developing pages for a blackberry. 
does it support png-24 images?
 
thanks a ton in advance.
 
Thanks & 
Regards
--
Naveen 
Bhaskar
Bangalore, India.




The CPU's in phones such as the blackberry are equivalent to about 500MHz or 
so... imagine surfing javascript-enhanced content using that kind of CPU.

For example, simply loading JQuery on a page, causes the final page-render time 
to increase by quite a few seconds on my Bold 9000  -> I'd suggest using 
minimal javascript only where appropriate.

regards,Mathew Robertson


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*** 
  
_
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969

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


Re: [WSG] UI development for blackberry.

2010-07-19 Thread David Laakso

Naveen Bhaskar - live wrote:
I want to develop a site for blackberry and iphone is a good to have 
support.
can anyone tell me what are the things I need to keep in mind while 
developing pages for a blackberry.

does it support png-24 images?

Naveen Bhaskar









Speed optimization is very important for the mobile web. It is to your 
advantage to stick with optimized [1] png-8. Additionally, some handsets 
offer the user the ability to pick "low, medium, or high" image-quality 
in their device "settings."


Best,
~d

[1] 
[2] Blackberry development

[3] iPhone development



--
http://chelseacreekstudio.com/



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