Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 6th, 2008, 11:55 AM   #11
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Thinking up good application names?

Oh right. Thanks guys this was really helpful!

I could try the animals or planets and thanks for that long, lengthy reply - milot - that was very helpful too!

Thanks again,

Matt. I
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Jan 6th, 2008, 7:09 PM   #12
milot
Programmer
 
milot's Avatar
 
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0 milot is on a distinguished road
Re: Thinking up good application names?

Thanks Matt, you're welcome
milot is offline   Reply With Quote
Old Jan 6th, 2008, 8:42 PM   #13
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 377
Rep Power: 0 King is an unknown quantity at this point
Re: Thinking up good application names?

I always append "5000" to my application names. For example, I made a calendar application, so I called it "Calendar 5000". And when you read the name you have to put emphasis on the "5000"... makes it sound cooler. I probably have 20 apps that follow this naming convention. Don't steal my idea though... use a different number... such as 6000.
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Old Jan 6th, 2008, 9:12 PM   #14
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,888
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Thinking up good application names?

Quote:
Originally Posted by King View Post
I always append "5000" to my application names. For example, I made a calendar application, so I called it "Calendar 5000". And when you read the name you have to put emphasis on the "5000"... makes it sound cooler. I probably have 20 apps that follow this naming convention. Don't steal my idea though... use a different number... such as 6000.
Rofl!
Sane is online now   Reply With Quote
Old Jan 6th, 2008, 10:19 PM   #15
dr.p
Programmer
 
dr.p's Avatar
 
Join Date: Feb 2006
Location: Ohio
Posts: 93
Rep Power: 3 dr.p is on a distinguished road
Re: Thinking up good application names?

I almost always go with acronyms of the program's description. I wrote a program that lets you browse text files on your computer... and called it "ASCII File Browser," which became "AFB." Knowledge base software -- NKB (Neeley's Knowledge Base). My CGI download script is NDLT (Neeley's DownLoad Tracker.)

My last program got a little more complicated: NyMPh (Neeley's MP3 Player [haxe]). haxe is the language/compiler I used. That took a while to come up with.

Seems the underlying theme in this thread is to pick something you love, or are enthusiastic about, and relate your program to that. I like acronyms a whole lot, for some reason, so I stick with them. Go with what you like, and it should come more naturally to you.
__________________
Neeley.org
dr.p is offline   Reply With Quote
Old Jan 7th, 2008, 7:27 PM   #16
null_ptr0
12 years old
 
Join Date: Nov 2007
Posts: 94
Rep Power: 1 null_ptr0 is on a distinguished road
Re: Thinking up good application names?

Depends.
For example, if I were writing a LOLCode (File) Reading library, I could name it 'lolr'.
Or a Java GUI api, I could make it 'jagu' or 'jagua' (like jaguar).
null_ptr0 is offline   Reply With Quote
Old Jan 14th, 2008, 3:37 AM   #17
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Re: Thinking up good application names?

Find an arty friend and make him/her do it. I use my editor.

Also, Grumpy, thou art genius. Bonus points if it's true.

EDIT: Also also, who came up with these smilies? I'm disinclined to use them in future posts.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jan 15th, 2008, 8:38 AM   #18
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Re: Thinking up good application names?

Like Dr.P, I usually use acronyms of the program's function as well. I work in the govt sector though, so I am used to being swamped with incomprehensible arrangements of letters.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Feb 12th, 2008, 6:50 AM   #19
rgba
Newbie
 
Join Date: Jan 2008
Posts: 11
Rep Power: 0 rgba is on a distinguished road
Re: Thinking up good application names?

Quote:
Originally Posted by grumpy View Post
A friend of mine used to pick names of planets or stars that were somehow reminiscent of what the program did. That stopped when one of this clients, a proctologist, didn't see the humour.
Thats just too fucking funny
rgba is offline   Reply With Quote
Old Feb 12th, 2008, 11:08 AM   #20
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Re: Thinking up good application names?

Thanks guys - I'm really grateful for the response and it is helpful!
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
looking for a good windows programming book cwl157 Coder's Corner Lounge 3 May 30th, 2007 6:51 AM
Thinking in C++ 2nd Edition Toro Book Reviews 0 Jul 15th, 2006 9:22 PM
creating an application that stands between the browser and the serve ronias Visual Basic 5 Oct 30th, 2005 4:22 PM
Good C++ Books MrMan9879 C++ 3 Oct 19th, 2005 12:13 PM
Shopping application. gj15987 Delphi 0 Jul 10th, 2005 4:44 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:24 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC