DirectorySoftwareBlog Details for "Dave Ward's Blog"

Dave Ward's Blog

Dave Ward's Blog
ASP.NET, C#, and AJAX.code, ideas, and examples.
Articles: 1, 2, 3, 4

Articles

Updated: See how I used Firebug to learn jQuery
2009-09-21 07:44:00
It was great to see all the positive responses to the screencast I recently recorded with Craig Shoemaker on how to use Firebug?s console to learn jQuery . That being my first screencast, I really appreciate all of your support. However, you almost unanimously commented that it was too difficult to read the commands typed at the ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Updated: See how I used Firebug to learn jQuery
More About: Java , Learn
Is Silverlight the new WebForms?
2009-09-14 17:27:00
While there?s no question that HTML, CSS, and JavaScript form the foundation of modern web development, achieving fluency hasn?t been easy for everyone. In particular, the transition from stateful development with pixel-precise layout ? such as VB6 offered – has proven to be especially difficult. HTTP?s stateless nature and HTML?s relatively imprecise layout present a ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Is Silverlight the new WebForms?
More About: General
Highslide JS .NET v4.1.5
2009-08-25 18:33:00
Though the version number only inched up 0.0.1 with this release, it brings quite a few new features; most of them in response to your requests. I can?t include every request, but I will continue to improve the control based on your feedback, so keep them coming. Changes in v4.1.5 include: Updated the base Highslide JS library ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Highslide JS .NET v4.1.5
See how I used Firebug to learn jQuery
2009-08-10 17:42:00
UPDATE: We’ve recorded a higher quality version of this screencast. When I hear that someone?s having trouble learning Java Script or jQuery , my first suggestion to them is always the same: install Firebug and experiment at the console. Whether you?re an experienced JavaScript developer or haven?t written a single line of client-side code, the interactive nature of ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.See how I used Firebug to learn jQuery
More About: Learn
Get early access to ASP.NET AJAX in Action, Second Edition
2009-08-05 15:17:00
If you?ve been reading long, you might remember that I?ve been a fan of ASP.NET AJAX in Action since the original was published. By avoiding heavy reliance on drag ?n drop methodologies, the Manning book leaves readers with a deeper understanding of the framework. Without understanding the underlying mechanisms well, developing successful solutions is as much ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Get early access to ASP.NET AJAX in Action, Second Edition
More About: Reading , Java , Script , Ajax
Simplify calling ASP.NET AJAX services from jQuery
2009-07-21 19:11:00
As jQuery ?s popularity in the .NET community has risen over the past year, one recurring theme I?ve seen is the desire to refactor away the details of using it to call ASP.NET AJAX services. Whether through helper function or specialized jQuery plugin, I?ve seen numerous methods proposed and/or in use. Personally, the syntax never bothered me. ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Simplify calling ASP.NET AJAX services from jQuery
More About: Services , Java , Ajax , Calling
Improving jQuery?s JSON performance and security
2009-07-07 15:00:00
When you?re working with JSON, performance and security are often opposing, yet equally important concerns. One of these areas of contention is handling the JSON strings returned by a server. Most Java Script libraries do a great job of abstracting away the details, but the underlying process has long been a frustrating exercise in compromise. On one ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Improving jQuery ?s JSON performance and security
More About: Security , Performance
Never worry about ASP.NET AJAX?s .d again
2009-06-29 07:00:00
When I recently received this message from a frustrated reader: After hours and hours of slamming my head into the desk it turns out it was the darn "d" in the response. My home computer is on .NET 2.0 and my work computer is on 3.5. Jimminie Christmas! I realized that the ?.d? introduced in ASP.NET AJAX ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Never worry about ASP.NET AJAX’s .d again
More About: Java , Ajax , Worry , Query
Hear me talk about jQuery on the Polymorphic Podcast
2009-06-20 19:12:00
As a longtime listener myself, I was eager when Craig asked me to come on the Polymorphic Podcast to talk about jQuery . I?ve always enjoyed how he doesn?t shy away from talking about HTML and Java Script, which is still too uncommon in the .NET world. With that in mind, I knew we?d be able to have ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Hear me talk about jQuery on the Polymorphic Podcast
More About: Talk
11 keystrokes that made my jQuery selector run 10x faster
2009-06-09 20:45:00
As an ASP.NET developer working on the client-side, one problem you?ll encounter is how to reference the HTML elements that ASP.NET web controls generate. All too often, you find yourself wasting time trying to reference TextBox1, when the element is actually rendered as ctl00_panel1_wizard1_TextBox1. Much has been written about this, including a post of my own, ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.11 keystrokes that made my jQuery selector run 10x faster
More About: Java , Script , Made
Highslide JS .NET v4.1.4
2009-06-03 22:18:00
A new version of Highslide JS .NET is available today. Nothing major has changed in the .NET control, but the newer Highslide JS version includes several bug fixes, compatibility improvements, and performance benefits. To eliminate one common source of confusion, I?ve decided to begin versioning Highslide JS .NET based on the version of Highslide JS embedded ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Highslide JS .NET v4.1.4
Automatically minify and combine JavaScript in Visual Studio
2009-05-20 19:42:00
As you begin developing more complex client-side functionality, managing the size and shape of your Java Script includes becomes a key concern. It?s all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads. To combat this, it?s important to combine and ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Automatically minify and combine JavaScript in Visual Studio
More About: Performance
What ASP.NET developers should know about jQuery
2009-05-13 19:10:00
As much as I enjoyed attending MIX09 this year, it wasn?t a difficult decision when Karsten asked me to write an article for the MIX Online site. Reading this here, there?s a good chance the article is targeted below the amount of jQuery expertise you already have. However, it?s been brought to my attention that some ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.What ASP.NET developers should know about jQuery
More About: Java , Developers
How I handle JSON dates returned by ASP.NET AJAX
2009-04-27 17:22:00
The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods. Unlike every other data type in the language, Java Script offers no declarative method for expressing a Date. Consequently, embedding them within JSON requires a bit of fancy ...### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.How I handle JSON dates returned by ASP.NET AJAX
More About: Dates , Ajax , Query
Using complex types to make calling services less? complex
2009-04-07 10:33:00
A detailed examination of how jQuery can call ASP.NET AJAX web services (or page methods) with complex types as parameters, to simplify the process of serializing and sending several fields of data at a time.### Originally posted at Encosia. If you're reading this elsewhere, come on over and see the original.Using complex types to make calling services less… complex
More About: Services , Java , Complex , Make , Calling
3 mistakes to avoid when using jQuery with ASP.NET AJAX
2008-06-05 10:12:00
Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them.
More About: Java , Ajax , Avoid , Jquery
Using jQuery to directly call ASP.NET AJAX page methods
2008-05-29 10:48:00
An example of how to use jQuery to call an ASP.NET AJAX page method, without using a Script Manager.
More About: Java , Page , Ajax , Call
Inline Edit Box on CodePlex and new PostBack Ritalin beta
2008-05-16 20:24:00
I’ve decided to open source Mike Davis’ ever-popular Inline Edit Box .NET control. Neither of us have enough time to maintain it properly, and several of you have expressed interest in contributing if it were open source. So, its new home is CodePlex: http://www.codeplex.com/InlineEditBox You’ll have to bear with me, because this is ...
More About: Post , Beta , Ritalin
Highslide JS .NET Updated (v0.7)
2008-04-29 21:19:00
An update to Highslide JS .NET is available today. I recommend that everyone upgrade, to benefit from the memory leak fixes in the latest Highslide JS. v0.7 (4/29/2008) Updated embedded Highslide version to 3.3.17. Improved caption rendering, using inline caption divs. This should result in more semantic markup, pairing your captions with your images. Added HighslideManager property: ...
Why you should not place your whole site in an UpdatePanel
2008-04-23 10:59:00
Three significant reasons why you should avoid using an UpdatePanel to encapsulate your entire site and provide "navigation" by refreshing content areas.
More About: Performance , Site , Place
Why do ASP.NET AJAX page methods have to be static?
2008-04-16 09:33:00
A thorough explanation of why ASP.NET AJAX page methods must be static methods, including information about the Page class, ViewState serialization, and what a static method actually is.
More About: Ajax , Methods , Static
Using jQuery to Consume ASP.NET JSON Web Services
2008-03-27 09:00:00
An overview of consuming ASP.NET web services that are JSON serialized by the ASP.NET AJAX extensions, including a specific example of using jQuery to do so.
More About: Services , Performance , Java , Script , Web Services
Why my ASP.NET AJAX forms are never submitted twice
2008-03-04 11:00:00
A few examples of how to use getElementsByTagName and/or jQuery, in conjunction with ASP.NET AJAX, to easily disable all Button controls on a page or logical groups; to prevent duplicate submissions during partial postbacks.
More About: Java , Script , Ajax , Forms
Boost ASP.NET performance with deferred content loading
2008-02-05 15:00:00
A comprehensive example of how to improve the perceived speed of your pages, by implementing user controls to encapsulate secondary content and then deferring them until primary content is displayed.
More About: Performance , Java , Script , Content , Boost
Boost ASP.NET performance with deferred content loading
2008-02-05 15:00:00
A comprehensive example of how to improve the perceived speed of your pages, by implementing user controls to encapsulate secondary content and then deferring them until primary content is displayed.
More About: Performance , Java , Script , Content , Boost
PostBack Ritalin Updated (v0.9)
2008-01-31 02:22:00
Another significant update to Post Back Ritalin is available today. Changes include: v0.9 (1/30/2008) Resolved all remaining issues with master pages. Nested naming containers should no longer cause any issues. Added the ability to provide UpdatePanel specific WaitText and WaitImage properties for each MonitoredUpdatePanel. Added correct handling for virtual paths in all WaitImage properties. Added CSS to change cursor ...
PostBack Ritalin Updated (v0.9)
2008-01-31 02:22:00
Another significant update to Post Back Ritalin is available today. Changes include: v0.9 (1/30/2008) Resolved all remaining issues with master pages. Nested naming containers should no longer cause any issues. Added the ability to provide UpdatePanel specific WaitText and WaitImage properties for each MonitoredUpdatePanel. Added correct handling for virtual paths in all WaitImage properties. Added CSS to change cursor ...
Highslide JS .NET Updated (v0.5)
2008-01-12 02:29:00
A small update to Highslide JS .NET is available today. Changes include: v0.5 (1/11/2008) Updated embedded Highslide JS version to 3.3.6. Cleaned up Alt and Title attribute handling. Added TitleText property to HighslideImage. Added LinkTarget property to HighslideImage. The download is available on the Highslide JS .NET page, as always. Summary of the changes Previously, the thumbnail image’s Title and Alt text ...
Highslide JS .NET Updated (v0.5)
2008-01-12 02:29:00
A small update to Highslide JS .NET is available today. Changes include: v0.5 (1/11/2008) Updated embedded Highslide JS version to 3.3.6. Cleaned up Alt and Title attribute handling. Added TitleText property to HighslideImage. Added LinkTarget property to HighslideImage. The download is available on the Highslide JS .NET page, as always. Summary of the changes Previously, the thumbnail image’s Title and Alt text ...
4 ASP.NET AJAX JavaScript UI methods you should learn
2008-01-09 16:15:00
A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element.
More About: Java , Script , Javascript , Ajax , Methods
More articles from this author:
1, 2, 3, 4
81078 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2009 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker