473,666 Members | 2,038 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

The hardest part of the design process

(My apologies for the slightly off-topic nature of this)

I'm almost ready to release a new windows form app to my company. It's an
absence reporting system: allowing people to book holiday; review what
holidays other people in their dept have booked; record sicknesses and other
absences while ensuring people are within their allowed limits... and
various other related functions.

It's all working nicely, but I've come up against a brick wall. What the
hell do I call it? My boss likes HOBSON (Holiday Online Booking and
Sickness Notification, and I forget what his suggestion for the second O
was) but he's always crazy for acronyms and I hate the suggestion. The HR
manager came up with Absence Recording System but the acronym makes that a
non-starter. Frankly, we're getting nowhere.

So I was wondering if any of the good people who frequent this newsgroup
might be able to come up with something. I would offer major prizes for the
best one but I couldn't get the boss to agree to that idea.

So c'mon people. Help me out here!

Oct 12 '05 #1
4 1763
I developed something years ago for a large medical clinic. They tracked
nurses/aids/physicians in this manner.

We called it HuRTS, for Human Resource Tracking System. Other possibilities
were:

NuPerM for Nursing Personnel Manager, RMS for Resource Management System, a
resource being either personel, such as nursing/aids/physicians and exam
rooms.

I also developed a time tracking system years ago called: TiTS, Time
Tracking System. That was for my own family business, so I could call it
anything I wanted.

I've got lots more, but little time.

And you are right, that is the hardest part of a project, next to Icon
design.

Michael

"Rob Oldfield" <bl**@blah.co m> wrote in message
news:uW******** ******@TK2MSFTN GP12.phx.gbl...
(My apologies for the slightly off-topic nature of this)

I'm almost ready to release a new windows form app to my company. It's an
absence reporting system: allowing people to book holiday; review what
holidays other people in their dept have booked; record sicknesses and
other
absences while ensuring people are within their allowed limits... and
various other related functions.

It's all working nicely, but I've come up against a brick wall. What the
hell do I call it? My boss likes HOBSON (Holiday Online Booking and
Sickness Notification, and I forget what his suggestion for the second O
was) but he's always crazy for acronyms and I hate the suggestion. The HR
manager came up with Absence Recording System but the acronym makes that a
non-starter. Frankly, we're getting nowhere.

So I was wondering if any of the good people who frequent this newsgroup
might be able to come up with something. I would offer major prizes for
the
best one but I couldn't get the boss to agree to that idea.

So c'mon people. Help me out here!

Oct 12 '05 #2
Always defer to 'the boss.' They are paid to conduct themselvs as the
village idiot.
I mean do you want to be whispered about as the moron who thought this
stupid sh!t up? :-)
See what I mean?
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee. com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Rob Oldfield" <bl**@blah.co m> wrote in message
news:uW******** ******@TK2MSFTN GP12.phx.gbl...
(My apologies for the slightly off-topic nature of this)

I'm almost ready to release a new windows form app to my company. It's an
absence reporting system: allowing people to book holiday; review what
holidays other people in their dept have booked; record sicknesses and
other
absences while ensuring people are within their allowed limits... and
various other related functions.

It's all working nicely, but I've come up against a brick wall. What the
hell do I call it? My boss likes HOBSON (Holiday Online Booking and
Sickness Notification, and I forget what his suggestion for the second O
was) but he's always crazy for acronyms and I hate the suggestion. The HR
manager came up with Absence Recording System but the acronym makes that a
non-starter. Frankly, we're getting nowhere.

So I was wondering if any of the good people who frequent this newsgroup
might be able to come up with something. I would offer major prizes for
the
best one but I couldn't get the boss to agree to that idea.

So c'mon people. Help me out here!

Oct 13 '05 #3
You are the programmer, not the marketing person. It doesn't matter if you
don't like the name.

If you really want to get folks to get to know the app, but you can't stand
the name your boss picked, put out the app with a generic name like
"Vacation Track" and then have a little contest in your company for what to
name the thing. That will get people to take a look at it, try to figure
out what it does. It's a leg up on training, and you'll get some early
feedback on features and bugs that you might not have heard about until much
later.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Rob Oldfield" <bl**@blah.co m> wrote in message
news:uW******** ******@TK2MSFTN GP12.phx.gbl...
(My apologies for the slightly off-topic nature of this)

