Category: HTML

HyperText Markup Language (HTML) is the predominant markup language for web pages. HTML elements are the basic building-blocks of webpages.
HTML is written in the form of HTML elements consisting of tags, enclosed in angle brackets (like ), within the web page content. HTML tags most commonly come in pairs like and , although some tags, known as empty elements, are unpaired, for example . The first tag in a pair is the start tag, the second tag is the end tag (they are also called opening tags and closing tags). In between these tags web designers can add text, tags, comments and other types of text-based content.
The purpose of a web browser is to read HTML documents and compose them into visible or audible web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page.
HTML elements form the building blocks of all websites. HTML allows images and objects to be embedded and can be used to create interactive forms. It provides a means to…

Must Read – Unleash the power of HTML 5 Canvas for gaming

Posted on 1 min read

An excellent article discusses about using HTML5 canvas for building browser based games using only HTML and Javascript. The <canvas> element is used to draw graphics, on the fly, on a web page. The power of HTML5 Canvas is that you can draw any 2D or 3D content within the canvas region using powerful HTML5… Continue reading

jQuery Mobile 1.1.0 Final Released!

Posted on 1 min read

Jquery team has released final version of Jquery Mobile 1.1.0.  jQuery Mobile is a touch-optimized web framework (additionally known as a JavaScript library or a mobile framework) currently being developed by the jQuery project team. The development focuses on creating a framework compatible with a wide variety of smartphones and tablet computers, made necessary by the growing but heterogeneous tablet and smartphone market. The JQuery Mobile framework… Continue reading

Mobile Application Development

Posted on 9 min read

Mobile Applications are rapidly developing segment in the global mobile sector. Developing mobile applications targeting different mobile platforms such as Windows Phone, iOS, Android, Blackberry and Bada(Samsung’s Proprietary OS) is the trend setter now. Quoting from Wikipedia Mobile application development is the process by which application software is developed for small low-power handheld devices such… Continue reading

WebSockets endpoint/transport support with WCF 4.5 *New*

Posted on 2 min read

WebSocket is a web technology providing for bi-directional, full-duplex communications channels, over a single Transmission Control Protocol (TCP) socket. The WebSocket API is being standardized by the W3C, and the WebSocket protocol has been standardized by the IETF as RFC 6455. WebSocket is designed to be implemented in web browsers and web servers, but it… Continue reading

MUGH Developer Day–January 2012

Posted on 1 min read

Microsoft User Group Hyderabad invites you to the Developer Day on Sunday, January 29th 2012.   Register for this event for FREE @ http://mughdeveloperday01.eventbrite.com Here is the agenda: Timing Topic Speaker 09:30 to 10:00 Registration 10:00 to 11:00 Coding for Fun with Kinect Abhijit Jana, Microsoft 11:00 to 12:00 I Love HTML5 Shravan Kumar, Thomson… Continue reading

Beginning HTML5 Development with Visual Studio 2010

Posted on 6 min read

Recently I was doing some research works on HTML5 development using ASP.NET  on Visual Studio 2010.  Really liked the cool features HTML5, CSS3 and Javascript API’s. Major part of my research was around building mobile web applications using jQuery Mobile and Responsive Web. Quick Intro of HTML5 HTML5 will be the new standard for HTML,… Continue reading

ASP.NET MVC 4 Developer Preview & new Mobile Application Project Templates with jQuery Mobile support

Posted on 2 min read

Newly released Developer Preview of so called ASP.NET MVC 4 is having some interesting additions.  ASP.NET MVC 4 Developer Preview introduces also new template for mobile web applications. These templates are special because they are using jQuery Mobile – special jQuery library for building mobile user interfaces Check jQuery Mobile support levels for different mobile… Continue reading

Web Standards Update – HTML5 Support for the Visual Studio 2010 Editor

Posted on 1 min read

Web Platform and Tools team  announced the Visual Studio Web Standards Update. This adds better support for HTML5, CSS3 and new JavaScript features to ALL versions of Visual Studio. HTML5 moves fast, and this update will aim to keep up with it. It adds support to Visual Studio and the editor for HTML5, CSS3 and… Continue reading

Reference links for HTML 5 and Browser’s Capabilities

Posted on 1 min read

While in today’s discussion by Harish Ranganathan about HTML 5, I couldn’t recollect a website name that lists out demos of all HTML 5 capabilities and browser compatibilities. It’s a typical developer brain I have and I forgot the website name that moment to voice out. http://www.html5demos.com Where you can see all demos and examples… Continue reading

Showing 11-20 of 21 posts
per page