applications

How to bundle an XCode project and deploy onto iPhone?

Hello, I have created an iPhone application which i want to deploy it onto iPhone device. please tell me what is the procedure to deploy it onto iPhone?Since its an enterprise application, i've paid the respective amount to apple developers to get teh certificate. but which file to deploy , or how to make my full application as a single...

A Reminder type in asp.net for windows computers

Basically i need the way to just have a popup schedule to open every morning when the user log in his computer. an application to install in his computer. I am not quite sure what to use? Any direction ...

Does an application, extension, or website for finding JSON element IDs exist?

I googled a bit with no luck. I'm wondering if a tool exists that allows a user to paste in a chunk of valid JSON, click on any of its elements, and get returned the id (path) to that element. I prefer either a web app, a Chrome extension, or a OSX or X11 app. Windows would be last resort as I'd have to run it under Crossover. I could al...

Django settings app?

Has anyone run into an idea of a "settings app" for a django project? It's a set of application variables set by an administrator (not developer, so settings.py fails) using admin panel. Are there any apps ready to use? edit I probably didn't state my question clear. I don't mean editing the things like connection settings, rather th...

How to get applications data from Blackberry appworld with PHP?

Is there an API or some SDK allowing access to appworld.blackberry.com to get application information using PHP or maybe some other programming language? ...

Does scalability depend on programming language?

Hi all, I have recently come across SCALA while going through the designs of twitter and linkedin. A part of the twitter and linkedin are being shifted to scala for scalability which where originally developed in RoR? Does changing the programming language guarantee scalability? How exactly is this decided? Can there by any pre-plannin...

TFS for machine applications

Hallo experts, I work at a firm as a SW Tester/Validater Our company produce autoamtic machines. Recently we are introducing team foundation server for SW development. As a SW tester my tasks include: Validation of the functionalities of the machines at the real machines. Reporting bugs and submitting reports. We don't do any UnitTes...

ASP.NET Applications - Development with thunder fast speed

. Dear All, We are working on ASP.NET applications development (in different domains). Management is expecting the applications development with thunder fast speed. They are not much bothered about the code quality. So in this case, could any paid/free software/plug-ins/modules can help us? If so, could you please pr...

Recommend me some good Java for Beginners books

I've been looking into Android development, and while I understand the concepts, all of the Java stuff goes right over my head. XML is easy to pick up on, but I quickly found out that advanced Android development is simply not possible without a good understanding of Java. I looked at this book and it seems pretty good: http://www.amazon...

inversion pairs in an array - application

I came across an algorithmic problem to find out the number of inversion pairs in an array in O(nlogn) time. I got the solution to this. But, my question is that what is the real-life application of this problem? Like I want to know some applications where we need to know the inversion pairs. ...

How to get list of files that a program is working with?

How to get list of files that a program is working with? For example, if a program is downloading something, how can I know what and where that file is while downloading? ...

Mobile Application technologies information

Hi All, I am new to mobile application technologies.... We are developing applications for iPhone/android/blackberry/windows mobile. I need any PPTs of any PDF books that explain our team about a General mobile application architecture, trends etc.. Do any one have any reference.. Please help me! Thanks in advance! ...

Creating a reusable site structure in ASP.NET 4.0 with C#

Hello, I wish to streamline and best practiceify the way that I setup websites for my clients. General information: -- ASP.NET Forms style of website i.e. not MVC -- Web applications (not website) -- I am using OneClick deploy -- I wish to package the main web application -- Ideally, I wish to package the sub applications also. -- A...

Applications to help programming/project manage

By applications I mean anything from Windows/Mac apps to web applications to iPhone applications - just anything that can generally help a programmer. I develop in ASP.NET and C#, and I'm still relatively new to both languages, so would like some applications to help, and also applications to help me manage my outstanding issues/bugs. D...

What are some of the common strategies and/or frameworks used for data access layers?

What are some of the common strategies used for data access? Can LINQ be called a strategy? ...