RE: cocoon-sample home page

2012-01-06 Thread Robby Pelssers
Ok.

I just tested and adding the snippet below resolved most issues besides the 
menu was overlaying the content.  I googled and older versions of IE don't 
handle well the combination of position:fixed and using float so I removed the 
fixed position for now.

Robby

From: Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com]
Sent: Thursday, January 05, 2012 10:55 PM
To: dev@cocoon.apache.org
Subject: Re: cocoon-sample home page

@Robby can you add

!--[if lt IE 9]
script 
src=//html5shiv.googlecode.com/svn/trunk/html5.jshttp://html5shiv.googlecode.com/svn/trunk/html5.js/script
![endif]--

in the head so IE8 and older recognize the html5 elements?

Jasha Joachimsthal

Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)

www.onehippo.comhttp://www.onehippo.com/

On 5 January 2012 21:17, Peter Hunsberger 
peter.hunsber...@gmail.commailto:peter.hunsber...@gmail.com wrote:
I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?

Peter Hunsberger


On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers 
robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote:
Hi guys,

I took a stab at giving the sample home page a more modern look using htm5 
/css3.  I was wondering what you think about it so far and if I can commit my 
changes.

Robby




Re: cocoon-sample home page

2012-01-06 Thread Jasha Joachimsthal
The build was broken after your check-ins, can you fix it?
https://builds.apache.org/view/A-F/view/Cocoon/job/Cocoon-trunk/

Jasha

On 6 January 2012 09:53, Robby Pelssers robby.pelss...@nxp.com wrote:

 Ok.  

 ** **

 I just tested and adding the snippet below resolved most issues besides
 the menu was overlaying the content.  I googled and older versions of IE
 don’t handle well the combination of position:fixed and using float so I
 removed the fixed position for now.

 ** **

 Robby

 ** **

 *From:* Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com]
 *Sent:* Thursday, January 05, 2012 10:55 PM
 *To:* dev@cocoon.apache.org
 *Subject:* Re: cocoon-sample home page

 ** **

 @Robby can you add

 !--[if lt IE 9]
 script src=//html5shiv.googlecode.com/svn/trunk/html5.js/script
 ![endif]--

 in the head so IE8 and older recognize the html5 elements?


 

 Jasha Joachimsthal


 Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
 US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll
 free)

 www.onehippo.com

 

 On 5 January 2012 21:17, Peter Hunsberger peter.hunsber...@gmail.com
 wrote:

 I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?**
 **


 Peter Hunsberger



 

 On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.com
 wrote:

 Hi guys,

  

 I took a stab at giving the sample home page a more modern look using htm5
 /css3.  I was wondering what you think about it so far and if I can commit
 my changes.

  

 Robby

 ** **

 ** **



RE: cocoon-sample home page

2012-01-06 Thread Robby Pelssers
I rechecked and found that 1 href was wrong.

a href=object-model/request-parameters?a=1amp;b=2amp;c=3

I copied that over verbatim so that probably can't have broken the build.

This is fixed now but I wonder if anything else could have broken the build.

Robby

From: Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com]
Sent: Friday, January 06, 2012 10:45 AM
To: dev@cocoon.apache.org
Subject: Re: cocoon-sample home page

The build was broken after your check-ins, can you fix it?
https://builds.apache.org/view/A-F/view/Cocoon/job/Cocoon-trunk/

Jasha

On 6 January 2012 09:53, Robby Pelssers 
robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote:
Ok.

I just tested and adding the snippet below resolved most issues besides the 
menu was overlaying the content.  I googled and older versions of IE don't 
handle well the combination of position:fixed and using float so I removed the 
fixed position for now.

Robby

From: Jasha Joachimsthal 
[mailto:j.joachimst...@onehippo.commailto:j.joachimst...@onehippo.com]
Sent: Thursday, January 05, 2012 10:55 PM
To: dev@cocoon.apache.orgmailto:dev@cocoon.apache.org
Subject: Re: cocoon-sample home page

@Robby can you add

!--[if lt IE 9]
script 
src=//html5shiv.googlecode.com/svn/trunk/html5.jshttp://html5shiv.googlecode.com/svn/trunk/html5.js/script
![endif]--

in the head so IE8 and older recognize the html5 elements?

Jasha Joachimsthal

Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 
4466tel:%2B31%280%2920%20522%204466
US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 
4776tel:%2B1%20877%20414%204776 (toll free)

www.onehippo.comhttp://www.onehippo.com/
On 5 January 2012 21:17, Peter Hunsberger 
peter.hunsber...@gmail.commailto:peter.hunsber...@gmail.com wrote:
I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?

Peter Hunsberger

On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers 
robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote:
Hi guys,

I took a stab at giving the sample home page a more modern look using htm5 
/css3.  I was wondering what you think about it so far and if I can commit my 
changes.

Robby





