Join your local Community Board!

Posted in email notice | Leave a comment

[Info] Survey

Posted in email notice | Leave a comment

Children’s annual Halloween Party in Hell’s Kitchen Park

Posted in email notice | Leave a comment

OCTOBER 30, 2011 Johnson Halloween Party 3p.m.-6p.m.

Posted in email notice | Leave a comment

Project Advisory Committee – Monday, October 17, 2011 – 6:30 – 9:00 pm

Posted in email notice | Leave a comment

Wednesday, October 5th CB 4 Meeting

Posted in email notice | Leave a comment

CB4 | Oct. 7 – 6:30PM – Bar in Public School Yard – Speak up – Show Up!

Please Note:

HKNA has come out against this venue….anywhere else but a playground….please speak out at:

Community Board 4′s meeting, Wednesday, October 7, 6:30 at the Fulton Center, west side of 9th Avenue at 17th Street.

Manhattan Residents Clash With Bar Owners Over Proposed Location Near Two Schools

By: Lindsey Christ

Manhattan Residents Clash With Bar Owners Over Proposed Location Near Two Schools

Link to video

The owners of Boxers, a gay bar in Chelsea, have proposed a new location in Hell’s Kitchen, but area residents spoke out against it Thursday, calling it too close for comfort given the spot’s proximity to two neighborhood schools. NY1′s Lindsey Christ filed the following report.

It’s a tough sell: A gay sports bar wants to open in a privately-owned building located in the corner of PS 111′s schoolyard and across the street from a Catholic school.

“I would venture to say that we’re the only neighborhood in the country that has a bar on an elementary schoolyard and man, I don’t want to be known for that. Where’s our dignity in this neighborhood?” said one resident.

However, the owners of Boxers in Chelsea told the local block association Thursday that they’ll improve this corner in Hell’s Kitchen by opening their second location here.

“We’re open when the school’s closed, and the school’s closed when we’re open,” said co-owner Rob Hynds.

They say their older clientele comes for the sports and goes home early, which is better than potential alternatives.

“Should it be a night club? As a gay parent of two, I would never want a nightclub there. Could it be a tavern that sells food? Yes, in my opinion I think that’s fair. Other than that, there may be nothing but having a derelict building for three, four years. Is that good for the neighborhood?” said co-owner Bob Fluet.

Still, area residents aren’t thrilled by the idea.

“It just doesn’t feel right to have a bar in a schoolyard,” said one resident.

Most opponents claim they don’t have a problem with it being a gay bar, just that it’s illegal to sell liquor within 200 feet of a school entrance: the Catholic School is within that zone.

As a solution, the bar plans to serve food in the front section of the building and keep booze 200 feet away.

The principal of PS 111 isn’t buying it. She sent an e-mail to community members last week, expressing concern about foot-traffic and students distracted by the rooftop bar.
She claims the bar’s patrons will be wearing only their boxers.

The owners of Boxers Sports Bar say she was referring to an old promotion at their Chelsea location that they won’t repeat.

Tonight’s meeting was a chance for the bar owners to make their case to the local block association, but it’s the community board that has the power to recommend whether they get a liquor license or not.

That vote happens next week, and both police and the community board that oversees Boxers’ Chelsea location recommend they be approved.

Hell’s Kitchen Neighborhood Association (HKNA)

454 West 35th Street
New York, NY 10001

Telephone: 212-501-2704 or 212-714-0186

Email – information@HKNAnyc.org

Webite – hknanyc.org

Posted in email notice | Leave a comment

DOT Safety Tips

body{
background-color:#fff;
color:#555555;
font-size:12px;
line-height:16px;
font-family:Verdana, Arial, Helvetica;
}
h1{
margin:0;
padding:0;
font-size:14px;
}
h2{
font-weight:bold;
margin:1em 0 0 0;
color:#009966;
font-size:13px;
}
p,ul{
font-size:12px;
padding:0;
margin:.25em 0 0 .5em;
line-height:125%;
}
ul{
margin-left:20px;
}
div#left{
background-color:#fff;
margin-left:0;
font-size:10px;
}
h3{
margin-left:0;
color:#009966;
}
a{
color:#009966;
}
a:visited{
color:#009966;
}
.footer{
margin:1em 0 1em 10px;
font-size:10px;
line-height:12px;
}
.photocredit{
font-size:smaller;
}

var likeButtonCount = 0;

