Day.News — Local News. Real Community.
247 neighbors reading now

Crossett Day News

Where nature thrives and community connects.Crossett, AR Edition
general

WordPress 7.0 'Armstrong' Released With AI Foundations and Design Improvements

HA
Harvey WaldenCommunity Member
4 hours ago
WordPress 7.0 'Armstrong' Released With AI Foundations and Design Improvements

WordPress 7.0 “Armstrong” has landed. This major release makes WordPress more connected and easier to shape around the way you work. 

WordPress 7.0 “Armstrong” has landed. This major release makes WordPress more connected and easier to shape around the way you work.  WordPress 7.0 includes both immediate editor improvements and deeper foundational changes. Some improvements are visible right away, like visual revisions, responsive controls, and a cleaner dashboard. Others work behind the scenes are more foundational, giving plugins, tools, and AI services a more consistent way to work with WordPress over time. The result: A release that makes everyday site work smoother and opens the door to optional AI tools that actually feel a part of WordPress. For a deeper technical look, check out the WordPress 7.0 Source of Truth.  What’s new in WordPress 7.0 WordPress 7.0 brings updates across AI, editing, design, performance, accessibility, and developer tooling. These changes affect how you build, update, and manage your sites. WordPress 7.0 updates include: AI foundations: The AI Client, Connectors API, and Connectors screen give WordPress a more consistent way to connect with AI providers and external services. Editing and admin improvements: Visual revisions, a refreshed dashboard, smoother transitions, Command Palette access, and broader font management make everyday site work clearer. Flexible design controls: Custom navigation overlays, responsive block visibility, and pattern editing make it easier to shape pages without adding workarounds. New and improved blocks: Breadcrumbs, Icons, gallery lightbox improvements, Heading block updates, and block-level styling controls bring more practical tools into the editor. Performance, accessibility, and developer updates: Under-the-hood improvements support faster loading, better editor stability, stronger accessibility, and more consistent foundations for plugins and custom builds. Building a foundation for AI workflows WordPress 7.0 introduces a new shared AI layer designed to make AI tools feel more native across WordPress. Instead of every plugin building its own separate AI setup, WordPress now includes a common system for connecting tools and services. Plugins can communicate with AI models such as Claude, ChatGPT, and Gemini through the new AI Client. The Connectors screen provides site owners with a single place to manage those integrations. Note: These AI features are optional and need to be enabled by the site owner. Nothing is automatically shared with AI services when WordPress 7.0 is installed. The optional AI plugin already brings features like title and excerpt generation, image generation and editing, and suggested alt text directly into the editor. As more plugins build on the same system, AI tools across WordPress become easier to use, manage, and extend. On WordPress.com, this builds on AI tools already available across the platform, including the AI Assistant, Claude connections, and WordPress Studio workflows. Want to understand how this all fits together? Take a closer look at how WordPress 7.0 is building the foundation for AI-powered sites. Creative freedom inside the editor Visual revisions make it easier to understand changes in a post or page. Instead of scanning a dense comparison view, you can review revision history with visual markers, navigate versions, and restore the one you want with greater confidence. The dashboard also feels more modern and cohesive. WordPress 7.0 introduces a new default admin color scheme, smoother screen transitions, and a Command Palette shortcut in the top admin bar for faster access to tools. Font management is also easier. The Font Library now works across block, hybrid, and classic themes, giving more sites one place to browse, install, upload, and manage fonts. A new canvas for every screen Designing for mobile used to mean making compromises. WordPress 7.0 changes that with a dedicated canvas for navigation overlays, responsive block visibility, and simpler pattern editing. Navigation overlays now have their own editing canvas, allowing mobile menus to go beyond a simple list of links. You can start with a template or build your own overlay with blocks, columns, typography, and custom close buttons. Responsive block visibility lets you choose which blocks appear on desktop, tablet, or mobile. That makes it easier to create cleaner layouts for different devices while keeping alternate versions available as you iterate. Patterns are also simpler to update. A pattern can behave like a single block, so you can swap text and images or adjust styles without digging through every nested block. Advanced controls are still available when you need them. Flexible design tools for richer layouts WordPress 7.0 brings more practical control into the editor, making it easier to shape pages without relying on extra tools for every small design need. The new Breadcrumbs block helps visitors understand where they are on a site, while the Icon block adds simple visual cues from a built-in library. Gallery lightbox improvements make image browsing smoother, and Heading block updates make it easier to work with page structure. The same idea carries through to layout and styling. Responsive block visibility lets you choose which content appears on different screen sizes, while block-level CSS gives more control over individual blocks when a page needs a custom touch. Taken together, these updates make WordPress feel more flexible in the places site owners work most: building pages, refining layouts, and helping visitors move through a site more easily. A stronger platform for WordPress development WordPress 7.0 provides developers with a more consistent foundation for building plugins, blocks, patterns, and site-editing experiences. The release includes expanded APIs, PHP-only block registration, a more extensible Site Editor, and routing improvements that make it easier for plugins to build custom Site Editor pages. These updates will not be visible to every site owner on day one, but they matter because they shape what WordPress developers can build next. Better foundations mean better tools, workflows, and site experiences over time. Built by the WordPress community WordPress 7.0 is a reminder of how open source software keeps evolving through shared contribution. The release reflects work from more than 875 contributors around the world. That community work is part of what makes WordPress different. WordPress 7.0: Fully Managed on WordPress.com WordPress.com is here to bring the best of every new WordPress release to you fast and without the setup.  WordPress 7.0 is no different. The new AI foundations build on tools already live across the platform, including the AI Assistant, Claude connections, and Studio workflows.  And on select plans, real-time collaboration is already available, letting teams work on the same site simultaneously, before it’s widely available elsewhere. All of it backed by the security, performance, and support that comes with a fully managed platform. You bring the vision. We handle everything else. Start Building on WordPress 7.0

