|
1. The lounge is for the CodeProject community to discuss things of interest to the community, and as a place for the whole community to participate. It is, first and foremost, a respectful meeting and discussion area for those wishing to discuss the life of a Software developer.
The #1 rule is: Be respectful of others, of the site, and of the community as a whole.
2. Technical discussions are welcome, but if you need specific programming question answered please use Quick Answers[^], or to discussion your programming problem in depth use the programming forums[^]. We encourage technical discussion, but this is a general discussion forum, not a programming Q&A forum. Posts will be moved or deleted if they fit better elsewhere.
3. No sys-admin, networking, "how do I setup XYZ" questions. For those use the SysAdmin[^] or Hardware and Devices[^] forums.
4. No politics (including enviro-politics[^]), no sex, no religion. This is a community for software development. There are plenty of other sites that are far more appropriate for these discussions. Or if you must, use the Back Room[^] - but enter at your own risk.
5. Nothing Not Safe For Work, nothing you would not want your wife/husband, your girlfriend/boyfriend, your mother or your kid sister seeing on your screen. For those discussions where you wish to be a little more frank, use the Soapbox[^]
6. Any personal attacks, any spam, any advertising, any trolling, or any abuse of the rules will result in your account being removed.
7. Not everyone's first language is English. Be understanding.
Please respect the community and respect each other. We are of many cultures so remember that. Don't assume others understand you are joking, don't belittle anyone for taking offense or being thin skinned.
We are a community for software developers. Leave the egos at the door.
cheers,
Chris Maunder
The Code Project | Co-founder
Microsoft C++ MVP
modified 17-Dec-17 20:06pm.
|
|
|
|
|
42. Can boy with young woman... (4)
43. ...spoon one with the French? (5)
|
|
|
|
|
42) BINT - B in TIN - rather a derogatory term, that word.
43) LADLE - LAD with French "The": "LE"
Sent from my Amstrad PC 1640
Never throw anything away, Griff
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
41. Arms back for close up (4)
|
|
|
|
|
|
holey moley that didn't last long...
|
|
|
|
|
I just discovered that a past programmer (circa 2014) thought it would be a good idea to combine the existing jquery and Kendo-UI javascript into a single.min file. The reasons are lost to the sands of time, but the end result is that we are now stuck in 2014, and the web site is so huge that we can't just break these files apart, change all the references throughout the code, and expect sh*t to keep working. The testing effort alone would require multiple MONTHS of time.
And to think people here were cautioning me against a total rewrite...
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
John Simmons / outlaw programmer wrote: thought it would be a good idea to combine the existing jquery and Kendo-UI javascript into a single.min file.
Terrible!
Customer: I'd like scrambled eggs, hashbrowns, gravy, sausage, pancakes, wheat toast and a coffee please.
Cook: Pours everything into large pan (eggs, hashbrowns, gravy, sausage, pancake batter, bread and pours coffee on top). Heats til hot. Serves in bucket.
Customer: 
|
|
|
|
|
So you prefer multiple points of failure? 
|
|
|
|
|
Yes - at least those points of failure will be using the latest code.
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
jquery is outdated, isn't it?
It does not solve my Problem, but it answers my question
|
|
|
|
|
What replaced it?
".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
|
|
|
|
|
If you have a cow that won't produce milk, is that a milk dud or an udder failure?
|
|
|
|
|
Could be a low fat de-calf.
Probably wouldn't take any bull.
|
|
|
|
|
|
customer said: When the app starts up, load the user name from a file into the clipboard to they only need to paste it in and not type it in. Same with their password"
Makes sense. I mean we are supposed to be "automating the office work".
EDIT:
Also, if they (insert gratuitous self-promotion here ==>) use my C'YaPass app they will never have to type a password again, because it really will allow them to paste it in.
Users Hate Passwords (We're All Users): Never Memorize a Password Again[^]
I'm sorry, it had to be done. 
|
|
|
|
|
Swordfish[^]
Ravings en masse^ |
---|
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein | "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010 |
|
|
|
|
|
Closed captioning is nice for work viewing.
Marx Bros. Also, you shouldn't a let out the password in the link, but I don't think hackers would figure it out. 
|
|
|
|
|
Dagnabit! No one else is supposed to know that one!
|
|
|
|
|
Sounds like an executive level request to me. So if you can accommodate them . . . . just them.
Ravings en masse^ |
---|
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein | "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010 |
|
|
|
|
|
A system I worked on encrypted the password given on the login window and passed it to a component running on an app server which held it in memory for up to 8 hours. All the apps at startup would pass the userid to the app server to get the password. If the password was returned, it decrypted it and logged into the database, bypassing the login window. This allowed the user to only have to type their password once per day. The userid was filled in for them using WNetGetUser.
|
|
|
|
|
Roland M Smith wrote: All the apps at startup would pass the userid to the app server to get the password.
So, really, you just needed the right userid to login. Neat.
I can imagine all the hackers sitting and waiting on their mule to sign in for the day: "Come on! I need my daily access!" 
|
|
|
|
|
Could work if you added some face recognition routines 
|
|
|
|
|
RickZeeland wrote: if you added some face recognition routines
Quote: Shouldn't be difficult.
Sincerely,
PHB

|
|
|
|
|
So their user name and password are both Ctl+V! Brilliant!
"Go forth into the source" - Neal Morse
|
|
|
|