WHOIS Service

quiltmamas.com - information about domain

  • Server Status: available
  • Server IP: 98.136.92.206
  • Server Response Time: 475ms

Site title

welcome to quiltmamas!

Keywords

quilt mama, quilt mamas, custom quilts, handmade quilts, quilt service, quilt finishing, machine quilting, hand dyed felted wool, quilt finishing service, baby quilt, handmade gifts, quiltmamas, quilts for sale, bat mitzvah quilt, bar mitzvah quilt, weddi

Description

machine quilting, made-to-order quilts, crafts & jewelry made from the heart in the SF Bay Area

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
quiltmamas.com IN SOA 1200 mname: hidden-master.yahoo.com
rname: geo-support.yahoo-inc.com
serial: 2004022301
refresh: 10800
retry: 3600
expire: 7084000
minimum-ttl: 28800
quiltmamas.com IN MX 1200 mx5.biz.mail.yahoo.com pri: 30
quiltmamas.com IN MX 1200 mx1.biz.mail.yahoo.com pri: 20
quiltmamas.com IN A 98.136.92.206 1200
quiltmamas.com IN TXT 1200
quiltmamas.com IN NS 86400 yns2.yahoo.com
quiltmamas.com IN NS 86400 yns1.yahoo.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <meta charset="UTF-8" />
        <title>welcome to quiltmamas!</title>
        <meta name="author" content="quiltmamas" />
        <meta name="keywords" content="quilt mama, quilt mamas, custom quilts, handmade quilts, quilt service, quilt finishing, machine quilting, hand dyed felted wool, quilt finishing service, baby quilt, handmade gifts, quiltmamas, quilts for sale, bat mitzvah quilt, bar mitzvah quilt, wedding quilt, anniversary quilt, wall quilt, handmade jewelry" />
        <meta name="description" content="machine quilting, made-to-order quilts, crafts &amp; jewelry made from the heart in the SF Bay Area" />
        <meta name="robots" content="all" />
        <meta name="generator" content="Sandvox 2.5" />
        <meta name="viewport" content="width=771" />
        <link rel="alternate" type="application/rss+xml" title="RSS: welcome to quiltmamas!" href="http://quiltmamas.com/index.rss" />
<link rel="image_src" href="http://quiltmamas.com/_Media/qmlogobig.jpeg" type="image/jpeg" />
<link rel="apple-touch-icon" href="_Media/qmlogobig-2.jpeg" />        <link rel="canonical" href="http://quiltmamas.com/" />
        <link rel="stylesheet" type="text/css" href="sandvox_BlackandWhite/main.css" title="Black &amp; White" />
        <!--
        Photo credits for this website's design: <http://quiltmamas.com/sandvox_BlackandWhite/Credits.rtf>
        Licensing for this website's design:     <http://quiltmamas.com/sandvox_BlackandWhite/License.rtf>
        -->
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
    </head>
    <body class="sandvox has-page-title allow-sidebar no-custom-banner  home-page IR" id="quiltmamas_com" >
        <div id="page-container">
            <div id="page">
                <div id="page-top" class="no-logo no-title no-tagline">
                    <div id="title">
                        <h1 class="title hidden"><br /></h1>
                        
                    </div><!-- title -->
                    <div id="sitemenu-container">
                        <div id="sitemenu">
    <h2 class="hidden">Site Navigation<a href="#page-content" rel="nofollow">[Skip]</a></h2>
    <div id="sitemenu-content">
        <ul>
            <li class="i1 o currentPage"><span class="in">welcome to quiltmamas!</span></li>
            <li class="i2 e"><a href="about_us/" title="what we do"><span class="in">what we do</span></a></li>
            <li class="i3 o"><a href="gifts/" title="gifts"><span class="in">gifts</span></a></li>
            <li class="i4 e"><a href="seasonal/" title="seasonal"><span class="in">seasonal</span></a></li>
            <li class="i5 o"><a href="lots_o_quilts/" title="lots o' quilts - ann"><span class="in">lots o' quilts - ann</span></a></li>
            <li class="i6 e"><a href="lots_o_quilts_-_ann/" title="lots o' quilts - wendy"><span class="in">lots o' quilts - wendy</span></a></li>
            <li class="i7 o"><a href="celebration_quilts/" title="celebration quilts"><span class="in">celebration quilts</span></a></li>
            <li class="i8 e"><a href="for_baby/" title="for baby"><span class="in">for baby</span></a></li>
            <li class="i9 o last"><a href="spring-sale-2011/" title="spring sale 2011"><span class="in">spring sale 2011</span></a></li>
        </ul>
    </div> <!-- /sitemenu-content -->
