Tag: CSS
Developing Windows Phone 8 app using Web technologies like HTML5, CSS3 and JavaScript
Most of the time, the developers would want to use their existing skills and develop more apps targeting different and multiple platforms. For example, the Web developers might want to develop Windows phone apps using HTML, CSS, Java Script and other Web technologies that they know. Can the Windows Phone 8 app be developed using Web technologies like HTML5, CSS3 and JavaScript? Yes, the Web…
Free Responsive HTML5 & CSS3 Web Templates
Are you looking for free HTML5 and CSS3 templates for building your website ? Here’s some of the free responsive HTML5 and CSS3 Web templates with some amazing features which the web developers can utilize to build their website. Free Responsive HTML5 & CSS3 Web Templates SimpleWork StartUp Travel Big Picture KreativePixel Flex Learner Superior Dragonfruit Sprint Sonic Fitness
Get the Current Location from Windows 8.1 Store App using JavaScript
Below is a sample code snippet demonstrating the procedure on how to get the current user location Windows 8.1 Store App using JavaScript. How to Get the Current Location from Window 8.1 Store App using JavaScript ? Add the button and the span element to the html page where you want to show the current location. <button id=”GetLocation”> Get Location </button> <span id=”locationinformation”></span> Add the…
Can we develop Windows Phone 8.1 App using HTML5 , JavaScript and CSS ?
Most of the developers with the web development skills might be keen to know if they can use their existing web development skills (HTML , JavaScript and CSS) to build Windows Phone 8.1 App . Can we develop Windows Phone 8.1 App using HTML5 , JavaScript and CSS ? Yes , you can develop Windows Phone 8.1 App using HTML5 , JavaScript and CSS ….
Creating a Windows 8 App using HTML , CSS and JavaScript
This is the first of the series of blog post on the Windows 8 app development using HTML , JavaScript and CSS. To create a new Windows 8 App using HTML , JavaScript and CSS , follow the below steps. Make sure that you have installed Visual Studio 2012 Express for Windows 8. Launch Visual Studio 2012 Express for Windows 8 and Navigate to File…