Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

text to speech - How to launch Native App from Web app in iPhone? -


i want access tts (text-to-speech) , stt (speech-to-text) functionality of ios web app. since web app dont access ios device functions, possible launch native app web app? e.g. when user wants access tts (e.g. dragon dictation), web page launch native app, take recording , send recorded text web app again.

or can access tts/stt functionality right web app?

the native apps can access web apps custom url schemes set up, , built-in ones e.g. sms (sms://), phone (tel://), itunes (itms://) , youtube (http://youtube.com/watch?...).

if apps mention don't have own custom url schemes can use them, there's no other way can this.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -