Skip to main content

So you want a good app name?

Alsalam alikom wa rahmat Allah wa barakatoh (aka peace upon you!)

Fact: there are more than 100million registered hosts worldwide[1].
Fact2: there are 170K English words in Oxford dictionary[2].
Or to paraphrase, good luck finding an obvious domain name to register!

There are a lot of web sites that try to guide you through a semi-systematic process to find that perfect catchy memorable name. The good ones admit it's not exact science and there is no one size fits all recipe.

Before I begin describing my personal experience, if you are not convinced finding a good name is important, I suggest you read this article first.

DISCLAIMER: this is mainly for English-named services/apps. If your target audience is some local market, you have more freedom in picking names...

Now that you are back, here are the tips I found the most useful (your millage might vary):
  1. Make it a priority to name your business/app/website.
    • It inspires all team members,
    • It forces you to focus on the essence of what you are trying to do,
    • It creates a common language everyone agrees on.
  2. Don't come up with a name in a bubble.
    • Engage your team members. I can't stress how important it's for everyone involved to feel belonging.
  3. Make a copy of this Sheet. And fill in all names as you go...
    • The sheet automatically looks up the app name on Play Store, iTunes and Domain names. 
  4. Generate at least 30 names to begin with. Some tools I used:
  5. Pick "nice" names
    • Stay under or at 10 characters..
    • Make sure it's pronounceable and spellable (not a word but you get what I mean)
    • Compound names are less desirable but a good strategy if you have to..
  6. Now you need to get rid of the worst 10.
  7. Now you need to get rid of the worst 10.
  8. Keep repeating that till you have 10 remaining.
  9. Time to vote!
  10. Viola! You have a pick... 
    • In the past I've had to repeat the process because the name picked here didn't pass sniff test.
If you have some money to spare, you can actually test the names, create fake web pages with domain names and advertise on Facebook to gage audience interest (make sure you target the actual potential audience for your service)

Best of luck!

[1] http://tekeye.biz/2014/how-many-websites-are-there
[2] http://www.oxforddictionaries.com/us/words/how-many-words-are-there-in-the-english-language 

Comments

Popular posts from this blog

Windows7 adds Math Input Panel

Alsalam alikom wa ra7mat Allah wa barakatoh… I was reading a windows team post about Input Panels improvements in Windows7 [ here ]. When at the end I saw a very interesting –intuitive if you wish- new thing… which is, as you guessed, the Math Input Panel… Yes, that crappy font is mine… I “drew” that by mouse as I don’t have a tablet pen/pc. You can then paste it directly into word and it’ll recognize it as an editable equation… During my tests, the output panel (the top part) hanged, but I liked that the drawing panel was still responsive and I could still write/erase… till the top one started to respond again… One other thing to know, after you click Insert (that button down there) it copies the equation in MathML [ Wikipedia link ] format.. which is a standard way of representing equations and hence any application that recognizes the format can insert it not as an image but as a nice editable equation… If you think it recognized something wrong, you can click “Sele

Microsoft Web Platform Installer… coming near you

The Microsoft Web Platform Installer 2.0 (Web PI) is a free tool that makes it simple to download, install and keep up-to-date with the latest components of the Microsoft Web Platform, including Internet Information Services (IIS), SQL Server Express, .NET Framework and Visual Web Developer. In addition, install popular open source ASP.NET and PHP web apps with the Web PI. Here is the code snippet if you want to spread the word :) < a href ="http://go.microsoft.com/fwlink/?LinkId=146503" title=" Get the Microsoft Web Platform " > < img src ="http://www.microsoft.com/web/media/badge/get_microsoft_web_platform.png" alt ="Get the Microsoft Web Platform" border ="0" /> </ a >

Visual Studio 2008 Not saving changes or project properties?

Alsalam alikom wa ra7mat Allah wa barakatoh (Peace upon you) I’ve recently ran into problems with VS 2008. Summarized here: When you try to edit the project properties (specially C++ projects) you are faced with a little nice message saying “Exception from HRESULT: 0xF9F0F308”. Sometimes when you are editing a file (specially large ones), VS doesn’t recognize you’ve made changes (ie doesn’t display that ‘*’ in the files tabs) hence, when you save, nothing actually gets saved. For those 2 problems, a friend explained the problem and a work around (till they officially release a fix)… Open up a Visual Studio 2008 Command Prompt Run cd "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE" Make a backup copy of devenv.exe in case something does not work right. ie. copy devenv.exe devenv.exe.bak Run editbin /largeaddressaware:no devenv.exe Happy VSing… :)