HAHarvey Walden
3 days agoNeighborhood Cleanup Event - Framingham
Search autocomplete is currently not responding. Please try again later.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
Make a Payment
.fancyButton1499.fancyButton:link,.fancyButton1499.fancyButton:visited, .fancyButton1499div.fancyButton{
background-image: url('/ImageRepository/Document?documentID=48746');
background-repeat: no-repeat;
background-position: center 8px ;
transition: all .3s ease-in-out;}
.fancyButton1499.fancyButton:hover,.fancyButton1499.fancyButton:focus,.fancyButton1499.fancyButton:active,.fancyButton1499.fancyButton.hover{
background-image: url('/ImageRepository/Document?documentID=48747');
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton1499.fancyButton:link > span,.fancyButton1499.fancyButton:visited > span, .fancyButton1499div.fancyButton > span{
}
.fancyButton1499.fancyButton:hover > span,.fancyButton1499.fancyButton:focus > span,.fancyButton1499.fancyButton:active > span,.fancyButton1499.fancyButton.hover > span{
}
.fancyButton1499.fancyButton .text{
color: #000000;
font-size: 1.25em;
font-family: "Oswald";
padding-top: 130px;
font-style: normal;
text-decoration: none;
padding-top: 130px;
background-image: url('/ImageRepository/Document?documentID=48752');
background-repeat: no-repeat;
background-position: center 28px ;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.2;}
.fancyButton1499.fancyButton:hover .text,.fancyButton1499.fancyButton:focus .text,.fancyButton1499.fancyButton:active .text,.fancyButton1499.fancyButton.hover .text{
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48753');
background-repeat: no-repeat;
background-position: center 20px ;
}
Public MeetingCALENDAR
.fancyButton1500.fancyButton:link,.fancyButton1500.fancyButton:visited, .fancyButton1500div.fancyButton{
background-image: url('/ImageRepository/Document?documentID=48746');
background-repeat: no-repeat;
background-position: center 8px ;
transition: all .3s ease-in-out;}
.fancyButton1500.fancyButton:hover,.fancyButton1500.fancyButton:focus,.fancyButton1500.fancyButton:active,.fancyButton1500.fancyButton.hover{
background-image: url('/ImageRepository/Document?documentID=48747');
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton1500.fancyButton:link > span,.fancyButton1500.fancyButton:visited > span, .fancyButton1500div.fancyButton > span{
}
.fancyButton1500.fancyButton:hover > span,.fancyButton1500.fancyButton:focus > span,.fancyButton1500.fancyButton:active > span,.fancyButton1500.fancyButton.hover > span{
}
.fancyButton1500.fancyButton .text{
color: #000000;
font-size: 1.25em;
font-family: "Oswald";
padding-top: 130px;
font-style: normal;
text-decoration: none;
padding-top: 130px;
background-image: url('/ImageRepository/Document?documentID=48756');
background-repeat: no-repeat;
background-position: center 28px ;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.2;}
.fancyButton1500.fancyButton:hover .text,.fancyButton1500.fancyButton:focus .text,.fancyButton1500.fancyButton:active .text,.fancyButton1500.fancyButton.hover .text{
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48757');
background-repeat: no-repeat;
background-position: center 20px ;
}
Trash & Recycling
.fancyButton1501.fancyButton:link,.fancyButton1501.fancyButton:visited, .fancyButton1501div.fancyButton{
background-image: url('/ImageRepository/Document?documentID=48746');
background-repeat: no-repeat;
background-position: center 8px ;
transition: all .3s ease-in-out;}
.fancyButton1501.fancyButton:hover,.fancyButton1501.fancyButton:focus,.fancyButton1501.fancyButton:active,.fancyButton1501.fancyButton.hover{
background-image: url('/ImageRepository/Document?documentID=48747');
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton1501.fancyButton:link > span,.fancyButton1501.fancyButton:visited > span, .fancyButton1501div.fancyButton > span{
}
.fancyButton1501.fancyButton:hover > span,.fancyButton1501.fancyButton:focus > span,.fancyButton1501.fancyButton:active > span,.fancyButton1501.fancyButton.hover > span{
}
.fancyButton1501.fancyButton .text{
color: #000000;
font-size: 1.25em;
font-family: "Oswald";
padding-top: 130px;
font-style: normal;
text-decoration: none;
padding-top: 130px;
background-image: url('/ImageRepository/Document?documentID=48758');
background-repeat: no-repeat;
background-position: center 28px ;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.2;}
.fancyButton1501.fancyButton:hover .text,.fancyButton1501.fancyButton:focus .text,.fancyButton1501.fancyButton:active .text,.fancyButton1501.fancyButton.hover .text{
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48759');
background-repeat: no-repeat;
background-position: center 20px ;
}
building, health& other permits
.fancyButton1502.fancyButton:link,.fancyButton1502.fancyButton:visited, .fancyButton1502div.fancyButton{
background-image: url('/ImageRepository/Document?documentID=48746');
background-repeat: no-repeat;
background-position: center 8px ;
transition: all .3s ease-in-out;}
.fancyButton1502.fancyButton:hover,.fancyButton1502.fancyButton:focus,.fancyButton1502.fancyButton:active,.fancyButton1502.fancyButton.hover{
background-image: url('/ImageRepository/Document?documentID=48747');
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton1502.fancyButton:link > span,.fancyButton1502.fancyButton:visited > span, .fancyButton1502div.fancyButton > span{
}
.fancyButton1502.fancyButton:hover > span,.fancyButton1502.fancyButton:focus > span,.fancyButton1502.fancyButton:active > span,.fancyButton1502.fancyButton.hover > span{
}
.fancyButton1502.fancyButton .text{
color: #000000;
font-size: 1.25em;
font-family: "Oswald";
padding-top: 130px;
font-style: normal;
text-decoration: none;
padding-top: 130px;
background-image: url('/ImageRepository/Document?documentID=48754');
background-repeat: no-repeat;
background-position: center 28px ;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.2;}
.fancyButton1502.fancyButton:hover .text,.fancyButton1502.fancyButton:focus .text,.fancyButton1502.fancyButton:active .text,.fancyButton1502.fancyButton.hover .text{
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48755');
background-repeat: no-repeat;
background-position: center 20px ;
}
gis mapping
.fancyButton1503.fancyButton:link,.fancyButton1503.fancyButton:visited, .fancyButton1503div.fancyButton{
background-image: url('/ImageRepository/Document?documentID=48746');
background-repeat: no-repeat;
background-position: center 8px ;
transition: all .3s ease-in-out;}
.fancyButton1503.fancyButton:hover,.fancyButton1503.fancyButton:focus,.fancyButton1503.fancyButton:active,.fancyButton1503.fancyButton.hover{
background-image: url('/ImageRepository/Document?documentID=48747');
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton1503.fancyButton:link > span,.fancyButton1503.fancyButton:visited > span, .fancyButton1503div.fancyButton > span{
}
.fancyButton1503.fancyButton:hover > span,.fancyButton1503.fancyButton:focus > span,.fancyButton1503.fancyButton:active > span,.fancyButton1503.fancyButton.hover > span{
}
.fancyButton1503.fancyButton .text{
color: #000000;
font-size: 1.25em;
font-family: "Oswald";
padding-top: 130px;
font-style: normal;
text-decoration: none;
padding-top: 130px;
background-image: url('/ImageRepository/Document?documentID=48748');
background-repeat: no-repeat;
background-position: center 28px ;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.2;}
.fancyButton1503.fancyButton:hover .text,.fancyButton1503.fancyButton:focus .text,.fancyButton1503.fancyButton:active .text,.fancyButton1503.fancyButton.hover .text{
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48749');
background-repeat: no-repeat;
background-position: center 20px ;
}
Employment
.fancyButton1504.fancyButton:link,.fancyButton1504.fancyButton:visited, .fancyButton1504div.fancyButton{
background-image: url('/ImageRepository/Document?documentID=48746');
background-repeat: no-repeat;
background-position: center 8px ;
transition: all .3s ease-in-out;}
.fancyButton1504.fancyButton:hover,.fancyButton1504.fancyButton:focus,.fancyButton1504.fancyButton:active,.fancyButton1504.fancyButton.hover{
background-image: url('/ImageRepository/Document?documentID=48747');
background-repeat: no-repeat;
background-position: center top;
}
.fancyButton1504.fancyButton:link > span,.fancyButton1504.fancyButton:visited > span, .fancyButton1504div.fancyButton > span{
}
.fancyButton1504.fancyButton:hover > span,.fancyButton1504.fancyButton:focus > span,.fancyButton1504.fancyButton:active > span,.fancyButton1504.fancyButton.hover > span{
}
.fancyButton1504.fancyButton .text{
color: #000000;
font-size: 1.25em;
font-family: "Oswald";
padding-top: 130px;
font-style: normal;
text-decoration: none;
padding-top: 130px;
background-image: url('/ImageRepository/Document?documentID=48750');
background-repeat: no-repeat;
background-position: center 28px ;
transition: all .3s ease-in-out;text-transform: uppercase;
line-height: 1.2;}
.fancyButton1504.fancyButton:hover .text,.fancyButton1504.fancyButton:focus .text,.fancyButton1504.fancyButton:active .text,.fancyButton1504.fancyButton.hover .text{
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48751');
background-repeat: no-repeat;
background-position: center 20px ;
}
StayConnected
.fancyButton1509.fancyButton:link,.fancyButton1509.fancyButton:visited, .fancyButton1509div.fancyButton{
padding-top: 10px;
padding-bottom: 10px;
padding-right: 5px;
padding-left: 5px;
background-repeat: no-repeat;
background-position: left top;
border-left: 2px solid #ffd100;
width: 94px;
background-color: rgba(0, 38, 62, 0.9);
border-radius: 0px 16px 16px 0px;
transition: all .3s ease-in-out;}
.fancyButton1509.fancyButton:hover,.fancyButton1509.fancyButton:focus,.fancyButton1509.fancyButton:active,.fancyButton1509.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
border-left: 2px solid #ffd100;
background-color: #FFD100;}
.fancyButton1509.fancyButton:link > span,.fancyButton1509.fancyButton:visited > span, .fancyButton1509div.fancyButton > span{
}
.fancyButton1509.fancyButton:hover > span,.fancyButton1509.fancyButton:focus > span,.fancyButton1509.fancyButton:active > span,.fancyButton1509.fancyButton.hover > span{
}
.fancyButton1509.fancyButton .text{
color: #ffffff;
font-size: 0.7em;
font-family: "Montserrat";
padding-top: 45px;
font-weight: 500;
text-decoration: none;
padding-top: 45px;
background-image: url('/ImageRepository/Document?documentID=48775');
background-repeat: no-repeat;
background-position: center top;
line-height: 1.2;}
.fancyButton1509.fancyButton:hover .text,.fancyButton1509.fancyButton:focus .text,.fancyButton1509.fancyButton:active .text,.fancyButton1509.fancyButton.hover .text{
color: #00263e;
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48776');
background-repeat: no-repeat;
background-position: center top;
}
Discover Framingham
.fancyButton1510.fancyButton:link,.fancyButton1510.fancyButton:visited, .fancyButton1510div.fancyButton{
padding-top: 10px;
padding-bottom: 10px;
padding-right: 5px;
padding-left: 5px;
background-repeat: no-repeat;
background-position: left top;
border-left: 2px solid #ffd100;
width: 94px;
background-color: rgba(0, 38, 62, 0.9);
border-radius: 0px 16px 16px 0px;
transition: all .3s ease-in-out;}
.fancyButton1510.fancyButton:hover,.fancyButton1510.fancyButton:focus,.fancyButton1510.fancyButton:active,.fancyButton1510.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
border-left: 2px solid #ffd100;
background-color: #FFD100;}
.fancyButton1510.fancyButton:link > span,.fancyButton1510.fancyButton:visited > span, .fancyButton1510div.fancyButton > span{
}
.fancyButton1510.fancyButton:hover > span,.fancyButton1510.fancyButton:focus > span,.fancyButton1510.fancyButton:active > span,.fancyButton1510.fancyButton.hover > span{
}
.fancyButton1510.fancyButton .text{
color: #ffffff;
font-size: 0.7em;
font-family: "Montserrat";
padding-top: 45px;
font-weight: 500;
text-decoration: none;
padding-top: 45px;
background-image: url('/ImageRepository/Document?documentID=48771');
background-repeat: no-repeat;
background-position: center top;
line-height: 1.2;}
.fancyButton1510.fancyButton:hover .text,.fancyButton1510.fancyButton:focus .text,.fancyButton1510.fancyButton:active .text,.fancyButton1510.fancyButton.hover .text{
color: #00263e;
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48772');
background-repeat: no-repeat;
background-position: center top;
}
SeeClickFix
.fancyButton1511.fancyButton:link,.fancyButton1511.fancyButton:visited, .fancyButton1511div.fancyButton{
padding-top: 10px;
padding-bottom: 10px;
padding-right: 5px;
padding-left: 5px;
background-repeat: no-repeat;
background-position: left top;
border-left: 2px solid #ffd100;
width: 94px;
background-color: rgba(0, 38, 62, 0.9);
border-radius: 0px 16px 16px 0px;
transition: all .3s ease-in-out;}
.fancyButton1511.fancyButton:hover,.fancyButton1511.fancyButton:focus,.fancyButton1511.fancyButton:active,.fancyButton1511.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
border-left: 2px solid #ffd100;
background-color: #FFD100;}
.fancyButton1511.fancyButton:link > span,.fancyButton1511.fancyButton:visited > span, .fancyButton1511div.fancyButton > span{
}
.fancyButton1511.fancyButton:hover > span,.fancyButton1511.fancyButton:focus > span,.fancyButton1511.fancyButton:active > span,.fancyButton1511.fancyButton.hover > span{
}
.fancyButton1511.fancyButton .text{
color: #ffffff;
font-size: 0.7em;
font-family: "Montserrat";
padding-top: 45px;
font-weight: 500;
text-decoration: none;
padding-top: 45px;
background-image: url('/ImageRepository/Document?documentID=48773');
background-repeat: no-repeat;
background-position: center top;
line-height: 1.2;}
.fancyButton1511.fancyButton:hover .text,.fancyButton1511.fancyButton:focus .text,.fancyButton1511.fancyButton:active .text,.fancyButton1511.fancyButton.hover .text{
color: #00263e;
text-decoration: underline;
background-image: url('/ImageRepository/Document?documentID=48774');
background-repeat: no-repeat;
background-position: center top;
}
150 Concord StreetFramingham, MA 01702Ph: 508-532-5411
Monday, Wednesday, and Thursday8:30 a.m. - 5:00 p.m.