I'm almost ready to release a new windows form app to my company. It's an
absence reporting system: allowing people to book holiday; review what
holidays other people in their dept have booked; record sicknesses and
other
absences while ensuring people are within their allowed limits... and
various other related functions.

It's all working nicely, but I've come up against a brick wall. What the
hell do I call it? My boss likes HOBSON (Holiday Online Booking and
Sickness Notification, and I forget what his suggestion for the second O
was) but he's always crazy for acronyms and I hate the suggestion. The HR
manager came up with Absence Recording System but the acronym makes that a
non-starter. Frankly, we're getting nowhere.

So I was wondering if any of the good people who frequent this newsgroup
might be able to come up with something. I would offer major prizes for
the
best one but I couldn't get the boss to agree to that idea.

So c'mon people. Help me out here!

Oct 15 '05 #4
Rob,

English is not my native language, however I find HOBSON a great *choice* of
your boss.

(I am myself forever searching for such names, this is real a good one)

You surely should in my opinion appreciate such a boss.

The O is of course twice the word "Online".

Just my opinion.

Cor
Oct 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
4133
by: zlst | last post by:
Many technological innovations rely upon User Interface Design to elevate their technical complexity to a usable product. Technology alone may not win user acceptance and subsequent marketability. The User Experience, or how the user experiences the end product, is the key to acceptance. And that is where User Interface Design enters the design process. While product engineers focus on the technology, usability specialists focus on the user...
5
2880
by: Julia | last post by:
Strategy to read part of XML log file Hi, My log file will contains entries formatted as XML(i use this format since some time i would like to log entire objects) I am going to use FileSystemWatcher in order to detect when changes occur to the file and now I am facing a problem reading the last added node I came to the following strategy:
4
222
by: Rob Oldfield | last post by:
(My apologies for the slightly off-topic nature of this) I'm almost ready to release a new windows form app to my company. It's an absence reporting system: allowing people to book holiday; review what holidays other people in their dept have booked; record sicknesses and other absences while ensuring people are within their allowed limits... and various other related functions. It's all working nicely, but I've come up against a...
4
1143
by: jm | last post by:
or both? What is the "real world" like with respect to building programs. Do you start out with a minimal idea, a skeleton and start working? Do you have everything written out first and then just translate that model to an application, using a progamming language? Both? When do you know it is overkill? Do you sit around, draw something on a table napkin, and then off you go (a little silly, but could be true)? I would think some of...
19
3162
by: neelsmail | last post by:
Hi, I have been working on C++ for some time now, and I think I have a flair for design (which just might be only my imagination over- stretched.. :) ). So, I tried to find a design certification, possibly that involves C++, but, if not, C++ and UML. All I could find was Java + UML design certifications (one such is detailed on http://www.objectsbydesign.com/tools/certification.html). Although UML is expected to be language independent,...
1
1808
by: tbrogdon | last post by:
I am new to this group and new to DBs. I am building a small DB for my work. We create sheetmetal parts. Each part has a part number (e.g., 1054471 or 50TG508506 - both formats are typical for a part number). Any given part may have a number of operatons involved in it's production. Each operation process has its own allotted code: shear - 1000; CNC machine - 2000; stamping press - 3000; etc. Any given part may also have multiple...
0
1044
by: Frankie | last post by:
Where and how in the design process do you bring patterns (as formalized by the GoF) into play? In particular, after identifying specific feature requirements, do you... ONE: go hunting (quick as that effort may be) for a pattern that addresses the design problem? And then design a specific solution by using the relevant pattern(s) as a guide? Or
7
1715
by: Immortal Nephi | last post by:
I have an idea how to design an object in a better way. I would like to give you my thought example. Please let me know what you think if it is best object design. Please recommend me any book which it teaches me how to design C++ OOP better as long as I know how to program OOP in C++. Think of ancient 6502 microprocessor which it was used for Commodore, Atari, and Apple II. This MPU_6502 is an object of MPU_6502 class. All member
3
2725
by: =?Utf-8?B?RnJhbmsgVXJheQ==?= | last post by:
Hi all I have some problems with Crystal Reports (Version 10.2, Runtime 2.0). In Section3 I have added a OLE Object (Bitmap). Now when I open the report in my code I would like to set this OLE Object (load a picture from a given path). Something like this I would expect: _reports.crImage local_Report = new _reports.crImage();
0
8444
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8869
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8639
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7386
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5664
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4368
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1775
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.