</div> <!-- /sitemenu -->
                    </div> <!-- sitemenu-container -->
                </div> <!-- page-top -->
                <div class="clear below-page-top"></div>
                <div id="page-content" class="">
                    <div id="sidebar-container">
    <div id="sidebar">
          <div id="sidebar-top"></div>
        <div id="sidebar-content">
            <h3 class="hidden">Sidebar<a rel="nofollow" href="#main">[Skip]</a></h3>
    <div class="pagelet bordered titled i1 o">
            
        <h4 class="title pagelet-title"><span class="in">contact us</span></h4>
    <div class="pagelet-body">

        <div><!-- sandvox.ContactElement -->
            <div id="contactform">
<script type="text/javascript"><!--

function verifyAndSubmitcontactform(form) {

    var theResults    = document.getElementById("contactform-results");

    checkEmail = form.e.value;
    if (checkEmail=='email@domain.com'
        || checkEmail.indexOf('@') < 0
        || checkEmail.lastIndexOf('.') < (checkEmail.indexOf('@') + 1)
        || checkEmail.lastIndexOf('.') >= (checkEmail.length - 2)
        || checkEmail == form.e.title)
    {
        var message = "Email address is missing. Message cannot be sent.";
        theResults.className = 'contactError';
        theResults.innerHTML = message;
        return false;
    }
    if (form.s.value == '' && form.m.value == '')
    {
        var message = "No message has been entered. Message cannot be sent.";
        theResults.className = 'contactError';
        theResults.innerHTML = message;
        return false;
    }
    return true;
}

function doblurcontactform(anInput) {
    if (anInput.value == '') { anInput.value = anInput.title; anInput.style.color = '#999'; }
}

function dofocuscontactform(anInput) {
    if (anInput.value == anInput.title) { anInput.value = ''; anInput.removeAttribute('style'); }
}

//--></script>

<form class="contactElement labelsOnTop" action="http://service.karelia.com/mailme.php" onsubmit="return verifyAndSubmitcontactform(this);" method="post">
        
        <div class="hidden">
            <label for="contactform-subject">Please leave this field empty:</label>
            <input id="contactform-subject" type="text" name="subject" />
            <br />
            <label for="contactform-message">Please leave this field empty:</label>
            <textarea id="contactform-message" name="message" rows="3" cols="20"></textarea>
        </div>
    
<p>

    

    
    <label for="contactform-n">your name:</label><br />
    
    
    
    
    
    
    <!-- text field -->
    <input id="contactform-n"
        class="fullWidth"
        type="text"
        name="n"
        
        
        />

    
    
    
    
    
    
<br />
    

    

    
    <label for="contactform-e">Email:info@quiltmamas.com</label><br />
    
    
    
    
    
    
    <!-- text field -->
    <input id="contactform-e"
        class="fullWidth"
        type="email" style="color:#888"
        name="e"
        title="email@domain.com" value="email@domain.com"
        onfocus="dofocuscontactform(this)" onblur="doblurcontactform(this)"
        />

    
    
    
    
    
    
<br />
    

    

    
    <label for="contactform-s">Subject</label><br />
    
    
    
    
    
    
    <!-- text field -->
    <input id="contactform-s"
        class="fullWidth"
        type="text"
        name="s"
        title="add me to your mailing list!" value="add me to your mailing list!"
        
        />

    
    
    
    
    
    
<br />
    

    

    
    <label for="contactform-m">Message</label><br />
    
    
    <!-- text area -->
    <textarea class="fullWidth" id="contactform-m" name="m" rows="10" cols="80"></textarea>
    
    
    
<br />
    

    

    
    <!-- Send Button -->
    <input type="submit" class="submit" id="contactform-submit" name="x" value="Send" />

    
<br />
    
    </p>
    <div class="hidden">
        <!-- CSS URL -->
        <input type="hidden" name="a" id="contactform-a" value="http://quiltmamas.com/sandvox_BlackandWhite/main.css" />
        <!-- Site Title -->
        <input type="hidden" name="t" id="contactform-t" value="" />
        <!-- Verification Code -->
        <input type="hidden" name="v1" id="contactform-v1" value="UqB+p9/j3bAUCQpA06Fg7NA1xPlqXehc" />
    
        
    </div>
</form>
<div style='text-align:center;' id="contactform-results"></div>

</div><!-- /sandvox.ContactElement -->
        </div>    </div>