Re: cocoon-sample home page

2012-01-06 Thread Jasha Joachimsthal
The RAT Maven plugin complains about licenses:
https://builds.apache.org/view/A-F/view/Cocoon/job/Cocoon-trunk/134/console

message : Failed to execute goal
org.codehaus.mojo:rat-maven-plugin:1.0-alpha-3:check (default) on project
cocoon-archetype-sample: Too many unapproved licenses: 74


Jasha


On 6 January 2012 11:13, Robby Pelssers robby.pelss...@nxp.com wrote:

 I rechecked and found that 1 href was wrong. 

 ** **

 a href=object-model/request-parameters?a=1amp;b=2amp;c=3

 ** **

 I copied that over verbatim so that probably can’t have broken the build.
 

 ** **

 This is fixed now but I wonder if anything else could have broken the
 build.  

 ** **

 Robby

 ** **

 *From:* Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com]
 *Sent:* Friday, January 06, 2012 10:45 AM

 *To:* dev@cocoon.apache.org
 *Subject:* Re: cocoon-sample home page

 ** **

 The build was broken after your check-ins, can you fix it?

 https://builds.apache.org/view/A-F/view/Cocoon/job/Cocoon-trunk/


 

 Jasha 

 ** **

 On 6 January 2012 09:53, Robby Pelssers robby.pelss...@nxp.com wrote:***
 *

 Ok.  

  

 I just tested and adding the snippet below resolved most issues besides
 the menu was overlaying the content.  I googled and older versions of IE
 don’t handle well the combination of position:fixed and using float so I
 removed the fixed position for now.

  

 Robby

  

 *From:* Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com]
 *Sent:* Thursday, January 05, 2012 10:55 PM
 *To:* dev@cocoon.apache.org
 *Subject:* Re: cocoon-sample home page

  

 @Robby can you add

 !--[if lt IE 9]
 script src=//html5shiv.googlecode.com/svn/trunk/html5.js/script
 ![endif]--

 in the head so IE8 and older recognize the html5 elements?


 

 Jasha Joachimsthal


 Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
 US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll
 free)

 www.onehippo.com

 On 5 January 2012 21:17, Peter Hunsberger peter.hunsber...@gmail.com
 wrote:

 I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?**
 **


 Peter Hunsberger

 ** **

 On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.com
 wrote:

 Hi guys,

  

 I took a stab at giving the sample home page a more modern look using htm5
 /css3.  I was wondering what you think about it so far and if I can commit
 my changes.

  

 Robby

  

  

 ** **



Re: cocoon-sample home page

2012-01-06 Thread Antonio Gallardo
Hi Peter,

I was wondering if we should care much about it. I found a link with the
result of the most common used browsers:

http://html5test.com/results.html

Perhaps we can move to HTML5 and use a bare minimum of it. :)

Best Regards,

Antonio Gallardo.



On 05/01/12 14:17, Peter Hunsberger wrote:
 I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?

 Peter Hunsberger


 On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.com
 mailto:robby.pelss...@nxp.com wrote:

 Hi guys,

  

 I took a stab at giving the sample home page a more modern look
 using htm5 /css3.  I was wondering what you think about it so far
 and if I can commit my changes.

  

 Robby





RE: cocoon-sample home page

2012-01-06 Thread Robby Pelssers
I think it would be reasonable enough if we tested against the latest versions 
of IE, Chrome and Firefox and skip using features that are not yet supported by 
all 3 of them.  But the extra check I baked in on Jasha's advice is a no 
brainer and resolves most issues for older versions of IE.

WDYT?
Robby

From: Antonio Gallardo [mailto:agalla...@agssa.net]
Sent: Friday, January 06, 2012 4:36 PM
To: dev@cocoon.apache.org
Subject: Re: cocoon-sample home page

Hi Peter,

I was wondering if we should care much about it. I found a link with the result 
of the most common used browsers:

http://html5test.com/results.html

Perhaps we can move to HTML5 and use a bare minimum of it. :)

Best Regards,

Antonio Gallardo.



On 05/01/12 14:17, Peter Hunsberger wrote:
I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?

Peter Hunsberger

On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers 
robby.pelss...@nxp.commailto:robby.pelss...@nxp.com wrote:
Hi guys,

I took a stab at giving the sample home page a more modern look using htm5 
/css3.  I was wondering what you think about it so far and if I can commit my 
changes.

Robby




Re: cocoon-sample home page

2012-01-06 Thread Jasha Joachimsthal
Moving to HTML5 is good, as long as slightly older browsers (not only IE8
but also the feature phones) can render the page. For IE8 you only have to
add a js to be able to apply styling to new elements as section, nav etc.
If you use one of the new input methods, like type=number, the browser
will default to type=text if it doesn't know the type.
A different thing is the support of audio, video and canvas, but I guess
we're not going to use them on a short notice. Makes me think of a nice
Cocoon HTML5 sample to render svg...

