What is the best tutorial to build a complete web application using ember.js [closed] - ember.js

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm very new in building web application using ember.js. I went through the ember.js official guide and found ember.js is very much interesting. I have learned the basic structure of ember.js. But I need a tutorial which will help me to go through building a complete web application using ember.js describing different part of its development process. That may be in document or video tutorial. Please help me to find out the best tutorial to learn ember.js.

You can find a lot of material on EmberWatch, I'd suggest starting with the one which considered to be the official guide by Tom Dale.

I think we are yet to discover complete Ember.js tutorial, nevertheless you can use these resources to help get you started.
I would definitely start with Official Guide
If you do not want to use Ember Data which is still in early stages you can read this blog
A lot of useful information have been presented on EmberCamp 2013
If you want to see real world application source code, check Discourse

Related

Recommendation for basic ember.js example using latest version? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Could anyone recommend an ember.js example that uses the latest version of the library? There are many good tutorials but they all seem to use old versions of ember and all of them break for one reason or another when pointed at the newest one; even the basic snippets on the ember.js home page don't work out of the box though I suspect this is because they require ember-data and I haven't even begun to look into that yet. Just trying to get started with the framework, looking for a way to get off the ground!
Thanks all
I know that feeling! Starting with Ember could really be easier.
For the start I would recommend reading Advice on & Instruction in the Use Of Ember.js by Trek Glowacki. The example application is also available as jsFiddle. It looks messy, but it is a working Ember application using the Router.
If you need a basic Ember skeleton to start out, I will point to my own Ember CoffeeScript Start Kit. It includes the most minimal Ember application you need to get started. A Router, an ApplicationView and ApplicationController plus template. Go take a look :-)
Sounds familiar.
I've been using ember rest example for a combination of Ember and rails, if that is of interest for your goals.

Suggestions for a "shopping cart" application with a twist? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
My company wants users to be able to gather different documents from our website (for instance, manuals, installation instructions, etc) and put them all in one place (kind of like a shopping cart) to then print out all at once when their visit is over. Are there any applications that I can leverage to do this? We want something that's fairly plug-and-play because this is a late-stage requirement. I feel like I've come across something like this before but can't remember where.
Any suggestions would be greatly appreciated! Thanks!
There should be scripts where it bunches all of the selected documents into a zipfile for you. I've seen it on Joomla sites where you select different modules you want to download and it puts it into one package. Sorry I can't help with actual code.
You say "shopping cart" but are users paying for these documents?
If so, you can outsource the downloads to a third party like PayPal to handle the digital downloads. PayPal API will let you handle a shopping cart.
If not, why not just have a link to a PDF on the document's description page? Then they can save, print, whatever. (My two cents, of course, but I don't see the big advantage to bundling a bunch of documents just to unbundle them on the other end.)

Good open source django project for learning [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anyone suggest a good open source django project to learn django development.
A great resource is www.djangopackages.com, which lists a lot of the notable Django apps out there, including links to their respective repos, popularity ratings, etc..
Another way to find popular projects is directly on GitHub: https://github.com/search?q=django
Finally:
Awesome Django # https://github.com/wsvincent/awesome-django
Awesome Python # https://github.com/vinta/awesome-python
django-basic-apps is also a very good start to learn django and reusable apps. These apps are simple enough and code is well written.
If you're looking to learn the popular reusable app feature of Django I would suggest Pinax, and you also may want to look at Django-Mingus. I'm the author behind Mingus and I recently posted a list of the apps included in Mingus along with a description of how and why they are used. It maybe helpful in finding some projects you may want to use yourself. Here's a link: "The apps that power Django-Mingus"
There's also a ton of Django projects on Google Code, GitHub, and BitBucket. Just search for "django".
Django-CMS, mentioned above, and Fein-CMS are both good CMS projects to dive into, and the screencasts by Eric are terrific - I absolutely suggest any noob to Django watch all 13 of those screencasts.
I asked Malcolm Tredinnick a few weeks ago if there was a project he admired and he suggested Django Packages. They keep their source on Github .
I wouldn't say that it should be used as a Django tutorial but they have an admirable style of programming and I have picked up more than a few tips and tricks by reading their source. It is definitely a good example to learn from.
One of the best for newbie: 13 screencasts "Django From the Ground Up" at This Week In Django#
edit:
#the website is closed. view archived page.
I recommend Waka Waka. Its a very well written wiki, that should give you a good idea of how to develop in django. It is an application used by Pinax, which by itself should be huge, to learn.
You can also of course go through some of ubernostrum's code like Registration, profiles and Contact Form, which are a standard in the django world. But as some of them involve dynamic forms, it may be best to get to it, after a little actual coding.
If you're interested in running Django in App Engine, checkout out this project. Here's a demo.

Am I reinventing the wheel on this idea? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Ok here it goes, hope this is an original idea. Scenario is this. I have hosted a personal website, which contains a wordpress blog as well. I have a windows mobile connected to internet via GPRS.
I want to write an application for my windows mobile, which would track my current GPS coordinates (I don't have GPS but have figured out a way to find out the coordinates), and upload them to my site, where I'd provide a web service which can get or set GPS coordinates. Then I want to display my current location in my blog (as a wordpress plugin) or in another page, where it talks with my web service again to obtain my latest GPS coordinates.
So am I reinventing the wheel or there's a complete solution available for me to achieve such a thing?
Any pointers please. It's not directly programming related, but it sure involves programming!!!
Sounds like Google Latitude.
There are quite few of these types of applications/systems.
I myself have written a similar system to try to recover my phone if it gets stolen.
On codeplex you can find This (not mine).

Qt PDF Tutorial? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Where can I find a Qt tutorial in PDF format. I have looked all over google but can't find one. I need to be able to read it offline as I can't always be on the internet. Thanks!
If you're looking for a tutorial or a book, rather than QT docs have a look at this free ebook :
C++ GUI Programming with Qt 4
The author has released the first edition with an open license. If you like it You can still buy the printed second edition in amazon.
There is no PDF directly from trolltech that I know of, but all of the docs are under
Qt\200x.xx\qt\doc\html
where 200x.xx represents the version of the Qt SDK. Mine is 2009.01 for example.
You could use one of many HTML to PDF converters to achieve what you're looking for.
You can actually use an html to pdf converter created with QT... http://code.google.com/p/wkhtmltopdf/
am i too late?
you can also use an html spider that downloads an entire website.
The second edition is also freely available (but only in HTML format):
C++ GUI Programming with Qt 4, second edition. Click the Sample Content tab to access them. The chapters are all there (but in the wrong order---however, the table of contents is listed at the bottom of the page so you can see the correct order). All the examples are available from the Downloads tab.
A more advanced book is also available (but it is not free): Advanced Qt Programming