Closed Bug 598487 Opened 14 years ago Closed 14 years ago

Update Firefox 4 Beta 7 What's New Page

Categories

(www.mozilla.org :: General, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: lmesa, Assigned: abuchanan)

References

()

Details

Attachments

(4 obsolete files)

We'll be making a few changes to the What's New Page for Beta 7, including a new illustration. 

I will add new copy, new videos and the illustration as soon as I have them.
Made a copy of the 4.0b6 pages for 4.0b7 in trunk in r74810 (whatsnew, firstrun, and release notes pages).
(In reply to comment #1)
> Made a copy of the 4.0b6 pages for 4.0b7 in trunk in r74810 (whatsnew,
> firstrun, and release notes pages).

Thanks Steven. You can find the new illustration for beta 7 here: http://people.mozilla.org/~lmesa/Firefox%204%20Web%20Site/
(In reply to comment #2)
> Thanks Steven. You can find the new illustration for beta 7 here:

New illustration added in trunk in r74815. Awesome, as always.
I have copy! Will add stuff to the features page on Monday!

Thanks!

main blurb:

Firefox 4 now includes major performance enhancements, including our brand new JaegerMonkey JavaScript engine. From faster start up times and graphics rendering to improved page load speed, you'll notice the difference instantly. Watch the video to learn more.

lower blurbs:

3D on the Web: 
WebGL brings 3D graphics to Firefox, opening the door for developers to create vivid games and new kinds of visualizations and experiences for the Web. Watch the video. 

Beautiful Fonts: 
Firefox 4's OpenType font features allow type designers and developers to create amazing and beautiful web sites together. Advanced font features include control over ligatures, kerning, alternative characters, small and large caps variants, and more! 

Upgrading Forms: 
Firefox 4 makes forms both beautiful and super-easy to implement. With features like new list attributes enabling auto-complete and HTML5 form validation, the new Form API provides the tools to make annoying form implementation development a thing of the past.
Actually, let's reorder--

3D on the web is now the 1st feature. Let's put JM in the 2nd slot.
Assignee: steven → stephen
Laura: Copy changes have been committed in r75444 and now waiting for new videos.
Hi Stephen--

A few copy changes:

For the top section--
1) Lets make "3D on the Web" as big as the top title found on this version of the WN page: http://www-trunk.stage.mozilla.com/en-US/firefox/4.0b4/whatsnew/
2) Lets take out "watch the video" from the body of the paragraph, but leave it under the video. 

For the bottom section:
1) There will be no video for JM, so you can take out the player and remove "watch the video" from the body of the paragraph. 
2) Please change JaegerMonkey title to "Performance that Matters"

John--

Mayumi was asking for a rewrite of the "Beautiful Fonts"--
Can you do some more of your copy-writing magic for that section?

Thanks!
copy changes committed in r75965
One more update:

Please change the font blurb to say this--

Fabulous Fonts
Firefox 4's OpenType font features allow type designers and developers to create amazing websites together. Advanced font features include control over ligatures, kerning, alternate characters, small and large caps variants, and more!
Ah, and can we change "Performance that Matters" to "Faster, Faster, Faster!"
(In reply to comment #10)
> Ah, and can we change "Performance that Matters" to "Faster, Faster, Faster!"

I'm sorry--it should be "Fasten your Seatbelts"
Updates from comment #9, #10, & #11 in trunk in r76176.
Changed releasenotes link to point to b7 releasenotes in r76398
A few more changes to go here besides adding the video of FOTN. That will happen after beta 7 code freeze. It will be a 10 min long screencast--talked to IT, and they said that shouldn't be an issue as long as its hosted on the CDN. 

1) We'd like to use the new font features on our WN page. Be cool to use open font stuff on all the headers of the page. Other thoughts, guys?
2) We need to add a bullet under the 3D blurb saying "Experience the demo for yourself --that should link to this: http://videos.mozilla.org/serv/mozhacks/flight-of-the-navigator/ 

