|
Bernhard Hiller wrote: but with .Net / Java desktop applications, I do not see a problem
How do you test the installation of a windows service then?
|
|
|
|
|
testthis99 wrote: Have you worked for a company that doesn't give admin rights to developers?
I have worked for several financial corporations and they only gave admin rights to developers.
testthis99 wrote: Have you encountered any other major bureaucratic hassles that you tolerated?
Requiring business casual every day.
Requiring that the 'group' justify themselves every 3 months in front of a review board. Failure could mean layoffs.
I can tell how I treat the first one now, I raise my salary requirements. If they want to pay me more money to show up in other clothes then I will do it.
There can be advantages to some companies. For example at one the company policy was that developers only worked 37.5 hours a week (5 x 8 hour work days with .5 allocated for lunch.) I worked more but there wasn't any discrimination for working that and no pressure to work vast number of hours and you will see that in smaller companies almost universally.
|
|
|
|
|
It depends on your confidence level.
Without local admin, every time you hit a blocker due to security restrictions you'll have to wait x days before you can continue that work stream. So long as the company pays you for that time, what do you care?
|
|
|
|
|
I am currently working for Winbooks, a Belgium company in Vietnam. The company has its own Framework base on .NET Framework. We make Web application. The idea about the Framework is that HTTP Response to client will be converted and render by Adobe Flash but not a logical ASP page.
This is the first time I work with this kind of Framework.
At the first glance, i see it's very convenience because I do not have to worry about the CSS , HTML , AJAX , JQUERY , MVC, Postback or everything like that in a traditional web application. So, I have no chance to put myself into these programming technique fields.
I am kind of a 1 year experience programmer and I always keep my head for improving my skills. Should I continue to work or back to traditional company where I have chance to work with what I used to?
|
|
|
|
|
Why have you reposted this question, we have already expalined that it is impossible to tell you which is the best route to follow.
|
|
|
|
|
Hi there! It was just because of invalid type of question. So I did not see what were your suggestion. Sorry if this could be an inconvenience.
|
|
|
|
|
A piece of advice you can take or ignore Benjamin, but I'd be very reluctant to name my company and describe its intellectual property on an open forum like this
|
|
|
|
|
so i got a job as a web developer recently, and is given a web project, this is my first job as a web developer. the client is a cosmetic company, they want me to create a web whose main objective is for data gathering? so basically, it's some kind of informative + community like web, where they gives out info like news and tips on cosmetic, the main purpose of the web is the community system, they want to implement a forum like system, where user can post tips and comment on those tips.
The problem is, originally, the company wants, that to comment or post tips user must have a facebook (facebook is REALLY popular in my country) account. but my employer, suggest them to add a member system too. So what i am confused is i've never seen a web before where user can comment eihter with facebook or with their own comment system(with member login).
so what do you guys think about this? should i tell my employer to change the system back to original? or is there a way to do the problem i have? or are there any other suggestions?
|
|
|
|
|
There are lots of systems that allow you to use other systems (such as facebook or twitter) to authenticate so that they can post a comment. One option is to have a users table in your database where you store all your users and then a column in the table to store what type of user it is, i.e. facebook, twitter, google, your own member, etc.
When they want to login you'll need a separate link or a dropdown for them to select how they want to authenticate (facebook, etc).
Based on what you describe here you really just need to support multiple types of users by adding a flag to your user table and then also by providing the various login options.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Thanks for the reply. Another question, what about the comment box? for example facebook API comment box have those like,reply, and other stuff in it. how can i make a user who logs in as a normal member can reply those who uses facebook (if i use fb comment box), does this means i must modify facebook API? or should i just not use fb comment box, but my own comment box for all user.
|
|
|
|
|
I guess it depends on what you want to do. If you want to actually post to facebook then you'll need to use their api. If you just want a comment box that looks like facebook you just need to write all of the code yourself.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
Thanks. I guess I'll just use the normal commentbox
|
|
|
|
|
that's a great discussion
|
|
|
|
|
What is the best way to respond when your team lead or project manager asks you: "What approach you are taking / following in this task?". Thanks for your input / suggestion.
|
|
|
|
|
Tell the truth. Seriously, how can you expect anyone else to have any idea what approach you are taking?
|
|
|
|
|
But I don't know what should I tell I am studying and then implementing something, then does telling the same one liner answer the question?
|
|
|
|
|
Just tell them what you are doing, how you are doing it, and why you are doing it. There is no 'right' answer to such a question, your boss probably just wants to get feedback from you, so he or she can decide whether that would help other people.
|
|
|
|
|
Tell them as they are after finding out simply how you are approaching the problem.
They may suggest an alternative approach to use but they should also explain why this is more suited that the current approach that you are using. If they don't explain why, I personally would ask why this is better purely as a learning exercise.
Every day, thousands of innocent plants are killed by vegetarians.
Help end the violence EAT BACON
|
|
|
|
|
Hello brother,
I have faced several kind of such situation. When my manager gave me a task, i used to write it down on a piece of paper. I divided the task into following sections:
1> Requirement(As given by the manager)
2> Pre-Requisites( Things required to complete the task)
3> Architecture of the task(In brief, at least on paper, detailing to be done while documenting it)
When he used to walk up to me and ask me, i used to show him the paper. He used to look at it, modify it, give it to me and used to say : "Make these changes and then show me, once you finalize just document it and start coding".
Due to this there was no misleading, less talking more and precise working. Eventually we become meticulous in our work.
See, when you listen to any requirement, your brain might not understand at the first go. But when you start writing you will actually understand what your manager asks you to do. Most importantly you will have something to show.
Statements like "Sir, i was thinking that....." or "Sir, may be we could......"
Such statements are misleading and annoying, you may have a brilliant approach, but does not get reflected completely if you dont write it down, because the brain tends to forget what you thought an hour ago.
Best way, write it down and show it to your manager. Always carry a notepad. I consider myself a waiter who is just waiting for orders in a restaurant
Thanks a ton,
Rahul
|
|
|
|
|
Recent days, I have big confusion with learning another new language for recent project.
I already know C# and Ruby in addition with I am learning JAVA and Data structures & Algorithms.
But, now I am being assigned to learn PHP for new project in my company.
Seriously, I don't know the management thought about my carrier.
My question is..
is my company good to work?
Is it worth to learn another language which is called as PHP?
will I face any problem while attending job interview?(periodically, I am shifting from one language to another)
Thanks
--SJ
|
|
|
|
|
CodeNinja-C# wrote: is my company good to work? How could we answer that, we know nothing about it?
CodeNinja-C# wrote: Is it worth to learn another language which is called as PHP? It depends what direction you want to take in your career.
CodeNinja-C# wrote: will I face any problem while attending job interview? Only if you can't answer the interviewer's questions.
|
|
|
|
|
|
CodeNinja-C# wrote: Is it worth to learn another language which is called as PHP?
It certainly can't hurt to learn another language, especially one that is as popular as PHP. A good IDE can really help. I tried a few until settling on Komodo. Additionally, PHP has been around for a long time, so there is an abundance of PHP documentation, examples, and open source projects to help you. Really, it's just another ugly looking scripting language. Good luck with it!
"Go forth into the source" - Neal Morse
|
|
|
|
|
thanks for your replay and clarification
|
|
|
|
|
Learning a new language shouldn't be a problem. Specially it's from the same family of C...
After you will learn a few languages, you will learn that language isn't rally matter in development, as it's only a tool of implementation of ideas...
I can't see how the proven knowledge of an other programming language can hurt your chances in a job interview...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
|
|
|
|