view page source in windows phone emulator - windows

Can we see page source code in windows phone emulator?
I need to check if any elements has set display:none in Emulator.
So i need to view page source in windows phone emulator. Have you any idea for this?

Your should try weinre to do this thing. http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/06/12/remote-html5-debugging-on-windows-phone-with-weinre.aspx

Related

Include Windows 8 namespace in Windows Phone 8 [duplicate]

I am trying to write a Windows Phone 8 SDK-based application. I keep seeing mention of a ProgressRing control but I don't see it in the Toolbox or in the xaml designer.
How do I use this?
ProgressRing is part of the Win8 UI controls, not WP8. In WP8 you should use SystemTray.ProgressIndicator instead which is part of the windows phone UI shell. See here and here for samples.
See below blog link for simple copy&paste code to exactly replicate the Windows ProgressRing (uses the actual style code). Works perfectly, just added it to my WP8 project:
http://briandunnington.github.io/progressring-wp8.html
There is more info about adapting it to WP8 in the answer to this question:
How to Use ProgressRing in Windows Phone 8
Download this app for your phone to see it in action.
ProgressRing is not available for Windows Phone 7 or 8, you have to use ProgressBar or rather the PerformanceProgressBar:
http://www.windowsphonegeek.com/articles/WP7-PerformanceProgressBar-in-depth

Add tested pictures to Picture Hub on Windows Phone Emulator

I want to add some tested picture files to People Hub on emulator, is there have a easy way to do that?
Here is a blog post that explains how to add test images to the Windows Phone emulator

Test a mobile page Windows Phone 7 Browser

I am developing a mobile webpage for windows phone 7.
Please suggest me any emulator/simulator to test the page which occupies less memory, i try to install windows official emulator with the windows phone SDK, since it needs more system space, i dropped that plan.
is there any other alternative way to test the webpage in windows phone-7 browser?
Thanks in Advance.
Test it on IE. If it works on IE it will work on mobile. For the mobile related specs you need to get hold of the emulator in the SDK or get a mobile phone device.
i hope this page will be useful for you
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402563%28v=vs.92%29.aspx

Is it possible to make a mobile website work as a native app in windows phone?

I saw using IPhone or Android, it is possible to add a website to the desktop or start screen and this will make this website work as a native app which will open without the browser frame.
Is that possible using Windows Phone and how?
No.
You can pin a website to your howe screen but htis will open in Interenet Explorer when launched

WP7 Deeplink to Marketplace

Does anyone know what code to use specifically to jump from within a Windows Phone 7 application to the application's listing in the Marketplace?
Refer to the sample code for MarketplaceDetailTask here.
How to: Use Launchers for Windows Phone

Resources