corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » Fancy learning to code?


New Topic

New Poll
  <<  1    2  >> Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author Fancy learning to code?
James
Member

Registered: 1st Jun 02
Location: Surrey
User status: Offline
13th Feb 12 at 10:08   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by James
Get a copy of SharpDevelop and learn .Net once you have mastered the basics of programming.


In addition to this you can get SQL Server Express which will give you a free local instance of SQL Server and a free copy of SQL Server Management Studio.

Combined with SharpDevelop (also free), you can get up and running with .Net (C# or VB), WPF, WinForms, ASP.Net and SQL Server for free.

These are excellent technologies to learn if you want a career as a developer.

SharpDevelop is an incredibly powerful IDE for something that is free, especially when you look at the price of Visual Studio.
Tom J
Organiser: South Wales
Premium Member


Registered: 8th Sep 03
Location: Bridgend
User status: Offline
13th Feb 12 at 20:39   View User's Profile U2U Member Reply With Quote

i've played around with phBB before i'll have to have a go at this
A2H GO
Member

Registered: 14th Sep 04
Location: Stoke
User status: Offline
14th Feb 12 at 10:05   View User's Profile U2U Member Reply With Quote

The next new lesson was released yesterday, Objects (Part II). Looking forward to giving it a go.
Sam
Moderator
Premium Member


Registered: 24th Dec 99
Location: West Midlands
User status: Offline
14th Feb 12 at 11:08   View User's Profile U2U Member Reply With Quote

Is this just for Javascript only?
A2H GO
Member

Registered: 14th Sep 04
Location: Stoke
User status: Offline
14th Feb 12 at 12:18   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Sam
Is this just for Javascript only?


ATM yes but they are looking to expand it to Ruby and some others. They're also starting to let people create their own lessons and then use the best ones.
A2H GO
Member

Registered: 14th Sep 04
Location: Stoke
User status: Offline
13th Mar 12 at 17:45   View User's Profile U2U Member Reply With Quote

Still going on this:

A2H GO
Member

Registered: 14th Sep 04
Location: Stoke
User status: Offline
8th Apr 12 at 18:42   View User's Profile U2U Member Reply With Quote

They've added the first lesson of HTML and CSS now. Basic for those who already know a bit but worth making a start.
John
Member

Registered: 30th Jun 03
User status: Offline
8th Apr 12 at 23:49   View User's Profile U2U Member Reply With Quote

It's not knowing the syntax, it's having a brain capable of processing the information required to code.

Those who can won't be using ilearntocode.com to learn to code.
ed
Member

Registered: 10th Sep 03
User status: Offline
9th Apr 12 at 09:32   View User's Profile U2U Member Reply With Quote

Facebook keeps popping up 'Learn HTML' and 'Learn HTML5' adverts for me. What's there to learn? It's just syntax.
A2H GO
Member

Registered: 14th Sep 04
Location: Stoke
User status: Offline
3rd Feb 13 at 20:45   View User's Profile U2U Member Reply With Quote

Just a bit of an update to this. I completed all the courses on there when I started this thread last year, there was only a small number at that point.

I stopped for a bit and checked it again towards the end of last year and there's loads on there so picked it up again.

I've now completed all the Javascript, HTML, CSS, Python and API courses (left Ruby for now).

A few weeks ago I started the Stanford University computer science course on iTunes U which focuses on Java. Enjoy doing it and gives me something to do watching the lectures on the train to and from work everyday. Requires a lot of time and commitment in addition to just watching the lectures though.

As part of one of the assignments I wrote from scratch pretty much my first program this weekend, the old school game Breakout.

Nothing special but a bit of a preview here for anyone interested:

http://bit.ly/12l8pRt



[Edited on 04-02-2013 by A2H GO]
Rob_Quads
Member

Registered: 29th Mar 01
Location: southampton
User status: Offline
4th Feb 13 at 08:55   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by ed
'Learn HTML5'


Probably the most frustrating thing in the world with the lack of & varied support out there. I remember coding some drag and drop file upload stuff and it was a nightmare trying to get it to work as every browser had its quirk, some of the major ones were still lacking implementation of some of the module.

Laney
Member

Registered: 6th May 03
Location: Leeds
User status: Offline
4th Feb 13 at 13:00   View User's Profile U2U Member Reply With Quote

I'd highly recommend http://www.codeschool.com/ for anyone wanting to do a bit of learning
ed
Member

Registered: 10th Sep 03
User status: Offline
4th Feb 13 at 22:19   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Rob_Quads
quote:
Originally posted by ed
'Learn HTML5'

Probably the most frustrating thing in the world with the lack of & varied support out there. I remember coding some drag and drop file upload stuff and it was a nightmare trying to get it to work as every browser had its quirk, some of the major ones were still lacking implementation of some of the module.


The file drag and drop API is still very new and I don't think it's part of the W3C spec yet. You shouldn't be relying on new stuff like this if you're trying to make a robust application, instead use a library which has failbacks built into it - there are plenty of them about.
A2H GO
Member

Registered: 14th Sep 04
Location: Stoke
User status: Offline
4th Feb 13 at 22:32   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Laney
I'd highly recommend http://www.codeschool.com/ for anyone wanting to do a bit of learning


Added to favourites.

Took 5 mins to look at some of the objective c stuff...
Laney
Member

Registered: 6th May 03
Location: Leeds
User status: Offline
4th Feb 13 at 22:43   View User's Profile U2U Member Reply With Quote

Yeah, it's not exactly easy on the eye

The site as a whole is worth the cash I think. I got it for a month over Xmas and hammered it then cancelled!
DaveyLC
Member

Registered: 8th Oct 08
Location: Berkshire
User status: Offline
5th Feb 13 at 11:17   View User's Profile U2U Member Reply With Quote

Learn about psuedo code the symantics of 3rd/4th level languages before you dive in with some coding it will save you some brain ache.
DaveyLC
Member

Registered: 8th Oct 08
Location: Berkshire
User status: Offline
5th Feb 13 at 11:19   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by ed
quote:
Originally posted by Rob_Quads
quote:
Originally posted by ed
'Learn HTML5'

Probably the most frustrating thing in the world with the lack of & varied support out there. I remember coding some drag and drop file upload stuff and it was a nightmare trying to get it to work as every browser had its quirk, some of the major ones were still lacking implementation of some of the module.


The file drag and drop API is still very new and I don't think it's part of the W3C spec yet. You shouldn't be relying on new stuff like this if you're trying to make a robust application, instead use a library which has failbacks built into it - there are plenty of them about.


The last news I heard was HTML5 has been finalized and now we're just waiting for the browser authors to catch up.

I've entered into the world of hybrid apps recently and I fooking love it!
ed
Member

Registered: 10th Sep 03
User status: Offline
5th Feb 13 at 11:27   View User's Profile U2U Member Reply With Quote

The draft has been finalised. The recommended spec wont be complete until Q4 of 2014.
ed
Member

Registered: 10th Sep 03
User status: Offline
5th Feb 13 at 11:28   View User's Profile U2U Member Reply With Quote

Plus you still have to support non-standards and old browsers.
DaveyLC
Member

Registered: 8th Oct 08
Location: Berkshire
User status: Offline
5th Feb 13 at 11:33   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by ed
Plus you still have to support non-standards and old browsers.


Thats purely subjective, you dont HAVE to do anything.

You can target later iOS/Android platforms and the juicey bits of HTML5 are covered (Canvas, Binary transfers, Local Storage etc.)
A2H GO
Member

Registered: 14th Sep 04
Location: Stoke
User status: Offline
5th Feb 13 at 11:41   View User's Profile U2U Member Reply With Quote

quote:
Originally posted by Laney
Yeah, it's not exactly easy on the eye

The site as a whole is worth the cash I think. I got it for a month over Xmas and hammered it then cancelled!


I'm planning on doing this but not until I've finished the Java course, learning two languages at once would be

  <<  1    2  >>
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
Whats does everyone do (School/Work) Dean_H General Chat 56 4208
27th Jan 04 at 20:10
by ChazSXi
 
Should I valver? Ryan_G1 General Chat 11 826
4th Sep 06 at 12:31
by Rob_Lee
 
Fiesta 1.25 Zetec or BMW 316??? t_benn_1 General Chat 61 2136
18th Jan 07 at 00:33
by Jas16v
 
Copying remote frequency to another remote... Scotty_B Geek Day 10 1472
11th Mar 09 at 19:47
by ash_corsa
 
Metalic silvers John G General Chat 12 707
18th Mar 09 at 12:04
by 5dr corsa-3dr_polo
 

Corsa Sport » Message Board » Off Day » Geek Day » Fancy learning to code? 29 database queries in 0.1860180 seconds