<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>
  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Join our Mailing List
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
    } catch(err) {
        jqueryLoaded=false;
    }
   var fancyboxLoaded;
               //Check if a fancybox plugin is already loaded
               if($.fancybox){
        fancyboxLoaded=true;
               }
               else {
        fancyboxLoaded=false;
               }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://kevinelliott.us1.list-manage.com/subscribe/post-json?u=5c1acb7ae8766f28f5a0dd2c2&amp;id=c8553a3542&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 Mused for iPhone is an iPhone and iPod Touch application for museum and art lovers, families, students, and travelers. Discover, track, and learn about museums nearby and in locations all around the world.

Mused is made by Kevin Elliott and Dana Winitsky of WeLike.

WeLike, LLC is a Mountain View, CA based company with a mission to help people discover the things that they’ll absolutely love.



  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-12000276-7']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</description><title>Mused for iPhone</title><generator>Tumblr (3.0; @musedforiphone)</generator><link>http://blog.musedapp.com/</link><item><title>Improving Your Museum's Marketing Efforts: Create Social Check-in Accounts</title><description>When people arrive to specific locations, such as your museum, many often pull out their smartphones...</description><link>http://blog.musedapp.com/post/12174995752</link><guid>http://blog.musedapp.com/post/12174995752</guid><pubDate>Mon, 31 Oct 2011 15:23:41 -0700</pubDate><category>museums</category><category>marketing</category><category>check-ins</category><category>Foursquare</category><category>Gowalla</category><category>Facebook Places</category><category>Google Places</category><category>Yelp</category></item><item><title>QR codes, UK</title><description>It is simply fantastic to see more museums using QR codes to label their exhibits so that visitors...</description><link>http://blog.musedapp.com/post/11355083642</link><guid>http://blog.musedapp.com/post/11355083642</guid><pubDate>Wed, 12 Oct 2011 08:05:06 -0700</pubDate><category>QR Codes</category><category>museums</category><category>Mused</category><category>iPhone</category><category>Technology</category></item><item><title>"Just goes to show that most museums aren’t able to tap into the same deep funding..."</title><description>“Just goes to show that most museums aren’t able to tap into the same deep funding...</description><link>http://blog.musedapp.com/post/11331549429</link><guid>http://blog.musedapp.com/post/11331549429</guid><pubDate>Tue, 11 Oct 2011 15:15:27 -0700</pubDate></item><item><title>Donor Numbers Up, Donations Still Down</title><description>Donor Numbers Up, Donations Still Down: One of the driving forces behind creating Mused was to help...</description><link>http://blog.musedapp.com/post/10772718179</link><guid>http://blog.musedapp.com/post/10772718179</guid><pubDate>Wed, 28 Sep 2011 11:34:00 -0700</pubDate><category>Donors</category><category>Fundraising</category><category>Nonprofit</category><category>Museums</category><category>Museum</category></item><item><title>Improving Your Museum's Marketing Efforts: Create Social Networking Accounts</title><description>Social networking is, generically speaking, a way for people to communicate with others on the...</description><link>http://blog.musedapp.com/post/10259664416</link><guid>http://blog.musedapp.com/post/10259664416</guid><pubDate>Thu, 15 Sep 2011 17:46:12 -0700</pubDate><category>museums</category><category>marketing</category><category>social networking</category><category>Facebook</category><category>Twitter</category><category>Google+</category></item><item><title>"It’s going to be hard for museums to be plastering their objects and displays with QR codes at the..."</title><description>“It’s going to be hard for museums to be plastering their objects and displays with QR codes...</description><link>http://blog.musedapp.com/post/10258732232</link><guid>http://blog.musedapp.com/post/10258732232</guid><pubDate>Thu, 15 Sep 2011 17:25:55 -0700</pubDate><category>quote</category><category>museums</category><category>photography</category><category>qr codes</category><category>mobile computing</category></item><item><title>"I went to the museum where they had all the heads and arms from the statues that are in all the..."</title><description>“I went to the museum where they had all the heads and arms from the statues that are in all...</description><link>http://blog.musedapp.com/post/10240259527</link><guid>http://blog.musedapp.com/post/10240259527</guid><pubDate>Thu, 15 Sep 2011 08:01:05 -0700</pubDate><category>Museum</category><category>Quotes</category><category>Funny</category></item><item><title>Improving Your Museum's Marketing Efforts: Create a Yelp Listing</title><description>As a consumer, you either love Yelp or you hate it. As a business (profit focused or not), you need...</description><link>http://blog.musedapp.com/post/10226113023</link><guid>http://blog.musedapp.com/post/10226113023</guid><pubDate>Wed, 14 Sep 2011 19:06:33 -0700</pubDate><category>museums</category><category>marketing</category><category>Yelp</category><category>ratings</category><category>reviews</category><category>custom experiences</category></item><item><title>Museums &amp; Motherhood: Hosting Jimmy Wales</title><description>Museums &amp; Motherhood: Hosting Jimmy Wales: I’m quite jealous that Lori Phillips recently...</description><link>http://blog.musedapp.com/post/10224609145</link><guid>http://blog.musedapp.com/post/10224609145</guid><pubDate>Wed, 14 Sep 2011 18:30:00 -0700</pubDate><category>Wikipedia</category><category>museums</category><category>Wikimedia</category><category>Wikipedian</category><category>Jimmy Wales</category><category>Lori Phillips</category><category>QR Codes</category><category>Technology</category></item><item><title>Improving Your Museum's Marketing Efforts: Be Contactable</title><description>It may seem obvious to many of you, but after reviewing thousands of museums there are still a...</description><link>http://blog.musedapp.com/post/10171691298</link><guid>http://blog.musedapp.com/post/10171691298</guid><pubDate>Tue, 13 Sep 2011 12:39:22 -0700</pubDate><category>museums</category><category>marketing</category><category>phone</category><category>fax</category><category>email</category><category>website</category><category>contact</category></item><item><title>Improving Your Museum's Marketing Efforts: Create and Maintain a Website</title><description>A tremendous number of people have become reliant upon searching the Internet for finding out...</description><link>http://blog.musedapp.com/post/10164802367</link><guid>http://blog.musedapp.com/post/10164802367</guid><pubDate>Tue, 13 Sep 2011 08:01:05 -0700</pubDate><category>museums</category><category>marketing</category><category>website</category><category>museum</category><category>html</category></item><item><title>Improving Your Museum's Marketing Efforts: Write a Pitch</title><description>Whenever you talk about your museum, whether it&amp;#8217;s on your website, blog or description on a...</description><link>http://blog.musedapp.com/post/10132991286</link><guid>http://blog.musedapp.com/post/10132991286</guid><pubDate>Mon, 12 Sep 2011 12:29:00 -0700</pubDate><category>museums</category><category>marketing</category><category>pitch</category><category>writing</category><category>museum</category><category>series</category></item><item><title>Series: Improving Your Museum's Marketing Efforts</title><description>Bringing new people to your museum is a worthwhile challenge. It keeps your funding alive,...</description><link>http://blog.musedapp.com/post/10131551343</link><guid>http://blog.musedapp.com/post/10131551343</guid><pubDate>Mon, 12 Sep 2011 11:42:00 -0700</pubDate><category>museums</category><category>museum</category><category>marketing</category><category>social networks</category><category>budget</category></item><item><title>We’ve been busy hacking away at the new Mused for iPhone...</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_lr8ap2IsaM1qerzq2o1_500.png"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;We’ve been busy hacking away at the new Mused for iPhone application. It has really been a long journey. We are about 2 years into the development of a homegrown database containing the most detailed collection of information on museums that we have seen. We have talked with so many individuals who like to visit museums, and probably and equal number of people who don’t visit museums. Most people we have talked to seem to be interested in learning more about fun things to do and interesting places to visit. We have also talked with a lot of you that work at museums, and it seems like many of you are looking for ways to bring in new visitors.&lt;/p&gt;
