novogeek
Name: novogeek
Score: 265.04
Last Seen: 513 days, 8 hours, 19 minutes ago
Member Since: 19 May, 2009
DotNetShoutout
atom rss
3
Shouts

The need for HTML5 postMessage API

published 571 days, 6 hours, 45 minutes ago posted by novogeeknovogeek 571 days, 15 hours, 23 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Thursday, October 27, 2011 6:11:50 AM GMT
The postMessage API in HTML5 specification is useful for making cross domain calls across frames. This is typically useful for mashups, Web 2.0 sites (e.g., pageflakes.com) where different widgets might need to communicate with each other. Few developers have already started using HTML5 postMessage in their projects, without knowing why they are using. Here are a couple of questions an inquisitive developer might have in mind: How are mashups and rich Web 2.0 applications built even before HTML5 postM... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: bitly.com
tags: JavaScript, html5
2
Shouts

NovoGeek.com - Krishna's weblog | Frame navigation policies in web browsers | One big reason why you should get rid of old browsers

posted by novogeeknovogeek 600 days, 4 hours, 54 minutes ago
Wednesday, September 28, 2011 4:40:20 PM GMT
Whether you are aware or not, frames are commonly used in most of the websites we use, for various purposes such as widgets in mashups, containers for advertisements, at the least for loading arbitrary documents into web pages. To serve this purpose "iframe" tag is used, while "frameset" and "frame" which were initially used for navigation are made obsolete in HTML5. This article shows what policies drive the navigation of frames, how older browsers behave and why you should upgrade to modern browsers. ... (more)
category: Architecture | clicked: 2 | comment | | source: www.novogeek.com
tags: browsers, web 2.0, Web Security
5
Shouts

ECMAScript 5 'Strict mode' support in browsers. What does this mean?

published 753 days, 12 hours, 2 minutes ago posted by novogeeknovogeek 756 days, 3 hours, 14 minutes ago
Thursday, April 28, 2011 9:32:47 AM GMT Monday, April 25, 2011 6:20:22 PM GMT
If you are closely following how the web is shaping up lately, you would be thrilled, like me, looking at pace at which things are changing. There are hundreds of things happening on the new HTML5, CSS3, JavaScript front, frequently releasing browser versions and contest for speed, supporting modern standards etc. One such innovations is ECMAScript 5 Strict Mode support in modern browsers. Recently, IE10 platform preview 1 announced 'strict mode' support in Mix 2011 conference . The goal of this article ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.novogeek.com
tags: ECMAScript, Internet Explorer 10, JavaScript
2
Shouts

NovoGeek.com - Krishna's weblog | Why web devs should get excited about IE9!

posted by novogeeknovogeek 793 days, 16 hours, 55 minutes ago
Saturday, March 19, 2011 4:39:47 AM GMT
A more beautiful web was launched few days back! After several platform previews, beta build, release candidate build, community feedback and rigorous testing, the final (RTM) version of Internet Explorer-9 has hit the market. On the first day of its release (Mar 14, 2011) itself IE9 saw 2.35 million downloads, which is 27 downloads/second! I want the web to win, like many of you and hence want to share my excitement about IE9, which I call as a win for the web :) (more)
category: Architecture | clicked: 0 | comment | | source: novogeek.com
tags: Internet Explorer 9, IE 9
2
Shouts

NovoGeek.com - Krishna's weblog | Semantics-Why should I care?

posted by novogeeknovogeek 793 days, 16 hours, 56 minutes ago
Saturday, March 19, 2011 4:38:13 AM GMT
'Data' is the new currency on the web and there are companies fighting for YOUR data. Facebook blocked Twitter from looking up for friends, Google fought with Facebook over data protectionism and such wars are wide spread across the web. Probably, there are business constraints which are beyond the scope of discussion, but how does this matter to us, the end users or more specifically, the developers? This article explains why semantic web standards are important to understand for web developers (more)
category: Web Dev | clicked: 0 | comment | | source: novogeek.com
tags: web 2.0, semantic
5
Shouts

Understanding callbacks for chaining JavaScript methods

posted by novogeeknovogeek 1044 days, 17 hours, 58 minutes ago
Sunday, July 11, 2010 3:35:58 AM GMT
In this article, I would like to show how we can leverage JavaScript callbacks for enhancing chainability. This is the concept on which JavaScript libraries like jQuery are designed. (more)
category: Web Dev | clicked: 1 | comment | | source: www.novogeek.com
5
Shouts

Create a jQuery like chainable JavaScript toolbox specific to your project

published 1085 days, 10 hours, 55 minutes ago posted by novogeeknovogeek 1086 days, 8 hours, 12 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Sunday, May 30, 2010 1:22:04 PM GMT
"Global variables are evil" is what the JavaScript Guru Douglas Crockford says, as they are the source of unreliability and insecurity. How elegant your code would be if you wrap your entire project's code under a single global namespace? In this article, I would like to show how you can create a chainable JavaScript library(not a library exactly, but sort of a toolbox) specific to your project. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: JavaScript, jQuery
10
Shouts

When is AJAX an overkill for your ASP.NET-jQuery web applications? Part-2

