Tech Presentation Tips – Checklists for an effective presentation

Today I came across an article by Phil Haack through his tweet. The article is Presentation Tips Learned From My (Many) Mistakes . A good informative article by Phil, by the way may of you know him through his blog http://haacked.com. Phil has shared his past experiences and mistakes he done while doing Technical presentations. […]

Read more โ†’

jQuery Mobile 1.1.0 Final Released!

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 […]

Read more โ†’

HTML5 – Introduction to HTML5Shiv for Internet Explorer 6/7/8

HTML5Shiv is a JavaScript workaround, discovered by Sjoerd Visscher, to enable support styling of HTML5 elements in versions of Internet Explorer prior to version 9.0, which do not allow unknown elements to be styled without JavaScript. Means your CSS classes and attributes will not be applied to the particular HTML5 specific display element, until and […]

Read more โ†’

Disable Client Side validation on a button click – ASP.NET MVC

ASP.NET MVC we use client side validation using jQuery.validate plugin, which will be based on Model – Data Annotation validation attributes. In some cases we might want to disable such validation on a button click wherever it is not needed. For example: The below code block will register validation block for Title property in the […]

Read more โ†’

WebSockets endpoint/transport support with WCF 4.5 *New*

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 […]

Read more โ†’

jQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets

jQuery Mobile: Touch-Optimized Web Framework for Smartphones & Tablets A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design… A light weight, with power of jQuery, cross platform- framework for Mobile Devices.. […]

Read more โ†’