Re: Last words on AngularJS

2015-08-30 Thread Tony Wright
John Papa released the source code for his pluralsight course on GitHub. It shows an angular structure, but does not include TypeScript. I believe that version is coming... I highly recommend his course. https://github.com/johnpapa/CodeCamper On Mon, Aug 31, 2015 at 12:24 PM, Greg Keogh

Re: Last words on AngularJS

2015-08-30 Thread DotNet Dude
On Monday, 31 August 2015, Greg Keogh gfke...@gmail.com wrote: I'm a TS expert after using it for a whole two hours over the weekend and I recommend it. It adds type safety somewhat over JS and that alone is a good dev time experience. Did you work out a convention for structuring the files

Last words on AngularJS

2015-08-30 Thread DotNet Dude
I'm a TS expert after using it for a whole two hours over the weekend and I recommend it. It adds type safety somewhat over JS and that alone is a good dev time experience. On Tuesday, 25 August 2015, noonie neale.n...@gmail.com javascript:_e(%7B%7D,'cvml','neale.n...@gmail.com'); wrote: Greg,

RE: Last words on AngularJS

2015-08-27 Thread Paul Glavich
dependencies and seemingly brittle nature of it all. - Glav From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Stephen Price Sent: Wednesday, 26 August 2015 12:26 PM To: ozDotNet ozdotnet@ozdotnet.com Subject: Re: Last words on AngularJS I

Re: Last words on AngularJS

2015-08-25 Thread Stephen Price
I think the problem you are experiencing, Greg, is that you are looking for the right way to write Javascript apps. Is that what you mean by best practice? I look at that as being similar to someone saying they are looking for the right woman. There is no right woman, there are just a large set

RE: Last words on AngularJS

2015-08-25 Thread Nelson Chan
-boun...@ozdotnet.com] On Behalf Of Thomas Koster Sent: Tuesday, 25 August 2015 11:42 AM To: ozDotNet ozdotnet@ozdotnet.com Subject: Re: Last words on AngularJS It looks like ECMAScript 6 introduces lots of new features [1]. At first I thought this was a joke, but a quick scan over the standard [2

Re: Last words on AngularJS

2015-08-25 Thread Greg Keogh
Did you come across yeoman and angular generator? https://github.com/yeoman/generator-angular#angularjs-generator- Those tools scaffold/generate code base on “best practice”. This is a great illustration of my gripe with the JS ecosystem. *Yeoman generator for AngularJS - lets you quickly

Re: Last words on AngularJS

2015-08-24 Thread Greg Keogh
Paul, most of what you said actually supports my anguish over the lottery of kits, tools, packages and standards (ha!) and fads in the JavaScript ecosystem. Over the last week or more since I expressed my dismay, I've been reading more and more about the zoo of frameworks that decorate JavaScript

Re: Last words on AngularJS

2015-08-24 Thread Greg Harris
I just have to say it To avoid all of this JS pain, we should all be using Silverlight! Regards Greg Harris On Mon, Aug 24, 2015 at 8:25 PM, Greg Keogh gfke...@gmail.com wrote: Paul, most of what you said actually supports my anguish over the lottery of kits, tools, packages and

RE: Last words on AngularJS

2015-08-24 Thread Paul Glavich
-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Scott Barnes Sent: Sunday, 9 August 2015 9:02 PM To: ozDotNet ozdotnet@ozdotnet.com Subject: Re: Last words on AngularJS Adobe Flex, Silverlight and WPF all have the same techniques described and issues with AngularJS

RE: Last words on AngularJS

2015-08-24 Thread Adrian Halid
/2047-language-trends-on-github Regards Adrian Halid From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Monday, 24 August 2015 6:26 PM To: ozDotNet ozdotnet@ozdotnet.com Subject: Re: Last words on AngularJS Paul, most

RE: Last words on AngularJS

2015-08-24 Thread Paul Glavich
2015 9:23 PM To: 'ozDotNet' ozdotnet@ozdotnet.com Subject: RE: Last words on AngularJS In the world according to Github Javascript is now the number 1 popular programming language used in their repositories. Might be due to all the Javascript frameworks out there:). It is also interesting

Re: Last words on AngularJS

2015-08-24 Thread Greg Keogh
Could you please share with this list anything that you find interesting, if you have the time? Sure! So far, after 45 minutes of intense experiments and Google searches I have failed to get my first single line of code working. I can't even set the text in an input field using a jQuery

Re: Last words on AngularJS

2015-08-24 Thread Greg Keogh
I just wish there were some JS standards. Imagine flying on Air JavaScript: you get to one of the dozens of airports on roads that have peeled off old roads to other airports, then there are 16 wildly different types of plane all claiming to get you to your destination somehow, some planes can't

Re: Last words on AngularJS

2015-08-24 Thread noonie
Greg, You said; I still want to use TypeScript to run the show, mainly because of the familiar IDE and its benefits. I'm going to spend more time today trying to find guidance about how to structure a reasonably serious TS project, and how to use jQuery from within. I'm very interested in your

Re: Last words on AngularJS

2015-08-24 Thread Thomas Koster
It looks like ECMAScript 6 introduces *lots* of new features [1]. At first I thought this was a joke, but a quick scan over the standard [2] appears to confirm this. Do not expect adoption by browsers for several years, though. JavaScript, despite its flaws, used to be simple. But it seems a

Re: Last words on AngularJS

2015-08-24 Thread Tom Rutter
. - Glav *From:* ozdotnet-boun...@ozdotnet.com [mailto: ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Adrian Halid *Sent:* Monday, 24 August 2015 9:23 PM *To:* 'ozDotNet' ozdotnet@ozdotnet.com *Subject:* RE: Last words on AngularJS In the world according to Github Javascript

Re: Last words on AngularJS

2015-08-24 Thread Stephen Price
2015 9:23 PM *To:* 'ozDotNet' ozdotnet@ozdotnet.com *Subject:* RE: Last words on AngularJS In the world according to Github Javascript is now the number 1 popular programming language used in their repositories. Might be due to all the Javascript frameworks out thereJ. It is also interesting

Re: Last words on AngularJS

2015-08-24 Thread Bec C
,'cvml','ozdotnet@ozdotnet.com'); *Subject:* RE: Last words on AngularJS In the world according to Github Javascript is now the number 1 popular programming language used in their repositories. Might be due to all the Javascript frameworks out thereJ. It is also interesting to see the climb

Re: Last words on AngularJS

2015-08-10 Thread David Connors
On Mon, 10 Aug 2015 at 14:53 Michael Ridland rid...@gmail.com wrote: Like Simon Willison http://www.quora.com/Simon-Willison so eloquently puts it - not relying on gives you superpowers. After you reach a certain level of skill as a programmer, an IDE starts slowing you down, rather than the

Re: Last words on AngularJS

2015-08-10 Thread Scott Barnes
I dunno, i did java up until 2007 and eclipse wasn't a friendly tool more of a drop kick to your head... then Microsoft hired me and said i had to learn this .NET thing and you guys needed my wisdom on Javabah...lies... :) It wasn't then until learned the power of an IDE Visual Studio can