windows 8 style API for ASP.NEt (websites) [closed] - asp.net

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I've heard that Microsoft has unleashed a windows 8 style (previously known as metro) API for ASP.NET
Does anyone knows anything about it? What is it called? Where to get it from?
Unfortunately I don't have any link about that API. I've tried searching for it but didn't get any luck.
I have found some JQuery APIs, but I'm asking about the one done by Microsoft itself. Is there any?

I was hoping that there's a simple way of creating "metro look" without having to reinvent any wheel (if there's already an API for it)
That's not called an API, that's ususally called a theme: a set of stylesheets and images.
I think you are looking for Metro UI CSS. It's got little to do with Microsoft though.

Related

Convenient way to navigate throught views on uno-platform [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
I am very new to UnoPlatform. I am trying to create a new application. Yet for some time I am stuck at creating convenient way to navigate through views.
I searched through webs and forums. I found that the best design pattern would be MVVM. Demo Apps on platform.uno seems to be implemented using this pattern as well. However some approaches i found online are not possible with unoplatform, as far as I understand it.
To give an example:
The app starts at LoginPage. On successful login I want to be taken to a completely different view with different controls. One of the approaches I found is by holding currently active viewmodel and render pages accordingly.
Is there some approach you would recommend for navigating through views? Or some material I could read to understand this concept better?
Using MVVM Light, the navigation needs to be performed using the NavigationService, as you'll find in this documentation: http://www.mvvmlight.net/doc/nav5.cshtml.
You can also use Prism for Uno, which handles navigation per regions. You can find documentation here https://prismlibrary.com/docs/ and samples here: https://github.com/PrismLibrary/Prism/blob/c71957ad56c0cfedf479d46dcb1870c96232d86c/e2e/Uno/HelloUnoWorld.Shared/ViewModels/ShellViewModel.cs#L30

Google Speech API + Flex API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
This might be considered a very broad question but, I am trying to introduce speech into a web application built using Flex API.
My initial plan is to introduce something like the Google homepage with a text box and a mic icon which will trigger the speech api on click.
Having done research, I havent found a way yet.
Google speech API is implemented in browser on client side in javascript, the detailed documentation is here.
To communicate between javascript and flex you can use ExternalInterface
Similar question is How can I have HTML5 FileApi Support in Flex?

Difference between JavaFX and Vaadin [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I see JavaFX and Vaadin very similar except for the fact that JavaFX requires Java plugin in the browser. But otherwise it seems to offer the same capabilities. Why should I prefer Vaadin to JavaFX? Is there any case when Vaadin is a better solution?
You pretty much answered it yourself. You just need to look into it a bit more. Chrome started to disable their Java related plugins which will eventually push those apps off the shelf. Who knows when/if the other browsers follow that trend.
Chrome starts pushing Java off the web
Vaadin offers many features that you can easily see for yourself in their demo section. And it's in pure Java. It's still a young technology apparently, give or take 8 years old.
I'm not gonna give my personal opinion because this is not the place but I wished you would've just googled this simple query:
Vaadin vs. JavaFX

Prevent copying Site Templates [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How can Prevent copying my Site templates such as CSS & Javascript code or anyone fails to copy my website.
please help me.
I tried many ways but it was inconclusive.I'm sorry that asked this question.There is no way for this problem.I realized my mistake.
Sorry to say but all client-side code can be copied.
Your best bet is to stop publishing your site online.
Obfuscate
However, there are tools that help you obfuscate code. Here's one.
http://www.javascriptobfuscator.com/
http://htmlobfuscator.com/
Minify
On the other hand, most techniques employ that minify your code.
Here's two links:
http://cssminifier.com/
http://www.willpeavy.com/minifier/

Is source code for editor open source? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am new to dart and really like the editor, I mean, just at the editing features: auto-completion, function signature prompt, etc.
Is the underlining technology totally Eclipse? I am not familiar with Eclipse, but I wonder if Dart editor open source? Is it programmed in C++, Java or Dart?
I guess my question is - is it available relatively easy to grab used for an editor in my application? My application is to be done in Dart hopefully.
Right at the top AND bottom of https://www.dartlang.org/tools/editor/, which is the first search result on Google and DuckDuckGo, it says open-source. There's even a link to all the source code on Google Code. It appears to be mostly Python.
Before asking a question, make some effort to find things out for yourself.

Resources