</div>
    <div class="pagelet untitled i2 e">
        
    <div class="pagelet-body">

        <div class="ImageElement">
            <div class="photo">
                <div><!-- sandvox.ImageElement --><img width="200" height="149" src="_Media/albanyfair_med.jpeg" alt="" /><!-- /sandvox.ImageElement --></div>
            </div>
        </div>        
        <div class="caption">
            <p>wen &amp; ann at albany art &amp; music festival<br />
</p>
<p>april 26, 2009</p>

        </div>
    </div>
</div>
    <div class="pagelet bordered untitled i3 o">
        
    <div class="pagelet-body">

        <div class="ImageElement">
            <div class="photo">
                <div><!-- sandvox.ImageElement --><img width="200" height="149" src="" alt="" /><!-- /sandvox.ImageElement --></div>
            </div>
        </div>        
        <div class="caption">
            <p>quiltmamas at liveoak</p>


        </div>
    </div>
</div>
    <div class="pagelet bordered untitled i4 e">
        
    <div class="pagelet-body">

        <div class="ImageElement">
            <div class="photo">
                <div><!-- sandvox.ImageElement --><img width="200" height="266" src="" alt="" /><!-- /sandvox.ImageElement --></div>
            </div>
        </div>        
        <div class="caption">
            <p>quiltmamas winter sale, berkeley, ca </p>




        </div>
    </div>
</div>
    <div class="pagelet untitled i5 o">
        
    <div class="pagelet-body">

        <div class="ImageElement">
            <div class="photo">
                <div><!-- sandvox.ImageElement --><a href="_Media/dsc01950.jpeg" class="imageLink"><img width="200" height="149" src="_Media/dsc01950_med.jpeg" alt="" /></a><!-- /sandvox.ImageElement --></div>
            </div>
        </div>        
        <div class="caption">
            <p>ann &amp; wendy visit the babies in the nutrition center at hospital de la familia, Nuevo Progresso, Guatemala</p>

        </div>
    </div>
</div>
    <div class="pagelet titled i6 e">
            
        <h4 class="title pagelet-title"><span class="in">Page Counter</span></h4>
    <div class="pagelet-body">

        <div><!-- sandvox.PageCounterElement -->
            <div id="pc" style="text-align: center;" class="page_counter"></div><!-- /sandvox.PageCounterElement -->
        </div>    </div>
</div>
    <div class="pagelet titled i7 o">
            
        <h4 class="title pagelet-title"><span class="in">qmlogosmall</span></h4>
    <div class="pagelet-body">

        <div class="ImageElement">
            <div class="photo">
                <div><!-- sandvox.ImageElement --><img width="200" height="37" src="_Media/qmlogosmall_med.jpeg" alt="" /><!-- /sandvox.ImageElement --></div>
            </div>
        </div>    </div>
</div>
    <div class="pagelet untitled i8 e last-item">
        
    <div class="pagelet-body">

        <div><!-- sandvox.BadgeElement --><p style="text-align:center; padding-top:30px; padding-bottom:30px;">
<a class="imageLink" style="background:none; border:none;" href="http://www.sandvox.com/?utm_source=cust_site&amp;utm_medium=banner&amp;utm_content=b1&amp;utm_campaign=pointback&amp;h=" title="Learn about Sandvox - The Website Builder for the Mac - publish blogs and photos on any host"><img src="_Resources/sandvox_icon_white.png" alt="Created with Sandvox - The Website Builder for the Mac - publish blogs and photos on any host" width="88" height="31"/></a>
</p>
<!-- /sandvox.BadgeElement --></div>    </div>
</div>
        </div> <!-- sidebar-content -->
        <div id="sidebar-bottom"></div>    
    </div> <!-- sidebar -->
</div> <!-- sidebar-container -->
                    <div id="main">
                        <div id="main-top"></div>
                                                    <div id="main-content">
                            <h2 class="title"><span class="in"><span style="font-family: 'Comic Sans MS'; font-size: 12px; ">welcome to quiltmamas!</span></span></h2>
                            <div class="article">
                                <div class="article-content">
    <div class="RichTextElement">
        <div>
            <div class="first graphic-container wide center ImageElement">
                <div class="graphic">
                    <div class="figure-content"><!-- sandvox.ImageElement --><img width="430" height="81" src="_Media/qmlogosmall_med-2.jpeg" alt="quiltmamas" /><!-- /sandvox.ImageElement --></div>
                </div>
            </div>
            <div class="not-first-item graphic-container wide center ImageElement">
                <div class="graphic">
                    <div class="figure-content"><!-- sandvox.ImageElement --><img width="430" height="323" src="_Media/img_0706_med.jpeg" alt="IMG 0706" /><!-- /sandvox.ImageElement --></div>
                </div>
            </div><p style="text-align: center; "><span style="color: rgb(0, 0, 0); font-style: normal; font-size: 14px; font-family: 'Comic Sans MS', Palatino, Times, 'Times New Roman', serif; ">



















