Courier Tracking Software - GPS - iPhone [closed] - asp.net

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 am developing a delivery management system that aims to allow a dispatcher to monitor where their couriers are around the city and be able to send addresses to the couriers, which would give them directions, etc. I am developing the backend in ASP.Net/MSSQL and am looking for an iPhone app that might give me a head start with the GPS tracking stuff.
Anyone familiar with this and have some suggestions for decent software? It does not have to be free software.
Thanks!

Titanium by Appcelerator might be what you need. Coming from an ASP.Net/javascript background it's pretty easy to transition into Titanium. Combine the built in libraries for geolocation and web services and you could be reporting your courier's positions using a timer to a web service pretty easily.
Link: http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Geolocation-module

Related

Using my own Rest API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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 have been learning about Rest APIs and I just created my first one in Visual Studio. Now I would like to put it on the internet so I can call to it rather than calling localhost. For the amount of information on how to create an API there isn't much information on how to deploy it.
My API is very simple and not very useful. It is more of a learning exercise to me. So I was wondering what is the free or cheap way of getting it on the internet.
Every ASP.NET project is deployed the same way. You hit publish and upload the files to a web server (be it your own computer with public IP address or hosting you pay for). If you are using a database you may need to setup that too and tweak the connection string in the config file.

need help picking web application framework for R [closed]

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
Greeting.
We are developing some R code for statistical analystics.
It was originally intended to be used with the Oracle Business Intelligent Suite as the representation layer, however, the management wants us to explore other framework to display those data, and asked us to come up with suggestions.
So far there are the candidates.
1. shiny from Rstudio
2. OpenCPU apps. opencpu.org
3. rapache http://rapache.net/
We are an academic organization dealing with sensitive data, so security is a major concern. Also, our management does not have a big budget, so opensource or tools that come with a significant institutional/academic discount are preferred. So far I am inclined towards shiny but, it's relatively new so it might not as stable as the other two.
Any suggestions especially first hand experience will really be appreciated.

Alternative to Amazon CloudFront for CDN? [closed]

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 using CloudFront for a while now but it seems lately my CDN files aren't always loading. I have a number of customers experiencing issues and the only fix is to restart their computer. Annoying for them and me.
Can anyone recommend a better CDN provider that's not too expensive? I'm still small so paying $99 a month is way too expensive for me at this stage.
I've had a look at some reviews on the net but they aren't that helpful. Some are a bit biased and are almost like paid reviews.
Two things I really need is:
Ability to serve the files a HTTPS
Ability to refresh the files quickly if I make a change (I used Query Strings to do this on CloudFront)
Appreciate your help
You can checkout CDNPlanet. You will find there a list of some of the most known CDN on the market.

Is there any tool/way to create/Import all categories and keywords from XML file to tridion [closed]

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 have a long list of categories and keywords provided by one client.Is there any way/tool to avoid one by one manual creation of them.
I'm not aware of any existing tools to do this, but it would be possible to build one that uses either the Content Manager .Net API or the Core Service (WCF web service) interface to programmatically create the C&Ks for you. Personally I'd probably go with the Core Service - if you google "sdl tridion core service" there is a wealth of information already in the public domain to help you get a better understanding of how to use it.
There's a particularly good article here - http://blog.building-blocks.com/creating-keywords-using-the-core-service-in-sdl-tridion-2011

Looking for OpenSource ASP.NET Project Management [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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 found some really good solutions alike : CollabNet (on grails) and others
But when I want to make some changes for my own I really want it being ASP.NET based. Sadly I can't find good solution for it.
Is there open-source project-management systems on asp.net ?
Added : So I'm looking for something that will highlight and browse sources and shows the changes. - that is my main tasks.
Here's a listing of mostly all the ASP.net open source projects.
The majority are not really project management though. There is issue tracking though which can be part of project management:
http://wiki.asp.net/page.aspx/388/aspnet-open-source-projects/
try bugnet. Though its much of a bug tracker but maybe it helps.

Resources