Archive for the 'Miscellaneous' Category
Last Friday, the “final” two episodes of Mastering jQuery went live: Using Custom Events and Upgrading to jQuery 1.4. While we’ll almost certainly add another episode when jQuery 1.5 is released, we’ve covered what we set out to. Weighing in at nearly six hours of video, we covered a wide range of content, and have [...]
You’ve been reading Announcing my new TekPub series, where you call the shots, originally posted at Encosia. I hope you enjoyed it, and thanks for reading.
Related posts:
- Mastering jQuery now available at TekPub
- I’m giving away 10 free months of TekPub this week
- Hear me talk jQuery and ASP.NET on the jQuery Podcast
September 1st, 2010 | Posted in General, Miscellaneous | Comments Off
Google Rich Snippet
Oli Studholme has an excellent new article on HTML5 Doctor on the different ways HTML5 can be extended with things like microformats, the link tag, and more. Why would you want to do this?
While HTML5 has a bunch of semantic elements, including new ones like <article> and <nav>, sometimes there just isn’t an element with the [...]
September 1st, 2010 | Posted in Front Page, Miscellaneous, Tutorial | Comments Off
Dmitry Baranovskiy and team have released another version of Raphaël, an excellent drawing and animation library backed by SVG (VML on Internet Explorer). New features in Raphaël 1.5 include custom attributes and keyframes. Keyframes can be defined similar to CSS3 Animations:
PLAIN TEXT
JAVASCRIPT:
el.animate({
“20%”: {cy: 200, easing: “>”},
“40%”: {cy: 100},
“60%”: {cy: [...]
August 31st, 2010 | Posted in Announcements, Framework, Front Page, Miscellaneous, SVG | Comments Off
The SVG Web team has announced a new release. SVG Web is a drop in JavaScript library that makes it easy to display SVG graphics on Internet Explorer 6, 7, and 8 using Flash.
The new SVG Web release, like all of their releases, is named after especially silly D&D monsters. The new release is code [...]
August 30th, 2010 | Posted in Front Page, Miscellaneous, SVG | Comments Off
Last week, Ralph Whitbeck was kind enough to have me as a guest on episode #32 of the jQuery Podcast. We spoke about topics including: Research I’ve done on the public CDNs that host jQuery, and why it matters which one you choose Why you should never use a "latest version" reference to scripts on [...]
You’ve been reading Hear me talk jQuery and ASP.NET on the jQuery Podcast, originally posted at Encosia. I hope you enjoyed it, and thanks for reading.
Related posts:
- Hear me talk about jQuery on the Polymorphic Podcast
- Mastering jQuery now available at TekPub
- Alt.NET Podcast – jQuery in ASP.NET
August 30th, 2010 | Posted in Miscellaneous, jQuery | Comments Off
Perfect for a Monday is a cool 3D model editor built using the Canvas tag and created by Jayesh Salvi:
August 30th, 2010 | Posted in 3d, Canvas, Front Page, Miscellaneous | Comments Off
Via Phil Franks comes an interesting HTML5/CSS3 site for There Studio, which is a kind of coworking space in London:
The site itself has a number of circles with information bouncing on the screen that respond to mouse clicks and moves.
Let’s crack th…
August 30th, 2010 | Posted in Canvas, Front Page, Miscellaneous, Tutorial, View Source | Comments Off
Here is the latest in my link-listing series. Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on.
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu]
.NET/WPF/EF
ASP.NET
ASP.NET MVC
IIS Developer Express
Silverlight and Windows Phone 7
Book Recommendation
People often ask me for .NET book recommendations. Below is one book I always keep close by and find super-useful. If you are looking for a good one-volume C# and .NET Base Class Library reference, C# 4.0 in a Nutshell a great one:
![ir[1]](http://weblogs.asp.net/blogs/scottgu/ir1_thumb_5671B59D.gif)
Hope this helps,
Scott

August 29th, 2010 | Posted in .NET, ASP.NET, Community News, IIS7, Link Listing, MVC, Miscellaneous, WPF | Comments Off
One of the top reported Microsoft Connect issues with VS 2010 has been an issue with the Find and Replace dialog – which grows 16px each time you use it (which is pretty annoying).
The Visual Studio team recently released a patch that fixes this issue. You can download and apply it here.
Hope this helps,
Scott
P.S. A few people reported issues installing the patch if they had an older version of the Silverlight 4 tools installed. If you see an error message that says you need an update to Visual Studio to support Silverlight 4, you can fix it by installing the latest Silverlight 4 tools release.

August 29th, 2010 | Posted in .NET, Community News, Miscellaneous, Visual Studio | Comments Off
I stumbled across http://webkit.org/specs recently, which is basically a nifty listing of all custom extensions Apple/Webkit has made to web specs, written up as specs themselves so that other browsers can implement them:
Squirrelfish Bytecode
Timed Media Elements
CSS Effects
Extensions to CSS 3 Media Queries
The ‘pointer-events’ property
There were some on here that I had ever even heard of. [...]
August 27th, 2010 | Posted in Front Page, Miscellaneous, WebKit | Comments Off