Thanks!
(In reply to comment #14)
> 1) We'd like to use the new font features on our WN page. Be cool to use open
> font stuff on all the headers of the page. Other thoughts, guys?

Might be nice to do something with the features mentioned ("ligatures, kerning, alternate characters, small and large caps variants") for the "Fabulous Fonts" headline too. Something like the demos here could be cool: http://hacks.mozilla.org/2009/10/font-control-for-designers/

Note, though, that the MEgalopolis Extra font would add an additional 70Kb to the page - one we've been working hard to optimize.

> 2) We need to add a bullet under the 3D blurb saying "Experience the demo for
> yourself --that should link to this...

Done in trunk in r598487.
(In reply to comment #15)
> Note, though, that the MEgalopolis Extra font would add an additional 70Kb to
> the page - one we've been working hard to optimize.

Could do it in an onLoad() handler, maybe, and only show the ligatures on hover or in a lightbox or something to split out the load cost?
Depends on: 608614
No longer depends on: 608614
Attached image Tabs on Top-Linux (obsolete) —
Please remove the Minefield reference before posting.
Attached image Switch to Tab-Linux (obsolete) —
Please remove minefield reference before posting.
Attached image App Tabs-Linux (obsolete) —
PLease remove minefield reference before posting.
Attached image Add-Ons Manager (obsolete) —
Please remove the minefield reference--not sure if you need this screenshot but thought i'd include in case.
Laura, how/where should these screenshots be used on this page?
Arg. I'm stupid. I meant to file these on the features page, not this one. They would go at the "new ui" section and only Linux users would see it. I can add these screenshots to the other bug if you like.  Sorry for my insanity this week.
Copy Change:.
Beatiful Fonts to Fabulous Fonts and this is the copy that goes below: 

Firefox 4's OpenType font features gives designers and developers more control over a variety of font features--like kerning or ligatures--to create gorgeous websites.
"Beautiful Fonts" was already "Fabulous Fonts". Other text changed in r76949.
Thanks--should have the screencast tonight--will ask IT to upload to CDN because the screencast is about 10 minutes long and we need to have the whole thing.  I'll file a bug as soon as I get it.
The main feature section is not visible when JavaScript is disabled.
This is because of this CSS rule,

#sub-feature {
  opacity: 0;
}


I think this is meant to fade-in with JS.  That doesn't work very well for me, because the background image doesn't show up for half a second or so anyway, so the fade-in is barely noticeable, and definitely only if you're looking for it.

Should we just remove this fade-in?  Not sure how we can make it work for non-JS users, unless there is a CSS-only option for fade-in.
(In reply to comment #27)
> This is because of this CSS rule,
> 
> #sub-feature {
>   opacity: 0;
> }
> 
> 
> I think this is meant to fade-in with JS.  That doesn't work very well for me,
> because the background image doesn't show up for half a second or so anyway, so
> the fade-in is barely noticeable, and definitely only if you're looking for it.
> 
> Should we just remove this fade-in?  Not sure how we can make it work for
> non-JS users, unless there is a CSS-only option for fade-in.

