-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing projects #1
Comments
Thanks for bringing this to my attention. The project file was not in the Source Control. Not sure what happened there, but I guess when you have Visual Studio setup a project with Git the VS project file is not added to the source control. I checked SPAHelper and it was added there. I checked a couple of other projects and saw the same issue. I corrected it, I hope for the movie site. The first three folders are not VS projects, I did those using WebMatrix. Let me know if you have other issues. |
Thanks. I just read your book and loved it. Quick question if you don’t mind. Using your coding principles it looks like I shouldn’t use bootstrap because it uses jQuery. Furthermore, if I need things like interactive grids the simplest way to implement those is through jquery plugins as well. Given those two items how do you write complex sites following your principles without those features? Would you go the jquery route and sacrifice speed or would you instead spend a lot more time to develop everything manually? From: Chris Love [mailto:[email protected]] Thanks for bringing this to my attention. The project file was not in the Source Control. Not sure what happened there, but I guess when you have Visual Studio setup a project with Git the VS project file is not added to the source control. I checked SPAHelper and it was added there. I checked a couple of other projects and saw the same issue. I corrected it, I hope for the movie site. The first three folders are not VS projects, I did those using WebMatrix. Let me know if you have other issues. — This email was Virus checked by Complete Medical Solutions, LLC. |
Personally I avoid jQuery unless a client insist on using it. I have built several 100+ view SPAs using these principles over the past few years. In the past I would have used a plugin like DataTables to do grids, but they are almost always overkill. Something I have come to realize with tabular data is after the 3rd or 4th 'page' the end user tends to rethink filtering, searching and other criteria. I might still add a pager, but usually because a client does not feel comfortable without it being there. I would probably implement a scroll effect sort of like twitter instead. I would also add something like a faceted search feature to filter the data down as well. It is good to let the user know how many records they are dealing with, so they can make good decisions, etc. I think one of the key things we as web developers need to realize is the demands for user experience3 are different today than they were in the past. So the metaphors are not always the same as they were yesterday, etc. Its ok to experiment some, just make sure you get some real feedback from users. And for the record I find myself using traditional tables rarely these days, Instead I use the grid and list concepts I demonstrate in the book. |
Thanks. Do you use anything like bootstrap for styling? From: Chris Love [mailto:[email protected]] Personally I avoid jQuery unless a client insist on using it. I have built several 100+ view SPAs using these principles over the past few years. In the past I would have used a plugin like DataTables to do grids, but they are almost always overkill. Something I have come to realize with tabular data is after the 3rd or 4th 'page' the end user tends to rethink filtering, searching and other criteria. I might still add a pager, but usually because a client does not feel comfortable without it being there. I would probably implement a scroll effect sort of like twitter instead. I would also add something like a faceted search feature to filter the data down as well. It is good to let the user know how many records they are dealing with, so they can make good decisions, etc. I think one of the key things we as web developers need to realize is the demands for user experience3 are different today than they were in the past. So the metaphors are not always the same as they were yesterday, etc. Its ok to experiment some, just make sure you get some real feedback from users. And for the record I find myself using traditional tables rarely these days, Instead I use the grid and list concepts I demonstrate in the book. — This email was Virus checked by Complete Medical Solutions, LLC. |
not by choice. I probably would have a few years ago, but I have probably gotten pretty comfortable with CSS at this point. I look at the size and it really causes me to stand away from it. I honestly have not studied it that much, but for the life of me I cannot understand why it is so large to produce so little. I like what UNCSS does for situations like these, https://github.com/addyosmani/grunt-uncss |
Thanks a lot From: Chris Love [mailto:[email protected]] not by choice. I probably would have a few years ago, but I have probably gotten pretty comfortable with CSS at this point. I look at the size and it really causes me to stand away from it. I honestly have not studied it that much, but for the life of me I cannot understand why it is so large to produce so little. I like what UNCSS does for situations like these, https://github.com/addyosmani/grunt-uncss — This email was Virus checked by Complete Medical Solutions, LLC. |
Hi Chris, after extensive performance testing, my team and I have decided to move forward with your concepts instead of angular. We are essentially using your book as our roadmap for development. Given that we have ingested most of your book do you think any of your upcoming Dallas sessions would be beneficial for us or would it be a bit to elementary? From: Chris Love [mailto:[email protected]] not by choice. I probably would have a few years ago, but I have probably gotten pretty comfortable with CSS at this point. I look at the size and it really causes me to stand away from it. I honestly have not studied it that much, but for the life of me I cannot understand why it is so large to produce so little. I like what UNCSS does for situations like these, https://github.com/addyosmani/grunt-uncss — This email was Virus checked by Complete Medical Solutions, LLC. |
Wow, thanks for the compliment! If you are in North Texas it would be great to meet you. I have several speaking engagements starting next Tuesday. The main event is the full day SPA workshop, http://dallasdayofdotnet.com/PreConferenceWorkshop.html before the Dallas Day of .NET. Let me know if you plan on attending. |
I live in the New Orleans area so it would be an effort to come out there but it’s worth it if you will be covering stuff not in your book. I’ve looked at all of you sessions and my guess is that your book covers most of it but I wanted your opinion on that. From: Chris Love [mailto:[email protected]] Wow, thanks for the compliment! If you are in North Texas it would be great to meet you. I have several speaking engagements starting next Tuesday. The main event is the full day SPA workshop, http://dallasdayofdotnet.com/PreConferenceWorkshop.html before the Dallas Day of .NET. Let me know if you plan on attending. — This email was Virus checked by Complete Medical Solutions, LLC. |
Hi Chris, it appears that the movie web and spahelper projects are both missing from the repository. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: