Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29215 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70268 invoked by uid 1010); 6 May 2007 14:15:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70253 invoked from network); 6 May 2007 14:15:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2007 14:15:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=tularis@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=tularis@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 195.121.247.5 cause and error) X-PHP-List-Original-Sender: tularis@php.net X-Host-Fingerprint: 195.121.247.5 smtp14.wxs.nl NetCache Data OnTap 5.x Received: from [195.121.247.5] ([195.121.247.5:52605] helo=smtp14.wxs.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/0B-06274-213ED364 for ; Sun, 06 May 2007 10:15:46 -0400 Received: from [192.168.2.100] (ip3e830243.speed.planet.nl [62.131.2.67]) by smtp14.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.15 (built Nov 14 2006)) with ESMTP id <0JHM005K0IA7RT@smtp14.wxs.nl> for internals@lists.php.net; Sun, 06 May 2007 16:15:44 +0200 (CEST) Date: Sun, 06 May 2007 16:16:09 +0200 In-reply-to: To: Tijnema ! Cc: David Coallier , webmaster@hp-film.de, internals@lists.php.net Message-ID: <463DE329.8070700@php.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) References: <58F22246-8E3C-4A3C-87C8-1358B18E2328@krug.dk> <4638D025.3030108@krug.dk> <30.71.27633.08C4A364@pb1.pair.com> <48.F6.18811.5D41D364@pb1.pair.com> Subject: Re: [PHP-DEV] Re: Help with the snaps site From: tularis@php.net ("M.Sokolewicz") Tijnema ! wrote: > On 5/6/07, David Coallier wrote: >> On 5/6/07, Tijnema ! wrote: >> > On 5/6/07, David Coallier wrote: >> > > On 5/5/07, Jan Reininghaus wrote: >> > > > I am currently working on my second draw for the page, but I have a >> > > > question. For my first draw I assumed that all of the new >> features will >> > > > be available for all three branches, but is this actually true? >> > > > >> > > > By the way, I don't know whether you are aware that all build >> processes >> > > > of the win32 snapshots have failed for one day now. >> > > > >> > > > -- >> > > > PHP Internals - PHP Runtime Development Mailing List >> > > > To unsubscribe, visit: http://www.php.net/unsub.php >> > > > >> > > > >> > > >> > > Perhaps something like this could be cool: >> > > http://dev.agoraproduction.com/php/snaps/ >> > > >> > > The css might be a bit off as I just wanted to do it quick, but you >> > > see the idea :) >> > > >> > > >> > > David >> > >> > Yes, it is quick, as it doesn't work good in IE6, which is the most >> > common browser (http://www.w3schools.com/browsers/browsers_stats.asp) >> > Might be a good alternative for the snaps site, as it is never too >> > larg :) But it should work on IE6 too of course. >> > >> > Tijnema >> > >> Oops, well works in IE6.. just looks like hell.. I'd be interested in >> seeing the % of the browsers on that specific site, it's not like any >> common website thus can't rely on w3schools imho. > > Not that it matters how many users are using IE6, PHP should be > atleast IE6, IE7, FF, Mozilla, Safari and Netscape compatible. (maybe > more?) >> >> Anyways, you are right, looks like hell in IE6, try it in firefox or >> opera .. the goal is to get an idea... not having a stable state with >> everything working right away, etc... > > Ok, but are you sure it will be possible in IE6? Didn't take a look at > your code yet, and i guess it will work, but we need to be sure of > course. >> >> So look with a decent browser (wink) and tell me f you like the idea >> of the tabs, that's the main point I am looking to get feedbacks on. >> >> >> David > > Yeah, i tested it with Firefox, and it's a good idea. I don't like the > style of the button, i think it doesn't really fit into the website, > so maybe if you could change the buttons to a little bit more PHP-like > it is cool for me, but well, it's not my site :P > > Tijnema Instead of using all tat javascript and trying to "make it work" in all possible browsers, why don't you simply make multiple pages, with static links from page to page (ie. page1.html for the first button, page2.html for the 2nd, etc.). And as for button appearances, just make it look like the tabs in the PHP bug tracker and it'll all be fine IMO. - tul