9000things is a local handmade and design business specializing in colorful and contemporary home goods, artwork and accessories. We’re opening a store in Union Square in 2018 after having our studio in East Somerville for two years!
Fallon’s Daily Toast is a local public access television show that highlights, arts, music, performance, education, politics and more. It airs live every Friday evening at 7pm on Somerville’s Channel 3 and online at scatvsomerville.org.
JoJo is a one woman clothing design business that began in 2007. JoAnne Coppolo, the sole proprietor, has been making clothes since she was a pre-teen and, after several decades, returned to this as a form of artistic expression. Her eclectic choice of textiles suggests a vintage feeling to some of her garments, however there is also an ethnic component with the application of African and Indian printed fabric.
Camberville Dog Treats are three ingredient treats made with fruit and vegetables from local organic and sustainable farms. Flavors are named after Cambridge and Somerville squares and are gentle on sensitive stomachs.
The e. scott originals team makes all our jewelry in our little brick and mortar shop located at 199b Highland Ave. in Somerville, MA. e. scott originals specializes in handmade, original jewelry inspired by urban life and mother nature. Collections range from simple classics to bohemian adornments, but all pieces are meant to be worn daily and loved forever. We create the new heirloom.
How do you capture the essence of a place? What catches your eye as you discover the world? Those are the questions that I explore in my photography. I am a member of the Brickbottom Artists Association in Somerville, MA and especially enjoy photographing the unexpected and overlooked beauty of places. I have been influenced by all of the cultures I have encountered as well as the urban environments I Read more [...]
Abigail designs and makes delightful papercraft kits, banners, gift boxes, greeting cards, and paper decorations in her studio in Somerville out of sturdy, bright paper — perfect for crafty kids, creative adults, and everyone in between.
I specialize in selling framed and/or matted vintage educational flash cards, posters and pennants. The majority of what I sell is authentic and mostly mid century. I also have select pieces that are as old as the 1850’s. I have a few reproductions that I sell for a lower price point as well.
Jane Messinger makes images about her experiences in architecture and landscape. After a decade working in media and architecture, she became a full-time photographer in 2013. She grew up on the south coast of England and is now based in Somerville, Massachusetts.
I’m a Somerville and Cambridge based jeweler working in precious metals and semi-precious stones. I strive to create beautifully made jewelry with a timeless aesthetic.
Work Shop Salon is the creative space of experienced independent stylists. We have a small and intimate vibe and a common goal that work should never feel like work.
== 'nearest' || jQuery('select[name="sort_by"]', $form).val() == 'farthest')) && (jQuery(".snear", $form).val() == '' || jQuery(".snear", $form).val() == 'Near')) jQuery(".snear", $form).val(default_location);
geocodeAddress($form);
}
function doGeolocation() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(positionSuccess, positionError);
} else {
positionError(-1);
}
}
function positionError(err) {
var msg;
switch (err.code) {
case err.UNKNOWN_ERROR:
msg = "Unable to find your location";
break;
case err.PERMISSION_DENINED:
msg = "Permission denied in finding your location";
break;
case err.POSITION_UNAVAILABLE:
msg = "Your location is currently unknown";
break;
case err.BREAK:
msg = "Attempt to find location took too long";
break;
default:
msg = "Location detection not supported in browser";
}
jQuery('#info').html(msg);
}
function positionSuccess(position) {
var coords = position.coords || position.coordinate || position;
jQuery('.sgeo_lat').val(coords.latitude);
jQuery('.sgeo_lon').val(coords.longitude);
jQuery('.geodir-listing-search').submit();
}
/**
* On unload page do some cleaning so back button cache does not store these values.
*/
window.onunload = function(){
if(jQuery('.sgeo_lat').length ){
jQuery('.sgeo_lat').val('');
jQuery('.sgeo_lon').val('');
}
};