Skip to main content

Posts

Showing posts with the label windows-phone-7

Is there any use of favicon.ico for mobile websites?

Is there any use of favicon.ico for mobile websites? will it be shown in browser address bar and tabs in mobile websites We use apple icons <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> in mobile websites. what about Android, Blackberry and Windows 7 phone? Is favicon.ico useful for other mobile phones other then iOS mobiles Source: Tips4all

running Javascript from an external site in C# application

I'm think about building a Silverlight C# Windows phone application for buses in Israel, and I have a basic question(or is it?). The bus site which I want to get the data from uses Javascript. You need to type in the city you want to get to, and it returns the list of stations in that city. I'd like to somehow "get" this page, type the code in, and get the results - all in C#. I'm pretty much lost on where to start from. How do I "get" the site code? how do I run the Javascript action that returns the stations, from within C#? is that even possible?