Sign in
US ISV Evangelism
Tags
.NET 4
.NET Framework
AppFabric
Architecture
ASP.NET
Azure
Azure Platform
Azure Services
Azure Services Platform
Azure Storage
BI
BI+Reporting
BizSpark
Business Case
Channel 9
Cloud
Cloud Services
Connected Systems
CRM
Data
Design
Developer
Developer Community
Developer Tools
Developer Training Kit
Dynamics
Dynamics AX
Dynamics CRM
Dynamics CRM Online
Events+Training
Expression
Expression Blend
Front Runner
Game Development
html5
Identity+Security
IE
IE9
Interoperability
ISV
IT Pros
jodonnel
Live
Microsoft
Microsoft Dynamics
Microsoft Dynamics CRM
Microsoft Platform Ready
MSDEV
MSDN
Office System
Partnering
Patterns+Practices
PDC
PHP
Product Line
Roadmaps+Initiatives
Sanjay Jain
Security
Services Platform
SharePoint
Sharepoint 2010
Silverlight
Silverlight 4
SOA
Software Quality
Software+Services
Source Code
SQL
SQL Azure
SQL Server
SQL Server 2008 R2
Startups
Students
TechEd
Tutorial
USCloud
Video
Video Podcasts
Videos
virtualization
Visual Studio
Visual Studio 2010
VSTS
Web Site Development
Web UX
win7
Windows 7
Windows 8
Windows Azure
Windows Azure Platform
Windows Client
Windows Live
Windows Mobile
Windows Phone
Windows Phone 7
Windows Server
Windows Server 2008 R2
windows7
WPC
WPF
Browse by Tags
MSDN Blogs
>
US ISV Evangelism
>
All Tags
>
html
Tagged Content List
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 14 DatePicker, Dialog, Accordion Using jQuery UI
Bruce Kyle
jQuery UI provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. In a previous post, I showed how you can create a wizard using...
on
13 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 13 Display, Edit in DataTables jQuery Plug-in
Bruce Kyle
Line-of-business apps often present data in a table. DataTables is a plug-in for jQuery . It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. Features You get variable length pagination, on-the-fly...
on
12 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App - Part 12 Show Data in Templates Using JsRender
Bruce Kyle
Wouldn’t it be great to have the power of those data controls in your HTML5 application? I’d like to be able to build out a table or have my user input data into a form. In this post, I’ll explore how to do client side data binding using JsRender . Microsoft donated jQuery Templates...
on
11 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 11 Serving up JSON Using ASP.NET Web API
Bruce Kyle
For my line of business application to work, I need to get and set data from inside a Web service. I chose JSON to communicate between my Web page and the server. It will be a good choice for your mobile app and Windows 8 app too. In this post, we’ll combine several technologies to move data...
on
8 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 10 Validate, Validate, Validate
Bruce Kyle
Validate, validate, validate. Whenever a user needs to submit data to your application, you need to validate users input. And what if you could design your form without any JavaScript at all, and add validation later, and thereby improving the user experience (UX) as much as possible. jQuery and certain...
on
6 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 9 Show-Hide Wizard Using jQuery
Bruce Kyle
In the previous part in the series, we explored how you can select your element or attribute. But now, what kinds of things can you do with it? You can change the structure of your HTML on the fly. It can be based on user response or to a query to your Web service. You can show, hide, animate, add...
on
5 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 8 Building a Better Form
Bruce Kyle
One of the cool features of HTML5 is the support offered in forms. You’ve probably worked with HTML form tag, which is how you collect customer responses and add interactivity to your website. HTML forms interact with scripts to collect data, record information, or simply involve your readers with...
on
4 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 7 Local Storage
Bruce Kyle
One of the new features that you may want to use in your line of business application is local storage. We can store data locally or use cookies. localstorage provides a way to persist data on the client side without using cookies. The localStorage attribute provides persistent storage areas for domains...
on
1 Jun 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 6 Selecting HTML with JQuery
Bruce Kyle
According to its Website, “ JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. ” And it is true. jQuery makes...
on
31 May 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 5 Drawing on Canvas
Bruce Kyle
In this next section, I want to be able to provide a map of my business location. Because not all browsers support Canvas, I’ll use Modernizr to help out. Modernizr will let me know if Canvas is supported, and if not it will allow me to call a polyfill. But first, let’s draw something...
on
30 May 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 3 Adding Some Style
Bruce Kyle
In Part 1, I just got some HTML code written as a skeleton to get me started. In Part 2, I wanted to build out my development environment so I got a trial copy of Visual Studio 11, and Expression. First of all, I want to place place the text and stylize. I want to build out the blocks and place them...
on
25 May 2012
Blog Post:
Getting Started on Line-of-Business HTML5 App – Part 2 Setting Up Your Development Environment
Bruce Kyle
I have a new project that I wanted to do in HTML5. I wanted the user to be able to register on Windows Phone and other phones and in browsers and in Windows 8. In Getting Started on Line-of-Business HTML5 App -- Part 1 Starting Up With New Semantic Tags , I got a quick view of some of the new HTML5...
on
24 May 2012
Blog Post:
How to Build HTML5, JavaScript, CSS for Multiple Browsers
Bruce Kyle
An article in the September issue of MSDN magazine tells how you can take advantage of the features offered by modern browsers. Brandon Satrom’s article, No Browser Left Behind: An HTML5 Adoption Strategy , gives you practical strategies for how you can adopt HTML5 technologies today without ending...
on
27 Sep 2011
Blog Post:
ScottGu Outlines Cool New Features Coming to ASP.NET for Visual Studio vNext
Bruce Kyle
Scott Guthrie, Corporate Vice President, Server & Tools Business, has begun a series of blog posts that describe new features coming to ASP.NET. Posts describe new functionality and improvements – for both Web Forms and MVC - making building applications easier, faster and better. The...
on
15 Sep 2011
Page 1 of 1 (14 items)