Re: And so the cookie crumbles... Community Center Geeks' Lounge by Dani … being a community service to a "I am the boss, do as I say" environment. AndreRet, based on your… Re: Things I hate about TV shows Community Center Geeks' Lounge by KomalBhatt … real btw https://www.adgully.com/salman-khan-s-bigg-boss-most-liked-hindi-tv-show-125909.html Another thing I… Re: What's your favorite productivity hack outside of coding? Community Center by Reverend Jim Odd that something so basic and obvious needs to be named. Of course, "Pomodoro Technique" is a lot shorter than "go hide in the server room so my boss won't keep interrupting me so I can get some work done" technique. At least that's what I used to call it. Boss battle for C# game Programming Game Development by Onion13 …'t figure out how to make the boss disappear till the 5min mark and then reappear…Top + 60; } } private int _bossTimerIntervalMins => 5; void Boss() { var bossTimer = new System.Timers.Timer(); bossTimer.Start(); //… Re: Boss battle for C# game Programming Game Development by Onion13 ….Location = new Point(1200, c); } } void Boss() { powerarmour.Visible = false; bosstimer.Interval = 5000;…e) { start(); Boss(); Health(); MoveShot();… Re: Your boss is making you do what? Community Center by deceptikon … that's not realistic. ;) > So my boss says to me today that I am being signed up… stated. That's not to say that your boss doesn't have a different idea of what your… the users, but make it clear to my boss that this is outside the scope of my job…negotiate a bonus of some sort and have my boss handle scheduling and schmoozing of lost time for … Re: How to convince my boss that normalisation is best Programming Databases by Asim Munir … StaffId DepartmentId [COLOR="Red"][B]Scenario of your boss:[/B][/COLOR] [B][U]Staff[/U][/B] StaffId * …member can be assigned only one department then your boss is right coz ur design allows multiple departments to… departments then you are right and design of your boss fails. Note: Both designs are normalized in their … Re: Your boss is making you do what? Community Center by mike_2000_17 … think? I think there must be a misunderstanding somewhere. Your boss' idea of what your job responsibilities and skills are, and… me, what would you do? Get a meeting with your boss and try to clarify the confusion. Clearly, there must be…, it's a really extreme example. The fact that your boss even considered this to be a good idea (and worth… Re: How to convince my boss that normalisation is best Programming Databases by pritaeas … staff member can be assigned only one department then your boss is right coz ur design allows multiple departments to one… work in two departments. Just remove the key. In the boss' version, you need to change the database AND your code… How to convince my boss that normalisation is best Programming Databases by Ebots Hi everyone, I'm trying to convince my boss that using normalisation is the best way to design a … Re: How to convince my boss that normalisation is best Programming Databases by sibir1us I dont think explaining will help. You are a smart person, and i may suggest a different solution (it does help, if used the right way): 1. Go to your boss' office and say hello to him. 2. Pick a heavy book from his desk. 3. Hit him on the head with it. In other words, dont waste your time explaining rather simple things. Re: How to convince my boss that normalisation is best Programming Databases by pty … help, if used the right way): 1. Go to your boss' office and say hello to him. 2. Pick a heavy… Wife's Boss' Computer Problem Hardware and Software Microsoft Windows by Roebuc So my wfie's boss hears I am good at computers and sends his laptop … Re: Wife's Boss' Computer Problem Hardware and Software Microsoft Windows by hughv … abandon this project. I say this because it's her boss's computer, and the result of a loss of data… Re: How to convince my boss that normalisation is best Programming Databases by pclfw Simple pragmatic rule. 1) He's the boss. 2) If he's wrong refer to rule 1. Your Boss's Hairy Eyeball May Be Watching You Programming Computer Science by Lisa Hoover …="http://it.toolbox.com/blogs/narikannan/working-from-homeyour-boss-may-be-watching-you-work-remotely-26374"] ITtoolbox's… What do you do when your Boss wants to be your Facebook friend? Digital Media Digital Marketing by InsightsDigital … to digital connections. Thus, what do you do when your boss wants to be your Facebook friend? I personally believe in… Your boss is making you do what? Community Center by hotelsinger …'m not interested in working closely with users. So my boss says to me today that I am being signed up… Re: Your boss is making you do what? Community Center by ddanbe … Macintoshes were installed in our compagny. Some days later my boss called me(me being the "IT guy") in… Re: Your boss is making you do what? Community Center by hotelsinger … future posts as well. I think the meeting with my boss is probably essential. Unfortunately, this isn't really an opportunity… Re: Your boss is making you do what? Community Center by ddanbe OK, me and I guess others understand you better now. Why did your boss choose you among many others to do this "job"? Does he just wants to annoy you? Does he wants to get rid of you? Re: Your boss is making you do what? Community Center by hotelsinger Thanks everyone who offered ideas about this. I spoke to the boss, and I was very open and up front about my concerns. He seemed perturbed at first, but went ahead and reassigned the task to someone more suited to it. The conversation was awkward and uncomfortable but in the end he seemed to agree. Re: Your boss is making you do what? Community Center by Dani …), but my take on it was that you and your boss didn't have a meeting of the minds when it… Re: Your boss is making you do what? Community Center by hotelsinger That's very true deceptikon, but its also good to know your limitations and not take on more than you can reasonably handle. In this case it was also good that I didn't refuse the assignment. I slept on it a while then discussed my concerns with my boss, who changed the decision based on that. Re: helo boss.. can you calculate the total of this program? Programming Software Development by Ancient Dragon Please stop calling us "boss". We aren't your boss. To initialize the array to zeros: [icode]double qty[10] = {0.0};[/icode] But qty shouldn't be an array of ints instead of doubles, or are you allowed to buy fractions of sojmething? Re: helo boss.. can you calculate the total of this program? Programming Software Development by zacknie [QUOTE=Ancient Dragon;813096]Please stop calling us "boss". We aren't your boss. To initialize the array to zeros: [icode… Re: helo boss.. can you calculate the total of this program? Programming Software Development by zacknie [QUOTE=vmanes;812829]As you get the input from user, you never update the quantity array. And, that array should be set to all zeros when you declare it, otherwise you would be incrementing starting at random values.[/QUOTE] ahmm if u dont mind boss can you put the corect code?.. i just want to know the exact code of mine...:D Entourage sorting tags won't stay Hardware and Software macOS by nicoleDC Boss isn't tech savy, and neither am I... In Entourage: why won't the sorting tags she selects stay there- it reverts to what it was before every time she restarts. Since she doesn't use folders this seriously damages her mojo. Ideas? Re: How to convince my boss that normalisation is best Programming Databases by DenisOxon [quote=Ebots;396492]Hi everyone, [U]Staff[/U] StaffId * Name [U]Department[/U] DepartmentId * Name [U]StaffDepartment[/U] StaffId DepartmentId However he would want to do this: [U]Staff[/U] StaffId * Name DepartmentId (Nullable) [U]Department[/U] DepartmentId * Name .[/quote] Hi First off good luck convincing him that you are correct. (… Re: How to convince my boss that normalisation is best Programming Databases by sibir1us Denis is Absolutely Right. Still, if his method doesn't work, I highly recommend mine.