Coldfusion Video tutorials [closed] - coldfusion

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.
I am pretty much interested in learning coldfusion technology.However the text based guide though wonderful seems to be monotonous at times and i frequently lose focus.Even though i have developed my skill in coldfusion with the textual guide i would suggest to come up with video tutorials that will grab prgramers interest.Adobe is on way to bring cf 10 and 11.How about with video tutorials??
Or else if there is any video tutorials available plz provide a link for the same.
Consider this as my suggestion.
Thanks,Tauq

Here they are, AFAIK only CF related video training available:
From Lynda : http://www.lynda.com/ColdFusion-training-tutorials/174-0.html
From VTC : http://www.vtc.com/products/Adobe-ColdFusion-8-Advanced-Tutorials.htm
After you get grip over basics, knock yourself out with HUGE library of how-tos and meetings over at http://www.meetup.com/coldfusionmeetup/messages/boards/

http://tv.adobe.com/product/coldfusion/
http://www.lynda.com/ColdFusion-training-tutorials/174-0.html
http://www.carehart.org/ugtv/
Good luck. :)

Related

How do i get started in Network Programming? [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 9 years ago.
I would like to get started in Network Programming on anything like Web, Window App, Apple device, Android device but i don know where to start all these thing...and i also have a good solid foundation of C/C++, Java, VB.net.
I have no clue about what hardware and other resources that I will need...If you work or are knowledgeable in this area, how did you get started and what are some good resource for a beginner?
I'm very addict to searching new technology and new programming language, please suggest as much as you can possibly give thx you.
I suggest this book by Richard Stevens http://www.unpbook.com/

Beginning learning Cocos2D, any recommendable resources? [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.
I'm beginning to learn Cocos2D, I am personally more of a visual learner so if anyone knows of any good video tutorials they could direct me to, I would very much appreciate it :)
Thank you in advance for your time and any help :)
First off, Cocos2D is an excellent and (relatively) easy engine to get your head around. Good choice! I would highly recommend the book by Steffen Itterheim found here. In just a few days I felt good about using the engine. A few months later, it is second nature. Also check out Kobold2D, which is an extension of Cocos2D that handles a lot of the annoying nitty-gritty stuff for you. Also, Ray Wenderlich has a whole host of Cocos2D online tutorials, but not all of them are up to date with the latest releases.
There is a blog post about good resources to get you started here.

Resources and info on Windows 8 programing with C++ \ XAML for Metro [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.
Are there any good quality resources on Windows 8 programing using C++ \ XAML for the Metro style? I'm interested in some good tutorials or articles.
I have searched web, but I couldn't find any good resources except the MSDN ones. There are a few articles about the javaScript development under WinRT and Metro, but seemingly there are no such things for C++ developers yet. Just several really simple tutorials.
Do you know any useful links or resources to learn from?
You should watch Build videos, read blogs and find people who talk winrt on twitter. You can check winrtppl.com, winrtdaily.com, silverlightshow.net, timheuer.com, windowsdevnews.com but there are a lot more.

Win API absolute beginnings - where to start? [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.
I have no idea what Win API is, but I have to learn in quite quickly - could you please provide me with some good learning resources for that?
I have googled quite a lot so far - but I mainly read chunks of information - nothing consistent and for absolute beginners.
Thank you!
I started with this one and helped me a lot:
Welcome to theForger's Win32 API Tutorial
Read a bit on Windows Programming as well.
The classic book about the Windows API is Petzold's Programming Windows.

For an intermediate programmer, how hard would it be to modify Google Chrome OS and how would one go about it? [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.
I think Chrome OS is based on Linux and written in C/C++. I haven't looked at the source but presumably it wouldn't be too hard to change some of the images and UI etc., but if I wanted to, for example, make it log into a proprietary account instead of Google's accounts on login, how hard would it be?
How about pulling down the source first and trying to build/install it yourself? If you feel that it's way overwhelming, then nobody can say it's easy for you.
It's hard to answer "how hard" because there's not an exact standard about "how intermediate" or "how fast can you learn".