how read info from a website "written in silverlight " using html 5 - html

I want to create an application using html5 that would be able to read info from a specific website .
Is such a thing possible, i check with many other websites, w3schools and such but to with no help.
Any headsup with this issue would be greatly appreciated.
Thanks

Are you asking "can I parse/crawl Silverlight website" ? No - you can however download the silverlight .xap file, unzip it and using ILSpy or other decompilation tool view the C# code used to create it. Your question isn't entirely clear so this is the only answer I can give.

Related

Need help on Region based automation in sikuli

Can anyone help me on how to test using "Regions" in sikuli automation tool (i.e) how to use a region, where to use etc..
If there is tutorial (or) video link that would be gr8..if anybody has an webinar session that covers the entire programming stuffs in sikuli, then that would be useful.
Thanks,
V.Prashanth
All documentation that you require for using 'Region' in SikuliX is found here -
http://doc.sikuli.org/region.html
There is a launchpad site for SikuliX where you can read existing queries/ post your queries -
https://answers.launchpad.net/sikuli

How do I package an HTML5 web app as an Android app?

I have been searching the Internet for hours and I still have no idea what it is or what to do - I was assigned this task by my boss.
Please somebody just give me a step-by-step guide on what to do. I can look up the individual steps on my own; I just need to know the process.
And please don't post links; I have been doing that for the past hour and I just need someone to give me a brief outline (kind of like what Wikihow or eHow does).
Thank you.
If your application is all in HTML, you can use a framework such as Apache Cordova (formerly known as PhoneGap) to package it into an Android app.
There are instructions on the official website on how to do that: http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide

how to use facebook credentials to log in to my native mobile web application

im doing a web base mobile using jquery and html and using sqlite database for log in. right now im struggling with sqlite database log in so im thinking of an alternative like using facebook credentials as a means to log in in my native app is this feasible if yes can anyone point me to right track?can someone give sample code im new in this so sample code with be helpful
I think your are searching for this:
https://developers.facebook.com/docs/facebook-login/
Samplecode will need more specification since you need to know if you will use a js-libary or for example go through the process manually.
If you need help on a specific problem feel free to ask with more specifications.

User Help Document for Software (chm, html and hyperlink from application)

I have an application, and now it's the time to write the user help document. I need at least 3 features:
An offline UserHelp.chm;
An online version index.html;
Clicking "help" on any winform can guide the user to a specified help page.
So what kind of tools (HTML workshop?) are perfect for my project, and how to do? I appreciate if you can give me some general guidelines.
For requirement #1 and #2, I recommend you to use SandCastle. It can generate chm file as well as ASP.NET pages. Most importantly, this project is still active and maintained by Microsoft.
For requirement #3, you can google "context sensitive help winform". You should be able to find a lot of references. Here is one of them from code project
If it must not be free of charge, I heard good things about Help & Manual: http://www.ec-software.com/
Helpware is another wellknown vendor: http://www.helpware.net/
Check out Helpinator, it's good too, but less expensive and has free edition.

Is there a free Help Authoring tool available for Eclipse?

I need to write on-line help (Eclipse help format) for an Eclipse plugin. I tried out the evaluation of Help Composer that comes as part of RCP Developer from Instantiations and it pretty much does what I am looking for. However at $500 per license it's way overkill and over budget for my needs.
Surely there must be some other tool for managing the help project, assembling the various files, table of contents, and editing the html documents using WYSIWYG.
Does anybody have any suggestions for what plugin(s) I should add to a basic Eclipse 3.5 install to give me full authoring capability?
Thanks in advance!
I know that my solution is not entirely what you need, but you should have a look at Mylyn Wikitext .
It uses a simple markup with good editor support and is also capable of exporting to Eclipse Help format.
I gave up looking for free since all the available tools have a lot of shortcomings.
I decided to use Adobe RoboHelp 8 since it has one of the nicest editors that I found. However, the main benefit for me has been that it automatically updates links in all pages if I rename or move a topic (which I do a lot).
When I want to generate the Eclipse Help file, I use the script that they provide.
For a large documentation project, we used Latex in combination with plastex. This allowed us to generate PDF, Eclipse Help and HTML from the same sources. Cross Referencing, which seems like an issue for some readers, is handled, as well as indexing and other cool stuff. Getting it to work was a bit tedious, but it was a good solution, as the documentation contained a lot of formulas.
This was an open source project, so everything is available - feel free to use and adapt as you see fit:
Result (HTML, PDF, Eclipse Help: http://handbook.event-b.org/
Code: https://sourceforge.net/p/rodin-b-sharp/svn/HEAD/tree/trunk/Handbook/
I don't think it exists in eclipse, but try the MS one (free):
Here is the info: http://msdn.microsoft.com/en-us/library/ms670169(VS.85).aspx
Here is the download: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc
Then you can convert to eclipse format: http://home.amnet.net.au/~ghannington/hh2e/hh2e-readme.html