</span></p><p style="text-align: center; font-size: 10px; " class="MsoNormal"><em><span style="font-size: 17px; ">thank you for making our</span></em></p>
<p style="text-align: center; font-size: 10px; " class="MsoNormal"><strong><span style="font-size: 17px; ">quiltmamas holiday gift sale</span></strong></p>
<p style="text-align: center; font-size: 10px; " class="MsoNormal"><em><span style="font-size: 17px; ">such a success!</span></em></p><p style="text-align: center; "><span style="color: rgb(0, 0, 0); font-style: normal; font-size: 14px; font-family: 'Comic Sans MS', Palatino, Times, 'Times New Roman', serif; ">- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span></p>
<p style="text-align: left; "><span style="font-family: 'Comic Sans MS'; font-size: 14px; "><a href="seasonal/"><strong><span style="color: rgb(33, 33, 33); ">we offer the following services:</span></strong></a></span></p>
<p style="font: normal normal normal 14px/normal 'Comic Sans MS'; "><span style="color: rgb(33, 33, 33); ">• hand-crafted wall quilts, crib &amp; full sized custom quilts,<a href="celebration_quilts/">for all occasions</a></span></p>
<p style="font: normal normal normal 14px/normal 'Comic Sans MS'; "><span style="color: rgb(33, 33, 33); ">• quilt finishing services: machine piecing, machine quilting &amp; quilt binding</span></p>
<p style="font: normal normal normal 14px/normal 'Comic Sans MS'; "><span style="color: rgb(33, 33, 33); ">• pattern/fabric selection for your custom designed quilt</span></p>
<p style="font: normal normal normal 14px/normal 'Comic Sans MS'; "><span style="color: rgb(33, 33, 33); ">• <a href="gifts/">hand-crafted gifts</a> such as purses, totes, jewelry, woolen whimzies &amp; more</span></p>
<p style="font: normal normal normal 14px/normal 'Comic Sans MS'; "><span style="color: rgb(33, 33, 33); ">• hand-dyed felted wool, sold by the inch                                             </span></p>
<p style="text-align: center; font: normal normal normal 14px/normal 'Comic Sans MS'; "><span style="color: rgb(33, 33, 33); font-size: 14px; ">make sure you are on our contact list to hear about upcoming sale events</span></p>
<p style="text-align: center; font: normal normal normal 14px/normal 'Comic Sans MS'; "><span style="font-size: 18px; color: rgb(33, 33, 33); ">questions? </span><span style="color: rgb(33, 33, 33); "><a href="mailto:info@quiltmamas.com"><strong><span style="font-size: 18px; ">contact us!</span></strong></a></span></p>
<img width="320" height="81" src="_Media/handall.gif" alt="handall" class="not-first-item" />
<p style="text-align: center; font: normal normal normal 14px/normal 'Comic Sans MS'; "><a href="http://www.flickr.com/photos/quiltmamas" target="_blank"><span style="color: rgb(33, 33, 33); ">...to see what what's inspiring us now, check out our Flickr gallery</span></a></p>

            <div class="not-first-item graphic-container wide center">
                <div style="" class="photogrid-index graphic">
                    <div class="figure-content"><!-- sandvox.PhotoGridIndex -->
<div class="gridItem i1 o">
    <a href="about_us/" title="what we do" class="imageLink">
                            <div width="128" height="128" style="width:128px; height:128px;"></div>
                        </a>
    
                        <h3><a href="about_us/" title="what we do"><span class="in">what we do</span></a></h3>
    
</div>
<div class="gridItem i2 e">
    <a href="gifts/" title="gifts" class="imageLink"><img width="119" height="128" src="_Media/p1010007_thumbnail.png" alt="" /></a>
    
                        <h3><a href="gifts/" title="gifts"><span class="in">gifts</span></a></h3>
    
</div>
<div class="gridItem i3 o">
    <a href="seasonal/" title="seasonal" class="imageLink"><img width="128" height="96" src="_Media/pa110265_thumbnail.png" alt="" /></a>
    
                        <h3><a href="seasonal/" title="seasonal"><span class="in">seasonal</span></a></h3>
    
