Go Back   CodingForums.com > Web Projects and Services Marketplace > Career, job, and business ideas or advice

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-07-2013, 10:31 PM   PM User | #1
superwookie
New Coder

 
Join Date: Jul 2012
Posts: 58
Thanks: 13
Thanked 5 Times in 5 Posts
superwookie is an unknown quantity at this point
Terrified of Being Laughed Out of the Room

So, a bit of background is in order, I do believe. I began coding web pages at the age of 14 (which was 15 years ago) as a hobby, and it grew into a passion for me. For a while I've been making money setting up websites for small and medium businesses. It got the point where it was pretty much old hat-- buy and register the domain, get hosting, gather requirements, code, deliver, warranty and update. Most small business websites are pretty easy, but I've done other, more in-depth setup for some mid-sized businesses as well.

Well, a couple of months ago I got a job as Web Dev for a large corporate entity. I've been put in charge of implementing a fairly simple PHP form that I actually already have written. All that I'm doing is collecting some information and sending it to a SQL table.

So here's the problem: while I'm a decent front-end developer, I know diddly squat about the back end. Server setup and management simply isn't my skill set. It took me more than a month to get my IT team to give me access to a server, and I've spent last three days wrestling with IIS trying to even get a site setup for me. I finally managed to get a virtual folder setup that I can access through my company intranet. So great, I got that down.

PHP does not appear to be setup on the server, however. A test page call to phpinfo gives a 404 error when I attempt to access the test page in IE. What's more, I'm told that I'm supposed to use Microsoft SQL Server Management Studio to complete the SQL server side of my project-- this is completely foreign to me.

So yeah, I'm in over my head-- which I feel like I really shouldn't be. I *know* how to do this, for cryin' out loud-- I have the page already written and ready to go. I just have no idea how to setup my virtual site in order to implement what I'm trying to do. I'm petrified of breaking anything on the server, too, so although I've found several pretty straight forward guides to setting up PHP, I don't want to bring down our network (which would have a financial impact in the hundreds of thousands of dollars even in a couple of hours).

So my question is-- will I be laughed out of the room if I ask for help at this point? The last thing I want to be is the idiot noob who got in over his head, but having never worked on a team of this size or in this environment I have no idea if my lack of experience is expected and will be tolerated.

So, my fellow coders... what would you do?
superwookie is offline   Reply With Quote
Old 03-07-2013, 11:41 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,584
Thanks: 5
Thanked 864 Times in 841 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
How did you get the job in the first place if you don’t know what to do? Or, let me rephrase my question: Which is the position you got hired for? What does your work profile include? If you were hired to design and code websites (HTML/CSS) then it’s not a shame to not be proficient in back-end programming and server management. And also, it’s never a shame to ask for help. That you don’t know one thing doesn’t mean that you don’t know everything.

Now, here’s the thing: IIS is the server software by Microsoft, a rival to the Apache server, so to speak, and in corporate environments Microsoft with all their application frameworks is still very widely used where in personal and small scale businesses open source solutions like PHP are more frequent. So, I think you should rather familiarize yourself with the software your company is using rather than trying to install PHP on IIS just for your web developer needs. It’s not a shame to tell them that you used to work with Apache, PHP, and MySQL, and not with their software, so you’ll need help in order to get started. After all, you appear to be relatively new in the company, too, so that’s another good “excuse” to ask for help.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 03-11-2013, 04:13 PM   PM User | #3
superwookie
New Coder

 
Join Date: Jul 2012
Posts: 58
Thanks: 13
Thanked 5 Times in 5 Posts
superwookie is an unknown quantity at this point
So my position is rather unique, actually-- I'm actually part of the Career Development Program within my company. I've worked for my employer for about 4 years, but in a non-technical capacity (I started at our call center taking calls, then progressed into training and eventually into managing our internal websites).

I took the job initially to keep my head above water in a bad economy, and continued doing freelance work on the side to pad my paycheck. My experience and skills were that of a front-end developer, working mainly with HTML, CSS, Javascript, JQuery, PHP, mySQL. I have a very solid understanding of how servers work, but little-to-no experience in actual maintenance.

I was hired into the job as part of the program, which entails 3-month rotations in different departments within the company (legal, audit, marketing, and IT) on the strength of a presentation I made about re-vamping our current internal communications architecture, which was designed and built with very old software and standards (10+ years). The plan was to put me in the Career Development Program, let me design a proof-of-concept replacement site, and if it was satisfactory to their requirements to hire me on full-time as a Web Developer for the company.

So here's the thing-- they knew what my skills and strengths were going in, and yet are asking me to go beyond them. This request stems from the need to have a dev environment on a test server where I can build my project. They give me the keys to the system, and essentially said to me, "Ok, now build it from the ground up." The really frustrating part is that I was asked to do work on a server even though my manager knew what my skills and strengths were. I'm all for professional development, but this just seems to be really far outside of what someone with my skills would normally be asked to do. Am I crazy for thinking that?
superwookie is offline   Reply With Quote
Old 03-11-2013, 06:13 PM   PM User | #4
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,812
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
I think it's not infrequent that the remit of things turn out to be broader than you expected.

I'd welcome the opportunity to learn - if they're asking you to do this then in a way they're expressing confidence in your abilities.

And, in the situation you describe, all the more reason to ask for some help without feeling in any way embarrassed. Nobody knows everything, whatever they might like to think... Asking for help is not a sign of weakness. I've been working in IT for, oooh, 18 years now, still an awful lot of things I don't know.
Assuming that there is someone in the company that's responsible for server builds etc, find them, and ask for a bit of their time.
__________________
Use the W3C HTML Validator and CSS Validator to check your code and Firebug to see what css is applied to an element
Read Steve Krug's book Don't Make Me Think - essential reading on web usability
I don't recommend much, but I do recommend Clook for UK web hosting
SB65 is offline   Reply With Quote
Old 03-11-2013, 08:20 PM   PM User | #5
superwookie
New Coder

 
Join Date: Jul 2012
Posts: 58
Thanks: 13
Thanked 5 Times in 5 Posts
superwookie is an unknown quantity at this point
Thanks, SB, I think that's a very healthy way of looking at it. I will take this as an opportunity to learn, and do my best with it.

I've hunted down the person responsible for IT, and actually got some training. It ended up being a case of "you're so good at what you do, we assumed had the knowledge to be successful."

Thanks everyone for their feedback-- I really appreciate it.
superwookie is offline   Reply With Quote
Old 03-18-2013, 01:05 PM   PM User | #6
SirPrize
New Coder

 
Join Date: Mar 2013
Location: London
Posts: 17
Thanks: 3
Thanked 1 Time in 1 Post
SirPrize is an unknown quantity at this point
Best of luck Wookie!
Let us know how you get on.
SirPrize is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 12:00 AM.


Advertisement
Log in to turn off these ads.