What should I customize before I launch my site? - StackExchange most recent 30 from http://meta.stackexchange.com2010-03-20T20:22:27Zhttp://meta.stackexchange.com/feeds/question/643http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-siteWhat should I customize before I launch my site?Aaron Maenpaa2009-09-30T14:07:58Z2009-10-08T02:55:15Z
<p>How about a checklist of things that need doing before I send actual users (even my closest friends) to my site?</p>
http://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-site/645#645Answer by Anton Geraschenko for What should I customize before I launch my site?Anton Geraschenko2009-09-30T14:21:02Z2009-09-30T15:43:52Z<p>Fix the colors! The current (beta) default colors will subject you to a lot of abuse.</p>
<p><a href="http://meta.stackexchange.com/questions/460/how-do-i-make-a-reasonable-color-scheme-for-my-stackexchange-site" rel="nofollow">Instructions</a></p>
http://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-site/646#646Answer by Anton Geraschenko for What should I customize before I launch my site?Anton Geraschenko2009-09-30T14:24:20Z2009-09-30T14:31:33Z<p>You should write the text for your FAQ page and other static pages you plan to have (an "about" page perhaps). Your SE site comes with a default FAQ page, but you'll probably want to change much of it. The default editing-help page is fine as is.</p>
<p>Here are some static pages you might want (this is Community Wiki, so feel free to add to the list):</p>
<ul>
<li>Editing help (just the default)</li>
<li>FAQ</li>
<li>Known Issues (list of bugs users should know about). You don't really need to write this in advance.</li>
<li>Attribution page. In my case, I'm using the cc-wiki license, and this page is to explain how to cite site content. I guess this would be a licensing page in general.</li>
<li>News. If you don't have a separate blog for the site, you can make a news page.</li>
<li>Beta. A page explaining that the site (and the underlying software) is in beta, so users should be forgiving and report bugs (if they aren't already on the known issues page). I also have a system message screaming to people that the site is beta and linking to this static page.</li>
</ul>
http://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-site/647#647Answer by Alphabet Soup for What should I customize before I launch my site?Alphabet Soup2009-09-30T14:29:14Z2009-09-30T14:29:14Z<p>Seed the site with some questions to get the ball rolling. Have something for new users to sink their teeth into as well as finding out what kind of questions the site is wanting to gear toward.</p>
http://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-site/652#652Answer by Aaron Maenpaa for What should I customize before I launch my site?Aaron Maenpaa2009-09-30T14:47:03Z2009-09-30T15:46:03Z<h3>Ad Spots</h3>
<p>You could put something in them, like ads, or your mission statement, or anything you want to show up on pretty much every page.</p>
<p>If you do want to put up ads, you're probably going to want to <a href="http://meta.stackexchange.com/questions/266/how-are-ads-added-to-the-ad-spots/268#268" rel="nofollow">use some kind of ad manager</a> as they are just divs.</p>
<p>Alternatively, you can just make them go away by using some CSS like this:</p>
<pre><code>.portholes {
display: none;
}
</code></pre>
<p>It's important to remember that the banners are only shown to <em>newish</em> users, so you will probably want to browse your site logged out so you get the anonymous experience to test your banners.</p>
<h3>Logo and Favicon</h3>
<p><code>admin->theme->Logo and Favicon</tt></code>: Upload some pictures and change them.</p>
<p>The system does not scale/crop/rotate or perform any contortions to make your logo fit the layout. If you want your logo to fit the layout, it should be <strong>250x69 pixels</strong> if you upload something a lot bigger, or a lot smaller, it will probably look kind of funky. Maybe that's what you want, if not use your graphics editor to size it to 250x69.</p>
<p>Look at your logo in context, and make sure it's aligned. If your logo has a lot of text in it, it should probably be centered with the row of buttons next to it.</p>
<h3>FAQ</h3>
<p>The site's FAQ is a static page (under <code>admin->content->Static Pages</code>) which uses <a href="http://stackoverflow.com/faq" rel="nofollow">StackOverflow's FAQ</a> as a template.</p>
<p>You should read through it and make it your own... or at the very least fill in the blanks (and in sites created on certain versions of the code, replace the string "%(domain)s" with something like your site's name).</p>
<h3>Other Stuff</h3>
<p>There's a bunch of stuff under <code>admin->content->Html Customization</code> you should look it over and make sure the verbiage is to your liking (The welcome message has a blank and the tag examples are: "tag another-tag a-much-better-tag". Both probably need changing).</p>
<p>As an aside, much like the banners, the welcome message is only shown to <em>newish</em> users so you'll need to browse your site without being logged in to see it.</p>
http://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-site/664#664Answer by Joel Spolsky for What should I customize before I launch my site?Joel Spolsky2009-09-30T15:47:14Z2009-09-30T15:47:14Z<p>Make sure users get answers to their questions (or they won't come back). Make sure you've got a core group of people lined up, checking the site regularly, and working hard to answer questions (even if they have to run off and research the answers) for the first few days.</p>
http://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-site/676#676Answer by Scott W. for What should I customize before I launch my site?Scott W.2009-10-01T00:25:10Z2009-10-08T02:55:15Z<p>I would say:</p>
<ul>
<li><strong>Know Why</strong>: This is critical. This is what Tammy did first. She sat down and wrote an "about" page that explained why (and how) this site was going to make people's lives better. You'd better be convinced yourself. Come up with specific examples of what is wrong with the status quo. Turn this into an About page.</li>
<li><strong>License</strong>: Pick a license. I only say this because it's probably almost legally impossible to change your license after the fact, so decide if it's a CC license or if you own everything, or what.</li>
<li><strong>Attribution</strong>: If you do choose an open license, I suggest the <a href="http://moms4mom.com/attribution" rel="nofollow">attribution page</a> as well. I blatantly stole the idea from Jeff Atwood and StackOverflow, basically because it prevents someone from just dumping your site and cloning it later (well, legally anyway). It won't matter at the beginning, but it's very easy, so why not do it.</li>
<li><strong>Share Feature</strong>: Make sure you include some easy mechanism for visitors to share their site with friends. We used the <a href="http://www.addthis.com/" rel="nofollow">AddThis</a> button because it was so easy and compact. You definitely want a way to share by email, and then make sure you know how the people in your target community will communicate, and make sure that's covered. Remember, personal referrals are the most effective way to spread the word because we trust our friends to not spam us with irrelevant information.</li>
<li><strong>Logo</strong>: Must be 250x69 pixels. Doesn't have to be complicated. If you have no design sense, consider running a competition on <a href="http://99designs.com." rel="nofollow">99designs</a> but make sure you don't ask for anything complicated. Stylized text is about the best most of them can do. Anything more complicated and I guarantee that parts of it will be plagiarized. If you want to go cheap, just use your favorite drawing package. I actually did ours in XAML (you use the tools you know) and just did a screenshot. If anyone wants the XAML to start with, email me at scott <em>{at}</em> moms4mom.com and I'll email you the file. You'll need Visual C# Express at least though. You can also customize your favicon (32x32).</li>
<li><strong>Theme</strong>: Pick a color scheme. I suggest getting a designer involved. If not, I suggest finding two complementary colors on the color wheel that look good, and just go lighter and darker for each one from there. I suggest trying to do something as different as possible. Background image? <a href="http://www.weddingnuts.com/" rel="nofollow">Sure why not</a> (not an actual StackExchange site).</li>
<li><strong>Analytics</strong>: Get Google Analytics installed in the footer of your site. Make sure you configure it to <a href="http://meta.stackexchange.com/questions/1005/how-do-i-make-google-analytics-ignore-my-own-visits-to-the-site/1006#1006" rel="nofollow">exclude your own visits</a>.</li>
<li><strong>FAQ</strong>: Customize the FAQ for your audience. Also, write some faq tagged questions and answers of your own to help people who might have a question about how to use your site. You're welcome to take any of the ones from <a href="http://moms4mom.com/questions/tagged/faq" rel="nofollow">moms4mom</a> (if you follow the attribution requirements, of course! :)</li>
<li><strong>Ad-Spots</strong>: You can hide them or you can put something worthwhile in them. We used the banner spot for an AddThis button. The sidebar has a mission statement, a share button, and the facebook fan page badge. The banner-low has a message saying you can ask a question anonymously (I was hoping to get some of the googlers to ask more questions, but as far as I can tell, it's not working at all). The sidebar-low is a great place to trade topic links with other StackExchange sites.</li>
<li><strong>Questions</strong>: We found people are much more willing to answer a question than to ask a question. You may find that questions are more valuable than answers to your early site because it encourages participation. Get a good list of questions from your friends or people in the community. Ask them if they'd be willing to post the question themselves.</li>
<li><strong>Tags</strong>: Anyone can create a tag before there are 100. Figure out what general categories you want to have, and be ready to retag as the questions are asked. Fill in the example tags in the customization section.</li>
<li><strong>Ask for help</strong>: Join the other administrators over at the <a href="http://meta.stackexchange.com/questions/272/roll-call-answer-here-if-youre-in-the-beta/342#342" rel="nofollow">StackExchange Google Group</a>. That'll give you a direct connection to us by email, we can share more detailed information than would be applicable on meta.SE, and we can get to know each other. Also join our petition to get Joel to spring for a StackExchange Administrator party in either Vegas or Hawaii. :)</li>
</ul>
<p>Don't be afraid to tell people early. It doesn't have to be perfect. You can edit it any time.</p>
<p>Good luck!</p>
http://meta.stackexchange.com/questions/643/what-should-i-customize-before-i-launch-my-site/730#730Answer by JerryC for What should I customize before I launch my site?JerryC2009-10-03T01:29:44Z2009-10-03T01:29:44Z<p>The customer is always right. Joel said it best.</p>
<p>I would concentrate your efforts on the community. Watch the questions that come in, of course try to answer them, but also edit, clean, and re-tag to your liking. Keep everything organized, and your members happy.</p>