-
whiskey tango foxtrot?
http://eclipsed.net/~gr/spelling.png
review spelling correct?
Replies
-
67695 - Reply by gr, Jun 2, 2007.
-
Build identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.4) Gecko/2007051502 Firefox/2.0.0.4
View source (huge):
[code:1:c2c032c5d9]
Snooth | Find Better Wines
Welcome: GRosenkoetter
My Account
Sign Out
SnoothRank
SnoothRank is Snooth's rating for the wine. Calculated using a proprietary algorithm which takes into account the wine's reviews, the number of reviews as well as how trusted each review is. SnoothRank is a single, simple number which makes it easy for you to compare different wines and to feel secure in your decision.
Close
User-Generated Tags
Tags are key characteristics of a wine that are automatically extracted from the reviews. Tags may contradict each other if two people reviewing the same wine have different opinions of the wine.
Close
Bet you expected something else to happen! This feature is coming soon.
Please be patient, we're working hard to get this added asap.
Close
function toggle_div(divid) {
if($(divid).style.display == 'block') {
$(divid).style.display = 'none';
}
else {
$(divid).style.display = 'block';
}
}
function getWidth() {
var myWidth = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
}
return myWidth;
}
function show_bubble(bubble,nogray) {
if(nogray == null) {
grayOut(true,{'opacity':'50'});
}
var divtop = getScrollHeight() + 100;
var divleft = (getWidth() / 2) - 175;
$(bubble).style.top = divtop+'px';
$(bubble).style.left = divleft+'px';
$(bubble).style.display = 'block';
}
function set_cookie(name,value,hours) {
var today = new Date();
var expire = new Date();
if (hours==null || hours==0) hours=1;
expire.setTime(today.getTime() + 3600000*hours);
document.cookie = name+"="+escape(value) + ";expires="+expire.toGMTString() + ";domain=snooth.com";
}
function strip_accents(str) {
var regex = [ /[\xC0-\xC2]/g, /[\xE0-\xE2]/g,
/[\xC8-\xCA]/g, /[\xE8-\xEB]/g,
/[\xCC-\xCE]/g, /[\xEC-\xEE]/g,
/[\xD2-\xD4]/g, /[\xF2-\xF4]/g,
/[\xD9-\xDB]/g, /[\xF9-\xFB]/g ];
var unaccented = ['A','a','E','e','I','i','O','o','U','u'];
for(var i = 0; i < regex.length; i++) {
str = str.replace(regex[i], unaccented[i]);
}
return str;
}
var max_price = 0;
function rate_wine(wrating, wid, wprice, ratediv, secondratediv) {
$(ratediv + '_top').innerHTML = 'Updating...';
$(ratediv).innerHTML = 'Updating...';
var ts = new Date();
var url = 'http://www.snooth.com/rate/' + ts.getTime();
new Ajax(url, {
method: 'get',
data: { rating: wrating, wine_id: wid, price: wprice },
update: $(ratediv + '_top'),
onComplete: function() {
$(ratediv).innerHTML = $(ratediv + '_top').innerHTML.replace(/set-rating/,"set-rating-grey");
$('current_review').style.display = 'block';
$('no_reviews').style.display = 'none';
}
}).request();
}
function write_review(wreview, wid, reviewdiv) {
if(wreview != 'Write your review here, and rate the wine from 1 to 5 glasses on the left.') {
var fxhl = new Fx.Styles($(reviewdiv), {
duration: 2000,
wait: false,
transition: Fx.Transitions.Quad.easeOut
});
grayOut(true,{'opacity':'50'});
var url = 'http://www.snooth.com/rate';
new Ajax(url, {
method: 'post',
data: { review: wreview, wine_id: wid },
update: $(reviewdiv),
onComplete: function() {
toggle_div('add_review_form');
toggle_div(reviewdiv);
grayOut(false,{'opacity':'50'});
fxhl.start({
'background-color': ['#aa385d', '#ffffff'],
'border-color': ['#9bbd67', '#ffffff']
})
$('current_review').style.display = 'block';
$('no_reviews').style.display = 'none';
$('sp_not_reviewed').style.display = 'none';
$('sp_reviewed').style.display = 'inline';
}
}).request();
}
}
River Road Vineyards Chardonnay
Vintage:
2005
Winery:
River Road Vineyards
Varietal:
Chardonnay
Region:
USA > California > Sonoma
Type:
White Wine
SnoothRank:
Currently 3/5 Stars.
Your Rating:
Currently /5 Stars.
1
2
3
4
5
User Tags:
Stake your claim in the annals of Snooth history and be the first person to review this wine!
GRosenkoetter
Currently /5 Stars.
1
2
3
4
5
Write your review here, and rate the wine from 1 to 5 glasses on the left.
copyright © 2006-2007 snooth, inc. all rights reserved.
about us /
terms of use /
privacy /
press /
forums /
blog /
f.a.q. /
contact
_uacct = "UA-753846-4";
urchinTracker();
[/code:1:c2c032c5d9]
-
67695 - Reply by gr, Jun 2, 2007.
-
looking like this is an Ff 2 bug... maybe new as of 2.0.0.4 last night; dont' think I saw it before.
It underlines things like "deosnt" but underlines "cabernet" and "sauvignon", "chardonay", but not "chardonnay"
all of those things, phpBB does exactly the same.
Mark, are you REALLY SURE that this isn't somehow stale CSS from another tab/window? I do have phpBB open, like, right here...
-
10081371 - Reply by Mark Angelillo, Jun 2, 2007.
-
Well, I didn't code this and would be very surprised to see it happening on our site. Let me know if you notice this in other browsers, or if you don't notice it on other websites in that browser.
I can't reproduce it.
-
67695 - Reply by gr, Jun 2, 2007.
-
I quit Firefox completely, started back up, and it's still doing it. That's before I'd opened any phpBB windows. (btw, phpBB: also "misspelled" ... on phpBB... lUUUUUUUsers) So, but, maybe not polluted namespaces in CSS.
Try with Ff 2.0.0.4, Mark.
It's definitely firefox. Filter for "spell" in about:config.
Wow.
Do you even get to override this on your site? Teh Suck.
I think that means that phpBB actually IS doing spelling correction, and hasn't been any of the times I said it was. Yep, doesn't correct anything in Safari. Oh dear.
So, when you get to that feature add, you're going to need to check into how to contend with the browser doing its OWN spelling correction. Ultra-lame.