Search results for 'Final ng 2022 Women'

New Clean C# eBook   I just published the initial version of my new Leanpub book: Clean C#. As with my other Leanp Type: Post
Tags : clean c#, c#, writing, leanpub
http://dontcodetired.com/blog/post/New-Clean-C-eBook
Quickly Take Down an ASP.NET Web Site "If you need to temporarily take down an ASP.NET (2.0+) web site you can simply add a file called app_offline.htm to the root of the site. The content of the app_offline.htm could contain a message suc ..." Type: Post
Tags : asp.net, html, site management, maintenance
http://dontcodetired.com/blog/post/Quickly-Take-Down-an-ASPNET-Web-Site
Old Movie effect using Silverlight 3 Pixel Shaders "Amazing use of pixel shaders in SL 3 to create an old movie effect http://kodierer.blogspot.com/2009/08/ye-olde-pixels-silverlight-3-old-movie.html" Type: Post
Tags : silverlight 3, silverlight, pixel shader, wpf
http://dontcodetired.com/blog/post/Old-Movie-effect-using-Silverlight-3-Pixel-Shaders
New Free eBook: LINQ Succinctly "My new free Syncfusion eBook is now available. LINQ Succinctly is available from the Syncfusion site along with all the other eBooks in the Succinctly series. LINQ Succinctly covers the following are ..." Type: Post
Tags : c#, linq, writing
http://dontcodetired.com/blog/post/New-Free-eBook-LINQ-Succinctly
The Toggle Function in jQuery "jQuery's Toggle function allows you to specify 2 or more functions to be called alternately on each click. Specifying 2 functions you can create a simple 2 state toggle. The example below (se ..." Type: Post
Tags : jquery, html
http://dontcodetired.com/blog/post/The-Toggle-Function-in-jQuery
jQuery Intellisense in VS2008 "To enable Intellisense for jQuery in VS2008: http://weblogs.asp.net/scottgu/archive/2008/11/21/jquery-intellisense-in-vs-2008.aspx Once you add the -vsdoc.js to your project you might hav ..." Type: Post
Tags : jquery, visual studio 2008
http://dontcodetired.com/blog/post/jQuery-Intellisense-in-VS2008
Useful Colour Scheme Designer "This is pretty handy, you can choose colour scheme (complimentary etc.). Looking at the source, makes use of jquery, at first i though it was a Flash\Silverlight app but lloks like it's pure javas ..." Type: Post
Tags : ui design
http://dontcodetired.com/blog/post/Useful-Colour-Scheme-Designer
Shortcut to add DependencyProperty "In code behind for WPF/Silverlight in Visual Studio you can use the key combination snippet (assuming defaults) ctrl-k then x then NetFX30 then either choose either a DependencyProperty or attached De ..." Type: Post
Tags : c#, wpf, visual studio 2008, visual studio, silverlight, ide
http://dontcodetired.com/blog/post/Shortcut-to-add-DependencyProperty