published 1099 days, 7 hours, 24 minutes ago posted by novogeeknovogeek 1100 days, 3 hours, 48 minutes ago
Monday, May 17, 2010 2:10:19 PM GMT Sunday, May 16, 2010 5:46:07 PM GMT
In my previous article, I have discussed about few scenarios where AJAX can be an overkill for our web apps. I would like to add few more such scenarios in this post. (more)
category: Web Dev | clicked: 1 | comment | | source: www.novogeek.com
tags: jQuery, Ajax, ASP.NET
7
Shouts

When is AJAX an overkill for your ASP.NET-jQuery web applications? Part-1

published 1105 days, 12 hours ago posted by novogeeknovogeek 1106 days, 7 hours, 29 minutes ago
Tuesday, May 11, 2010 9:34:41 AM GMT Monday, May 10, 2010 2:05:18 PM GMT
AJAX libraries have simplified developer’s life by providing clean & easy-to-use API. Their usage is so simple that we developers over use it, without realizing the performance impacts. In this article, I would like to explain few scenarios in which AJAX can be an overkill for your web apps. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: ASP .NET, JavaScript, jQuery, Ajax
4
Shouts

NovoGeek.com - Krishna's weblog | The curious case of "Stop running script" error & jQuery

published 1130 days, 10 hours, 22 minutes ago posted by novogeeknovogeek 1131 days, 6 hours, 31 minutes ago
Friday, April 16, 2010 11:12:10 AM GMT Thursday, April 15, 2010 3:02:54 PM GMT
In most of the thick client web applications, heavy use of JavaScript with lead to "Stop running script" error, which is due to drastic performance degradation. This article points out few such scenarios for jQuery developers. (more)
category: Web Dev | clicked: 1 | comment | | source: www.novogeek.com
5
Shouts

NovoGeek.com - Krishna's weblog | Overriding jQuery/JavaScript functions using closures

published 1176 days, 8 hours, 55 minutes ago posted by novogeeknovogeek 1178 days, 2 hours, 59 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 6:35:08 PM GMT
Function overriding is an important feature in any programming language. In advanced languages like .NET, Java, it can be accomplished easily through a set of key words. But this is not the same in JavaScript and this is where closures come to your rescue. (more)
category: UX | clicked: 6 | comment | | source: www.novogeek.com
tags: JavaScript, jQuery
5
Shouts

Scope problems with JavaScript setInterval & setTimeout? Use closures!

posted by novogeeknovogeek 1197 days, 2 hours, 54 minutes ago
Monday, February 08, 2010 6:40:03 PM GMT
This article explains scope problems faced with JavaScript setTimeout & setInterval and provides solution by using closures. (more)
category: Web Dev | clicked: 2 | comment | | source: www.novogeek.com
tags: JavaScript
8
Shouts

Check for unsaved data on your web forms using jQuery - NovoGeek.com

published 1204 days, 7 hours, 50 minutes ago posted by novogeeknovogeek 1204 days, 16 hours, 33 minutes ago
Monday, February 01, 2010 1:44:24 PM GMT Monday, February 01, 2010 5:01:24 AM GMT
One of the most important Usability requirements in business applications is, to periodically inform the users when there is any unsaved data on their web pages. This article explains how to achieve the above requirement using jQuery dirty form plugin. (more)
category: Web Dev | clicked: 13 | 1 comment | | source: www.novogeek.com
tags: jQuery, jQuery Plugin
2
Shouts

NovoGeek.com - Krishna's weblog | jQuery event delegation - Adding/removing markup dynamically

posted by novogeeknovogeek 1228 days, 17 hours ago
Friday, January 08, 2010 4:34:12 AM GMT
In web apps, most of the times, we would require adding and removing controls to a web page dynamically. E.g.,adding "Browse" buttons for email attachments(live mail, gmail etc). In a traditional ASP.NET app, we used to build a string containing markup and append it to some control. However, this requires postback. This article explains how to add/remove markup dynamically using jQuery. (more)
category: UX | clicked: 1 | comment | | source: www.novogeek.com
tags: jQuery, ASP.NET
6
Shouts

NovoGeek.com - Krishna's weblog | Handling AJAX exceptions of ASP.NET using jQuery

published 1253 days, 5 hours, 42 minutes ago posted by novogeeknovogeek 1254 days, 4 hours, 3 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Sunday, December 13, 2009 5:31:19 PM GMT
This article explains how various types of exceptions in ASP.NET can be handled using jQuery. It explains exception handling scenarios for GET and POST AJAX requests. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
10
Shouts

NovoGeek.com - Krishna's weblog | Client side localization in ASP.NET using jQuery

published 1264 days, 12 hours, 28 minutes ago posted by novogeeknovogeek 1266 days, 17 hours, 23 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 4:11:50 AM GMT
Localization is a very important feature required in medium-large scale business applications. As always, ASP.NET makes developers life easy by providing inbuilt localization mechanism. However, if you are building a rich client side app using JavaScript/jQuery, you may need to fetch error messages and other strings from locale specific external file, without post back. This article gives pointers to implement client side localization in ASP.NET using jQuery. (more)
category: Web Dev | clicked: 0 | comment | | source: www.novogeek.com
tags: jQuery