Spread the word
Community Remembrances

Fountain Hill Town Council Special & Regular Session Notice

2 days ago

"Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. 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 // Code Enforcement .fancyButton338.fancyButton:link,.fancyButton338.fancyButton:visited, .fancyButton338div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton338.fancyButton:hover,.fancyButton338.fancyButton:focus,.fancyButton338.fancyButton:active,.fancyButton338.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton338.fancyButton:link > span,.fancyButton338.fancyButton:visited > span, .fancyButton338div.fancyButton > span{ } .fancyButton338.fancyButton:hover > span,.fancyButton338.fancyButton:focus > span,.fancyButton338.fancyButton:active > span,.fancyButton338.fancyButton.hover > span{ } .fancyButton338.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11761'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton338 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton338.fancyButton:hover .text,.fancyButton338.fancyButton:focus .text,.fancyButton338.fancyButton:active .text,.fancyButton338.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton338:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton338.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton338.fancyButton:hover .textStyle1, .fancyButton338.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Community Services .fancyButton339.fancyButton:link,.fancyButton339.fancyButton:visited, .fancyButton339div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton339.fancyButton:hover,.fancyButton339.fancyButton:focus,.fancyButton339.fancyButton:active,.fancyButton339.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton339.fancyButton:link > span,.fancyButton339.fancyButton:visited > span, .fancyButton339div.fancyButton > span{ } .fancyButton339.fancyButton:hover > span,.fancyButton339.fancyButton:focus > span,.fancyButton339.fancyButton:active > span,.fancyButton339.fancyButton.hover > span{ } .fancyButton339.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11763'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton339 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton339.fancyButton:hover .text,.fancyButton339.fancyButton:focus .text,.fancyButton339.fancyButton:active .text,.fancyButton339.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton339:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton339.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton339.fancyButton:hover .textStyle1, .fancyButton339.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Public Records .fancyButton345.fancyButton:link,.fancyButton345.fancyButton:visited, .fancyButton345div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11766'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton345.fancyButton:hover,.fancyButton345.fancyButton:focus,.fancyButton345.fancyButton:active,.fancyButton345.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton345.fancyButton:link > span,.fancyButton345.fancyButton:visited > span, .fancyButton345div.fancyButton > span{ } .fancyButton345.fancyButton:hover > span,.fancyButton345.fancyButton:focus > span,.fancyButton345.fancyButton:active > span,.fancyButton345.fancyButton.hover > span{ } .fancyButton345.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11764'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton345 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton345.fancyButton:hover .text,.fancyButton345.fancyButton:focus .text,.fancyButton345.fancyButton:active .text,.fancyButton345.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton345:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton345.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton345.fancyButton:hover .textStyle1, .fancyButton345.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Codes & Ordinances .fancyButton346.fancyButton:link,.fancyButton346.fancyButton:visited, .fancyButton346div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11759'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton346.fancyButton:hover,.fancyButton346.fancyButton:focus,.fancyButton346.fancyButton:active,.fancyButton346.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton346.fancyButton:link > span,.fancyButton346.fancyButton:visited > span, .fancyButton346div.fancyButton > span{ } .fancyButton346.fancyButton:hover > span,.fancyButton346.fancyButton:focus > span,.fancyButton346.fancyButton:active > span,.fancyButton346.fancyButton.hover > span{ } .fancyButton346.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11762'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton346 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton346.fancyButton:hover .text,.fancyButton346.fancyButton:focus .text,.fancyButton346.fancyButton:active .text,.fancyButton346.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton346:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton346.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton346.fancyButton:hover .textStyle1, .fancyButton346.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Careers .fancyButton347.fancyButton:link,.fancyButton347.fancyButton:visited, .fancyButton347div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton347.fancyButton:hover,.fancyButton347.fancyButton:focus,.fancyButton347.fancyButton:active,.fancyButton347.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton347.fancyButton:link > span,.fancyButton347.fancyButton:visited > span, .fancyButton347div.fancyButton > span{ } .fancyButton347.fancyButton:hover > span,.fancyButton347.fancyButton:focus > span,.fancyButton347.fancyButton:active > span,.fancyButton347.fancyButton.hover > span{ } .fancyButton347.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11760'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton347 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton347.fancyButton:hover .text,.fancyButton347.fancyButton:focus .text,.fancyButton347.fancyButton:active .text,.fancyButton347.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton347:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton347.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton347.fancyButton:hover .textStyle1, .fancyButton347.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town Projects .fancyButton348.fancyButton:link,.fancyButton348.fancyButton:visited, .fancyButton348div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton348.fancyButton:hover,.fancyButton348.fancyButton:focus,.fancyButton348.fancyButton:active,.fancyButton348.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton348.fancyButton:link > span,.fancyButton348.fancyButton:visited > span, .fancyButton348div.fancyButton > span{ } .fancyButton348.fancyButton:hover > span,.fancyButton348.fancyButton:focus > span,.fancyButton348.fancyButton:active > span,.fancyButton348.fancyButton.hover > span{ } .fancyButton348.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11768'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton348 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton348.fancyButton:hover .text,.fancyButton348.fancyButton:focus .text,.fancyButton348.fancyButton:active .text,.fancyButton348.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton348:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton348.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton348.fancyButton:hover .textStyle1, .fancyButton348.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town of Fountain Hills | 16705 E. Avenue of the Fountains | Fountain Hills, AZ  85268 Phone: 480-816-5100 | TTY: 800-367-8939 | Fax: 480-837-3145 Office Hours: 7am - 6pm | Monday - Thursday Employment Opportunities | Experience Fountain Hills | Financial Reports | Master Plans | Rec Programs"

