|
If you have your site developed on ASP.NET or ASP.NET MVC you can specify the browser compatibility via App_Browser on ASP.NET special folder.
Christian Amado
MCITP | MCTS | MOS | MTA
DCE 0★ 1★ 2★ 3★ 4★ 5★
Bronze level MVA
Olimpia ☆ ★★★
|
|
|
|
|
How can i have pause and stop options in file download...? what helps to achieve this in Android apps..?
|
|
|
|
|
Hello there!
I'm a masters degree student from Norway. For my thesis I have developed four Android 4.0 apps. These apps are similar to discussion forums. The apps have different design solutions, and I'm trying to find out which design is the best for making good discussions.
In order to do this, I was hoping some of you would want to try out one of the apps! Basically, I am planning to have a "test period" for about one week, where people can use the app for discussion. After this I have a quick survey with some questions relating to the application, and the discussion itself.
If you would like to participate, please let me know by sending an e-mail to debatortest@gmail.com or leave your mail adress here so I can get back to you.
Cheers,
Audun Sørheim
|
|
|
|
|
A couple of points.
First, you should have posted this in this[^] forum.
Second, do you really want to be spammed? You've just put your email address on a heavy traffic website - chances are, your email address is going to be harvested.
|
|
|
|
|
Didn't notice i posted in the wrong forum, sorry about that
The e-mail is only a temporarily address used for this test, so that should be OK i guess.
Thanks for pointing me in the right direction!
|
|
|
|
|
Hi,
I am just new to Android Eclipse. I am getting an error like exceeded 65535 limit when I try to insert more than 500 entries which I hard coded in ContentProvider. So from my understanding, I have to split my class to 2 to avoid the error. However, when I try to run it, it is not capturing the second class I created. I used the same code with the 1st class. My question is, how do I insert the 2nd batch using ContentProvider. I just used the default methods autogenerated by eclipse. (extends ContentProvider). I am confused. Do not know where to continue.
|
|
|
|
|
For now, I'm interest in WP7 but since yesterday when Microsoft announce the WP8 , I need a little help:
when WP8 SDK and WIN RT release?
which resources can I use for developing applications on New WP?
|
|
|
|
|
looks like we are all waiting for that news. 
|
|
|
|
|
yes dude!
but I don't expect for WP8 , I just know about win8 and RT!
|
|
|
|
|
You can't yet. Expect there to be an SDK rollout later in the summer for WP8. WinRT is currently available to develop for; just download and install the RC versions of W8 and VS2012 (but be aware that there may still be some changes before W8 goes live).
|
|
|
|
|
|
honestly i can't wait for this new OS for WP.
their marketplace is not bad to start a selling application. 
|
|
|
|
|
WM6.5 --> WP7
Fool me once, shame on you
WP7 --> WP8
Fool me twice, shame on me
Thankfully I went this route, so far so good...
WM6.5 -- > Android
Poor show MS, I'm not the only developer that feels this way...
do or do not, there is no try
|
|
|
|
|
If you're doing mobile development, why limit yourself to one platform? That's a bit short sighted if you want to maximize your revenue.
|
|
|
|
|
Economics mostly...
The story of the 3 Bears (cellphones...)
Big Bear Phone - (iPhone) - thinks it's the bees knees, may very well be the bees knees but expensive
Mama Bear Phone - (WP7,WP8) - too all over the show
Baby Bear Phone (Android) - a flavor to suite basically any need, highly customizable, good quality phone and can be bought with just about any size budget...
do or do not, there is no try
|
|
|
|
|
But if all the three bears are giving out money for the same thing, why limit yourself to momma bear? That's not economics.
|
|
|
|
|
nah now i'm more confuse.
can you suggest me what SDK should i use
to write android and blackberry? 
|
|
|
|
|
|
I'm not sure where they're fooling us on the WP7->WP8. They said that all apps that run on WP7 will automatically run on WP8. Is there something else I'm missing?
|
|
|
|
|
even if it's possible, according to news i read, upgrading windows phone 7.5 to 8 is not possible. For example, the great Nokia Lumia.
I heard that this smartphone will be obsolete in less than 1 year since launched.
Buying this smartphone will end in tears.
|
|
|
|
|
Last week of July.
Christian Amado
MCITP | MCTS | MOS | MTA
DCE 0★ 1★ 2★ 3★ 4★ 5★
Bronze level MVA
Olimpia ☆ ★★★
|
|
|
|
|
i'm not sure it's coming this month. 
|
|
|
|
|
Hi All,
I Use Visual Studio 2008 C# Language On Windows Server 2008 and Develop a pocket pc using Windows Mobile 5.0.
This is the Code for Calling Hello World Web Service:
SMService.SMService ser = new SMService.SMService();
ser.Url = "http://SDTEST:21746/SMService.asmx";
string strHello=ser.HelloWorld();
The Error "Could not establish a network connection "
show at all time when i start run the program using the emulater.
Thanks Alot.
modified 22-Jun-12 2:55am.
|
|
|
|
|
The only help I can give is you need to provide more information. Are you talking about Windows Mobile 6?
What operating system/language etc?
Show the code that is failing.
Is this on a real device or an emulator?
Information like that are going to help get answers.
"You get that on the big jobs."
|
|
|
|
|
Hi,
I Use Visual Studio 2008 C# Language On Windows Server 2008 and Develop a pocket pc using Windows Mobile 5.0.
This is the Code for Calling Hello World Web Service:
SMService.SMService ser = new SMService.SMService();
ser.Url = "http://SDTEST:21746/SMService.asmx";
string strHello=ser.HelloWorld();
The Error "Could not establish a network connection "
show at all time when i start run the program using the emulater.
|
|
|
|