ASP.NET MVC With Community Tools Part 7: ie9ify
- Posted: Mar 28, 2011 at 7:23 PM
- 9,123 Views
- 5 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
NOTE: On May 11, 2011, ie9ify was renamed to pinify and released as version 1.2. Go to ie9ify.codeplex.com for updated docs and the new version.
In this video, Brandon Satrom continues the screencast series "Using ASP.NET MVC With Community Tools" with an overview of ie9ify, a new jQuery Plugin (created by Brandon and Clark Sell) that makes is dead simple to add new IE9 features (site pinning, overlay icons, jumplists and tasks, thumbbar buttons, etc.) to your web sites. Brandon will talk briefly about site pinning before using ie9ify to add some compelling features to an MVC3 Photo Gallery site in a matter of minutes.
To download ie9ify, check out: ie9ify.codeplex.com.
For other episodes in this series, check out: http://bit.ly/mvcscreencasts.
Also visit Brandon's blog at http://www.userinexperience.com or follow Brandon on Twitter at @BrandonSatrom
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Those that are wondering, the source is available at the above codeplex site when you download the zip file. Also just a warning to those trying this out, I somehow managed to download a version that didn't have all the methods implemented so I was getting all sorts of errors. Then I downloaded the latest and everything worked fine.
@S52M3, Thanks for the comment. I saw that you modified this from when I read it earlier, but I can tell you that I do have an MVC-specific sample that is a bit-more in-depth than the basic sample included with the source. I'll push that to BitBucket today or tomorrow and post a link here.
Also, sorry to hear you had an issue with an earlier version. Where did you get it? Do let me know if I have a pointer wrong somewhere and I'll correct it.
@BrSatrom: You're right eventually I figured out that I was using the wrong .js file. Take a look at the JQuery plugins site; I believe you link to 3 different zip files there, 2 of which I believe are missing code. I just pop them open and search for "isPinned". It's not found in 1.2 zip and in one of the 1.0 zips.
BTW, I played with this in my webforms project and it's great, thank you. Just that Windows Auth issue I posted about on the codeplex site.
@S52M3: Thanks for that, I hadn't gotten to the plugins site yet, that's fixed now, so thanks for letting me know. Thanks for the feedback and we'll keep looking at your issue over on the project site.
For reference, the demo source for this screencast can be found at: https://bitbucket.org/csell5/wm2mvc/src/247b74034f46/after/PhotoGallery/PhotoGallery/
And here's a link to the _Layout.cshtml that holds my ie9ify script: https://bitbucket.org/csell5/wm2mvc/src/247b74034f46/after/PhotoGallery/PhotoGallery/Views/Shared/_Layout.cshtml
Remove this comment
Remove this thread
close