novogeek
Name: novogeek
Score: 215.03
Last Seen: 18 days, 13 hours, 49 minutes ago
Member Since: 19 May, 2009
DotNetShoutout
atom rss
5
shouts

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

published 16 days, 19 hours, 53 minutes ago posted by novogeeknovogeek 18 days, 13 hours, 57 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: 34 | comment | | source: www.novogeek.com
tags: JavaScript, jQuery
5
shouts

Scope problems with JavaScript setInterval & setTimeout? Use closures!

posted by novogeeknovogeek 37 days, 13 hours, 52 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: Ajax | clicked: 3 | comment | | source: www.novogeek.com
tags: JavaScript
8
shouts

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

published 44 days, 18 hours, 48 minutes ago posted by novogeeknovogeek 45 days, 3 hours, 31 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: Ajax | clicked: 43 | 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 69 days, 3 hours, 58 minutes 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: ASP.NET, jQuery
6
shouts

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

published 93 days, 16 hours, 40 minutes ago posted by novogeeknovogeek 94 days, 15 hours, 1 minute 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: Ajax | clicked: 50 | comment | | source: www.novogeek.com
10
shouts

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

published 104 days, 23 hours, 26 minutes ago posted by novogeeknovogeek 107 days, 4 hours, 21 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: Ajax | clicked: 52 | comment | | source: www.novogeek.com
tags: jQuery
7
shouts

NovoGeek.com - Krishna's weblog | Love JavaScript design patterns, love your jQuery code even more!

published 137 days, 14 hours, 34 minutes ago posted by novogeeknovogeek 138 days, 2 hours, 11 minutes ago
Saturday, October 31, 2009 5:58:27 PM GMT Saturday, October 31, 2009 6:21:58 AM GMT
The goal of this article is to educate budding jQuery developers (who do not have much exposure to JavaScript), to write clean, readable, maintainable code. This is in fact, a pointer to articles written by several JavaScript gurus. (more)
category: Ajax | clicked: 39 | comment | | source: www.novogeek.com
tags: jQuery javascript
5
shouts

NovoGeek.com - Krishna's weblog | jQuery UI AJAX Tabs – few hiccups & resolutions

published 147 days, 11 hours, 39 minutes ago posted by novogeeknovogeek 148 days, 2 hours, 36 minutes ago
Wednesday, October 21, 2009 8:53:57 PM GMT Wednesday, October 21, 2009 5:56:22 AM GMT
This article showcases some of the problems faced while implementing jQuery UI AJAX tabs and provides their respective solutions. (more)
category: Ajax | clicked: 41 | comment | | source: www.novogeek.com
tags: jQueryUI AJAX Tabs
13
shouts

qTip Tooltip with jQuery UI ThemeRoller Support

published 152 days, 20 hours, 45 minutes ago posted by http://elijahmanor.myopenid.com/http://elijahmanor.myopenid.com/ 153 days, 17 hours, 45 minutes ago
Friday, October 16, 2009 11:47:16 AM GMT Thursday, October 15, 2009 2:47:05 PM GMT
Recently as I develop with jQuery, I’ve been trying to either use jQuery UI ThemeRoller supported plugins or somehow tweak existing jQuery plugins to support the ThemeRoller classes. Note: There are many plugins out there that already support ThemeRoller (and you can find a list I’ve compiled in my previous Quickly Testing Various jQuery UI Themes on Your Website post). Out of all the jQuery tooltip plugins I’ve seen, I prefer the qTip implementation. The tooltips look good and it is easy to use. There... (more)
category: Ajax | clicked: 99 | comment | | source: elijahmanor.com
tags: jQuery, jQuery UI, tech
15
shouts

A generic way to find ASP.NET ClientIDs with jQuery - Rick Strahl

