JarrettV

Stories submitted by JarrettV

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

submitted by JarrettVJarrettV(270) 2 years, 9 months 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) 2 years, 10 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: 5

tags: another

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

submitted by JarrettVJarrettV(270) 3 years, 1 month 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

Blog Service Trackback Release 0.7(blogsvc.net)

submitted by JarrettVJarrettV(270) 3 years, 3 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

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

submitted by JarrettVJarrettV(270) 3 years, 4 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: 134

tags: another

BlogService MVC Release 0.6(blogsvc.net)

submitted by JarrettVJarrettV(270) 3 years, 4 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, 4 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

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

submitted by JarrettVJarrettV(270) 3 years, 4 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: 893

tags: another

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

submitted by JarrettVJarrettV(270) 3 years, 5 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: 34

tags: another

BlogSvc AtomPub Release 0.3(codeplex.com)

submitted by JarrettVJarrettV(270) 3 years, 6 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, 6 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

Comments Security Hole in BlogEngine.NET 1.4(jvance.com)

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

Jarrett describes the steps to reproduce a security hole in BlogEngine.NET for deleting and approving comments. He also provides the source code for a quick fix. read more...

4 comments |category: |Views: 155

tags: another

Add OpenID to BlogEngine.NET 1.4 Part 1(jvance.com)

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

Jarrett describes the steps needed to modify BlogEngine.NET to support OpenID logins. He takes a unobtrusive approach by impersonating an existing blog user. read more...

add a comment |category: |Views: 60

tags: another