Jump to content

Recommended Posts

Posted

Hi all,

 

When I had a techie, I didnt need to worry about coding or web development. But now he has gone I am on my own, it is something I would like to learn.

 

Can anyone recommend a good basic coding language and web development code to get me started?

 

Cheers

Posted

For what? :p Generally good/basic and coding/web don't really mix :D

 

If it's quick-cheap I want to create a custom program, vb.net is simples.

If it's proper nice software you want locally it's c++/C# etc

 

PHP is better for webs, but if it's more static websites etc wouldn't bother.

 

Powershell for scripts locally is always a good one

 

Steve

  • Thanks 1
Posted

I've been learning lots about web development recently and have been using code academy. I've already developed a couple of sites using the skills I've learnt from there.

 

I would focus on HTML & CSS, Javascript, jQuery and PHP.

  • Thanks 1
Posted
I've been learning lots about web development recently and have been using code academy. I've already developed a couple of sites using the skills I've learnt from there.

 

I would focus on HTML & CSS, Javascript, jQuery and PHP.

 

Plus one for Code Academy, i started on that and pick up a few skills. Need to get back at it.

  • Thanks 1
Posted
What is it you want to do? For example I've never needed to use C++ while working in a School, but I use Powershell a lot. For websites I'd make sure you have a good understanding of HTML and CSS first before venturing into the backend stuff (gotta make things look good after all!) - then once you're happy with that perhaps Javascript/jQuery and then PHP so you can cover your bases.
Posted

I always have trouble with a new programming language unless I have a project that I need to do

 

anyway - on that note does anyone have a good web site for using graphics etc with Python??

Posted
For the web development I am creating a Intranet page. I was starting to use Sharepoint, but wanted to learn how to do it myself via HTML, PHP etc.
Posted

Not completely off topic....

 

Looking through the first few pages of Code Academy and it struck me that I'm rubbish at learning and get bored quite quickly! :(

 

However, I thought that I would like to write some HTML stuff anyway - but being a complete noob I'm stuck already.

 

How does one check the output of HTML code if not using something like Code Academy and it's inbuilt browser?

 

I've looked on Goooogle for HTML checkers, but they seem to just look for integrity and compliance.

 

Can I just write it in something like a Word document and save it as a Web Page (HTML) and then open that in a browser?

Posted

Hey @Koldov

 

If you download a free product named Notepad++ you can create and publish HTML websites for testing. It's pretty basic to use and you can use a wide range of coding language on Notepad++ including javascript which is used for CS.

 

Regards,

Mo

Posted
lynda.com have a very good PHP + MySQL course. You create your own CMS with logins from scratch. I even tweaked it to get it working with AD logins and i had never ever touched PHP before.
Posted

If you want specifically to develop web applications, then I'd strongly suggest using some sort of framework rather than starting again from scratch. There are quite a few to choose from. Django is one option if you Python appeals to you, or Rails if you like Ruby.

 

HTH

John

Posted
If you want specifically to develop web applications, then I'd strongly suggest using some sort of framework rather than starting again from scratch. There are quite a few to choose from. Django is one option if you Python appeals to you, or Rails if you like Ruby.

 

HTH

John

 

Ooooo thanks must look up Django now!!

Posted
For the web development I am creating a Intranet page. I was starting to use Sharepoint, but wanted to learn how to do it myself via HTML, PHP etc.

 

Yeah an Intranet page would be a good start! An internal website would be the best way to test, but I'm guessing you need to set up some server stuff first?

 

Hey @Koldov

 

If you download a free product named Notepad++ you can create and publish HTML websites for testing. It's pretty basic to use and you can use a wide range of coding language on Notepad++ including javascript which is used for CS.

 

Regards,

Mo

 

Does Notepad++ actually show the website somehow? I thought it was just a powerful text editor... Or do you mean write the web page and somehow publish it elsewhere (which won't be possible as I have no Domain or webhosting)?

  • 9 months later...
Posted

If you use Visual Studio you can build websites in ASP(X) or HTML/CSS or PHP etc, with VB or C# coding behind if you want, then it has a Preview option to output it into a web browser installed on your computer. Can make testing what you're developing very easy.

 

I use VS 2013 Community edition at home.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...