In Case You Missed It … FREE WEBINAR
Many of us have the tech, but don’t always know how or where it makes sense to use it in the classroom. Edina Public Schools and Logitech discuss simple, school-tested ways to use technology to creatively enhance learning. You’ll come away with creative ways to personalize learning and specific school-tested strategies that you can use immediately. Access the webinar recording here.

June 15, 2022
alteredqualia.com
STEM • STEAM • STREAM
3D Interactive Rotating Models of Molecules

The CanvasMol website has more than 50 three-dimensional interactive rotating models of relatively common molecules such as glucose and fructose. Students can alter each model to show (or not show) bonds, to show (or not show) individual atoms, and to rotate on the X, Y, and Z axes.

learn.unity.com
Digital Learning • Learning Support
Learning Pathways into the Gaming and 3D Tech Industries

Unity Learn is a code-teaching system that focuses primarily on gamingaugmented/virtual reality (AR/VR), and 3D environment modeling. The system can be used for engineering, architecture, automotive, entertainment, gaming, and more professional needs.

Funding & Recognition
Share Your Grant-Finding Success Stories

GetEdFunding is a curated collection of thousands of grants and awards that grows by the day, all selected through the prism of relevance to today’s educational institutions.

Professional Growth
Open Online Courses Fostering Global Competence in STEM Fields

The US Department of State has announced STEM Innovations and Global Competence—a freeself-paced online course for US educators. The course focuses on the intersection of STEM subjects and global competence.

STEM • STEAM • STREAM
Challenges to Inspire Girls to Become Cyber Defenders

In just three years, 30,000 high school girls have discovered the exciting world of cybersecurity through Girls Go CyberStart Challenges and are on track to become the next generation of cyber defenders.

Professional Growth
Making the Most of EdTech: Smart School-Tested Strategies That Make a Difference

Many of us have the tech, but we don’t always know how or where it makes sense to use it in the classroom. In this freely downloadable webinar recordingEdina Public Schools and Logitech discuss simple, school-tested ways to use technology to creatively enhance learning.

The panelists share creative ways to personalize learning in virtual, hybrid, and in-person classrooms. They suggest ways to connect students with unique career pathway experiences and virtual internships, and expand global exchange global exchange program possibilities.

You’ll come away with creative ways to personalize learning and specific school-tested strategies that you can use immediately.

Access the FREE webinar recording here to empower student expression, engagement, and connection today.

play-lu.com
Digital Learning • Learning Support
Applications Fostering Social–Emotional, Intellectual, and Physical Skills

The Lü platform transforms any space into an active and immersive educational environment where youth are engaged physically, intellectually, socially, and emotionally.

Funding & Recognition
Monetary and Product Support for Providing Inclusive, Engaging Music Education

The D’Addario Music Foundation awards grants and product donations to programs that bring music into communities and schools, and get children playing instruments as early and frequently as possible.

Digital Learning • Learning Support
Journey of Discovery into the Musical Diversity of the Planet

Smithsonian Folkways Learning Pathways (SFLP) are in-depth curated journeys of discovery that place music at the heart of the educational experience. The free online resources provide a basis for K–13 teachers to explore a broad range of cultural, historicalsocial, and musical themes with their students.

commons.wikimedia.org
Professional Growth
Program Seeking Submissions of Digital Learning Materials About Women

The National Women’s History Museum is seeking K–12 educators to participate in its summer “For Educators, By Educators” Curriculum Resources Development Program.

voiceofwitness.org
Digital Learning • Learning Support
Inclusive Learning Opportunities Through Oral History

Voice of Witness advances human rights by amplifying the voices of people impacted by—and fighting against—injustice. The nonprofit produces a book series that depicts human rights and social justice issues through the edited oral histories of people most closely affected by them.

skypeascientist.com
STEM • STEAM • STREAM
Class Connections with Scientists Around the World

Skype a Scientist’s mission is simple: to make science accessible and enjoyable through personal connections with scientists. The organization’s focus is on connecting the general public with scientific disciplines in engaging and meaningful ways, making science education available and enjoyable for everyone.

pandemics.historyadventures.app
Mobile Learning
Digital Stories About Living Through History’s Worst Pandemics

History Adventures’ Global Pandemics is a free app that transports users back in time and into the lives, choices, and dilemmas faced by individuals around the globe during some of the largest-scale plagues and pandemics in history.

avantisworld.com
Digital Learning • Learning Support
Learning Experiences Where the Impossible Becomes (Virtual) Reality

From the Moon to inside a plant cell, Avantis World lets students explore the impossible, all from the safety of a ClassVR headset or web browser. Avantis World is split into lands, with various zones and learning scenes for students to explore independently.

mocanyc.org
Digital Learning • Learning Support
American History Through the Lens of Chinese American Trailblazers

The Museum of Chinese in America (MOCA) redefines the American narrative one story at a time. MOCA engages audiences in ongoing and historical dialogue in which people of all backgrounds are able to see American history through a critical perspective, reflect on their own experiences, and make meaningful connections between the past and the present, the global and the local, themselves and others.

Digital Learning • Learning Support
Program Rallying the Nation to Take Charge Against Bullying and Hate

Children and teens are bullied in schools all across the country, including many Asian American and Pacific Islander (AAPI) youth who face unique cultural, religious, and language barriers that can keep them from getting help. The nonprofit Act To Change empowers students, families, and educators with the knowledge and tools they need to help stop and prevent bullying in their communities.

Digital Learning • Learning Support
Engaging Books to Commemorate Juneteenth in the Classroom