published 151 days, 14 hours, 39 minutes ago posted by DustinDustin 153 days, 15 hours, 27 minutes ago
Saturday, October 17, 2009 5:53:36 PM GMT Thursday, October 15, 2009 5:05:52 PM GMT
I’ve been using a small hack to deal with the ASP.NET naming container morass that is so prevalent in client side development with ASP.NET. Particularly in Master Pages all server control IDs are basically munged  because the master page place holders are naming containers. To recap – the problem is that if you are dealing with something as simple as this: inside of master page or even a container or user control you end up generating HTML output that looks something like this: Notice the ctl00_Mai... (more)
category: ASP.NET | clicked: 53 | comment | | source: west-wind.com
tags: ASP.NET, jQuery
13
shouts

Microsoft's Social Web Guy | How the Script Loader in the Microsoft Ajax Library will make your life wonderful

published 150 days, 20 hours, 44 minutes ago posted by dwhitedwhite 152 days, 17 hours, 3 minutes ago
Sunday, October 18, 2009 11:48:56 AM GMT Friday, October 16, 2009 3:29:56 PM GMT
Everyone in the Microsoft Ajax team has a favorite feature, the CDN, jQuery Integration, and mine happens to be the Script Loader. I’m fond of it because it has some really cool features that aid the performance of my web application and take away much of the headache associated with organizing and loading any scripts that I use either from Microsoft, my own application or indeed a third party library like jQuery. The headache I’m referring to can be best characterized in the example below where I am loa... (more)
category: Ajax | clicked: 49 | comment | | source: www.jamessenior.com
tags: aspnetajax
12
shouts

Entirely unobtrusive and imperative templates with Microsoft Ajax Library Preview 6 - Bertrand Le Roy

published 150 days, 20 hours, 44 minutes ago posted by StevesSteves 151 days, 20 hours, 38 minutes ago
Sunday, October 18, 2009 11:48:56 AM GMT Saturday, October 17, 2009 11:55:01 AM GMT
Today is the release of the sixth preview of Microsoft Ajax Library. Don’t get fooled by the somewhat silly and long name: this is a major release in many ways. The scripts have been majorly refactored since preview 5. Check out the other posts out there (links at the bottom of this post) to see just some of the many new features that are in there. Some of my favorite are all the small improvements that have been made t... (more)
category: Ajax | clicked: 59 | comment | | source: weblogs.asp.net
tags: Ajax, Ajax Library, Ajax Library Preview 6
15
shouts

Microsoft AJAX Library Preview 6 & DataView - Coding N Design

published 149 days, 20 hours, 51 minutes ago posted by http://sankarsan.myopenid.com/http://sankarsan.myopenid.com/ 151 days, 15 hours, 13 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Saturday, October 17, 2009 5:19:10 PM GMT
Yesterday I came to know about Microsoft AJAX Library Preview 6 from Scott Guthrie’s post.I have not taken look into this library earlier.The rich set of JavaScript API looked very impressive to me.I became a fan of DataView control very quickly.I am sure this will be extremely useful and productive for ASP.NET developers who are conversant with the concept of server controls l... (more)
category: Ajax | clicked: 91 | comment | | source: codingndesign.com
8
shouts

Web Protection Library – CTP Release Coming Soon - RV

