JarrettV

Stories kicked by JarrettV

AtomSite 1.0 Admin Release New WordPress-like Administration Area(atomsite.net)

submitted by JarrettVJarrettV(270) 3 years ago

The tenth release of AtomSite contains a new administration area called AtomSite Manager. We've also improved compatibility with Live Writer and support more installation scenarios. The AtomSite Manager was heavily influenced by the WordPress Dashboard. AtomSite uses cutting edge technologies such as ASP.NET MVC, jQuery, dependency injection, IIS7, and more. read more...

add a comment |category: |Views: 26

tags: another

AtomSite 0.9 Modularity Release - supports plugins widgets composition(atomsite.net)

submitted by JarrettVJarrettV(270) 3 years, 2 months ago

AtomSite is a standards-based web publishing platform. It is free, open, and built using ASP.NET MVC. This release has modularity built in. It has some really cool things such as composite widgets, a theme view engine, plug-ins, OpenID, and more. The source code is available on codeplex and google code. read more...

1 comment |category: |Views: 6

tags: another

BlogSvc 0.8 Wizard Release Get a ASP.NET MVC blog engine running fast(blogsvc.net)

submitted by JarrettVJarrettV(270) 3 years, 5 months ago

The new setup wizard will have your AtomPub based blog up and running in a matter of seconds. BlogSvc is a solid blog engine / content management solution built using ASP.NET MVC. It's code is clean and simple. And all content can be managed using Windows Live Writer. read more...

add a comment |category: |Views: 57

tags: another

LINQ to XML and LINQ to XML with XPath performance review(blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 3 years, 5 months ago

Using a huge XML file (over 54MB) containing more than 120000 records from the SalesOrderDetail table out of the AdventureWorks database I went ahead and done some profiling on a sample project to demonstrate the lack of performance of LINQ to XML with XPath compared to normal XML. Why you should still use XPath and why you definitely have to take a look at LINQ to XML? Please take the time and read a short performance review and find out! read more...

add a comment |category: |Views: 236

tags: another

Blog Service Trackback Release 0.7(blogsvc.net)

submitted by JarrettVJarrettV(270) 3 years, 7 months ago

The seventh release of BlogSvc includes support for Trackbacks. Also, this release contains the following new or improved features: Updated to latest MVC Beta, A new theme: Hibiscus, Auto-ping links upon create/update entry, Trackback client and server support, Pingback client and server support, and more. read more...

add a comment |category: |Views: 34

tags: another

ASP.net MVC goes Beta(microsoft.com)

submitted by phatboyslimphatboyslim(370) 3 years, 7 months ago

Hot on the heels of Silverlight, MVC is out of preview and into Beta today. read more...

3 comments |category: |Views: 461

tags: another

Using the New DateTime Support in .NET 3.5 via MVC & jQuery(jvance.com)

submitted by JarrettVJarrettV(270) 3 years, 7 months ago

Learn to utilize the new expanded support for date times with proper time zone support in .NET 3.5. Create some HtmlHelper extension methods for writing out dates and use the jQuery Time Ago plugin to show them relative to the user's time zone. There is also a bonus method for formatting dates anyway you like through a lambda expression. read more...

add a comment |category: |Views: 136

tags: another

BlogService MVC Release 0.6(blogsvc.net)

submitted by JarrettVJarrettV(270) 3 years, 7 months ago

This release marks the change over to ASP.NET MVC framework. BlogSvc aims to be THE blog engine for new technology. MVC has greatly reduced complexity and increased testability of BlogSvc. With this release the BlogSvc.net website was separated out of the WebMvc project. The MVC switch also allowed for improvements with jQuery. read more...

add a comment |category: |Views: 17

tags: another

ASP.Net MVC and Routing Default.aspx(58bits.com)

submitted by JarrettVJarrettV(270) 3 years, 7 months ago

In order to really 'grok' what's going on here in ASP.Net MVC the first few lines of code (and the first a lot of people are going to see when they start a new ASP.Net MVC project) ... you need to understand a couple of things. Firstly, there are several different classes named (in part at least) handler, or module in the System.Web.Routing and System.Web.Mvc namespace. It takes a little investigation... read more...

add a comment |category: |Views: 22

tags: another

Introducing SemanticEngine.NET(blog.madskristensen.dk)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 8 months ago

Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story. Here's a new class library to make it easier.. read more...

add a comment |category: |Views: 235

tags: another

New jQuery Rater Plugin - Auto Ajax Ratings (jvance.com)

submitted by JarrettVJarrettV(270) 3 years, 8 months ago

The existing star rating plugin for jQuery takes too much effort (client & server) so I wrote the jQuery Rater Plugin that should reduce the complexity of implementing an ajax rating scenario on the client side. The server side is easier as well since the markup doesn't change after a user has already rated. This plugin can also support multiple raters per page. read more...

add a comment |category: |Views: 914

tags: another

FFlib.NET released!(intuitive.sk)

submitted by nanit76nanit76(125) 3 years, 8 months ago

Are you web developer? Are you looking for video conversion library for long time? So, be happy! We are pleased to introduce you the first release of our .NET & FFMPEG based video conversion library - FFlib.NET. read more...

add a comment |category: |Views: 421

tags: another

BlogSvc Supports Comments via AtomPub + WCF + jQuery = Crazy Delicious(blogsvc.net)

submitted by JarrettVJarrettV(270) 3 years, 9 months ago

Jarrett has added threaded annotation support to BlogSvc. This is a major new feature leading up to the next release. This feature uses jquery to do some tasty ajax communication with the WCF service. read more...

add a comment |category: |Views: 35

tags: another

Visual Studio 2008 Service Pack 1(microsoft.com)

submitted by johnrummelljohnrummell(1321) 3 years, 9 months ago

It's finally here! I haven't seen an official announcement yet, but I did a search for "Visual Studio 2008 Service Pack 1" on Microsoft's Download Center and found the following downloads added today: Microsoft Visual Studio 2008 Service Pack 1 (exe) http://www.microsoft.com/downloads/details.aspx?FamilyID=fbee1648-7106-44a7-9649-6d9f6d58056e&DisplayLang=en Microsoft Visual Studio 2008 Service Pack 1 (iso) http://www.microsoft.com/downloads/details.aspx?FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61&DisplayLang=en read more...

6 comments |category: |Views: 773

tags: another

BlogSvc AtomPub Release 0.3(codeplex.com)

submitted by JarrettVJarrettV(270) 3 years, 9 months ago

This is the first release containing solid AtomPub support which works great with Windows Live Writer. The major new features are WSSE authentication, ETag and HEAD support. A new website has also been created for this release: http://blogsvc.net read more...

add a comment |category: |Views: 12

tags: another

BlogSvc - New Blogging Service for .NET 3.5(jvance.com)

submitted by JarrettVJarrettV(270) 3 years, 10 months ago

A new project has been started on CodePlex to create a blogging service using .NET 3.5. A community preview was recently released. read more...

add a comment |category: |Views: 16

tags: another