RE: [WSG] UI development for blackberry.

2010-07-19 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] PNG - how cross-browser standard reliable?

2009-04-27 Thread Zain Ansari
 
Hi Mike, 
A simple solution for IE6 PNG support is 
HTML Code:
div class=iePng_logo id=ieBg img src=images/logo_png.png 
class=ieHide //div

CSS Code:
.iePng_logo 
{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo_png.png',sizingMethod='scale');
 width:307px; height:34px;}
.iePng 
{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/screenshot.png',sizingMethod='scale');
 width:438px; height:230px;}
.ieHide {border:0 solid #fff; _display:none;}
#ieBg {border:0;}

You can check its working demo from the following URL, Check top left logo in 
all browsers its transparent PNG, you can save it and check its transparency
http://expertsdesk.net/novotech/

From: b...@bendodson.com
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] PNG - how cross-browser standard reliable?
Date: Mon, 27 Apr 2009 11:31:15 +0100

Only if they are PNGs with alpha transparencies - these are not supported in 
IE6 amongst others (although there are hacks).  If it's just a straightforward 
image, then PNG will be absolutely fine.
Ben
 ---e: b...@bendodson.comw: http://bendodson.com/

Feeling social?  Connect with me on various social networks at 
http://social.bendodson.com/ - You might also want to follow me on Twitter at 
http://twitter.com/bendodson

 
On 27 Apr 2009, at 10:46, Mike Kear wrote:I’m looking at a whole bunch of icons 
to use in a new app I’m building, and rather than convert them all to gifs,   I 
was thinking of leaving them as the .png format they are now.They work on 
all the browsers I use, but I’m wondering what everyone else’s experience has 
been of using .pngs in web pages. Last time I tried using a png, I found it 
worked ok in some browsers and not in others.   Is this still a relevant issue? 
CheersMike KearWindsor, NSW, Australia0422 985 585Adobe Certified Advanced 
ColdFusion DeveloperAFP Webworks Pty Ltdhttp://afpwebworks.comFull Scale 
ColdFusion hosting from A$15/month
***
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
***
_
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx

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