Fountain Hill History and Culture Advisory Commission Meeting (Canceled)

2 days ago

"Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. 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 // Code Enforcement .fancyButton338.fancyButton:link,.fancyButton338.fancyButton:visited, .fancyButton338div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton338.fancyButton:hover,.fancyButton338.fancyButton:focus,.fancyButton338.fancyButton:active,.fancyButton338.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton338.fancyButton:link > span,.fancyButton338.fancyButton:visited > span, .fancyButton338div.fancyButton > span{ } .fancyButton338.fancyButton:hover > span,.fancyButton338.fancyButton:focus > span,.fancyButton338.fancyButton:active > span,.fancyButton338.fancyButton.hover > span{ } .fancyButton338.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11761'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton338 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton338.fancyButton:hover .text,.fancyButton338.fancyButton:focus .text,.fancyButton338.fancyButton:active .text,.fancyButton338.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton338:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton338.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton338.fancyButton:hover .textStyle1, .fancyButton338.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Community Services .fancyButton339.fancyButton:link,.fancyButton339.fancyButton:visited, .fancyButton339div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton339.fancyButton:hover,.fancyButton339.fancyButton:focus,.fancyButton339.fancyButton:active,.fancyButton339.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton339.fancyButton:link > span,.fancyButton339.fancyButton:visited > span, .fancyButton339div.fancyButton > span{ } .fancyButton339.fancyButton:hover > span,.fancyButton339.fancyButton:focus > span,.fancyButton339.fancyButton:active > span,.fancyButton339.fancyButton.hover > span{ } .fancyButton339.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11763'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton339 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton339.fancyButton:hover .text,.fancyButton339.fancyButton:focus .text,.fancyButton339.fancyButton:active .text,.fancyButton339.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton339:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton339.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton339.fancyButton:hover .textStyle1, .fancyButton339.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Public Records .fancyButton345.fancyButton:link,.fancyButton345.fancyButton:visited, .fancyButton345div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11766'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton345.fancyButton:hover,.fancyButton345.fancyButton:focus,.fancyButton345.fancyButton:active,.fancyButton345.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton345.fancyButton:link > span,.fancyButton345.fancyButton:visited > span, .fancyButton345div.fancyButton > span{ } .fancyButton345.fancyButton:hover > span,.fancyButton345.fancyButton:focus > span,.fancyButton345.fancyButton:active > span,.fancyButton345.fancyButton.hover > span{ } .fancyButton345.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11764'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton345 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton345.fancyButton:hover .text,.fancyButton345.fancyButton:focus .text,.fancyButton345.fancyButton:active .text,.fancyButton345.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton345:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton345.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton345.fancyButton:hover .textStyle1, .fancyButton345.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Codes & Ordinances .fancyButton346.fancyButton:link,.fancyButton346.fancyButton:visited, .fancyButton346div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11759'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton346.fancyButton:hover,.fancyButton346.fancyButton:focus,.fancyButton346.fancyButton:active,.fancyButton346.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton346.fancyButton:link > span,.fancyButton346.fancyButton:visited > span, .fancyButton346div.fancyButton > span{ } .fancyButton346.fancyButton:hover > span,.fancyButton346.fancyButton:focus > span,.fancyButton346.fancyButton:active > span,.fancyButton346.fancyButton.hover > span{ } .fancyButton346.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11762'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton346 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton346.fancyButton:hover .text,.fancyButton346.fancyButton:focus .text,.fancyButton346.fancyButton:active .text,.fancyButton346.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton346:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton346.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton346.fancyButton:hover .textStyle1, .fancyButton346.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Careers .fancyButton347.fancyButton:link,.fancyButton347.fancyButton:visited, .fancyButton347div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton347.fancyButton:hover,.fancyButton347.fancyButton:focus,.fancyButton347.fancyButton:active,.fancyButton347.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton347.fancyButton:link > span,.fancyButton347.fancyButton:visited > span, .fancyButton347div.fancyButton > span{ } .fancyButton347.fancyButton:hover > span,.fancyButton347.fancyButton:focus > span,.fancyButton347.fancyButton:active > span,.fancyButton347.fancyButton.hover > span{ } .fancyButton347.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11760'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton347 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton347.fancyButton:hover .text,.fancyButton347.fancyButton:focus .text,.fancyButton347.fancyButton:active .text,.fancyButton347.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton347:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton347.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton347.fancyButton:hover .textStyle1, .fancyButton347.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town Projects .fancyButton348.fancyButton:link,.fancyButton348.fancyButton:visited, .fancyButton348div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton348.fancyButton:hover,.fancyButton348.fancyButton:focus,.fancyButton348.fancyButton:active,.fancyButton348.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton348.fancyButton:link > span,.fancyButton348.fancyButton:visited > span, .fancyButton348div.fancyButton > span{ } .fancyButton348.fancyButton:hover > span,.fancyButton348.fancyButton:focus > span,.fancyButton348.fancyButton:active > span,.fancyButton348.fancyButton.hover > span{ } .fancyButton348.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11768'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton348 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton348.fancyButton:hover .text,.fancyButton348.fancyButton:focus .text,.fancyButton348.fancyButton:active .text,.fancyButton348.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton348:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton348.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton348.fancyButton:hover .textStyle1, .fancyButton348.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town of Fountain Hills | 16705 E. Avenue of the Fountains | Fountain Hills, AZ  85268 Phone: 480-816-5100 | TTY: 800-367-8939 | Fax: 480-837-3145 Office Hours: 7am - 6pm | Monday - Thursday Employment Opportunities | Experience Fountain Hills | Financial Reports | Master Plans | Rec Programs"

