reflections
Toronto Raptors Blog for Fans

Welcome Raptors fans!

RaptorsCity is a Toronto Raptors blog and fan site dedicated to other Toronto Raptors fans like yourself. We update our Raptors Blog with news and Raptors Rumors every single day. Looking for an updated Raptors Schedule or Toronto Raptors Tickets? We can direct you to the right places for those things as well.

We are also taking applications for new Toronto Raptors bloggers at RaptorsCity.

The NBA Off-Season is upon us. Keep RaptorsCity in your favorites for all of Toronto Raptors News.

And if you need Toronto Raptors Tickets, you can find the image link on the left side panel.

Posted in Uncategorized | Comments Off
Canada Goose Store

Canada Goose Down
Women S Canada Goose Jacket
Canada Goose Discount
Canada Goose Jacket Women
Canada Goose Canada
Canada Geese
Canada Goose Sale
Canadian Goose Jakke
Canada Goose Outerwear
Canadian Goose.

Other About Store blog

Store

About peoplecoat.com blog

Posted in Uncategorized | Comments Off
Rejuvenated Calderon leads Raptors over Cavaliers

‘,
container = $(‘#drop-panel-container’),
contents = $(container).html();

if (isIE8) {

$(container).replaceWith(f+contents+b)

}

}

function dropPanelSetUp(data) {
/* buttons should be a dataobject of strings representing IDs
the hide and show functions are expecting IDs so passing a class will result in a
failure.

click as the action is assumed for now

the data object should look like this:

{ masterlistener:(string[dom id]),
panel:(string[dom id]),
eventgroup1:{ button:(string[dom id]),
content:(string[dom id]),
offset:{x:(int),y:(int)},
on_state_class: ”(string)
},
eventgroup2:{ button:(string[dom id]),
content:(string[dom id]),
offset:{x:(int),y:(int)},
on_state_class: ”(string)
} … etc
}

The drop panel nodes should be placed so they share the same offset parent as the buttons that activate it.

NOTE: IE8 Got-chya: the ID for the panel is hard coded into the IE8 rouned corners code.
If you have changed the ID for the drop panel and are having trouble with IE8
change the ID in the template string in this function: ie8DropPanel()

*/

var speed = 300,
panel = $(‘#’+data.panel),
buttons = [];

for (var i=1,eg; eg=data[('eventgroup'+i)]; i++) {

var bp = $(‘#’+eg.button).position(), //button position
ph = $(‘#’+eg.button).height(), //button height
panelPos = [bp.top+ph, bp.left, eg.offset];
on_state_class = eg.on_state_class;

buttons.push([$('#'+eg.button),$('#'+eg.content),panelPos,eg.button,on_state_class]);

}

$(‘#’+data.masterlistener).bind(‘click’,{speed:speed,panel:panel,buttons:buttons},function(event){

var org = event.target,
speed = event.data.speed,
panel = event.data.panel,
buttons = event.data.buttons,
panel_open = isPanelOpen(panel);

for (var i=buttons.length-1, b; b=buttons[i]; i–) {
/*
* b[0] = button DOM object
* b[1] = content DOM object
* b[2] = the display co-ord object:
* [0] = top (int)
* [1] = left (int)
* [2] = offset object
* {x,y}(int,int)
* b[3] = button ID (string)
* b[4] = button ‘on’ class
*/

var button_id = b[3],
same_content = isSameContent(panel,b[1]);

if ( $(org).attr(‘id’) === button_id || $(org).parents(‘#’+button_id).attr(‘id’)){

if(!same_content) {

hideAllContent(buttons);
movePanel(panel,b[2]);

if (panel_open) {

showContent(b[1],b[0],b[4]);

} else {

showContent(b[1],b[0],b[4]);
showPanel(panel,speed);

}

} else {

hidePanel(panel,speed,b[4]);

}

}

}

function isPanelOpen(panel) {

return ($(panel).css(‘display’).toLowerCase() === ‘block’);
}

function isSameContent (panel,content) {

return ($(content, panel).css(‘display’).toLowerCase() === ‘block’);

}

function movePanel(panel,b) {
// b[0] top, b[1] left, b[2] {x,y}

$(panel).css({
‘top’: (b[0] + b[2].x)
});
$(panel).css({
‘left’: (b[1] + b[2].y)
});

}

function showPanel(panel,speed) {

$(panel).slideDown(speed);
}

function hidePanel(panel,speed) {

$(panel).slideUp(speed, function() {hideAllContent(buttons);});

}

function showContent(content, button, btn_class) {
$(content).show();
$(button).addClass(btn_class);
}

function hideContent(content) {

$(content).hide();

}

function hideAllContent(buttons) {

for (var i = buttons.length-1, b; b=buttons[i]; i–) {
$(b[1]).hide();
$(b[0]).removeClass(b[4]);
}

}

})

}

return {

ieRoundedCorners:ieRoundedCorners,
ie8DropPanel:ie8DropPanel,
dropPanelSetUp:dropPanelSetUp
}

})();

var headerNavication = (function($,cw) {

var nav_item_list = $(‘.cw-header .main-nav ul.main > li’),
channel_id_list = ”,
channel,
sub_channel;

var findChannel = function () {

var winloc = isIE ? document.URL.split(‘/’) : document.documentURI.split(‘/’) ,
channel_id = winloc[3],
sub_chanel_id = winloc.length > 5 ? ‘/’+winloc[4]+’/’ : ”,
reg_sub_find_id = new RegExp(sub_chanel_id,’ig’),
reg_removed_id = /^nav-/i;

for (var i=nav_item_list.length-1,n; n=nav_item_list[i]; i–) {

if ( channel_id === $(n).children(‘a’).attr(‘id’).replace(reg_removed_id,”) ) {
var list = $(n).children(‘ul’).children(‘li’);

if (sub_chanel_id.length > 0) {

for (var j=list.length-1,l; l=list[j]; j–) {

if (reg_sub_find_id.test($(l).children(‘a’).attr(‘href’))) {
break;
} else {
l = false;
}

}

}

break;

}

}

findChannel = function () {
return [n,l];
}

return [n,l];

}

var init = (function() {
channel = findChannel()[0] || nav_item_list[0];
sub_channel = findChannel()[1];

if (sub_channel) {
highlightSubChannel();
}

clearNav();

if(isIE) {

cw.ieRoundedCorners();

if(isIE8) {
cw.ie8DropPanel();
}
}

if ($(‘#handle-header’).attr(‘id’)) {
cw.dropPanelSetUp({
masterlistener: ‘handle-header’,
panel: (‘drop-panel-container’),
eventgroup1: {
button: ‘btn-newspapers’,
content: ‘panel-newspapers’,
offset: {
x: 5,
y: 0
},
on_state_class: ‘newspapers-dropdown-on’
},
eventgroup2: {
button: ‘btn-networks’,
content: ‘panel-networks’,
offset: {
x: 5,
y: 0
},
on_state_class: ‘networks-dropdown-on’
}
});
}

//need to check state of search radio buttons since firefox doesn’t reset to the default checked radio button
if($(‘.cw-header #radio-btn-yp:checked’).attr(‘id’) != null){
$(‘.cw-header #header-search-form’).attr(‘action’,'http://canadacom.yellowpages.ca/search/’);
$(‘.cw-header #header-search-string’).attr(‘name’,'what’);
$(‘.cw-header #radio-btn-yp’).siblings(‘label’).removeClass(‘selected’);
$(‘.cw-header #radio-btn-yp’).next().addClass(‘selected’);
}

eventSetUp();

}())

function highlightSubChannel() {

if((document.location+”").indexOf(“/sports/football/cfl/”) > -1) $(“.mainnav-item .cfl”).addClass(‘sub-nav-highlight’);
else if((document.location+”").indexOf(“/sports/football/grey-cup-2011/”) > -1) $(“.mainnav-item .cfl”).addClass(‘sub-nav-highlight’);
else if((document.location+”").indexOf(“/sports/football/nfl/”) > -1) $(“.mainnav-item .nfl”).addClass(‘sub-nav-highlight’);
else $(sub_channel).addClass(‘sub-nav-highlight’);
}

function clearNav() {

clearTabs();
$(channel).children(‘ul’).show();
$(channel).css(‘background-position’, ‘bottom right’);

}

function eventSetUp() {

$(‘.cw-header .main-nav ‘).bind(‘mouseleave’, function(event){

if (isIE) {

if ($(event.relatedTarget).parents(‘.main-nav’).length 0)?”” + value.substring(0,pos) + “” + value.substring(pos, term.length) + “” + value.substring(pos + term.length) + ““:value.substring(0, term.length) + “” + value.substring(pos + term.length) + ““;
},
scroll: false,
selectFirst: false
});
});

That’s all for today.

Posted in Uncategorized | Comments Off
Cavaliers Vs. Raptors Final Score: Cleveland Drops…

Read More: Andrea Bargnani (F – TOR), Antawn Jamison (F – CLE), DeMar DeRozan (G – TOR), Kyrie Irving (G – CLE), Toronto Raptors, Cleveland Cavaliers

There’s something about the Toronto Raptors that really affects Kyrie Irving, who was virtually shut down in the first meeting between the two teams for the opener on Dec. 26. That was Irving’s NBA debut, and he didn’t fare well in his second meeting against them either, going just 1-for-7 from the field in the first half, and just 3-13 overall. Cleveland needed him to step it up as he has been in recent games, but wasn’t able to, and Toronto took the 92-75 win.

It’s Toronto’s second win over the Cavs this season, in just six games. For the Cavaliers, it snapped a two-game winning streak, and for the Raptors, it snapped a losing streak. Antawn Jamison was the only player who performed well for Cleveland, with 19 points, six rebounds and a block, going 8-of-19 from the field.

A monster performance from Andrea Bargnani led the Raptors to the win. He had 31 points with seven rebounds, three assists and a block on the night. It was helped, of course, by sinking six of seven free throws, but he went 11-for-16 from the field and led the Raptors to the win, in much the same way he did in the first outing, when he scored 21 points along with DeMar DeRozan, who shot 9-for-18 from the field and 5-for-8 from range, putting together a great performance on his own.

Cleveland will next take on the Minnesota Timberwolves on Friday.

For more on the Cleveland Cavaliers, go to Fear The Sword. For an opposing point of view, check out Raptors HQ. You can also head over to SB Nation’s main NBA hub at SBNation.com/NBA.

If you like reading our blog, remember to bookmark it.

Posted in nba, raptors, Uncategorized | Comments Off
Toronto Raptors Assign Alabi to NBA D-League…

January 4, 2012 – NBA Development League (D-League)
NEW YORK, Jan. 4, 2012 ? The Toronto Raptors today assigned center Solomon Alabi to the Bakersfield Jam, the Raptors? NBA D-League affiliate. The assignment marks the 18th time an NBA player has been assigned to an NBA D-League affiliate during the 2011-12 season and the first assignment for Alabi this year.

Alabi (7-1, 225, Florida State) has appeared in one game for the Raptors this season, his second with the team. During the 2010-11 campaign, he appeared in 12 games, scoring six points and grabbing 14 rebounds in 59 minutes. Alabi returns to the NBA D-League having played 22 games on assignment with the Erie BayHawks during the 2010-11 season.

• Discuss this story on the NBA Development League message board…

• Digg this story

• Add to Del.icio.us

• Milwaukee Bucks Recall Hobson from NBA D-League Affiliate Fort Wayne Mad Ants – D-League

• Toronto Raptors Assign Alabi to Jam – Bakersfield Jam

• Toronto Raptors Assign Alabi to NBA D-League Affiliate Bakersfield Jam – D-League

• Babbitt, Johnson Assigned to Stampede – Idaho Stampede

• Portland Trail Blazers Assign Babbitt and Johnson to Idaho Stampede – D-League

• Cleveland Cavaliers Assign Eyenga to NBA D-League Affiliate Canton Charge – D-League

• Ahearn, Emmett Continue Streak in Bighorns Win Over Mad Ants – Reno Bighorns

The opinions expressed in this release are those of the organization issuing it, and do not necessarily reflect the thoughts or opinions of OurSports Central or its staff.

Feel free to leave your comments below.

Posted in nba, raptors, Uncategorized | Comments Off