Using Windows 8 to build Windows 8 apps #yam


Embed from Getty Images

Microsoft Project Siena is a Windows 8 app which allows you to develop more Windows 8 apps, no programming skills required.

The process starts by placing, moving and resizing assorted objects on your page: images, videos, buttons, lists, checkboxes, whatever they might be.

You can link your visuals to data sources: RSS feeds, an Excel file, Sharepoint, Azure services and more.

Next comes the tricky task of making sure the app works as you expect. And this isn\’t particularly easy, at all. You don\’t need programming knowledge, but there are lots of options and settings you\’ll need to learn in order to get everything working properly as well as entering Excel code for more complex logic.

Once it\’s all done then you can use the app yourself, or share it with others. See the details below for more information

via Using Windows 8 to build Windows 8 apps – Microsoft UK Faculty Connection – Site Home – MSDN Blogs.

Cloud-computing training for researchers marches on – Microsoft Research Connections Blog – Site Home – MSDN Blogs #yam

English: Diagram showing overview of cloud com...
English: Diagram showing overview of cloud computing including Google, Salesforce, Amazon, Axios Systems, Microsoft, Yahoo & Zoho (Photo credit: Wikipedia)

Last September, as part of our global Windows Azure for Research program, we announced our cloud training classes that we designed to show academics how Windows Azure can accelerate their research. Now that we’re almost a month into the new year, we would like to let you know what we have planned for 2014—including some new resources that you can use and share with your colleagues and contacts.

via Cloud-computing training for researchers marches on – Microsoft Research Connections Blog – Site Home – MSDN Blogs.

Getting Started with Windows Azure and IaaS – TechNet UK – Site Home – TechNet Blogs

Image representing Microsoft as depicted in Cr...
Image via CrunchBase

Are you an active user of Windows Azure? Tried it and not convinced, or yet to give it a go? There are a whole range of resources available to help you get to grips with the Cloud and harness the power of Azure, and we have recently released a number of new free documents on top of whats already out there. More than that, we also have some free events planned to introduce the multitude of Azure services available and give you the chance to ask questions to Microsoft experts and partners. You can find a summary below, along with some great examples of how it all really works in practice.

via Getting Started with Windows Azure and IaaS – TechNet UK – Site Home – TechNet Blogs.

Testing Microsoft Azure

Le stand Windows Azure aux #techdays 2010
Le stand Windows Azure aux #techdays 2010 (Photo credit: tomconte)

Beginning Azure

In the world of cloud hosted computing platforms it is fair to say that Amazon have taken the lead with their Elastic Compute Cloud (ECC). The newest contender to their crown comes from Microsoft. The Azure infrastructure provides a global backbone suitable for building, deploying and managing applications and services.

As a test of the suitability of Azure for these types of deployments I chose to deploy and build a new WordPress instance from scratch. This seemed a reasonable, albeit fairly simplistic, way of testing each part of the processes in turn:

  • Implementing a new computing instance
  • Installing a standard piece of open source software
  • Transferring data to the new virtual machine

While Azure as a platform supports many more technologies including XML, ASP.NET and Node.js the standard WordPress combination of PHP and MySQL provides a test that will cover a large percentage of implementations.

Sign Up

The sign up process for Azure is reasonably simple for those with one of the many incarnations of a Live account. (If not creating a new account at outlook.com is fairly painless.)

Once logged in the sign up requires verification delivered via either a texted code of a phone call followed by payment details. Payment is only required where usage exceeds the fairly generous trial limits.

Shortly after you find yourself confronted with the management portal.

Azure Management

Azure instances fall into four general themes:

  • Compute: including web services and virtual machines
  • Data Services: including storage and SQL databases
  • App Services
  • Networks

Creating a new instance of one of these is as simple as following the options. For this test I chose to create a new web service form the app gallery. This is a continually expanding  set of pre-cast applications such as ASP.NET, Drupal and Joomla. Creating my new WordPress site is easy.

  1. Choose WordPress and click next
  2. Give the database a name
  3. Keep the default “Create new MySQL database” option
  4. Choose the region where the database is to be stored. For those of us in Europe that have to comply with data protection legislation this step should be given some serious thought
  5. Press the tick and off you go

The new web site is then created and made available. (I’ve skipped over the WordPress setup.)

I’m sad to report that that’s it. The new instance is made available and is ready to go right here

http://tonygurneywordpress.azurewebsites.net

In some ways I would have preferred a longer, more tortuous set-up. As an IT guy I can always charge more for obfuscation but in this case that won’t be possible. The only thing that remains is to try the other facilities.

I look forward to it.