Friday, December 16, 2011

CofeeScript

http://jashkenas.github.com/coffee-script http://arcturo.github.com/library/coffeescript/index.h...

Thursday, December 15, 2011

YUI

Some found resources on YUI to study. http://developer.yahoo.com/yui http://yuiblog.com/sandbox/yui/3.3.0pr3/examples http://yuilibrary.com/ http://yuilibrary.com/yui/docs/cssgrids http://ruseller.com/lessons.php?rub=28&id=844 http://habrahabr.ru/tag/...

Tuesday, December 13, 2011

Some online tutorials for different languages http://skillsmatter.com/go/open-source-dot-...

Wednesday, December 7, 2011

Sharp Tests Ex: Unit Tests fluent assertion

Cute small framework for fluent assertions in Unit Tests. Description from the project page: SharpTestsEx (Sharp Tests Extensions) is a set of extensible extensions. The main target is write short assertions where the Visual Studio IDE intellisense is your guide. #TestsEx can be used with NUnit, MsTests, xUnit, MbUnit... even in Silverlight Available at: http://sharptestex.codeplex.com Samlpe source code:...

Tuesday, December 6, 2011

Custom XML Serialization with LINQ

http://thecodeslinger.wordpress.com/2007/12/17/custom-xml-serialization-with-l...

CSS frameworks, bootstraps, tricks, etc.

Bootstraps http://twitter.github.com/bootstrap 10 Really Outstanding and Useful CSS Grid Systems http://spyrestudios.com/css-grid-systems http://compass-style.org 10 Useful tools: http://www.catswhocode.com/blog/10-useful-tools-to-simplify-css3-development http://ruseller.com/lessons.php?rub=2&id=1288 http://jsfiddle.net http://dabblet.com CSS grids: http://getskeleton.com http://960.gs http://grids.heroku.com http://foundation.zurb.com http://twitter.github.com/bootstrap http://developer.yahoo.com/yui/grids/builder http://gridulator.com http://www.tinyfluidgrid.com http://elasticss.com http://www.usabilitypost.com/2009/05/29/the-1kb-css-grid-part-1 http://www.usabilitypost.com/2009/06/06/the-1kb-css-grid-part-2 http://www.usabilitypost.com/2009/06/19/the-1kb-css-grid-part-3 http://www.blueprintcss.org Article: http://24ways.org/2011/css3-patterns-explained...

Monday, November 28, 2011

What's In A GIF - Bit by Byte

http://matthewflickinger.com/lab/whatsinagif/bits_and_bytes....

Thursday, November 17, 2011

Leslie LamportResearch documents: http://research.microsoft.com/en-us/um/people/lamport/pubs/pubs.h...

Friday, November 11, 2011

Gnu Win32 Tools

http://gnuwin32.sourceforge.net/packages.html http://sourceforge.net/projects/gnuwi...

Thursday, November 10, 2011

Unity 2 - InjectionMember usage

IUnityContainer RegisterType(Type t, params InjectionMember[] injectionMembers);What "injectionMembers" parameters are for? The overload with the InjectionMember array is used, when you do not provide a configuration file, that the Unity container tells how to create an instance of the given type or if you want to create an instance on another way than defined in the configuration file. The overloads are used, when you want to configure an unity container without an configuration file. An InjectionMember can be an constructor,...

HTTP Error 500.19 - Internal Server Error

HTTP Error 500.19 - Internal Server ErrorThe requested page cannot be accessed because the related configuration data for the page is invalid.Detailed Error Information ModuleIIS Web Core NotificationBeginRequest HandlerNot yet determined Error Code0x800700b7 Config ErrorThere is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined Config File\\?\C:\Temp\test2\web.config Requested URLhttp://localhost:80/mvc2 Physical PathC:\Temp\test2 Logon MethodNot yet determined Logon UserNot yet determined Fix: If your plan...

Powered by Blogger.