Fountain Hill Eagle Mountain Community Facilities District Meeting Notice

2 days ago

"Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. 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 // Code Enforcement .fancyButton338.fancyButton:link,.fancyButton338.fancyButton:visited, .fancyButton338div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton338.fancyButton:hover,.fancyButton338.fancyButton:focus,.fancyButton338.fancyButton:active,.fancyButton338.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton338.fancyButton:link > span,.fancyButton338.fancyButton:visited > span, .fancyButton338div.fancyButton > span{ } .fancyButton338.fancyButton:hover > span,.fancyButton338.fancyButton:focus > span,.fancyButton338.fancyButton:active > span,.fancyButton338.fancyButton.hover > span{ } .fancyButton338.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11761'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton338 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton338.fancyButton:hover .text,.fancyButton338.fancyButton:focus .text,.fancyButton338.fancyButton:active .text,.fancyButton338.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton338:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton338.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton338.fancyButton:hover .textStyle1, .fancyButton338.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Community Services .fancyButton339.fancyButton:link,.fancyButton339.fancyButton:visited, .fancyButton339div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton339.fancyButton:hover,.fancyButton339.fancyButton:focus,.fancyButton339.fancyButton:active,.fancyButton339.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton339.fancyButton:link > span,.fancyButton339.fancyButton:visited > span, .fancyButton339div.fancyButton > span{ } .fancyButton339.fancyButton:hover > span,.fancyButton339.fancyButton:focus > span,.fancyButton339.fancyButton:active > span,.fancyButton339.fancyButton.hover > span{ } .fancyButton339.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11763'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton339 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton339.fancyButton:hover .text,.fancyButton339.fancyButton:focus .text,.fancyButton339.fancyButton:active .text,.fancyButton339.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton339:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton339.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton339.fancyButton:hover .textStyle1, .fancyButton339.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Public Records .fancyButton345.fancyButton:link,.fancyButton345.fancyButton:visited, .fancyButton345div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11766'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton345.fancyButton:hover,.fancyButton345.fancyButton:focus,.fancyButton345.fancyButton:active,.fancyButton345.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton345.fancyButton:link > span,.fancyButton345.fancyButton:visited > span, .fancyButton345div.fancyButton > span{ } .fancyButton345.fancyButton:hover > span,.fancyButton345.fancyButton:focus > span,.fancyButton345.fancyButton:active > span,.fancyButton345.fancyButton.hover > span{ } .fancyButton345.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11764'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton345 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton345.fancyButton:hover .text,.fancyButton345.fancyButton:focus .text,.fancyButton345.fancyButton:active .text,.fancyButton345.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton345:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton345.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton345.fancyButton:hover .textStyle1, .fancyButton345.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Codes & Ordinances .fancyButton346.fancyButton:link,.fancyButton346.fancyButton:visited, .fancyButton346div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11759'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton346.fancyButton:hover,.fancyButton346.fancyButton:focus,.fancyButton346.fancyButton:active,.fancyButton346.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton346.fancyButton:link > span,.fancyButton346.fancyButton:visited > span, .fancyButton346div.fancyButton > span{ } .fancyButton346.fancyButton:hover > span,.fancyButton346.fancyButton:focus > span,.fancyButton346.fancyButton:active > span,.fancyButton346.fancyButton.hover > span{ } .fancyButton346.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11762'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton346 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton346.fancyButton:hover .text,.fancyButton346.fancyButton:focus .text,.fancyButton346.fancyButton:active .text,.fancyButton346.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton346:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton346.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton346.fancyButton:hover .textStyle1, .fancyButton346.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Careers .fancyButton347.fancyButton:link,.fancyButton347.fancyButton:visited, .fancyButton347div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton347.fancyButton:hover,.fancyButton347.fancyButton:focus,.fancyButton347.fancyButton:active,.fancyButton347.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton347.fancyButton:link > span,.fancyButton347.fancyButton:visited > span, .fancyButton347div.fancyButton > span{ } .fancyButton347.fancyButton:hover > span,.fancyButton347.fancyButton:focus > span,.fancyButton347.fancyButton:active > span,.fancyButton347.fancyButton.hover > span{ } .fancyButton347.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11760'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton347 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton347.fancyButton:hover .text,.fancyButton347.fancyButton:focus .text,.fancyButton347.fancyButton:active .text,.fancyButton347.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton347:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton347.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton347.fancyButton:hover .textStyle1, .fancyButton347.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town Projects .fancyButton348.fancyButton:link,.fancyButton348.fancyButton:visited, .fancyButton348div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton348.fancyButton:hover,.fancyButton348.fancyButton:focus,.fancyButton348.fancyButton:active,.fancyButton348.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton348.fancyButton:link > span,.fancyButton348.fancyButton:visited > span, .fancyButton348div.fancyButton > span{ } .fancyButton348.fancyButton:hover > span,.fancyButton348.fancyButton:focus > span,.fancyButton348.fancyButton:active > span,.fancyButton348.fancyButton.hover > span{ } .fancyButton348.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11768'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton348 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton348.fancyButton:hover .text,.fancyButton348.fancyButton:focus .text,.fancyButton348.fancyButton:active .text,.fancyButton348.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton348:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton348.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton348.fancyButton:hover .textStyle1, .fancyButton348.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town of Fountain Hills | 16705 E. Avenue of the Fountains | Fountain Hills, AZ  85268 Phone: 480-816-5100 | TTY: 800-367-8939 | Fax: 480-837-3145 Office Hours: 7am - 6pm | Monday - Thursday Employment Opportunities | Experience Fountain Hills | Financial Reports | Master Plans | Rec Programs"