$(document).ready(function () {
loadFbScript();
var likeButtons = $(‘a[rel=fblikebtn]‘);
likeButtonCount = likeButtons.length;
likeButtons.each(function(i) {
// the href for each like button has information on the specific element to like
var href = $(this).attr(‘href’);
var params = getUrlParams(href);
if (params['likeu']) {
var divId = unescape(params['fblike']);
$(this).attr(‘href’, ‘#’+divId);
addLikeButton(unescape(params['likeu']), unescape(params['liket']), divId);
} else {
$(this).attr(‘href’, ‘#fbshare-campaign’);
}

//now attach fancy zoom to it
$(this).fancyZoom({“width”:450, “height”:150});

if (i == likeButtonCount – 1) {
window.likeButtonsReady();
}
});
$(‘a[rel=fbcommentbtn]‘).each(function(i) {
$(this).bind(‘click’, function() {
$(‘#fb-comments-notes’).html(”).hide();//clear out the notes when it’s clicked
});
$(this).fancyZoom({“width”:620, “height”:450, “zoom_id”:”zoom_comments”, “persist”:true, “firstTimeCallback”: function() {
$(‘#fb-comments-content’).html(”);
}});
});

// handle the facebook send buttons
$(‘a[rel=fbsendbtn]‘).each(function(i) {
$(this).bind(‘click’, function() {
$(‘#fb-send-notes’).html(”).hide();//clear out the notes when it’s clicked
});
$(this).fancyZoom({“width”:500, “height”:300, “zoom_id”:”zoomsend”, “persist”:true, “firstTimeCallback”: function() {
$(‘#fb-send-content’).html(”);
}});
});
});

window.likeButtonsReady = function() { };//callback in case anything needs to do something when all buttons are ready

function getUrlParams(str) {
var vars = [], hash;
var hashes = str.slice(str.indexOf(‘?’) + 1).split(‘&’);
for(var i = 0; i 0) {// do this because the fancyzoom does non-fancy things and copies the innerHTML so there are two or more of evertyhing
$(‘#fb-loading’).remove();
}
});
FB.Event.subscribe(‘edge.create’, function(href, widget) {
noteLikeEvent(href);
});
};

function loadFbScript() {
var fbscripty = document.createElement(‘script’);
fbscripty.type = ‘text/javascript’;
fbscripty.src = document.location.protocol + ‘//connect.facebook.net/en_US/all.js’;
fbscripty.async = true;
$(‘#fb-root’).append(fbscripty);
};

function showLikeElement(source) {
$(source).trigger(‘click’);
}

function isCampaignUrl(href) {
var hostname = ‘campaign-archive’;
return href.indexOf(hostname) != -1;
}

function noteLikeEvent(href) {
if (isCampaignUrl(href)) {// only track the like stat when it’s for this campaign
$.get(“http://us1.campaign-archive1.com/facebook/like?u=f4fe702da81ba353706cacf86&id=aaf1e41e3c&e=178a896db4″);
}
}

#fblike { min-width: 450px; max-width:450px; margin:-10px -10px 10px -10px; padding:10px; border-top:20px solid #3B5998; font-family:Helvetica,arial,sans-serif; text-align:center; }
#fbsend { min-width: 500px; max-width:500px; margin:-10px -10px 10px -10px; padding:10px; border-top:20px solid #3B5998; font-family:Helvetica,arial,sans-serif; text-align:center; }
#fbcomment { min-width: 620px; max-width:620px; margin:-10px -10px 10px -10px; padding:10px; border-top:20px solid #3B5998; font-family:Helvetica,arial,sans-serif; text-align:center; }
#fblike h2, #fbsend h2 { margin:15px 0; color:#3B5998; }
.fb_edge_widget_with_comment { margin:10px 0 10px 10%; }
.widget_button_count_left { background: transparent url(http://cdn-images.mailchimp.com/fb/comment_start.png) no-repeat 0px 0px; float: left; height: 15px; left: 2px; position: relative; top: 3px; width: 5px; z-index: 2; }
.widget_button_count { color: #333; background-color: #FEFEFE; border-color: #C1C1C1; border-style: solid; border-width: 1px; float: left; font-weight: bold; height: 15px; margin-left: 1px; padding: 1px 3px; border-spacing: 0px 0px; border-collapse: collapse; font-size: 11px; text-align: left; font-family: ‘lucida grande’, tahoma, verdana, arial, sans-serif; }
#fb-comments-notes, #fb-send-notes { padding:10px; text-align: left;}

Like ‘Safety Education News: Get a Safe Start to the School Year’ on Facebook

Connecting to Facebook

Connecting to Facebook

Share ‘Safety Education News: Get a Safe Start to the School Year’ on Facebook

Connecting to Facebook

Email not displaying correctly? View it in your browser.


DOT Safety Education News

A Safe Start for Safe Travel


It’s back to school for children across the city, and time for all students, including the youngest, to get to school and back home safely. In the fall, DOT safety educators visit Head Start centers across the city to talk to parents about safe travel to school on foot, on a bike or in a car.
During Child Passenger Safety Week, September 18 – 24, DOT reaches out to parents at Head Starts, WIC (Women Infant and Children) centers and health centers with workshops that help make sure that all children — on every trip, every time — use the right car seat, installed and used correctly.
On September 24, National Seat Check Saturday, certified car seat technicians will be available from 11 am – 3 pm to provide free, hands-on car seat inspections at Brooklyn Safety City, located at Woodhull Hospital. No appointments are necessary to get your seat checked at this event.

Get the Facts about Child Passenger Safety


  • Across the country, motor vehicle crashes are the leading cause of death for children ages 1–12. In New York State, each day car crashes send eight child passengers to the emergency room.
  • Car seats and booster seats reduce the likelihood of infants dying in a car crash by 71% and the likelihood of toddlers dying by 54%.
  • Your behavior matters! About 40% of children who ride in a car with unrestrained drivers are not buckled into car seats or booster seats.
  • Car seats work best when used correctly. Come to a DOT car seat inspection station to be sure yours is installed properly and that you understand how to use it correctly. Check the DOT calendar for a list of car safety seat inspections.
  • Not sure which is the right car seat to use for your child? Check the guidelines at the National Highway Traffic Safety Administration.
  • Keep your child in the back seat through age 12. It’s the safest place for children to ride in the car.

For more information on child passenger safety and other traffic safety programs, visit:

DOT Safety Education Events

Car Seat Safety Checks

National Seat Check Saturday, September 24
11 am–3 pm
Brooklyn Safety City
Woodhull Hospital
760 Broadway, Brooklyn

Saturday, October 1
11 am–3 pm
Access Safety City
672 W. 158 Street
Manhattan

Appointments for these events are not necessary. Call 212-839-4750 for more information. If you cannot come to a Saturday event, you can make a weekday appointment at one of DOT’s 6 inspection stations across the city. Check online or call 311 for locations and phone numbers.

Helmet Giveaways

Saturday, September 17
11 am–3 pm
Paradise Theater Community Day
2413 Grand Concourse
Bronx

Wednesday, September 21
10 am-2 pm
Chinese Consolidated Business Association
62 Mott Street
Manhattan

Saturday, September 24
11 am-3 pm
Loreto Playground
the Bronx 

Tuesday, September 27
3:30-6:30 pm
Operation Backpacker
Heyward Park
Brooklyn

DOT will give away free bike helmets while supplies last. Helmets are available for all ages. You must be present to get a helmet and you must learn how to properly fit and wear it before you receive it. Adults over 18 receiving a helmet must sign a waiver, and a parent or legal guardian must be present to sign a waiver for children under age 18.


var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));

try {
var pageTracker = _gat._getTracker(“UA-329148-12″);
pageTracker._trackPageview();
} catch(err) {}

$(document).ready(function() {
$(‘a[rel=socialproxy]‘).each(function(i) {
var href = $(this).attr(‘href’);
var newHref = decodeURIComponent(href.match(/socialproxy=(.*)/)[1]);
$(this).attr(‘href’, newHref);
$(this).fancyZoom({“zoom_id”: “social-proxy”,”width”:450, “height”:150, “iframe_height”: 150});
});
});

Unsubscribe

Posted in email notice | Leave a comment

This weekend

Dear neighbor-
This is such a fun event right here in our backyard! A great view from the =
end of pier 84, right at 44th street and the Hudson River- if you want an e=
xceptional view (great for photographers!) the Spectator Boat is well worth=
the cost=2E All the other events are free=2E
Have a safe and happy labor day weekend!

19th Annual Running of the Great North River Tugboat Race & Competition
Sponsored by the Working Harbor Committee
With Circle Line Sightseeing Cruises and Friends of Hudson River Park

Sunday, 4 September, 2011 – Pier 84, North River -

West 44th Street Hudson River Park, NYC, NY

All events (except the Spectator Boat) are FREE!

10:00 AM – Parade of tugs from Pier 84 to the start line=2E

10:30 AM – Race starts – From 79th Street Boat Basin to Pier 84=2E

=A011 AM – Nose to nose pushing contests and line toss competition=2E

Noon – Tugs tie up to Pier 84 for lunch and awards ceremony=2E

1 PM – Awards ceremony=2E Tugs depart at about 2 PM=2E

Circle Line 42
Spectator Boat Available

Be in the race!!

Go to

www=2EWorkingHarbor=2EOrg

$30 adult – $25 child

ALL DAY – Exhibits on the pier from maritime organizations, the towing indu=
stry, maritime museums,
USCG, and other maritime organizations=2E Plus activities for kids, maritim=
e skill demos, music and more=2E

A project of the Working Harbor Committee of New York and New Jersey

www=2EWorkingHarbor=2EOrg

455 West 43rd NYC NY 10036 – 212 757 1600

The West 44th Street Better Block Association /Friends of Pier 84

Serving the Hell’s Kitchen Community for over 35 years
email: west44nyc@gmail=2Ecom
website: west44nyc=2Ecom

http://hknanyc=2Eorg/events/MLM/html/lm/lm=2Ephp?un=3DSEtOQV9CbG9nCUJsb2cJC=

VVFVHNGTVBlVm5HNUBoa25hbnljLm9yZwlUaGlzIHdlZWtlbmQJNDEwCUhLTkFfMjAxMQk4NTgz=
LTI1CTQxOAl1bnN1YnNjcmliZQlubwlubw=3D=3D&local=3Dyes

Posted in email notice | Leave a comment

[Ann] FREE- Outdoor film Aug.1- Monday

Posted in email notice | Leave a comment