Sunday, January 19, 2014
Saturday, January 18, 2014
Where to start programming
I want to learn how to program apple apps using Xcode 5. I have no experience in coding and am eager to learn. I do not know where to start though. Please list any books or means of learning this because I have no experience nor place to start. Thanks!!
Sunday, October 13, 2013
How do I set up an e meil accont? be specific on what information to place where?
How do I set up an e meil accont? be specific on what information to place where?
How do I set up an e meil accont? be specific on what information to place where?
How do I set up an e meil accont? be specific on what information to place where?
Monday, September 9, 2013
LONDON DEVELOPERS: Looking for a new iOS Dev job, any suggestions where to look?
Hi All,
I'm currently looking for a new iOS Dev position somewhere in London, does anyone have any suggestions of where to look; job boards/forums/blogs?
I don't deal with recruitment agencies anymore based on previous bad experiences & the standard job boards aren't very fruitful.
Is there somewhere I should be looking that I don't know about..?
Any help/advise would be really appreciated.
Cheers,
LB
Sunday, August 18, 2013
where can I find the complete MDM implemention document
I'm implementing for the iOS MDM management server right now, I referenced this link :https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProf ileRef/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010206
and this link:
but I found these two refrenced documents are not fully documented, for example I cannot find the AccessRights:8191 and 2047, and the profile key:CheckOutWhenRemoved, these keys are not list in the doucments.
I'm new to develop iOS, could you tell me where can I find these infomation?
Re: where can I find the complete MDM implemention document
It is a server side implementation. So, the "package" term doesn't apply here.
Saturday, August 17, 2013
Where can i download the Iphone SDK? I read that XCode includes it but when i download it it doenst include the SDK.
Friday, August 9, 2013
Where can I create iPhone Developer Program Portal to activate ioS 7 Beta 5
Where can I create iPhone Developer Program Portal to activate ioS 7 Beta 5
Monday, June 10, 2013
Re: Where should I start?
Hi! I'm a software developer and author.
First off, I'd need to know what platform(s) you want to target whe writing code (you seem to want to write Apple software, but for which OS: iOS or OS X)?
When you say "my knowledge of code is very basic," what code do you slightly know?
If you are intrested in writing native iOS or OS X apps and submitting them via their respective app stores, then I suggest you consider learning Objective-C. However, Objective-C is a tricky language for beginers as it is a subset of the C language. For a beginner, I would first advise you learn a simpler programming language: JavaScript. C, Java, C++, Objective-C, etc. are what I feel more difficult languages to grasp. However, a third party, PhoneGap offers develoeprs without knowledge in Objective-C to program native iOS apps using HTML, CSS, and JavaScript.
If you don't know HTML, CSS, and JavaScript already, then I hope to point you in the right direction with the following books: HTML & CSS (after reading this book to hone my skills with HTML5, I honestly thought it was fantastic). JavaScript: The Missing Manual is an excellent beginer's book on JS (although I would suggest that you read HTML & CSS first). If you want to learn Objective-C, then this is an excellent beginer's book as well. Although it is aimed at a beginer, I do want you to recognize that Objective-C is still going to be a more difficult language than JavaScript.
Also, search Google for anwswers to tricky problems which you may encounter. Watch videos on YouTube.
Let me know what you think and if you need any further assistance. I'm more than happy to help. Happy WWDC week!
Where should I start?
Hi, I'm new to the forum so I'm not sure where to ask this but hopefully you can help me.I'm fifteen I've been looking into being a software engineer for a while and I've wanted to work with apple. My question is where do I start my knowledge of code is very basic I'm just starting so if you could please help that would be awesome thanks.
Where should I start?
Hi, I'm new to the forum so I'm not sure where to ask this but hopefully you can help me.I'm fifteen I've been looking into being a software engineer for a while and I've wanted to work with apple. My question is where do I start my knowledge of code is very basic I'm just starting so if you could please help that would be awesome thanks.
warnings from the IDE where there are no lines of code?
hello again, i seem to have various 'yellow warning bars' in my IDE highlighting a problem where there is actually no code?, or its highlighting a line in an area of commented out code?. whats going on. I have tried
- saving the file
- building the project(which indeed builds) to get rid of them. No change.
- closing the project completly and reopening it
why is this happening?. something is obviusly out os sync
any thoughts appreciated.