Fountain Hill Community Services Advisory Commission Meeting Notice

2 days ago

"Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. 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 // Code Enforcement .fancyButton338.fancyButton:link,.fancyButton338.fancyButton:visited, .fancyButton338div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton338.fancyButton:hover,.fancyButton338.fancyButton:focus,.fancyButton338.fancyButton:active,.fancyButton338.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton338.fancyButton:link > span,.fancyButton338.fancyButton:visited > span, .fancyButton338div.fancyButton > span{ } .fancyButton338.fancyButton:hover > span,.fancyButton338.fancyButton:focus > span,.fancyButton338.fancyButton:active > span,.fancyButton338.fancyButton.hover > span{ } .fancyButton338.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11761'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton338 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton338.fancyButton:hover .text,.fancyButton338.fancyButton:focus .text,.fancyButton338.fancyButton:active .text,.fancyButton338.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton338:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton338.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton338.fancyButton:hover .textStyle1, .fancyButton338.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Community Services .fancyButton339.fancyButton:link,.fancyButton339.fancyButton:visited, .fancyButton339div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton339.fancyButton:hover,.fancyButton339.fancyButton:focus,.fancyButton339.fancyButton:active,.fancyButton339.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton339.fancyButton:link > span,.fancyButton339.fancyButton:visited > span, .fancyButton339div.fancyButton > span{ } .fancyButton339.fancyButton:hover > span,.fancyButton339.fancyButton:focus > span,.fancyButton339.fancyButton:active > span,.fancyButton339.fancyButton.hover > span{ } .fancyButton339.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11763'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton339 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton339.fancyButton:hover .text,.fancyButton339.fancyButton:focus .text,.fancyButton339.fancyButton:active .text,.fancyButton339.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton339:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton339.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton339.fancyButton:hover .textStyle1, .fancyButton339.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Public Records .fancyButton345.fancyButton:link,.fancyButton345.fancyButton:visited, .fancyButton345div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11766'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton345.fancyButton:hover,.fancyButton345.fancyButton:focus,.fancyButton345.fancyButton:active,.fancyButton345.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton345.fancyButton:link > span,.fancyButton345.fancyButton:visited > span, .fancyButton345div.fancyButton > span{ } .fancyButton345.fancyButton:hover > span,.fancyButton345.fancyButton:focus > span,.fancyButton345.fancyButton:active > span,.fancyButton345.fancyButton.hover > span{ } .fancyButton345.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11764'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton345 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton345.fancyButton:hover .text,.fancyButton345.fancyButton:focus .text,.fancyButton345.fancyButton:active .text,.fancyButton345.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton345:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton345.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton345.fancyButton:hover .textStyle1, .fancyButton345.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Codes & Ordinances .fancyButton346.fancyButton:link,.fancyButton346.fancyButton:visited, .fancyButton346div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11759'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton346.fancyButton:hover,.fancyButton346.fancyButton:focus,.fancyButton346.fancyButton:active,.fancyButton346.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton346.fancyButton:link > span,.fancyButton346.fancyButton:visited > span, .fancyButton346div.fancyButton > span{ } .fancyButton346.fancyButton:hover > span,.fancyButton346.fancyButton:focus > span,.fancyButton346.fancyButton:active > span,.fancyButton346.fancyButton.hover > span{ } .fancyButton346.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11762'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton346 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton346.fancyButton:hover .text,.fancyButton346.fancyButton:focus .text,.fancyButton346.fancyButton:active .text,.fancyButton346.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton346:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton346.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton346.fancyButton:hover .textStyle1, .fancyButton346.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Careers .fancyButton347.fancyButton:link,.fancyButton347.fancyButton:visited, .fancyButton347div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton347.fancyButton:hover,.fancyButton347.fancyButton:focus,.fancyButton347.fancyButton:active,.fancyButton347.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton347.fancyButton:link > span,.fancyButton347.fancyButton:visited > span, .fancyButton347div.fancyButton > span{ } .fancyButton347.fancyButton:hover > span,.fancyButton347.fancyButton:focus > span,.fancyButton347.fancyButton:active > span,.fancyButton347.fancyButton.hover > span{ } .fancyButton347.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11760'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton347 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton347.fancyButton:hover .text,.fancyButton347.fancyButton:focus .text,.fancyButton347.fancyButton:active .text,.fancyButton347.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton347:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton347.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton347.fancyButton:hover .textStyle1, .fancyButton347.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town Projects .fancyButton348.fancyButton:link,.fancyButton348.fancyButton:visited, .fancyButton348div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton348.fancyButton:hover,.fancyButton348.fancyButton:focus,.fancyButton348.fancyButton:active,.fancyButton348.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton348.fancyButton:link > span,.fancyButton348.fancyButton:visited > span, .fancyButton348div.fancyButton > span{ } .fancyButton348.fancyButton:hover > span,.fancyButton348.fancyButton:focus > span,.fancyButton348.fancyButton:active > span,.fancyButton348.fancyButton.hover > span{ } .fancyButton348.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11768'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton348 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton348.fancyButton:hover .text,.fancyButton348.fancyButton:focus .text,.fancyButton348.fancyButton:active .text,.fancyButton348.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton348:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton348.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton348.fancyButton:hover .textStyle1, .fancyButton348.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town of Fountain Hills | 16705 E. Avenue of the Fountains | Fountain Hills, AZ  85268 Phone: 480-816-5100 | TTY: 800-367-8939 | Fax: 480-837-3145 Office Hours: 7am - 6pm | Monday - Thursday Employment Opportunities | Experience Fountain Hills | Financial Reports | Master Plans | Rec Programs"

