Tag: HTML

How to Decode HTML Characters in C# ?

The .NET Framework 4.0 and above provides the WebUtility.HtmlDecode class which lets the developers to convert the string which are encoded with HTML characters to plain string . How to Decode HTML Characters in C# ? Below is a sample code snippet that demonstrates how to decode HTML characters in C#.

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…

Top Tools to Convert HTML to PDF in .NET

There are times when you may want to generate PDF from the simple HTML data . There are plenty of tools available that lets the developers to easily convert HTML to PDF in .NET . Below are some of the well known tools to perform the task. Top Tools to Convert HTML to PDF in .NET wkhtmltopdf A simple shell utility tool that lets 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 ….

How to refresh the HTML Webpage every few seconds automatically using Meta tags?

There may be a scenario where the developer might want to auto refresh the HTML webpage every few seconds automatically. To auto refresh code in html, one can add the metatag with the http-equip=”refresh” and content attribute. The tag http-equiv should be set to “refresh”, the content attribute of the meta tag should be set to the time limit for refresh. How to refresh the…

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…