Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
5answers
391 views

Game Development, strange image effect while moving camera

I'm developing Side Scroll 2D Game, using AndEngine I'm using their SVG extension (I'm using vector graphic) But I discovered strange and ugly effect, while moving my player (while camera is ...
5
votes
2answers
122 views

Is anything wrong with using Sinatra to develop a full website?

I am in the process of developing a new website. The level of complexity of the site would be somewhere on the order of Yelp.com. I am pretty new to Ruby but decided I want to develop the backend ...
5
votes
2answers
88 views

Central SQL Server development database server

We are in the process of rethinking our development environment. At the moment, we all have Elitebook notebooks which are not as fast as we'd like. We're thinking of virtualizing our development ...
4
votes
5answers
79 views

.NET Programming tasks that need Local Admin rights

At our company all the developers have local admin rights. But now one of my newer coworkers has to justify needing local admin rights. So he asked me what we do that requires local admin rights. ...
4
votes
2answers
65 views

Creating a UNIX shell

I want to create a mini shell for UNIX just to know the ins and outs of everything. I am having some confusions understanding things that I used to get for granted. This is kinda philosophical ...
3
votes
1answer
49 views

I can't figure out where to start with GIS application development, or which technology to select

I am very new to GIS development, and to be be frank I have no background about it at all. I searched the web but the tutorials I found seemed to assume the reader has some background information. ...
3
votes
2answers
122 views

Facebook Api - Local development, Testserver, Liveserver … How?

I'm working on a new website that uses the Facebook API for users to login and several implementations of the graph Api. My workflow usually is: Development on localhost Development using ...
3
votes
2answers
81 views

App Engine: Development datastore cleared each time I turn off my computer. How to avoid this?

I've been using App Engine with Python for a few months. Now that my application has a fair amount of code, I'm trying to solve a problem I've ignored so far: Each time I turn off my computer, all my ...
2
votes
1answer
30 views

magento: database synchronization between production, staging & development

I've been reading up today on database synchronization in Magento. One thing I am currently struggling with is what needs to be synced during development and during uploads to production. Now ...
2
votes
1answer
62 views

Is there any examples of how to implement full-screen advertisement for android?

Is there any examples of how to implement full-screen advertisement for android using AdMob? EDIT - added some related questions: Do you know how to make a house ad? This is the game i wish to ...
2
votes
1answer
30 views

UIActionSheet buttonIndex

I have a UIActionSheet in my app that defaults to having 4 buttons. If a user customises an image the action sheet gains an extra 5th button allowing the user to reset this image. I'm using this ...
2
votes
1answer
71 views

Will warnings cause problems in an Android application?

I have warnings in my Android project, thought it builds fine and everything seems to work correctly at runtime. I would like to know if there are certain types of warnings that will cause problems ...
2
votes
3answers
92 views

How to prevent the mapview from being updated

I'm pretty new at programming for the iPhone but I made an app with just an MKMapView in it. I made it to zoom in to my location but I keeps updating the location. My point is that I want it to stop ...
2
votes
0answers
30 views

Automated Android platform testing

Does anyone know of a service or application that allows me to test an app on multiple system images, automatically? Given the incompatibilities between Sense, TouchWiz, and Motoblur, I find that my ...
2
votes
1answer
40 views

Android - tracking browser activity

I'm looking to develop an application to track how long a site takes to load on the default android browser. Does the browser have any method of tracking when the site is fully loaded?
2
votes
2answers
58 views

CSS Same Height As Other Div?

I have a website I am developing. I have this div with another div inside of it named 'second'. I want the first div to be the same height as 'second'. So I make the height: of the first div: ...
2
votes
2answers
55 views

What's the easiest way to setup a personal .NET web development environment?

So I work in .NET Development but wanted to do some of my own, personal development at home. I understand the need for source control and multiple development environments. Because I want to start ...
2
votes
1answer
53 views

Reusing a merged development branch / Remerging into an unchanged stable branch with git

Two programmers, A & B, are working on a project with a github hosted repo: Branch master exists. Programmer A creates devBranchA based on the latest master master$ git checkout -b devBranchA ...
2
votes
1answer
40 views

What is the life cycle of web developing

I just wanted to get right picture of design cycle. I have gathered list as follows, Requirement gathering Wireframe design Visual design (user interface) Mockup (prototype) Development Do you ...
2
votes
3answers
193 views

XNA Tile Mapping Platformer?

Just started university doing a Computer Science with Games Development degree. Looking into making a 2D platformer using tile mapping. Obviously 1 feature of 2D platformers is a world bigger than the ...
1
vote
1answer
25 views

Software life-cycle models used today

For the past 3 semesters at school I've been taking software engineering classes where we've been learning about the various life-cycle models. The textbook for the course is a collection of IEEE ...
1
vote
1answer
40 views

facebook app says 'install' instead of 'allow' with oauth dialog

I'm using https://www.facebook.com/dialog/oauth?client_id={0}&scope=email&redirect_uri={1} but the dialog box says "install" instead of "allow", What do I have to do to make it say allow?
1
vote
2answers
24 views

Android: Listview wont start new class fixed

EDIT: It works now It does work now, i changed "Database.java" to "database.java" and just kept the normal Intent startListItem = new Intent("com.grumbledorf.Hellotraining." + item.toUpperCase()); ...
1
vote
4answers
101 views

Android development using a netbook as development device [closed]

I've just installed Android-x86 Ice Cream Sandwich on an Acer Aspire One. In case of a regular Android phone (I have a Galaxy S) the only thing I need is to connect the phone to the PC and then I'm ...
1
vote
4answers
28 views

Android: Toast and Edit.GetText

I'm a beginner to android development and I have a question. I'm trying to find out if the user put something in the edit text. It works but when i dont enter anything it wont show; "Please enter your ...
1
vote
1answer
67 views

How to install a Java development environment on Linux (JDK, Maven, IDE,…) VirtualBox

How do set up a Unix based VirtualBox guest for Java Development? I wish to keep some of my existing development environment (I run Windows) and integrate it using VirtualBox. Is this possible?
1
vote
2answers
39 views

Android Game Background

So I'm working on developing a game for a school project and so far its gone well, but I have been trying to use a bitmap image instead of just using drawColor for the background, but doing so has ...
1
vote
1answer
44 views

what are (and the difference between) factories, service and util classes? Are there any more concepts in a software project? [closed]

I am trying to get my head around the concepts of a typical software project, but I cannot find a decent article concerning this. What are factories? What are services? What are util classes? And ...
1
vote
6answers
61 views

Coding a Website JavaScript Disabled

I'm developing a website and want a status bar to stay anchored to the bottom of every page. The best way to do this seems to be using javascript. However, many browsers will have javascipt ...
1
vote
1answer
46 views

Why can't STATIC_URL begin with 'http://' or '/' for a DJango dev server?

Recently I've been wanting to add a load of functionality to my site. To make that process faster I wanted to serve the static files off my dev machine. Specifically, I wanted to use the built-in dev ...
1
vote
1answer
14 views

Xcode 4 Developer Info in main.m

In Xcode 4, where does the ID information (developer, company) in main.m come from ? On my system it is incorrect, but I can't locate the source.
1
vote
3answers
54 views

Using git in a multi-user environment deciding, what should be implemented and what should not

I started using git and already know two ways to use it as a single developer as multiple developers The 2nd way is nice, but I need to controll, what files should really be taken into the ...
1
vote
2answers
54 views

New to Android development. Should I use a game engine?

I'm a CS student intent on building an 2D android game. After hacking tutorial code I've got something running similar to what I want but it's not very clean. Having never done games before, I then ...
1
vote
2answers
54 views

Is the iPod touch 4th generation good as a testing device

I am planing to get iPod touch 4th generation 8GB to test my apps on it, as it has the same memory as the iPhone 3Gs (256MB) but speed and reselution as the iPhone 4 plus 3-axis gyroscope, my qustion ...
1
vote
2answers
47 views

Netbeans Current Project File Path

In Netbeans what is the correct way to get the file path of the currently Opened Project. In the module I am developing I need to acquire the path of the Project for a FileChooser however most of what ...
1
vote
0answers
20 views

Development Enviroment Setup Advice Needed For Virtualizing

This question was closed at Super Users, so I will try here. I just noticed someone voted for this to be closed. Can someone at least point me in the right direction before you close this post? ...
1
vote
1answer
88 views

How to change a top down web service without overwriting existing code

I am fairly new to eclipse and Java development. Please bear with me if this sounds like a trivial question. I am trying to modify an existing web service. This was originally developed using top ...
1
vote
0answers
35 views

Android speed up install time during development

I have a rather large Android game that I'm working on and making small changes in code is killing my productivity. If I make a small change, it has to re-upload and install a 15mb package every time ...
1
vote
1answer
20 views

marquee bar in html

I want to align one image then marquee and then another image in one line but the last image always shift to next line. I am using the following code: <input type="image" ...
1
vote
1answer
44 views

cross platform(Operatimg System as well as Mobile) application code generation

I have created an application in c language and its executable file works fine in windows machine. Now i want that this application should work in other platforms like linux,mac and also on mobile OSs ...
1
vote
1answer
68 views

GridView click listener type problems

I'm trying to develop Apps for Android with ECLIPSE, but I have too many errors. I mean, while trying a code written on GOOGLE's developing site - For Example I recieve many errors. for example: ...
1
vote
1answer
63 views

How I use keyPressed event using GameCanvas in J2ME?

Well, I have a problem that I can't solve and tried it in many ways, but, with no success. I want to press a button and if it stay down, the bullet can't fire. So I tried this, first: public void ...
1
vote
1answer
36 views

How to make a devel enviroment on my app on Heroku

I wonder now about an option to have a devel version of my project on Heroku address. I mean, I have my project on the address my-random-name.heroku.com and here from my local directory I deploy my ...
1
vote
0answers
23 views

If I create a provision profile with the agent developer, the device can debug with the profile?

If create two provision profiles, one for admin developer, another for agent developer, but when I choose the profile to debug the app in device, only profile for admin developer can be selected, the ...
1
vote
4answers
113 views

Why are there different TEXT like macros for the same thing in win32?

I want to know the reason why there are macros such as T, TEXT, _TEXT, __TEXT or __T when they all ultimately do the same thing. i.e. mapping "string" to L"string" if UNICODE is defined. Thanks for ...
1
vote
2answers
57 views

Regularly change environment variables

I'm a developer and I work on some applications which need different environments. One of my problems is related to the OS environment variables. On Windows 7, do you know if there's a way to ...
1
vote
1answer
61 views

How can I test my app development directly on an Android phone?

I can't find an emulator that fits my mobile screen size, so I created a custom emulator, but unfortunately, even though it's actually according to the size of my mobile, the graphics are showing ...
1
vote
2answers
52 views

ListView select item

I am trying to select and item in a listview and show the user the item he selected but when i click the list item nothing happens. Sontitle is a ListArray.... ArrayListsongtitle = new ...
1
vote
2answers
63 views

Detecting Which item was Selected From a ListView

I am trying to get the title of the song that was selected from my listview but im getting a force close any ideas. ArrayList<String>songtitle = new ArrayList<String>(); //This ...
1
vote
1answer
141 views

Camera doesn't work on Android device

I found some tutorials to use the camera. There are no errors on the emulator, but it crashes on the device, why? I'm just creating simple code to preview the picture. The device I'm testing is the ...

1 2 3 4