&lt;p&gt;We have built a backend service that powers the iPhone app, as well as a special website for museums to claim their listing or submit their museum to our database (you can find that at the &lt;a title="Mused Curator Portal" target="_blank" href="http://musedapp.com/curator"&gt;Mused Curator Portal&lt;/a&gt; and I suggest you add your museum if you haven’t already).&lt;/p&gt;
&lt;p&gt;Hang in there for a little while longer! We just want the app to work well for you. Our company is so small and there are only a few of us. We’re still going through a private testing period. In the meantime, here’s a little teaser screenshot of the current version of Mused (version 1.5).&lt;/p&gt;</description><link>http://blog.musedapp.com/post/9975213494</link><guid>http://blog.musedapp.com/post/9975213494</guid><pubDate>Thu, 08 Sep 2011 17:00:00 -0700</pubDate><category>art</category><category>design</category><category>iphone</category><category>mused</category><category>museums</category><category>museum</category></item><item><title>Mused 2.0 Still Coming!</title><description>We&amp;#8217;re miles behind, but Mused 2.0 is still coming. We are just trying to make it a version...</description><link>http://blog.musedapp.com/post/1349704133</link><guid>http://blog.musedapp.com/post/1349704133</guid><pubDate>Mon, 18 Oct 2010 23:49:33 -0700</pubDate></item><item><title>Mused Curator Portal has launched!</title><description>
The Mused Curator Portal has been launched in beta status. Museums can now edit their Mused museum...</description><link>http://blog.musedapp.com/post/1349691829</link><guid>http://blog.musedapp.com/post/1349691829</guid><pubDate>Tue, 12 Jan 2010 00:00:00 -0800</pubDate></item></channel></rss>

