General > Random Chat

You IT Professionals & IT staff...

(1/2) > >>

rdfcpete:
Guys,

What do you usually do if you need to knock up basic intranet interfaces or simple forms on the fly that interact with in-house SQL Server or MySQL data, do you write your own stuff?

... Or do you use websites that build the queries and interface basics for you?

Keen to know what the consensus is, particularly in a Support team environment where a Development team isn't always an on-hand resource. Is it stuff I should know by now, or like I've always believed the simple case that Support and Dev are two very different mind-sets?

Just wondering whether now is the time to start learning things like;
- PHP
- Javascript
- .NET and so on

I've been in Support environments for 10 years and have never wanted to become a developer or programmer as I've always seen it as very niche, with a specific working mind.

If however you're asked to bolt on or create something though, what do you usually do?

Appreciate any input  :happy2:

Thanks.

dazza:
I think some php and javascript would be a good thing for you to learn.

Deako:
A colleague of mine was a whiz in scripting. He used to knock up little interfaces for loads of our support processes. I did Dev at college but unskilled when I got into support.

After 1 year out of support now I doubt I could even get back into that.  :grin:

rdfcpete:

--- Quote from: dazza on December 28, 2015, 12:31:41 am ---I think some php and javascript would be a good thing for you to learn.

--- End quote ---

It's a wonderful idea, but Support and Development mindsets are very different. You can't be good at both, I've certainly never met someone who can convincingly do both roles successfully day to day. I've learnt you're either one, or the other - generally speaking.

I read most languages and have done small elements of code support in the past, but fixing it convincingly is a completely different mind set. You either have it, or you don't.


--- Quote from: Deako on December 28, 2015, 08:47:37 am ---A colleague of mine was a whiz in scripting. He used to knock up little interfaces for loads of our support processes. I did Dev at college but unskilled when I got into support.

After 1 year out of support now I doubt I could even get back into that.  :grin:

--- End quote ---

Yeah I'm in that boat now Luke re. the colleague part and ever going back to it  :indifferent: :ashamed:

What's your POA if you're asking to expose data through a web form or say for sake of argument, design your own reporting interface for a team of users?

Be good to know how you guys handle those sort of projects when raw Dev' is always an option on the table...

 :happy2:

dazza:
I recently built a site for a pallet delivery company. I managed to manipulate the forms on their old site and book a delivery for 1p lol.

Form validation is important usually I use javascript so it's quick for the user. But still validate everything again with php before submitting any data.

I'd probably use Google charts or similar to display the report data.

Navigation

[0] Message Index

[#] Next page

Go to full version