What is the use case for this? When would I need to programmatically create a blank html file?
> It gives you access to everything Chrome dev tools do, plus so much more: Can WebPageTest (I've never heard of this tool) reach pages that require authentication? http://www.webpagetest.org/
I signed up for CreditKarma too long ago to remember the process, but this is pretty standard for credit reporting services. I know Equifax, MyFICO, and the free annual government site do the same. In my experience the…
I've put about 12 hours in on my late 2013 13" mbp. For a decently sized-city (10k+), there aren't noticeable performance issues at full-screen and mostly 'medium' display options. Your fans will get a workout and you…
> I can have a highly functional site in 10 minutes with Drupal, but node.js (express), Django, Rails, etc. all seem to take forever just to get something of minimal functional equivalence. There's nothing about Express…
> while writing C# sounds great to developers who already know C#, the differences between the C# source and the generated JS make debugging and maintenance difficult. Isn't this solved with source maps? > DuoCode…
And 11 days later... > Several months ago the general direction of Angular 2.0 began to change in critical ways. I found myself fundamentally at odds with certain aspects of the proposed design. Still, I tried to keep…
> 1 Framework Comparison jQuery is a library, not a framework!
Not mentioned are ES6's arrow functions that capture the `this` value of the enclosing context. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Yeah, seems like this would conflict with other gestures like scrolling or swiping.
Location: Greensboro, NC Remote: Yes Willing to relocate: Yes Technologies: HTML/CSS, JS, Angular, jQuery, Node, some Ruby, PHP, C# Resume: http://goo.gl/XVtVJj (Google Drive) Email: tr@tylrr.io Personal site:…
Location: Greensboro, NC Remote: Yes Willing to relocate: Yes, east coast Technologies: HTML/CSS, JS, Angular, jQuery, Node, some Ruby, PHP, C# Resume: http://goo.gl/XVtVJj (Google Drive) Email: tr@tylrr.io Personal…
Location: Greensboro, NC Remote: yes Willing to relocate: Yes, east coast Technologies: HTML/CSS, JS, Angular, jQuery, Node, some Ruby, PHP, C# Resume: http://goo.gl/XVtVJj (Google Drive) Email: tyler dot rash at gmail…
Way too much animation. I shouldn't have to wait 10 seconds for all the content on a landing page to Powerpoint its way onto the screen.
For Javascript, at least, the comparison chart essentially useless. AngularJS isn't included? jQuery and Underscore and Backbone are comparable libraries?
This is a really weird approach to asking for support for an OSS project. Bad vibes with this one.
> This feature has been removed from the Web. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.…
DRY, though, right? Changing one set of CSS rules is better than hunting down 20 <center> elements when requirements change. Not to mention <center> is deprecated.
Using display: table-cell on a div is a more semantic approach than using <table>.
"Designed for" isn't "requires". It was designed to be compatible with Bootstrap, but that doesn't preclude it from playing nice with other frameworks.
Nice. If you're not already familiar with Restangular, be sure to check it out: https://github.com/mgonto/restangular I tried rolling my own Angular API service, and it was a great learning experience, but Restangular…
This isn't a full-blown example, but AngularJS works phenomenally as an interaction layer on top of a REST API. Creating such an API with Rails is almost trivial. Postgres + Rails + AngularJS (via Bower) has become my…
What is the use case for this? When would I need to programmatically create a blank html file?
> It gives you access to everything Chrome dev tools do, plus so much more: Can WebPageTest (I've never heard of this tool) reach pages that require authentication? http://www.webpagetest.org/
I signed up for CreditKarma too long ago to remember the process, but this is pretty standard for credit reporting services. I know Equifax, MyFICO, and the free annual government site do the same. In my experience the…
I've put about 12 hours in on my late 2013 13" mbp. For a decently sized-city (10k+), there aren't noticeable performance issues at full-screen and mostly 'medium' display options. Your fans will get a workout and you…
> I can have a highly functional site in 10 minutes with Drupal, but node.js (express), Django, Rails, etc. all seem to take forever just to get something of minimal functional equivalence. There's nothing about Express…
> while writing C# sounds great to developers who already know C#, the differences between the C# source and the generated JS make debugging and maintenance difficult. Isn't this solved with source maps? > DuoCode…
And 11 days later... > Several months ago the general direction of Angular 2.0 began to change in critical ways. I found myself fundamentally at odds with certain aspects of the proposed design. Still, I tried to keep…
> 1 Framework Comparison jQuery is a library, not a framework!
Not mentioned are ES6's arrow functions that capture the `this` value of the enclosing context. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Yeah, seems like this would conflict with other gestures like scrolling or swiping.
Location: Greensboro, NC Remote: Yes Willing to relocate: Yes Technologies: HTML/CSS, JS, Angular, jQuery, Node, some Ruby, PHP, C# Resume: http://goo.gl/XVtVJj (Google Drive) Email: tr@tylrr.io Personal site:…
Location: Greensboro, NC Remote: Yes Willing to relocate: Yes Technologies: HTML/CSS, JS, Angular, jQuery, Node, some Ruby, PHP, C# Resume: http://goo.gl/XVtVJj (Google Drive) Email: tr@tylrr.io Personal site:…
Location: Greensboro, NC Remote: Yes Willing to relocate: Yes, east coast Technologies: HTML/CSS, JS, Angular, jQuery, Node, some Ruby, PHP, C# Resume: http://goo.gl/XVtVJj (Google Drive) Email: tr@tylrr.io Personal…
Location: Greensboro, NC Remote: yes Willing to relocate: Yes, east coast Technologies: HTML/CSS, JS, Angular, jQuery, Node, some Ruby, PHP, C# Resume: http://goo.gl/XVtVJj (Google Drive) Email: tyler dot rash at gmail…
Way too much animation. I shouldn't have to wait 10 seconds for all the content on a landing page to Powerpoint its way onto the screen.
For Javascript, at least, the comparison chart essentially useless. AngularJS isn't included? jQuery and Underscore and Backbone are comparable libraries?
This is a really weird approach to asking for support for an OSS project. Bad vibes with this one.
> This feature has been removed from the Web. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.…
DRY, though, right? Changing one set of CSS rules is better than hunting down 20 <center> elements when requirements change. Not to mention <center> is deprecated.
Using display: table-cell on a div is a more semantic approach than using <table>.
"Designed for" isn't "requires". It was designed to be compatible with Bootstrap, but that doesn't preclude it from playing nice with other frameworks.
Nice. If you're not already familiar with Restangular, be sure to check it out: https://github.com/mgonto/restangular I tried rolling my own Angular API service, and it was a great learning experience, but Restangular…
This isn't a full-blown example, but AngularJS works phenomenally as an interaction layer on top of a REST API. Creating such an API with Rails is almost trivial. Postgres + Rails + AngularJS (via Bower) has become my…