To support teachers in commemorating Juneteenth, The New York Public Library has a new booklist, featuring both fiction and nonfiction titles, which provides context and background information on this holiday for students of all ages.

Professional Growth
Videos Showcasing Innovations in STEM Teaching and Learning

The STEM for All Multiplex is an onlinefree, interactive platform featuring more than 1,600 short videos that showcase federally funded projects aimed at transforming science, technology, engineering, math, and computer science learning.

GETTING STARTED WITH BRACKETS

GETTING STARTED WITH BRACKETS

This is your guide!

Welcome to Brackets, a modern open-source code editor that understands web design. It's a lightweight, yet powerful, code editor that blends visual tools into the editor so you get the right amount of help when you want it.

Brackets is a different type of editor. Brackets has some unique features like Quick Edit, Live Preview and others that you may not find in other editors. Brackets is written in JavaScript, HTML and CSS. That means that most of you using Brackets have the skills necessary to modify and extend the editor. In fact, we use Brackets every day to build Brackets. To learn more about how to use the key features, read on.

Projects in Brackets

In order to edit your own code using Brackets, you can just open the folder containing your files. Brackets treats the currently open folder as a "project"; features like Code Hints, Live Preview and Quick Edit only use files within the currently open folder.

Once you're ready to get out of this sample project and edit your own code, you can use the dropdown in the left sidebar to switch folders. Right now, the dropdown says "Getting Started" - that's the folder containing the file you're looking at right now. Click on the dropdown and choose "Open Folder…" to open your own folder. You can also use the dropdown later to switch back to folders you've opened previously, including this sample project.

Quick Edit for CSS and JavaScript

No more switching between documents and losing your context. When editing HTML, use the Cmd/Ctrl + E shortcut to open a quick inline editor that displays all the related CSS. Make a tweak to your CSS, hit ESC and you're back to editing HTML, or just leave the CSS rules open and they'll become part of your HTML editor. If you hit ESC outside of a quick inline editor, they'll all collapse. Quick Edit will also find rules defined in LESS and SCSS files, including nested rules.

Want to see it in action? Place your cursor on the tag above and press Cmd/Ctrl + E. You should see a CSS quick editor appear above, showing the CSS rule that applies to it. Quick Edit works in class and id attributes as well. You can use it with your LESS and SCSS files also. You can create new rules the same way. Click in one of the tags above and press Cmd/Ctrl + E. There are no rules for it right now, but you can click the New Rule button to add a new rule for . A screenshot showing CSS Quick Edit

You can use the same shortcut to edit other things as well - like functions in JavaScript, colors, and animation timing functions - and we're adding more and more all the time.

For now inline editors cannot be nested, so you can only use Quick Edit while the cursor is in a "full size" editor.

Preview HTML and CSS changes live in the browser

You know that "save/reload dance" we've been doing for years? The one where you make changes in your editor, hit save, switch to the browser and then refresh to finally see the result? With Brackets, you don't have to do that dance.

Brackets will open a live connection to your local browser and push HTML and CSS updates as you type! You might already be doing something like this today with browser-based tools, but with Brackets there is no need to copy and paste the final code back into the editor. Your code runs in the browser, but lives in your editor!

Live Highlight HTML elements and CSS rules

Brackets makes it easy to see how your changes in HTML and CSS will affect the page. When your cursor is on a CSS rule, Brackets will highlight all affected elements in the browser. Similarly, when editing an HTML file, Brackets will highlight the corresponding HTML elements in the browser.

If you have Google Chrome installed, you can try this out yourself. Click on the lightning bolt icon in the top right corner of your Brackets window or hit Cmd/Ctrl + Alt + P. When Live Preview is enabled on an HTML document, all linked CSS documents can be edited in real-time. The icon will change from gray to gold when Brackets establishes a connection to your browser. Now, place your cursor on the tag above. Notice the blue highlight that appears around the image in Chrome. Next, use Cmd/Ctrl + E to open up the defined CSS rules. Try changing the size of the border from 10px to 20px or change the background color from "transparent" to "hotpink". If you have Brackets and your browser running side-by-side, you will see your changes instantly reflected in your browser. Cool, right?

Today, Brackets only supports Live Preview for HTML and CSS. However, in the current version, changes to JavaScript files are automatically reloaded when you save. We are currently working on Live Preview support for JavaScript. Live previews are also only possible with Google Chrome, but we hope to bring this functionality to all major browsers in the future.

Quick View

For those of us who haven't yet memorized the color equivalents for HEX or RGB values, Brackets makes it quick and easy to see exactly what color is being used. In either CSS or HTML, simply hover over any color value or gradient and Brackets will display a preview of that color/gradient automatically. The same goes for images: simply hover over the image link in the Brackets editor and it will display a thumbnail preview of that image.

To try out Quick View for yourself, place your cursor on the tag at the top of this document and press Cmd/Ctrl + E to open a CSS quick editor. Now simply hover over any of the color values within the CSS. You can also see it in action on gradients by opening a CSS quick editor on the tag and hovering over any of the background image values. To try out the image preview, place your cursor over the screenshot image included earlier in this document.

Need something else? Try an extension!

In addition to all the goodness that's built into Brackets, our large and growing community of extension developers has built hundreds of extensions that add useful functionality. If there's something you need that Brackets doesn't offer, more than likely someone has built an extension for it. To browse or search the list of available extensions, choose File > Extension Manager… and click on the "Available" tab. When you find an extension you want, just click the "Install" button next to it.

Get involved

Brackets is an open-source project. Web developers from around the world are contributing to build a better code editor. Many more are building extensions that expand the capabilities of Brackets. Let us know what you think, share your ideas or contribute directly to the project.