
wpdevsource.wordpress.com
wpdevsource | Getting things done with Windows PhoneGetting things done with Windows Phone
http://wpdevsource.wordpress.com/
Getting things done with Windows Phone
http://wpdevsource.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.3 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
9
SSL
EXTERNAL LINKS
13
SITE IP
192.0.78.13
LOAD TIME
0.34 sec
SCORE
6.2
wpdevsource | Getting things done with Windows Phone | wpdevsource.wordpress.com Reviews
https://wpdevsource.wordpress.com
Getting things done with Windows Phone
Mixing Silverlight and XNA with some physics | wpdevsource
https://wpdevsource.wordpress.com/2011/09/07/mixing-silverlight-and-xna-with-some-physics
Getting things done with Windows Phone. Property Bindings in XAML →. Mixing Silverlight and XNA with some physics. September 7, 2011. I just hit the submit button for my second app to Windows Phone Marketplace. If I made EasyNote to learn the basics of Silverlight, the new app, Newton’s Gadget, was an attempt to dive into the world of XNA. In Mango it became possible to mix Silverlight and XNA in the same scene, so of course I had to try it out. I had also been wanting to test out the C# port of Box2D.
September | 2011 | wpdevsource
https://wpdevsource.wordpress.com/2011/09
Getting things done with Windows Phone. Property Bindings in XAML. September 21, 2011. This was so easy that it’s quite embarrassing that I hadn’t figured it out earlier. To my defense, I’m still learning this stuff.🙂. One thing that I have always liked about Qt Quick is how easy it is to make property bindings. Also the syntax is very simple, so doing bindings becomes a second nature. Import QtQuick 1.0 Rectangle { Text { id: text1 text: hello world } Text { id: text2 text: text1.text } }. Physics engi...
Property Bindings in XAML | wpdevsource
https://wpdevsource.wordpress.com/2011/09/21/property-bindings-in-xaml
Getting things done with Windows Phone. Mixing Silverlight and XNA with some physics. Property Bindings in XAML. September 21, 2011. This was so easy that it’s quite embarrassing that I hadn’t figured it out earlier. To my defense, I’m still learning this stuff.🙂. One thing that I have always liked about Qt Quick is how easy it is to make property bindings. Also the syntax is very simple, so doing bindings becomes a second nature. Very simple once you know how. Filed under Windows Phone. You are comment...
About | wpdevsource
https://wpdevsource.wordpress.com/about
Getting things done with Windows Phone. My name is Lauri Jääskelä. I’m a software engineer working for Nokia. The Windows Phone-related things that I feel writing about will appear in this blog. For more info, check out my home page. Or follow me on Twitter. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Notify me of new comments via email.
Hello world! | wpdevsource
https://wpdevsource.wordpress.com/2011/08/16/hello-world
Getting things done with Windows Phone. Getting started →. August 16, 2011. A new blog, amazing. This blog is the sister of http:/ qtsource.wordpress.com/. With Nokia’s new smartphone strategy I have started to study also Windows Phone development, and as always it’s nice to vent your feelings or boast about new cool things somewhere. Since the qtsource blog concentrates on things related to Qt, I thought that creating a new blog for Windows Phone-related stuff is the best way to go. I can't even...
TOTAL PAGES IN THIS WEBSITE
9
QtInfo goes Qt Quick components (on Symbian) | qtsource
https://qtsource.wordpress.com/2011/07/06/qtinfo-goes-qt-quick-components-on-symbian
Getting things done with Qt Quick/QML. Split screen text input for QML text editors on Symbian. Windows Phone →. QtInfo goes Qt Quick components (on Symbian). July 6, 2011. Some time ago I blogged. Project which aims to provide a simple tool for figuring out all sorts of information about the Qt installation on your device. The UI of the application didn’t really work that well on Symbian, so we decided to do something about it. The old UI also struggled with orientation changes, with Qt Quick components...
qtsource | Getting things done with Qt Quick/QML | Page 2
https://qtsource.wordpress.com/page/2
Getting things done with Qt Quick/QML. Split screen text input for QML text editors on Symbian. May 5, 2011. The default VKB that appears when e.g. QML TextInput gets focus. Update 23.08.2011: There’s a more fully featured split screen keyboard implementation available here: http:/ talvbansal.com/2011/08/22/split-entry-on-symbian-3-devices/. For making Qt support this, but it will only get implemented in Qt 4.7.4. It should compile easily with Qt SDK 1.1. If you just want to try it out the sis file is av...
On-Device Debugging of QML Applications | qtsource
https://qtsource.wordpress.com/2011/10/12/on-device-debugging-of-qml-applications
Getting things done with Qt Quick/QML. Split screen text input done properly. Cute Colors available in Nokia Store →. On-Device Debugging of QML Applications. October 12, 2011. I haven’t been able to get on-device debugging of QML application working on Symbian. Supposedly some people have been successful with it already earlier, but no matter what I have tried, I have never been able to get it to work properly. Install Qt 4.7.4, CODA and. Start CODA on the device. So, what does work? The most impressive...
Windows Phone | qtsource
https://qtsource.wordpress.com/2011/08/16/windows-phone
Getting things done with Qt Quick/QML. QtInfo goes Qt Quick components (on Symbian). Multithreaded audio using QAudioOutput →. August 16, 2011. I created a new blog for talking about things related to Windows Phone. This blog has been (and will be) about Qt and I plan to continue blogging also about it when I feel that I have something interesting to say.🙂. You can find the new blog from http:/ wpdevsource.wordpress.com/. Leave a Reply Cancel reply. Enter your comment here. Address never made public).
Multithreaded audio using QAudioOutput | qtsource
https://qtsource.wordpress.com/2011/09/12/multithreaded-audio-using-qaudiooutput
Getting things done with Qt Quick/QML. Split screen text input done properly →. Multithreaded audio using QAudioOutput. September 12, 2011. While working on an app I noticed that if the QML UI is running animations and at the same time I’m trying to use QAudioOutput to play sound effects the animation becomes choppy quite easily, at least on (Symbian) device. I guess the cause for the problem is that audio processing is happening in the same thread that is running the event loop. Ifndef SFXPLAYER H #defi...
Coloring Book with Qt Quick | qtsource
https://qtsource.wordpress.com/2011/03/23/coloring-book-with-qt-quick
Getting things done with Qt Quick/QML. Adaptive List Filtering with QML. Which Qt version is installed? Coloring Book with Qt Quick. March 23, 2011. Here’s something for your kids (or your inner kid). We recently had a team event which included a competition for creating an application with Qt Quick. Our group’s entry was a Coloring Book game:. Main view with amazingly stylish colors. Alternatively, you can just watch the video below to see how it looks and works:. Dialog for choosing the image. It still...
Cute Colors available in Nokia Store | qtsource
https://qtsource.wordpress.com/2012/01/05/cute-colors-available-in-nokia-store
Getting things done with Qt Quick/QML. On-Device Debugging of QML Applications. QtInfo available in Nokia Store →. Cute Colors available in Nokia Store. January 5, 2012. Some time ago I blogged about a coloring book app. That I did for an internal team event at work. Finally I had time to polish it to make it good enough to be published in Nokia Store. Element from Qt Quick 1.1, which makes pinching a lot less temperamental than in the video.🙂. Leave a Reply Cancel reply. Enter your comment here. You ar...
Split screen text input for QML text editors on Symbian | qtsource
https://qtsource.wordpress.com/2011/05/05/split-screen-text-input
Getting things done with Qt Quick/QML. Which Qt version is installed? QtInfo goes Qt Quick components (on Symbian) →. Split screen text input for QML text editors on Symbian. May 5, 2011. The default VKB that appears when e.g. QML TextInput gets focus. Update 23.08.2011: There’s a more fully featured split screen keyboard implementation available here: http:/ talvbansal.com/2011/08/22/split-entry-on-symbian-3-devices/. For making Qt support this, but it will only get implemented in Qt 4.7.4. It should co...
Split screen text input done properly | qtsource
https://qtsource.wordpress.com/2011/10/07/split-screen-text-input-done-properly
Getting things done with Qt Quick/QML. Multithreaded audio using QAudioOutput. On-Device Debugging of QML Applications →. Split screen text input done properly. October 7, 2011. Some time ago I blogged about hacking split screen text input to QML. On Symbian. Starting from Qt 4.7.4 enabling split screen editors in QML becomes much easier. Already Qt 4.7.3 defines an ApplicationAttribute flag Qt: AA S60DisablePartialScreenInputMode. Qt 474 for Symbian is already available as a beta target with the latest ...
TOTAL LINKS TO THIS WEBSITE
13
MaxLiner® Trenchless CIPP Solution
Compact equipment for laterals,. Verticals and hard-to-reach pipes. Quality felt liners that curve, stretch and. Accommodate up to 90 bends. Supplies, liners and resins made by. The world’s leading manufacturers. High performance resins that are. To grow your business. Made by the world’s leading manufacturers, our quality felt liners curve, stretch and accommodate up to 90% bends, and our high-performance resins are economical and ecologically-friendly. The MaxLiner System is small enough to fit into yo...
My Website | Just another WordPress site
June 10, 2014. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Just another WordPress site. Proudly powered by WordPress.
Dev Site -
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Testing | Just another WordPress site
Just another WordPress site. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! March 6, 2017. Proudly powered by WordPress.
Learn WordPress Theme Development | WPDevSolutions
Tools For WordPress Developers. A WordPress theme development tutorial resource. The First-ever LoopConf 2015. Greetings from the beautiful Westin Lake Resort and Spa where the first-ever LoopConf. May 5, 2015. How To Write WordPress If Statements. WordPress already has built into the core. In this tutorial, I am going to give you the basics of WordPress if statements and provide a few real world examples. March 7, 2015. Get To Know The WP-API. The WP-API is revolutionizing the way we use WordPress. ...
wpdevsource | Getting things done with Windows Phone
Getting things done with Windows Phone. Property Bindings in XAML. September 21, 2011. This was so easy that it’s quite embarrassing that I hadn’t figured it out earlier. To my defense, I’m still learning this stuff. :). One thing that I have always liked about Qt Quick is how easy it is to make property bindings. Also the syntax is very simple, so doing bindings becomes a second nature. Import QtQuick 1.0 Rectangle { Text { id: text1 text: hello world } Text { id: text2 text: text1.text } }. Physics eng...
Plataforma sms - desarrollos mobile y web.
Need adoble flash player]. Portales de comercio electrónico. Electronic Commerce Factory: plataforma sms, soluciones web y mobile - Behind the web. Electronic Commerce Factory SLU. Todos los derechos reservados. .
WP Dev Table | a hangout of developers in a loose, round table-like, discussion about tools, best practices, tips, and most importantly, WordPress.
A hangout of developers in a loose, round table-like, discussion about tools, best practices, tips, and most importantly, WordPress. Episode 14: Fields of Dreams with Scott Kingsley Clark. Middot; August 13, 2015. Middot; One Comment. Has over 30,000 active installs and is actively maintained. Developing a Fields API for WordPress is hard. Because so many plugins and developers have created their own custom fields APIs. Having a WordPress mentor like Helen Hou-Sandi. And how the Drupal CCK. Http:/ wpdevt...
WordPress Developer Tutorials - WP Dev Tuts
Learn WordPress Development from WordPress Core Developers. A project by Optimizer WP. For example, type “Rest API” to search questions about Rest API.
WordPress Dev Works | Not Just Another WordPress Developer
Not Just Another WordPress Developer. Starting Up a Business. Thinking about starting a business and actually taking steps towards that is long path. The path is filled with doubts, doubts and more doubts. This actually is the largest hurdle. What helps getting across this hurdle is a group of like minded people. So there we formed our team! Next story will be how we came up with the name of our start up. Stay tuned! March 26, 2015. March 26, 2015. Proudly powered by WordPress.
SOCIAL ENGAGEMENT