Fountain Hill Town Council Special & Regular Session Notice

2 days ago

"Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. 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 // Code Enforcement .fancyButton338.fancyButton:link,.fancyButton338.fancyButton:visited, .fancyButton338div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton338.fancyButton:hover,.fancyButton338.fancyButton:focus,.fancyButton338.fancyButton:active,.fancyButton338.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton338.fancyButton:link > span,.fancyButton338.fancyButton:visited > span, .fancyButton338div.fancyButton > span{ } .fancyButton338.fancyButton:hover > span,.fancyButton338.fancyButton:focus > span,.fancyButton338.fancyButton:active > span,.fancyButton338.fancyButton.hover > span{ } .fancyButton338.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11761'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton338 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton338.fancyButton:hover .text,.fancyButton338.fancyButton:focus .text,.fancyButton338.fancyButton:active .text,.fancyButton338.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton338:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton338.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton338.fancyButton:hover .textStyle1, .fancyButton338.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Community Services .fancyButton339.fancyButton:link,.fancyButton339.fancyButton:visited, .fancyButton339div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton339.fancyButton:hover,.fancyButton339.fancyButton:focus,.fancyButton339.fancyButton:active,.fancyButton339.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton339.fancyButton:link > span,.fancyButton339.fancyButton:visited > span, .fancyButton339div.fancyButton > span{ } .fancyButton339.fancyButton:hover > span,.fancyButton339.fancyButton:focus > span,.fancyButton339.fancyButton:active > span,.fancyButton339.fancyButton.hover > span{ } .fancyButton339.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11763'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton339 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton339.fancyButton:hover .text,.fancyButton339.fancyButton:focus .text,.fancyButton339.fancyButton:active .text,.fancyButton339.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton339:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton339.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton339.fancyButton:hover .textStyle1, .fancyButton339.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Public Records .fancyButton345.fancyButton:link,.fancyButton345.fancyButton:visited, .fancyButton345div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11766'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton345.fancyButton:hover,.fancyButton345.fancyButton:focus,.fancyButton345.fancyButton:active,.fancyButton345.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton345.fancyButton:link > span,.fancyButton345.fancyButton:visited > span, .fancyButton345div.fancyButton > span{ } .fancyButton345.fancyButton:hover > span,.fancyButton345.fancyButton:focus > span,.fancyButton345.fancyButton:active > span,.fancyButton345.fancyButton.hover > span{ } .fancyButton345.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11764'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton345 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton345.fancyButton:hover .text,.fancyButton345.fancyButton:focus .text,.fancyButton345.fancyButton:active .text,.fancyButton345.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton345:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton345.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton345.fancyButton:hover .textStyle1, .fancyButton345.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Codes & Ordinances .fancyButton346.fancyButton:link,.fancyButton346.fancyButton:visited, .fancyButton346div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11759'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton346.fancyButton:hover,.fancyButton346.fancyButton:focus,.fancyButton346.fancyButton:active,.fancyButton346.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton346.fancyButton:link > span,.fancyButton346.fancyButton:visited > span, .fancyButton346div.fancyButton > span{ } .fancyButton346.fancyButton:hover > span,.fancyButton346.fancyButton:focus > span,.fancyButton346.fancyButton:active > span,.fancyButton346.fancyButton.hover > span{ } .fancyButton346.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11762'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton346 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton346.fancyButton:hover .text,.fancyButton346.fancyButton:focus .text,.fancyButton346.fancyButton:active .text,.fancyButton346.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton346:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton346.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton346.fancyButton:hover .textStyle1, .fancyButton346.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Careers .fancyButton347.fancyButton:link,.fancyButton347.fancyButton:visited, .fancyButton347div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11767'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton347.fancyButton:hover,.fancyButton347.fancyButton:focus,.fancyButton347.fancyButton:active,.fancyButton347.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton347.fancyButton:link > span,.fancyButton347.fancyButton:visited > span, .fancyButton347div.fancyButton > span{ } .fancyButton347.fancyButton:hover > span,.fancyButton347.fancyButton:focus > span,.fancyButton347.fancyButton:active > span,.fancyButton347.fancyButton.hover > span{ } .fancyButton347.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11760'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton347 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton347.fancyButton:hover .text,.fancyButton347.fancyButton:focus .text,.fancyButton347.fancyButton:active .text,.fancyButton347.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton347:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton347.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton347.fancyButton:hover .textStyle1, .fancyButton347.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town Projects .fancyButton348.fancyButton:link,.fancyButton348.fancyButton:visited, .fancyButton348div.fancyButton{ background-image: url('/ImageRepository/Document?documentID=11765'); background-repeat: no-repeat; background-position: center .75em ; background-size: 9.0625em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);} .fancyButton348.fancyButton:hover,.fancyButton348.fancyButton:focus,.fancyButton348.fancyButton:active,.fancyButton348.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; } .fancyButton348.fancyButton:link > span,.fancyButton348.fancyButton:visited > span, .fancyButton348div.fancyButton > span{ } .fancyButton348.fancyButton:hover > span,.fancyButton348.fancyButton:focus > span,.fancyButton348.fancyButton:active > span,.fancyButton348.fancyButton.hover > span{ } .fancyButton348.fancyButton .text{ padding-top: 10.5em; text-decoration: none; padding-top: 10.5em; background-image: url('/ImageRepository/Document?documentID=11768'); background-repeat: no-repeat; background-position: center 3.625em ; background-size: 3.125em; transition: all .6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; } .fancyButton348 .text::after { content: ""; position: absolute; left: 50%; top: 9em; transform: translate(-50%, .5em); width: 7.6875em; height: 0.25em; background: url(/ImageRepository/Document?documentID=11769) top center / cover no-repeat; transition: all .45s cubic-bezier(0.25, 0.46, 0.45, 0.94) .15s; } .fancyButton348.fancyButton:hover .text,.fancyButton348.fancyButton:focus .text,.fancyButton348.fancyButton:active .text,.fancyButton348.fancyButton.hover .text{ text-decoration: none; background-repeat: no-repeat; background-position: center 2.875em ; } .fancyButton348:is(:hover, :focus, :active) .text::after { height: .9375em; } .fancyButton348.fancyButton .textStyle1{ color: rgb(17, 18, 40); font-size: 1.375em; font-family: Roboto; font-weight: 700; text-decoration: none; display: block; line-height: 1.2;} .fancyButton348.fancyButton:hover .textStyle1, .fancyButton348.fancyButton.hover .textStyle1{ text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 1px;} Town of Fountain Hills | 16705 E. Avenue of the Fountains | Fountain Hills, AZ  85268 Phone: 480-816-5100 | TTY: 800-367-8939 | Fax: 480-837-3145 Office Hours: 7am - 6pm | Monday - Thursday Employment Opportunities | Experience Fountain Hills | Financial Reports | Master Plans | Rec Programs"

Community Guidelines
  • Share local celebrations and life transitions.
  • Maintain a respectful and supportive tone.
  • Verify event details before posting.
  • No commercial advertising in announcements.
Upcoming Local Events
Jun16

June Special Hearing Event

Local Venue
Jun17

June Special Hearing Event

Local Venue
Jun25

June Special Hearing Event in Spokane Valley

Local Venue
Jun25

June Special Hearing Event in Wisconsin Rapids

Local Venue
Jun26

June Special Hearing Event in Ashland

Local Venue

Celebrate Together

Sharing announcements helps build a stronger, more connected community.

Post Yours

Have a milestone to share with your community? Let everyone know.

Create Announcement