development

iPhone Keychain

I can't get the KeychainItemWrapper (Apple example) to work. I've added the KeychainItemWrapper files to my project and when running it on the phone, an exception is thrown by SecItemAdd, saying that one or more parameters were not valid (result code -50). The code triggering the SecItemAdd follows: KeychainItemWrapper* wrapper = [[Keyc...

Code promotion: Enforcing the rules

So here is our problem: We have a small team of developers with their own ways of doing things-- I am trying to formalize a process in which we are required to promote our code in the following order: Local sandbox > Dev > UAT > Staging > Live Developers develop/test as they go on their own sandbox, Dev is its own box that we would us...

iPhone team dev, do we all need the same OS?

I´m just starting iPhone development with a small team of (really young and naive) colleagues, we all are fairly new to OS X, my question is: If we are planning to develop for every iPod Touch/iPhone out there (not the iPad, I read that thing requires Snow Leopard), what problems will we encounter when sharing code (and making commits) ...

iPhone: How to Trigger the Loading of a View Using a UI Element in a Previous View

I've been reading the Head First iPhone Development book and I understand how to get to a new view from a table but how exactly would I be able to get to a new view or view controller, by just simply pressing a button? Is that even possible? I mean there are some apps where you click a button, not a table cell and it loads a new view. ...

Enable Tiles devMode like Struts' devMode to reload tiles.xml with each request.

Does Apache Tiles have a devMove like Struts that would reload the tiles.xml file with each request? If so, how can this be enabled? ...

SVN good practice (branches)

Hi, Our application is currently made up of two big entities: C# ASPX files, and RPT report template files. ASPX files are developed by someone, and the RPT files are developed by someone else. Both worlds are not in sync. For example, you could have 10 new versions for the RPT templates, while only one is done on a C# file. Is the...

Iphone Developer Program

Hi, is there a restriccion or limit for the number of installed/distributed iPhone applications with the Standard Program? (Individual and/or Company) ...

How to get live currency rates and quotes of stocks? So that I can integrate them in my application?

Possible Duplicate: Programmatically access currency exchange rates How to get live currency rates and quotes of stocks? It can be any country related. So that I can integrate them in my application. I just don't know where to start with. Looking forward for a right direction to start with. ...

Web Development: Which browsers are recommend to be used for web developers?

Hi, I need your opinion about this one. Which browsers (well, the best, at least) do you recommend for web developers to use? ...

Searching for known Team Development helper tools

Hello, My team is small, only two programmers.We both share one source ,but we live in different places.The problem is that Meanwhile I make changes on our project,the other team worker makes changes as well.It's very hard to write down every change,at least for us. When we decide we've made an important change,we contact each other sen...

How to make a good programming interview?

I am doing interviews with from time to time to recruit some not bad people. And I really think I AM NOT doing to correct Job. I work in a company when We have to do a lot o DB programming, .NET programming, Java programming, so we need people who are open minded and not focused on a particular tech. Afterall language is a notation, You ...

Why dont Android applications provide an "Exit" option?

Is there something in the Android developer guidelines that disuades developers from providing the option to "exit" (stop running) an application from within the application itself? I love multitasking and all but it's not clear to me why: the vast majority of apps don't have their own Exit functions and hence just keep running fore...

Run Smalltalk on server without GUI?

Hi! I've got rather distinct question - I'd like to run Smalltalk on a production server without using graphical interface. Is this possible with VW or Pharo (maybe even Squeak)? I've got a VPS hosting without X and would like to have few websites running on Smalltalk, while developing them localy with full-blown Smalltalk env, includi...

want a dev branch to run on phone along with live version (android)

I have a live marketplace version of my application, and now want to start developing my next version, but want to be able to have the newer dev 'upgrade' (for testing) and existing live version (for demoing) both on the same device, but I dont want to create a whole separate project to do this. Any ideas? ...

2D Engine for iPhone OS

I have a pretty simple 2D flash game. It's a jump n run sidescroller and I want to port it to the iPhone. But what is the best way to do it? There is Adobe Flash Pro CS5 but I'd rather program it from the scratch in an iPhone environment. Are there any top games done by open source framekworks? Which is the best way to go? ...

Developing installation packages in Linux

I need information about making installation packages for Linux. I want to make simple package, containing executable + shared libraries, and SDK package for programmers, with executables and h-files. How can this be done? Articles, books, samples - everything that can help to learn this issue. ...

As a Dev Lead, what are the top few things that you ask your developers to consistently follow?

Being a development lead has its own set of challenges. You know a lot of stuff that can be considered as a best practice, but to ensure that everyone in your team is following them is one such challenge. How do you overcome this? ...

Pageview implementation

Hi everyone I want to add a pageview feature on my current web application. This page view is based on the count of user viewing the page. It must be unique, i.e. I must not view a person's page 10000 times and record it as 10000 views, just record 1 view instead. My question is, should I base my pageview count on IP address? If not, w...

Which development Language is best suited to Network Inventory

Dear stackoverflow I hope this is the corrcet type of question for stackoverflow to consider I would like to develop a "Hard Core" application that performs Network Inventory. High level requirements are Work on Windows and UNIX networks it has to be extremly performant it has to be 100% accuarate (massively) scalable and fun to writ...

Must have tool set for MOSS 2007 development.

I'm trying to compile a list of Must have tools/extensions for developing MOSS 2007 to build a dev machine. The dev os is Window 2008 R2 64 bit. MOSS 2007 Visual Studio 2008 Sharepoint Designer WSS/Office Server SDK Visual Studio 2008 Extensions for WSS 3.0 Is there any additional required/nice to have tools? ...