Jasha Joachimsthal

Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)

www.onehippo.com


On 6 January 2012 16:41, Robby Pelssers robby.pelss...@nxp.com wrote:

 I think it would be reasonable enough if we tested against the latest
 versions of IE, Chrome and Firefox and skip using features that are not yet
 supported by all 3 of them.  But the extra check I baked in on Jasha’s
 advice is a no brainer and resolves most issues for older versions of IE.*
 ***

 ** **

 WDYT?

 Robby

 ** **

 *From:* Antonio Gallardo [mailto:agalla...@agssa.net]
 *Sent:* Friday, January 06, 2012 4:36 PM

 *To:* dev@cocoon.apache.org
 *Subject:* Re: cocoon-sample home page

 ** **

 Hi Peter,


 I was wondering if we should care much about it. I found a link with the
 result of the most common used browsers:

 http://html5test.com/results.html

 Perhaps we can move to HTML5 and use a bare minimum of it. :)

 Best Regards,

 Antonio Gallardo.



 On 05/01/12 14:17, Peter Hunsberger wrote: 

 I like the look, what's the non HTML 5 / CSS 3 fallback do or look like? *
 ***


 Peter Hunsberger

 

 On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.com
 wrote:

 Hi guys,

  

 I took a stab at giving the sample home page a more modern look using htm5
 /css3.  I was wondering what you think about it so far and if I can commit
 my changes.

  

 Robby

 ** **

 ** **



Re: cocoon-sample home page

2012-01-06 Thread Peter Hunsberger
On Fri, Jan 6, 2012 at 9:36 AM, Antonio Gallardo agalla...@agssa.netwrote:

  Hi Peter,

 I was wondering if we should care much about it. I found a link with the
 result of the most common used browsers:

 http://html5test.com/results.html

 Perhaps we can move to HTML5 and use a bare minimum of it. :)


Don't think we can ignore older browsers.  Cocoon get's used inside a lot
of fairly large companies that  move fairly slowly on upgrades.  We
probably should always support at least one version back.  However, if
things are still usable (but just not pretty) I'm ok with that...


Re: cocoon-sample home page

2012-01-05 Thread Francesco Chicchiriccò
Robby Pelssers robby.pelss...@nxp.com wrote:

Hi guys,

I took a stab at giving the sample home page a more modern look using
htm5 /css3.  I was wondering what you think about it so far and if I
can commit my changes.

I really like this: nice job, well done!


-- 
Francesco Chicchiriccò

Apache Cocoon Committer and PMC Member
http://people.apache.org/~ilgrosso/


Re: cocoon-sample home page

2012-01-05 Thread Peter Hunsberger
I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?

Peter Hunsberger


On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.comwrote:

 Hi guys,

 ** **

 I took a stab at giving the sample home page a more modern look using htm5
 /css3.  I was wondering what you think about it so far and if I can commit
 my changes.

 ** **

 Robby



Re: cocoon-sample home page

2012-01-05 Thread Jasha Joachimsthal
@Robby can you add

!--[if lt IE 9]
script src=//html5shiv.googlecode.com/svn/trunk/html5.js/script
![endif]--

in the head so IE8 and older recognize the html5 elements?

Jasha Joachimsthal

Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)

www.onehippo.com


On 5 January 2012 21:17, Peter Hunsberger peter.hunsber...@gmail.comwrote:

 I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?

 Peter Hunsberger



 On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.comwrote:

 Hi guys,

 ** **

 I took a stab at giving the sample home page a more modern look using
 htm5 /css3.  I was wondering what you think about it so far and if I can
 commit my changes.

 ** **

 Robby





RE: cocoon-sample home page

2012-01-05 Thread Robby Pelssers
I was actually thinking about that right before i closed my laptop. Will set it 
straight first thing tomorrow and test IE in compatibilty mode.

Robby


-Oorspronkelijk bericht-
Van: Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com]
Verzonden: do 5-1-2012 22:55
Aan: dev@cocoon.apache.org
Onderwerp: Re: cocoon-sample home page
 
@Robby can you add

!--[if lt IE 9]
script src=//html5shiv.googlecode.com/svn/trunk/html5.js/script
![endif]--

in the head so IE8 and older recognize the html5 elements?

Jasha Joachimsthal

Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466
US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free)

www.onehippo.com


On 5 January 2012 21:17, Peter Hunsberger peter.hunsber...@gmail.comwrote:

 I like the look, what's the non HTML 5 / CSS 3 fallback do or look like?

 Peter Hunsberger



 On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers robby.pelss...@nxp.comwrote:

 Hi guys,

 ** **

 I took a stab at giving the sample home page a more modern look using
 htm5 /css3.  I was wondering what you think about it so far and if I can
 commit my changes.

 ** **

 Robby




winmail.dat