Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm new to iOS development and want to learn Test Driven Development. Didn't find any good resource to start with. I searched and came across this . . Where to start with test driven development?
which is only for ruby on rails.
I'd appreciate if anybody guide me where to start with.
Reading documentation on testing from Rails world actually is not a bad idea. TDD is seen as really important within the Rails world. Some key concepts are explained better there than in the iOs world in my opion.
The answer of Riyazul has some nice links. I also like these:
NSHipster has this post about unit testing.
From the Ruby world this article about testing in Ruby motion is interesting. Everything can also be done from Xcode.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have big project (not mine) in java EE , at first when I looked at it there were many many classes, when I try to understand a method of class there is another class which calls method in it and again and again, It's really hard to understand the code (there is no documentation) is there any tool to help me ?
Unfortunately there aren't really any tools to help with this, the most that you can hope is that someone created a UML Doc for the code you're viewing. However, as this is not the case, the best place to start is at the main method and slowly traverse the setup. I find that it helps to keep notes and diagrams, describing (functionally) what things do and in what order they happen.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to know main things to learn before starting module development in Prestashop ?
Some use full website url's and videos , tutorials which will cover up important points and also clear my concepts .
This is a broad question, but let me give you some advice.
1) Google for How to develop Prestashop Modules.
2) Search for youtube videos on youtube
3) Search for some books for Prestahsop
4) Read Prestashop documentation http://doc.prestashop.com/display/PS15/English+documentation
The place to start from is http://doc.prestashop.com/dashboard.action
Recently I found a good tutorial at http://www.technoreply.com/how-to-create-a-prestashop-1-5-module/
I hope it helps
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any open source code for creating a piano keyboard with sounds for ios? I have looked but have not found one, or offer a good recommendation were to start, AVAudioPlayer. or systemSoundID
Here is one you can try. It is something I started a while back and have not had time to finish because of my day job.
https://github.com/yepher/MusicNotes
I found this great tutorial, it is a little advanced but perfect for learning. I already have a simple version up and running using this tutorial
http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_playing-systemsoundid/
I have tried a few solutions, and eventually used this piano keyboard for iOS, since I couldn't get rid of the lag which is crucial when using it as part of a multitracker for timing issues (an app I'm working on).
I learned a lot from going over the code and through the support I got from the author, so even though it wasn't free I was very pleased with it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
As resident techie I have been charged with teaching some colleagues VB specifically for use with Excel.
My main duties involve MySQL and Objective-C and haven't touched VB since University. While I'm not worried about the prospect of learning VB (how hard can it be, right?). I have no clue on where to point my "students" to start.
Any good books? Online tutorials? I will of-course be sending them to SO.
I like VBA Developer's Handbook by Getz and Gilbert for a book. On the internets, I always wind up at ozgrid.com and cpearson.com.
About.com often has good stuff.
After that maybe some Free VBA Tutorials
Google search came up with - http://www.vbtutor.net/VBA/vba_tutorial.html this one is very basic and probably you will just have to breeze thru it and then probably move on to my personal favorite www.ozgrid.com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've been primarily developing in c# for the last few years and have found that staying up-to-date with some of the best c# blogs (Ayende, Jeremy Miller, Greg Young, Phil Haack, et al) has been invaluable. So, I'm just getting into objective-c and iPhone development and am wondering who are the top bloggers I should be keeping up with are.
I enjoy these:
cocoa is my girlfriend
cocoa with love
icode blog
iphone dev tricks
iphone dev
You can check answers to this question.
There are a ton of Objective-C / Cocoa / iPhone coders on Twitter...so I would look into setting up a Twitter account if you haven't already.
CocoaCast is a great resource. You will also find a list of Cocoa blogs here
Another good one that is sadly not updated as often as it should be is Call Me Fishmeal. It's a mix of personal stuff along with a section called "Pimp My Code", where he goes into great detail on how to write excellent Objective C code.
I second the twitter recommendation, but Planet Cocoa (planetcocoa.org) is a must, it collates a wide range of Macintosh/iPhone developer blogs
I've got a pretty good list of Cocoa related blogs and podcasts on this blog post.