Can you recommend a podcast on OOP & Design? [closed] - oop

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.
Can you recommend me a web site providing pod-casts focused on OOP & Design?

This may be more advanced then you are after but best to get started on the right track. If you don't understand everything in here don't worry too much.
This is Scott Hanselman talking with Uncle Bob describing SOLID
http://www.hanselminutes.com/default.aspx?showID=163
You can also look at the resources avalable on Object Mentor http://www.objectmentor.com/videos/video_index.html
Have Fun!

software engineering radio. They have been doing it for a long time and they are good.
http://www.se-radio.net/

I agree with David above and would like to include Dime Casts.Net series on S.O.L.I.D. The series is for the C# Visual Studio folk but think it's an invaluable set of videos. Check it out here: http://dimecasts.net/Casts/ByTag/SOLID%20Principle

Related

What is your favourite captcha script? [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 would like to gather information about popular captcha scripts in one place.
Please write links to your favourite ones!
You can try
recaptcha
Textcaptcha
Picaptcha
Nucaptcha
Solvemedia etc..
But none of them are 100% useful and captchas seems out dated too because most of the spammers are humans. If you are using captcha the best solution is to create your own captcha with a unique algorithm.
http://recaptcha.net/ "recaptcha" for helping OCR-izing old books as a consequence in the worlds benefit
previously I used this one.But now I am creating my own like simple mathematical calculation or simple text.

Advanced UI In Cocoa [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 want to learn advanced customized UI design in Cocoa including UI element design, Is there any book or other good learning source for it?
Regards
Matt Gemmell did a good talk for NSConference 09 (available on Vimeo for free) called Designing and Developing Custom Cocoa Controls. He also had a recent blog post about API design where he discusses the thought process of designing a GUI component.
As a good starting point I'd check out cocoacontrols.com they have a lot if advanced custom UI projects, and a lot of them are open source, Apache, and MIT liscenced.

Books / tutorials for further understanding OOP [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've been programming with OOP for a year. But I think sometimes, my solutions to the problem, code quality and so on, is not the best as it could be. Are there any good books on writing good and quality OOP code (programming language doesn't matter) for advanced programmers? What would you recommend?
I'm reluctant to suggest a "patterns" book, but Design Patterns is pretty good. It's much more descriptive than proscriptive -- and some of the patterns won't make any sense at all, until you've fought the underlying problem that leads to the patterns -- but if you read the book with the mindset that they are trying to provide a grammar that programmers can use to talk about problems rather than tools that are the Best Possible Solutions, then it is an excellent book.

Tutorials on PyObjC [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 would like to know if there are any tutorial websites for learning PyObjC apart from the home page of the project itself. I'm enthusiastic about being able to use python to develop native code and be productive without learning how to program in some of the other more traditional compiled languages. Anywhere I could get a screencast or good beginner tuts would be excellent.
You could start with Will Larson's stuff. You could read the Apple docs and do the temperature conversion thingie. You could do what I did and get Hillegass's book and then do the examples using PyObjC. You could read my stuff. I have lots of simple examples, but I'm just an amateur. You don't need to worry about Objective-C yet, but if you stick with it, you probably will.
And you really must learn that case matters.

NServiceBus - Beginner Tutorials [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 recently read some articles about service buses and would like to to give it a go.
Googled to find a good beginner tutorial on NserviceBus, bug could not find a one so far.
Anyone aware of a good beginner tutorial on NServiceBus? (to start from very basic level)
seen some literature on internet, but they do not seem to be beginner level material.
Thanks a lot in advance for all your time and efforts.
Of course there is the documentation on the NServiceBus site.
Additionally, you can check out the info on the NServiceBus Samples.
There's a DNRTV Show on it here: Udi Dahan on NServiceBus