</div>
<div class="gridItem i4 e">
    <a href="lots_o_quilts/" title="lots o' quilts - ann" class="imageLink"><img width="102" height="128" src="_Media/p5240116_thumbnail.png" alt="" /></a>
    
                        <h3><a href="lots_o_quilts/" title="lots o' quilts - ann"><span class="in">lots o' quilts - ann</span></a></h3>
    
</div>
<div class="gridItem i5 o">
    <a href="lots_o_quilts_-_ann/" title="lots o' quilts - wendy" class="imageLink"><img width="96" height="128" src="_Media/pb150002_thumbnail.jpeg" alt="" /></a>
    
                        <h3><a href="lots_o_quilts_-_ann/" title="lots o' quilts - wendy"><span class="in">lots o' quilts - wendy</span></a></h3>
    
</div>
<div class="gridItem i6 e">
    <a href="celebration_quilts/" title="celebration quilts" class="imageLink"><img width="128" height="127" src="_Media/p1010159_thumbnail.jpeg" alt="" /></a>
    
                        <h3><a href="celebration_quilts/" title="celebration quilts"><span class="in">celebration quilts</span></a></h3>
    
</div>
<div class="gridItem i7 o">
    <a href="for_baby/" title="for baby" class="imageLink"><img width="128" height="96" src="_Media/gabriel_thumbnail.png" alt="" /></a>
    
                        <h3><a href="for_baby/" title="for baby"><span class="in">for baby</span></a></h3>
    
</div>
<div class="gridItem i8 e">
    <a href="spring-sale-2011/" title="spring sale 2011" class="imageLink"><img width="128" height="95" src="_Media/img_0361_128.jpeg" alt="" /></a>
    
                        <h3><a href="spring-sale-2011/" title="spring sale 2011"><span class="in">spring sale 2011</span></a></h3>
    
</div>
<div class="gridItem i9 o last-item">
    <a href="uiltmamas-winter-sale-2011/" title="QM Winter Sale 2011" class="imageLink"><img width="128" height="128" src="_Media/img_0654_128.jpeg" alt="" /></a>
    
                        <h3><a href="uiltmamas-winter-sale-2011/" title="QM Winter Sale 2011"><span class="in">QM Winter Sale 2011</span></a></h3>
    
</div>
<div class="photogrid-index-bottom"></div>
<!-- /sandvox.PhotoGridIndex --></div>
                </div>
            </div><br />

        </div>
    </div>
</div> <!-- /article-content -->
                                <div class="article-info">
                                </div> <!-- /article-info -->
                            </div> <!-- /article -->
                        </div> <!-- main-content -->
                        <div id="main-bottom"></div>
                    </div> <!-- main -->
                </div> <!-- content -->
                <div class="clear below-content"></div>
                <div id="page-bottom">
                    <div id="page-bottom-contents">
                        <div><p><a href="mailto:info@quiltmamas.com"><span style="font-family: Arial; font-size: 14px;"><b>c</b></span><span style="font-family: Arial; font-size: 14px;"><b>ontact us</b></span></a></p>

</div>
                        <div class="hidden"> <a rel="nofollow" href="#title">[Back To Top]</a></div>
                    </div>
                </div> <!-- page-bottom -->
            </div> <!-- container -->
            <div id="extraDiv1"><span></span></div><div id="extraDiv2"><span></span></div><div id="extraDiv3"><span></span></div><div id="extraDiv4"><span></span></div><div id="extraDiv5"><span></span></div><div id="extraDiv6"><span></span></div>
        </div> <!-- specific body type -->
<!-- pagecounter scripts -->
<script type="text/javascript" src="http://service.karelia.com/ctr/count.js?u=http://quiltmamas.com/"></script>
<script type="text/javascript">
    var paragraph = document.createElement("p");
    var text = document.createTextNode(svxPageCount);
    paragraph.appendChild(text);
    document.getElementById("pc").appendChild(paragraph);
</script>
<noscript>
    <!-- tickle pagecounter by loading a small image -->
    <p><img src="http://service.karelia.com/ctr/noscript.gif?u=http://quiltmamas.com/" alt="" /></p>
</noscript>
<!-- /pagecounter scripts -->
    </body>
</html>
<!-- text below generated by server. PLEASE REMOVE --><!-- Counter/Statistics data collection code --><script language="JavaScript" src="http://l.yimg.com/d/lib/smb/js/hosting/cp/js_source/whv2_001.js"></script><script language="javascript">geovisit();</script><noscript><img src="http://visit.webhosting.yahoo.com/visit.gif?us1331356014" alt="setstats" border="0" width="1" height="1"></noscript>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...