swatermasysk

Stories kicked by swatermasysk

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

NVelocity Server Control(simpable.com)

submitted by jaymedavisjaymedavis(85) 3 years, 8 months ago

A light weight server control which wraps the NVelocity implementation. read more...

add a comment |category: |Views: 190

tags: another

Turn Google App Engine into your own Personal Content Delivery Network(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 11 months ago

As anybody who has run a growing website or blog knows, response time is going to get worse with the more users you have visiting your site. The users come from all angles, RSS feeds, homepage visits, search engine visits, people sealing your static files that you host, and pretty much anything else that can be served over HTTP. The solution to this problem is to off load your static content on to a Content Delivery Network or CDN. CDN providers cost a lot of money though, so it is nothing for us mere mortals with one server can afford. But thanks to Google anyone can now run their own CDN for free on Googles servers. Lucky for you and me Google has made the process really painless and you can even have the CDN under you own domain name. In my case static.coderjournal.com. read more...

1 comment |category: |Views: 366

tags: another

jQuery UI v1.5 Released(jquery.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Focus on Consistent API and Effects read more...

1 comment |category: |Views: 290

tags: another

Attributes? We don't need no stinkin' attributes(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 11 months ago

An explanation of how to use Ninject, the .NET dependency injector, to wire up dependencies without the use of the [Inject] attribute. read more...

add a comment |category: |Views: 204

tags: another

Rock the iPhone with ASP.NET MVC and iUI(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 11 months ago

An intro to using iUI and ASP.NET MVC to write web applications for the iPhone. read more...

add a comment |category: |Views: 804

tags: another

MVC Facebook == Wonderful Development Platform(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 11 months ago

ust recently I started experimenting with the ASP.NET MVC Framework and the Facebook Development Platform, it has been a very bumpy road, but I have ironed out some major issues that I would like to share with you today. I will start with a little history of what I am trying to do. For about a month and a half I have had one of my IdeaPipe interns, Dimitry, experimenting with creating a FBML (Facebook Meta Language) Application with MVC. MVC is an ideal platform for FBML because with MVC you have total control over your markup which is needed to have a lean FBML application. I am not going to go in to the differences of developing an FBML vs IFrame Facebook Application, because that information is easily found with a Google Search. What I am going to talk about is the hurdles I overcame and the custom software I had to develop to get MVC working smoothly with Facebook. One of the problems I ran into was creating a Facebook Session from my Action Method. To remedy this issue I created a FacebookAttribute that is an ActionFilterAttribute and a FacebookWebSession based off of the work done on Facebook.NET. read more...

add a comment |category: |Views: 37

tags: another

SimpleTemplate(simpable.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Great example of how nvelocity can be used in conjunct with tdd. pretty cool. read more...

add a comment |category: |Views: 12

tags: another

.NET Database Migration Tool Roundup(flux88.com)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A overview of all the available DB Migration tools available on the .NET platform read more...

add a comment |category: |Views: 658

tags: another

Linq to SQL Wish List(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

What do we want to see in the next version of Linq to SQL ? read more...

add a comment |category: |Views: 326

tags: another

ASP.NET MVC Action Precondition Filter v2 now part of MVCContrib(blog.troyd.net)

submitted by powerrushpowerrush(3873) 3 years, 11 months ago

An updated version of ASP.NET MVC Precondition Filter that is now part of MVCContrib ... read more...

add a comment |category: |Views: 55

tags: another

Setting Up Velocity (Distributed Cache)(simpable.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Velocity is Microsoft’s entry into Distributed Caching. It is currently in its first public CTP, so there are certainly going to be some rough spots. The documentation is pretty good, but setting it up and using it the first time required some trial and error. Here is a quick overview on getting it Velocity setup and and using the API. read more...

add a comment |category: |Views: 83

tags: another

Windows Live Writer PlugIn for DotNetKicks on CodePlex(johnpapa.net)

submitted by BlueDog7BlueDog7(370) 3 years, 11 months ago

Windows Live Writer PlugIn for DotNetKicks is now on CodePlex read more...

add a comment |category: |Views: 122

tags: another

ASP.NET MVC Support with Visual Web Developer 2008 Express(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 11 months ago

Last week I blogged about the ASP.NET MVC Preview 3 release. One important thing I forgot to mention about this release is that you can now use it with both Visual Studio 2008 as well as the free Visual Web Developer 2008 Express edition... read more...

add a comment |category: |Views: 129

tags: another

ViewData "dot" Notation Expressions in ASP.NET MVC(blog.eworldui.net)

submitted by mhawleymhawley(1125) 3 years, 11 months ago

ASP.NET MVC Preview 3 introduced a new concept that I'm calling "dot" notation expressions off of your ViewData. See how these expressions can be used and how powerful they are. read more...

1 comment |category: |Views: 266

tags: another

The beauty of fluent interfaces(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 11 months ago

I notice that more and more frameworks, toolkits and libraries use fluent interfaces. This article gives examples on how FIs can improve usability of an API and show possible pitfalls. read more...

add a comment |category: |Views: 458

tags: another