Contents tagged with Web
Web Workers Demo in IE10 Preview 2
Parts.Common.Body.Summary.cshtml – The template for summary of a content item's body.Here’s a really cool demo of of what the IE team has been up to with IE10.
Dr ScriptLove Slide Deck
Parts.Common.Body.Summary.cshtml – The template for summary of a content item's body.Earlier this week, I gave a presentation based on my recent change of heart about JavaScript.
I thought I’d share it with everyone.
JavaScript is Serious Business
Parts.Common.Body.Summary.cshtml – The template for summary of a content item's body.I found this very useful presentation on JavaScript.
The whole thing (190 slides) is a great eye opening take on JavaScript from the Paris Web conference.
But, this is my favorite slide of them all:
Explore WebMatrix
Parts.Common.Body.Summary.cshtml – The template for summary of a content item's body.Want to build a website and don’t know where to start?
Then take a look at WebMatrix: a free web development tool that includes everything you need for website development.
You can start from open source web applications, built-in web templates or just start writing code yourself. It’s an all-inclusive, simple and free to start developing websites.
Get it today and give it a try.
Frank's World Now Has Site Pinning
Parts.Common.Body.Summary.cshtml – The template for summary of a content item's body.If you’re running Windows 7 and have Internet Explorer 9, then you can take advantage of a cool feature called Site Pinning.
To try it, drag the Frank’s World icon in the address bar in the browser to the task bar.
Then right mouse click on the newly added icon.
You’ll see the following:
Adding this feature to your site or page couldn’t be any easier. There’s even a site for making the process easier: buildmypinnedsite.com.
For example, I added the following meta tags to my Orchard page template.
<meta name="msapplication-task" content="name=Frank on Twitter;action-uri=http://twitter.com/tableteer;icon-uri=http://twitter.com/favicon.ico" />
<meta name="msapplication-task"content="name=Try Azure Free for 90 days;action-uri=http://bit.ly/FreeAzure90DayTrial;icon-uri=http://www.windowsazure.com/favicon.ico" />
<meta name="msapplication-task"content="name=Download WebMatrix Free;action-uri=http://bit.ly/WhatIsWebMatrix;icon-uri=http://www.microsoft.com/favicon.ico" />
<meta name="msapplication-task"content="name=Public Sector Team Blog;action-uri=http://frnk.us/PubSecTeamBlog;icon-uri=http://blogs.msdn.com/themes/MSDN2/favicon.ico" />Easy.
If you want more advanced features and notifications, there’s a complete API and plenty of documentation.