published 149 days, 20 hours, 51 minutes ago posted by NickolayNickolay 150 days, 21 hours, 19 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Sunday, October 18, 2009 11:13:12 AM GMT
Over the last couple of months we have been actively developing the next version of Anti-XSS library and Security Runtime Engine (SRE). We have added new mitigations that go way beyond the original Cross Site Scripting (XSS) protections of the Anti-XSS Library hence the change in name to the Web Protection Library or WPL. WPL now includes encoding methods to provide mitigations around LDAP Injection and CSS Injections (Cascading Style Sheet... (more)
category: Foundation | clicked: 52 | comment | | source: blogs.msdn.com
tags: Anti-XSS Library, ASP.NET, Security, Security Runtime Engine, SRE, Visual Studio, Web Protection Library, WPL
16
shouts

Announcing Microsoft Ajax Library (Preview 6) and the Microsoft Ajax Minifier - Scott Guthrie

published 149 days, 20 hours, 51 minutes ago posted by ScottScott 152 days, 20 hours, 10 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Friday, October 16, 2009 12:22:05 PM GMT
The ASP.NET team today released a significant new update of the Microsoft Ajax Library (Preview 6).  This update includes a bunch of new capabilities and improvements to our client-side AJAX library, and can be used with any version of ASP.NET (including ASP.NET 2.0, 3.5 and 4.0), and can be used in both ASP.NET Web Forms and ASP.NET MVC projects.  Today’s release includes the following feature improvements:Better Imperative Syntax: A new, simplified, code syntax for creating client controls. Client Scri... (more)
category: Ajax | clicked: 49 | comment | | source: weblogs.asp.net
tags: Ajax, Ajax Library, Ajax Minifier, ASP.NET AJAX, Microsoft Ajax Library Preview 6, Microsoft Ajax Minifier, ScottGu
10
shouts

Inject Some Life into Your Applications—Getting to Know the Unity Application Block

published 149 days, 20 hours, 51 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 150 days, 14 hours, 3 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Sunday, October 18, 2009 6:29:07 PM GMT
This article presents an introduction to the Unity Application Block and describes how it helps you to implement some of the most useful object creation and lifetime management patterns. It uses a simple ASP.NET example application that you can download and experiment with to see Unity in action. (more)
category: Architecture | clicked: 62 | comment | | source: msdn.microsoft.com
tags: dependency injection, Enterprise Library, IoC, IoC/DI, Unity
16
shouts

Using the New Microsoft Ajax Minifier - Stephen Walther

published 149 days, 20 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 150 days, 21 hours, 15 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Sunday, October 18, 2009 11:17:26 AM GMT
Last night, Scott Guthrie announced that the ASP.net team published a free tool that enables you to improve the performance of your Ajax applications by reducing the size of its JavaScript files. The new tool is named the Microsoft Ajax Minifier... (more)
category: Ajax | clicked: 95 | comment | | source: stephenwalther.com
tags: Ajax, Ajax Minifier, ASP.NET, JavaScript, Microsoft Ajax Minifier, Minifier, Performance
14
shouts

Announcing Microsoft Ajax Library Preview 6 - Channel 9

published 149 days, 20 hours, 51 minutes ago posted by iftekharahmedamitiftekharahmedamit 150 days, 21 hours, 9 minutes ago
Monday, October 19, 2009 11:41:44 AM GMT Sunday, October 18, 2009 11:23:13 AM GMT
I sat down with Stephen Walther from the Microsoft Ajax team to talk about their new release - Preview 6 - of the Microsoft Ajax Library. Stephen walks us through the three big enhancements in this release: Addition of the imperative syntax The Script Loader jQuery support enhancements We go on to talk about how this will be the last release before we launch the Microsoft Ajax Library before the upcoming Microsoft PDC conference in November and also mention the new Microsoft Ajax CDN where we now ha... (more)
category: Screencast | clicked: 41 | comment | | source: channel9.msdn.com
tags: Ajax, Ajax Library, Ajax Library Preview 6, Channel 9, Microsoft Ajax Library Preview 6, Screencast, Screencasts
3
shouts

NovoGeek.com - Krishna's weblog | Using jQuery cluetip plugin for validation callouts.

posted by novogeeknovogeek 179 days, 23 hours, 35 minutes ago
Saturday, September 19, 2009 8:57:16 AM GMT
This post explains how to use jQuery cluetip plugin for displaying validation callouts. This approach is better than ASP.NET AJAX's validation callout, as you need not write html code for displaying message for each and every textbox. Further, all features of clueTip can be used for further enhancements. (more)
category: UX | clicked: 30 | comment | | source: www.novogeek.com
3
shouts

NovoGeek.com - Configuring jqGrid 3.5 to work with ASP.NET web forms and JSON

posted by novogeeknovogeek 207 days, 23 hours, 50 minutes ago
Saturday, August 22, 2009 8:42:45 AM GMT
This article explains the basic tweaks which need to be done to jqGrid (applicable to any version) to work with ASP.NET and JSON data. By default, the grid does not support the usage of Data Transfer Objects (DTO's) as suggested in Encosia.com. These tweaks enable the usage of DTO's to make the grid work with JSON data. (more)
category: Foundation | clicked: 71 | comment | | source: www.novogeek.com
tags: jqgrid, jQuery Plugin
Previous 1 2 Next