I'd like to get busy with a winter programming project and am contemplating writing an online word game (with a server load of up to, say, 500 users simultaneously). I would prefer it to be platform independent. I intend to use Python, which I have some experience with. For user data storage, after previous experience with MySQL, a flat ...
I'm new to microsoft dynamics AX development, and i'd like to learn basic things about it.
I have a virtual machine with the '09 version installed.
Is it essential getting familiarized with the language (x++) from the beginning?
What should I start with (tutorials, videos, overviews, guided tours) and where do I find it?
I'd like links...
Hi.
I'm trying to set-up a remote C++ development with Eclipse Galileo, but just can't make it work.
Trying the NetBeans 6.8 worked almost out of box, as described in this article:
http://netbeans.org/kb/docs/cnd/remotedev-tutorial.html
Is there any good article or tutorial, explaining how to setup such environment with Eclipse?
Than...
Hi,
i am stuck in the hell of keychain and iphone app certification process :/
i have the "/usr/bin/codesign failed with exit code 1 "
i have tried everything including doing the process X thousand times from the beginning, checking the build and target settings, plist bundle id etc...
But one thing is surprising : when i build my ap...
I've been intrigued by all the android world since I first learned about it and would like to get my hands dirty developing for it. The question that comes to mind is if it's worth buying the unlocked phones that Android sells directly or not.
Those phones (link) quoting the Android page:
Run and debug your Androidâ„¢
applications d...
hi dear friends,
I encountered a weird problem. when I try to add a UIButton in my customized ui view. the button title cannot display. only draw the outside roundrect. regardless invoke setTitle:forState: or button.backgroundColor=[UIColor redColor]; it also doesn't work. but for backgroundColor, at the rectangle angle corner, t...
Dear friends, when we develop an iPhone game, How many views you'd like to use? I have experienced on J2ME game development, Generally, it always using one Canvas to rendering everything for game elements. (The Canvas likes View concept of UIKit in my opinion). So, cause I am new to iPhone game development, I just want to know is it ok i...
Hi,
I am using the following piece of code to create a gradient background for a UITableViewCell. While this works perfectly for a plain table cell, the gradient only appears at the left and right corners of the grouped table cell. It is as if the gradient is applied then, the cell is drawn on top of it.
Can someone suggest a modific...
Hi Experts,,,
I wanna have a base page for all my content editing pages with a save and delete buttons at the bottom.
is that possible? how?
if not, is there an alternative way?
I think master pages won't work because it's not a site wide page layout it's just for edit pages.
...
This is probably a very easy question to answer, but for the life of me I can't seem to get this to work.
I'm developing for Mac OS X with Objective-C, and I create a custom class (AppController.h and .m). I hand-wrote two IBOutlets (NSTextField, NSImageView), made sure to do the "@property" line in the .h and the "@synthesize" in the ....
I just caught one of Google's commercials for Chrome where at the end they mention that it runs on Linux, Mac, and PC. So I started wondering how they are able to develop a program that can run on multiple platforms like that? I have experience with Java, and .Net but only on a windows machine. Java is by design portable, but I wouldn't ...
Taking into account that some Windows Installer products from independent vendors (for example IstallShield) are rather expensive we can say that using a setup project in Visual Studio for building Installation packages has some drawbacks. Otherwise why developers should buy something else.
For what reasons developers could use somethin...
So this might be a ridiculous question, but I don't know so that is why I am asking:
I would like to practice some C#, and get some basic familiarity with the IDE for SQL Server. Is there some fake version of SQL server that I can download to practive with??
thanks!
...
Hi
I want to alert a user while the user tries to close the browser with out siginingoff or without saving some settings.
I am ding unload option in another page to alert unload data, but how can i alert a user on window.close(its not taking)
window.onbeforeunload = confirmExit;
function confirmExit(){
if(readCookie("onlineVD") ==...
I am trying to learn a little about driver development and my question is, which OS has an easier API to develop drivers with? Windows or Linux?
Remember that I am new to this.
Thanks
...
This may be a little bit of a hard one to pin down exactly, but does anyone know have statistics on what the average amount of time a typical open source developer spends on a project?. I've heard figures of 2 hours on a weekend. I'm talking about unpaid work here which developers do in their spare time.
Anyone know of any surveys that ...
I'm biased towards writing fool-proof applications. For example with PHP site, I validate all the inputs from client-side using JS. On the server-side I validate again. On both sides I do validation for emptiness, and other patterns (email, phone, url, number, etc). And then I strip malicious tags or characters, trim them (server-side). ...
Is there a manual way to load an iPhone App onto the iPod touch?
...
Hi all,
I just saw an iphone application that enhances the built in "messages" application to send emotions. What this application does is that it extends the functionality of the Keyboard that appears in notes or messages application, and user can send emotion icons as messages. This application doesn't work when the emotions are sent ...
Hi All, thanks in advance for your time,
Over the last year I have moved from a beginner PHP developer to a more intermediate developer, I use Mac OS X and a local development server environment (MAMP).
I am thinking about starting to develop using the .NET framework. Can anyone give me some advice?
What do I need to begin?
How sim...