Is there a way that the fade is there for people who have js enabled and just appears if you don't?
(In reply to comment #28)

> Is there a way that the fade is there for people who have js enabled and just
> appears if you don't?

Ya, I can try that.
Assignee: stephen → abuchanan
non-JS error should be fixed in r76979
Depends on: 610257
Still waiting on the Graphic--in the meantime, what you can do is get everything ready for the graphic--

See http://intothefuzz.com/leetom/Firefox/Firefox4beta/betterbenchmarks_fx4b7_03.jpg

Please add a new box under Feature spotlight.  

The header should be: "Fasten your Seatbelts" with "Tests performed on a Dell Optiplex 760 (Intel Core2 Duo), Windows 7 Professional. "

and the text under the graphic should be 
"Firefox 4 now includes major performance enhancements, including our brand new JaegerMonkey JavaScript engine. From faster start up times and graphics rendering to improved page load speed, you'll notice the difference instantly."

It should flow across all three graphs.  Please remove the "Fasten your Seatbelts" that is in the "Under the hood section". There should not be a "New" marker next to the new section we created.
Severity: normal → critical
(In reply to comment #31)
> Still waiting on the Graphic--in the meantime, what you can do is get
> everything ready for the graphic--
> 
> See
> http://intothefuzz.com/leetom/Firefox/Firefox4beta/betterbenchmarks_fx4b7_03.jpg
> 
> Please add a new box under Feature spotlight.  
> 
> The header should be: "Fasten your Seatbelts" with "Tests performed on a Dell
> Optiplex 760 (Intel Core2 Duo), Windows 7 Professional. "
> 
> and the text under the graphic should be 
> "Firefox 4 now includes major performance enhancements, including our brand new
> JaegerMonkey JavaScript engine. From faster start up times and graphics
> rendering to improved page load speed, you'll notice the difference instantly."
> 
> It should flow across all three graphs.  Please remove the "Fasten your
> Seatbelts" that is in the "Under the hood section". There should not be a "New"
> marker next to the new section we created.

Please ignore. 

Also please change the spelling of JaegerMonkey to JägerMonkey.
(In reply to comment #32)

> Also please change the spelling of JaegerMonkey to JägerMonkey.

done
Attachment #488034 - Attachment is obsolete: true
Attachment #488035 - Attachment is obsolete: true
Attachment #488036 - Attachment is obsolete: true
Attachment #488038 - Attachment is obsolete: true
(In reply to comment #25)
> Thanks--should have the screencast tonight--will ask IT to upload to CDN
> because the screencast is about 10 minutes long and we need to have the whole
> thing.  I'll file a bug as soon as I get it.

Still waiting on this? 

Otherwise, I think this bug is done.
Shit--huge changes to make--

Please switch "3D on the Web" and "Fasten Your Seatbelts" positions. 

Experience the demo for yourself should go here:
Depends on: 610499
No longer depends on: 610257
(In reply to comment #35)
> 
> Experience the demo for yourself should go here:
where the IT team upload the demo which should be http://videos.mozilla.org/firefox4beta/ants
Changes for this page need to be made asap--thanks!
(In reply to comment #37)
> Changes for this page need to be made asap--thanks!

I already made the copy changes locally yesterday, I've been waiting on the video update.

What are the new URLs for the video?
https://videos.mozilla.org/serv/firefox4beta/ants/

Ants10.webm, ants10.theora.ogv, ants10.mp4
Also, I'm guessing the "Experience the demo" link needs to change.  What am I linking that to?
The demo is here: http://people.mozilla.org/~dmandelin/Summit2010/ants/ants.html

But it needs to be somewhere that can handle the load. Buchanan suggested mozilla.com
Sorry for the delay, had some issues with SVN.

Copy, videos, and demo should all be updated.

Adding         en-US/firefox/4.0b7/ants
Adding  (bin)  en-US/firefox/4.0b7/ants/SmallBrickGray.png
Adding  (bin)  en-US/firefox/4.0b7/ants/SmallEarthWithAnthill.png
Adding  (bin)  en-US/firefox/4.0b7/ants/SmallPizza.png
Adding  (bin)  en-US/firefox/4.0b7/ants/SmallSpider.png
Adding         en-US/firefox/4.0b7/ants/ants-params-large.js
Adding         en-US/firefox/4.0b7/ants/ants.js
Adding         en-US/firefox/4.0b7/ants/index.html
Sending        en-US/firefox/4.0b7/whatsnew/index.html
Adding  (bin)  img/firefox/beta/4/ants-video-thumb.gif
Sending        style/firefox/4/firstrun-page-beta7.css
Transmitting file data ..........
Committed revision 77164.
Keywords: qawanted
Ya, sorry, I think www-trunk.stage isn't updating.  Probably related to the recent SVN issues.  I'll work with IT to get that fixed
It's updated now
Keywords: qawanted
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
verified fixed on production http://www.mozilla.com/en-US/firefox/4.0b7/whatsnew/
Status: RESOLVED → VERIFIED
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: