It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am completely new for PhoneGap. I want to learn how to install it on my windows 8 operating system machine. I want guide to how start my work. I am curious about work with PhoneGap.
It won't be easy for people to answer your question here: it's too vague, and there's no definitive answer.
If you are new to any technology you should always start by doing your own research online, follow through any tutorials available, and then post questions on Stack Overflow as you come across specific problems or issues that we can help with.
In this instance PhoneGap has very well-written and detailed sets of documentation to help with first-time users. In particular, a detailed and easy-to-follow Getting Started guide.
There's also a vibrant and helpful community with tutorials, videos, events, blog and Google Groups.
I found all of that with one Google search. Have you tried any of that?
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I'm an iOS Developer & New to COCOA Mac Development.
I'd like to know some essential websites and blogs (for a beginner) that can help me.
Any help will be appreciated...
This is a different approach to iOS from Code School. http://tryobjectivec.codeschool.com
Get the following books (in this order)
Cocoa Programming for Mac OS X by Hillegass Preble - Amazon link
Advanced Mac OS X Programming by Mark Dalrymple - Amazon link
Xcode 4 by Richard Wentk - Amazon link
And for online study watch this series on youtube: Cocoa Tutorials
I recommend ray wenderlich's site, it has a variety of tutorials ranging from starters to advanced
http://www.raywenderlich.com/tutorials
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I need develop an application for windows8 mobile,tablet,desktop.As i am fresh to mobile app i dont have any idea about this.Is there anyway to develop an application like this with single code or we have to write code seperatly for all three and how to add this app to the app store. please anyone help me with this problem.
Thanks in advance
Typically, we use stackoverflow to answer specific questions about code issues you're having. Despite this, please begin at some of the great instructional videos provided on Microsoft development centers (better known as MSDN). They have quick-launch tutorials and the link.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have recently started developing iPhone apps without any prior theoretical knowledge about iOS or Objective-C, could someone tell where should i start reading about objective C ?
An excellent starting point is the Apple documentation. There are some good books around, too.
After grasping the language constructs, your next stop for more specific information about any iOS controls, concepts and techniques, can be the iOS Developer Library, which is full of guides, references and FAQs.
My favorite site is given below, It includes most of the tutorials and stuff. Hope that helps you. Also you can start with guide from apple
http://www.raywenderlich.com/tutorials
http://www.codeproject.com/Articles/88929/Getting-Started-with-iPhone-and-iOS-Development
I recommend the following link
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Introduction/introObjectiveC.html
You can also use Objective-c tutorial by lynda.com
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have recently uploaded a website for basic web designing tutorials with proper examples and demos. I wanna improve it, such that it comes in google results. ? can anyone please suggest me what to do for the same.I have already used meta tags in my website
http://sillythingsthatmatter.in/
Thanks :)
I don't now yet, but I was told not to use dirty trick in SEO (like white text on white background etc.), since once google discovers it, you'll get a big penalty, a lot of negative points!
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How does the Apache web server work? Can someone explain it in detail?
Start with the Apache architecture overview to understand the basic components and data flows for Apache. Then, you probably want to go into the developer documentation, as the list module configuration options in the docs is not too helpful in understanding how does everything work.
Finally, comparing Apache to other popular open-source servers such as Lighttpd would show you what tasks are approached in a similar way by different programs, and where there are trade-offs (speed vs. features, for example) that differentiate between the servers.
It's magic. Don't even bother trying understand it.