Stories recently tagged with 'Windows'

Configure WebMatrix/IIS Express to work with WP7 on Windows 7(www.primordialcode.com)

submitted by alkampferalkampfer(1748) 3 days, 20 hours ago

This post describes how to Configure WebMatrix/IIS Express to work with WP7 on Windows 7 read more...

add a comment |category: |Views: 3

tags: another

Windows Phone and PhoneGap – Article #14 – Detect Hardware back button(windowsphonerocks.com)

submitted by isenthilisenthil(2199) 8 days, 14 hours ago

Windows Phone and PhoneGap – Article #14 – Detect Hardware back button press The default behaviour of the hardware back button in Windows Phone is to close the current application and go back to the previous App or screen that was launched prior to lauching this App . In Windows Phone 7 (Silverlight or XAML App ) , you can detect the hardware back read more...

add a comment |category: |Views: 1

tags: another

Windows Phone and PhoneGap – Article #13 – Retreive Picture from WP7(windowsphonerocks.com)

submitted by isenthilisenthil(2199) 10 days, 13 hours ago

Windows Phone and PhoneGap – Article #13 – Retreive Picture from Windows Phone Picture Library In my previous blog post , i wrote about the PhoneGap API to take picture via Camera in Windows Phone . The navigator.camera.getPicture read more...

add a comment |category: |Views: 3

tags: another

Windows Phone and PhoneGap – Article #12 – Take picture via Camera in (windowsphonerocks.com)

submitted by isenthilisenthil(2199) 12 days, 12 hours ago

Windows Phone and PhoneGap – Article #12 – Take picture via Camera in Windows Phone The PhoneGap provides the Camera.getPicture method that lets the user to read more...

add a comment |category: |Views: 1

tags: another

8 Must-Have Tools for Windows Phone 7 Development(www.diaryofaninja.com)

submitted by wiredonewiredone(863) 19 days, 18 hours ago

After developing Windows Phone 7 applications in my spare time over the last year, I've collected an assortment of tools that make developing apps so much easier than when I first jumped in to Silverlight/Windows Phone 7 development. I only wish I'd know about them all when I first started down the Windows Phone 7 path. Whether you are just starting out or have been developing Windows Phone 7 apps for a while now, there’s something here for everyone. read more...

add a comment |category: |Views: 18

tags: another

Windows Phone and PhoneGap - Article #11 - Make a Phone Call - Part 1 (windowsphonerocks.com)

submitted by isenthilisenthil(2199) 22 days, 13 hours ago

In this blog post , i will show you a simple trick to make a phone call to a number using PhoneGap . If you are developing App using silverlight framework in Windows Phone SDK , we can make use of the PhoneCallTask to make a call in Windows Phone . read more...

add a comment |category: |Views: 4

tags: another

Windows Phone and PhoneGap - Article #10 - Beep sound (windowsphonerocks.com)

submitted by isenthilisenthil(2199) 25 days, 11 hours ago

Well , this is something simple which can be done in 1 line of code if you are using PhoneGap for Windows Phone . If you are using Windows Phone SDK and developing App in Silverlight or XNA , you might end up using the SoundEffect class to load the sound from the stram and play it for a beep sound . read more...

add a comment |category: |Views: 2

tags: another

Windows Phone 7.5: Using sockets(www.silverlightshow.net)

submitted by KMillerrKMillerr(1907) 26 days, 13 hours ago

The new OS 7.5 have made Sockets available to developers, opening the way to a wide series of applications that uses this low-level communication way. Sockets are for sure difficult from the programming side, but they offer a connected/disconnected, fast and reliable way of exchange data that is unreplaceable for many purposes. read more...

add a comment |category: |Views: 8

tags: another

Windows Phone and PhoneGap - Article #9 - Handling Orientation - Part1(windowsphonerocks.com)

submitted by isenthilisenthil(2199) 27 days, 18 hours ago

If you have noticed the PhoneGap Windows Phone Project , you will find a MainPage.XAML page where the PhoneGap runs ... read more...

add a comment |category: |Views: 1

tags: another

Breakdown of Windows Phone App Download Statistics(kodierer.blogspot.com)

submitted by teichgrafteichgraf(615) 29 days, 9 hours ago

In this blog post Rene Schulte shares the download graph of his quite successful Windows Phone app Pictures Lab and his conclusions. read more...

add a comment |category: |Views: 1

tags: another

Windows Phone and PhoneGap - Article #8 - Retreive Device Information(windowsphonerocks.com)

submitted by isenthilisenthil(2199) 29 days, 11 hours ago

The Windows Phone SDK provides the DeviceStatus class to retreive the Device specific information like 1.DeviceFirmwareVersion 2.DeviceHardwareVersion 3.DeviceManufacturer 4.DeviceName 5.and more... read more...

add a comment |category: |Views: 1

tags: another

Windows Phone and PhoneGap - Article #7 - Check for Network Connection(windowsphonerocks.com)

submitted by isenthilisenthil(2199) 1 month ago

If you want to find out the connection information of your Windows Phone using PhoneGap you can use the connection object . The navigator.network.connection.type - lets the developers know about the currrent device's connection states and in simple terms lets you know the type of connection , your Windows Phone is using . read more...

add a comment |category: |Views: 6

tags: another

Windows Phone and PhoneGap - Article #6 - Make your WP7 Vibrate (windowsphonerocks.com)

submitted by isenthilisenthil(2199) 1 month, 2 days ago

The Windows Phone SDK in Silverlight provides the class VibrateController which the developer can make use of it to vibrate the phone . All that the developer has to do is create an instance of the VibrateController and call the start method with the timespan . read more...

add a comment |category: |Views: 0

tags: another

Retrieving a WebPage Title & Sharing it with the ShareLinkTask in WP7(michaelcrump.net)

submitted by mbcrumpmbcrump(940) 1 month, 2 days ago

Introduction The ShareLinkTask introduced in Windows Phone SDK 7.1 enables users to share a link on various social networks like Twitter, Facebook and LinkedIn. The only thing that I wish that it had was a way to grab the page title for the link before posting. I found myself typing the page title and thought I’d write some simple code and share with everyone. Below is a snapshot of a post to Facebook that automatically added the page title to the post. read more...

add a comment |category: |Views: 1

tags: another

Windows Phone 7.5 - Using advanced tiles API(www.silverlightshow.net)

submitted by KMillerrKMillerr(1907) 1 month, 2 days ago

There is not any doubt, the first thing you meet when you use Windows Phone are the tiles. These are the large squares on the home screen that identifies some applications and they are also a distinguishable character that make your Windows Phone unique. As you know for sure, the tiles can be attached or detached from the home screen and some particular software can take advantage of double size tiles. While this is not a feature available to developers, in OS7.5, the tiles gained new features and a new set of APIs that you can use to enrich your applications. As an example you are now able to update your tiles from inside the application and you can use double faced tiles to improve information to the user. In this article I would like to explore these new features and show how to take advantage of them, while porting your software to the new operating system. read more...

add a comment |category: |Views: 56

tags: another

[WP7] Quick tip : how to set 32 bits per pixel for your app.(www.jonathanantoine.com)

submitted by jmix90jmix90(494) 1 month, 3 days ago

Something new which came with Mango is the ability for the developers to set the number of bits per pixel our app use. By doing this, your app will have shiny graphics! This increase the color depth and then the gradient are rendered really more smoothly. I have found a really great example picture on this web forum to show this : read more...

add a comment |category: |Views: 3

tags: another