Tags
archives
- March 2010 (1)
- February 2010 (2)
- January 2010 (5)
- December 2009 (1)
- November 2009 (2)
- October 2009 (1)
- September 2009 (2)
- July 2009 (1)
- May 2009 (2)
- April 2009 (1)
- March 2009 (5)
- February 2009 (7)
- January 2009 (1)
Tag Archives: JavaScript
Using a template plugin for jQuery to parse JSON data
When you’re building an AJAX control in .Net there a a few possibilities. One of them is using AJAX.Net updatepanels. This saves you from writing tedious javascript code to refresh parts of you page. With the arrival of javascript libraries such as jQuery it’s much easier to create the AJAX functionality you want with javascript. However, you still have [...]
Creating a 3D tagcloud in Silverlight (part 2)
In part 1 I showed you how to create the basics for a 3D tagcloud in Silverlight. In this part I’ll show how to get the tags from your html for inserting it into a blog template, we’ll change the color of the tag based on the weight of the tag and let the hyperlink button actually function as [...]
Also tagged 3D, Silverlight 4 Comments
JavaScript errors after implementing a custom site design
Most of the times we create and develop a custom design for the portals and websites we build.
This can actually lead to some rather odd JavaScript error messages saying some object is undefined when dragging and dropping web parts or using the list item edit menu.
Believe it or not, this is most of the times [...]
Also tagged CSS, MOSS Leave a comment
Building an AJAX web part with jQuery (Part 3)