Re: [WSG] iOS Safaro issue (?): Fixed and Absolute position

2011-08-11 Thread Caleb Wong
Hi tee,

Have a look at this plugin.
http://cubiq.org/iscroll-4

Cheers
Caleb

On Thu, Aug 11, 2011 at 5:43 PM, tee weblis...@gmail.com wrote:


 On Aug 10, 2011, at 8:18 PM, David Laakso wrote:
 
  I think position:fixed works on iOS5...
  
 http://davidbcalhoun.com/2011/new-mobile-safari-stuff-in-ios5-position-fixed-overflow-scroll-new-input-type-support-web-workers-ecmascript-5
 

 Hmmm, I guess this isn't as useful because iOS5 isn't released  yet for
 end-users. The newest version is 4.3.5 and I was at 4.3.2.

 tee

 ***
 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
***

[WSG] Mobile detection using CSS media queries

2011-05-03 Thread Caleb Wong
Hi,

Is it safe to use just css media to target mobile devices such as iphone,
blackberry, android phones?
And assume if I'm only embedding 1 stylesheet with various media queries in
it, would there be any lag in the page style load?

Has anyone got some good examples/articles for targeting mobile platforms?

Cheers
Caleb


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

Re: [WSG] Numbers groups like links - mobile

2011-01-27 Thread Caleb Wong
I think what he means is is there any way to avoid the product code being
regarded as phone number rather than a product code.



On Fri, Jan 28, 2011 at 8:54 AM, Joseph Taylor j...@sitesbyjoe.com wrote:

  You can wrap the phone numbers in an anchor tag:

 a href=tel:12345678901234567890/a

 The tel: is sorta like the mailto:; in a link but for phones.

 *Joseph R. B. Taylor*
 *Web Designer/Developer*
 --
 Sites by Joe, LLC
 *Clean, Simple and Elegant Web Design*
 Web: http://sitesbyjoe.com
 Phone: (855) WEB-DESN
 Email: j...@sitesbyjoe.com

 On 1/27/11 3:48 PM, Leonardo Ferreira wrote:

 We're doing a mobile project for our e-commerce. Some issue I've a product
 code (676767 e.g.)  and the markup understand that's a phone number. How can
 I fix this?

 Cheers.
 --
http://www.nagem.com.br *Leonardo Ferreira*  Webdesigner :: TI  Tel.:
 *+55 (81) 2121-2068* | Fax:*+55 (81) 2121-2299
 *
 **






 ***
 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
 ***


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

[WSG] Styling a hyperlink like a button using CSS

2009-10-08 Thread Caleb Wong
I'm trying to style a hyperlink to look like a button using a sprite image,
the button needs to be flexible for different lengths of text.

problem with the one i've built, it's not flexible in IE6. Looking for
suggestions as to how to better code a button like that.

Example:

http://www.oonagi.org/button

Cheers

Caleb


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

Re: [WSG] Installing More than one version of IE6

2009-07-02 Thread Caleb Wong
I've been using browser sandbox by xenocode and i find it quite pleasant.
Try it.

Theres standard IE6 - 8 plus Google Chrome, Firefox 2,3 and Safari.

http://www.xenocode.com/browsers

Cheers
Caleb


On Fri, Jul 3, 2009 at 1:22 PM, Darrin Potaka dpot...@gmail.com wrote:

 Hi - I hope this is on topic - I'm asking because I try to author to good
 standards...
 I need to install IE 6.0 alongside of IE 8. Running WIN XP SP 3. The
 multiple installer at TredoSoft which used to work wont install - are there
 any other options?
 Darrin

 ***
 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
***

[WSG] SEO and headers order

2009-04-14 Thread Caleb Wong
Hi,

I have a SEO question regarding how search engines scans a website. Say for
example if I have a site where it has a 3 column layout.
Column left and column right appears before the middle column area, and
within column left, right there are h2, h3 tags; within the middle column
there is a h1 tag.

The source code goes something like this...
column_right
   h2
/column_right
column_left
   h2
/column_left
column_middle
   h1
/column_middle

So would search engines pick up on the h1 header that appears at the bottom
of the page, or picks up on the first header (regardless its weight) it
sees.

Cheers
Caleb


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

Re: [WSG] Examples of great high-school websites?

2009-01-16 Thread Caleb Wong
Here's a list of some of the education based website done by a perth based
web development company known as itomic.

http://www.itomic.com.au/portfolio/industry/Education

caleb

On Fri, Jan 16, 2009 at 12:43 PM, Sigurd Magnusson
sig...@silverstripe.comwrote:

 Can people offer examples of school websites that lead the way, for
 instance in terms of;

 - interaction between student/parent/school/community
 - allows students to show off work
 - allows students/teachers/parents/community to engage (e.g. see sports
 results, look up when next school theatre production is on, etc).
 - less important, but strong information architecture / usability / visual
 design.

 In otherwords, all the usual sort of stuff that leading private/public
 sector websites have, and that seems all too rare on school websites..

 Sigurd

 PS: I'm not really looking for examples of Moodle / learning management
 systems; more the public-facing side.


 ***
 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
***

[WSG] Reverting to older version of flash for testing purposes.

2008-07-08 Thread Caleb Wong
Hi,

Does anyone know of if there are ways of reverting to a older version of
flash (i.e 7) for testing purposes on a MAC or PC?

Cheers,
Caleb


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] transparency, png IE6 ??

2008-06-16 Thread Caleb Wong
I used a javascript call IE7.

And it works in IE6.

http://code.google.com/p/ie7-js/

On Tue, Jun 10, 2008 at 10:04 PM, Michael Persson [EMAIL PROTECTED] wrote:

 HI people,

 I have tried to not use transparency for years as it is not working IE6
 properly.

 I have not a situation where i need it and there is no way out, I have
 tried some
 tricks and there are some that works half way to the full solution.

 There is a solution with a js file called htc somethnig where i get the
 transparency
 working but only in one of the images i need them to appear.


 Does anyone have a clever full functional solution for this transparency
 crap
 to make work ?

 I have grey hair already but its starting to fall of soon...


 Michael in Athens


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***