Home
Archive
Contact
Search results for 'Fake Hendrix College diplom 「制��网站 bzzjj.com」 Buy online Czech passport electronic version 「办理���� bzzjj.com�� Fachhochschule Schmakarden环境科���学���证书00'
Redesigning DontCodeTired.Com (Part 11) - Conclusion
"The redesigned Don't Code Tired is now live. This article wraps up the series with a look back at what I learned and what things are still outstanding. Key Things I Learned I am not a designer. ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, design, css
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-11)-Conclusion
How to Make 2021 Your Best Year Ever
"Happy New Year! I think we can all agree that 2020 was one of the most challenging years any of us have experienced. Even though here in Western Australia we have been relatively lucky due to our isol ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/How-to-Make-2021-Your-Best-Year-Ever
Redesigning DontCodeTired.Com (Part 6) - Creating Mobile Styling Using a Typography-Out Approach
"Redesigning DontCodeTired.Com Part 5 - Showing and Hiding Mobile Specific Elements The idea of typography-out is that for websites where the textual content is king, it makes sense to elevate it ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, responsive web design, responsive design, web, web design, sass, css, typography
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-6)-Creating-Mobile-Styling-Using-a-Typography-Out-Approach
SilverKeys is Live
"The first version of my Silverlight scale\chord finder is complete, it can be found at http://www.dontcodetired.com/live/silverkeys/ I'd like to improve the UX around the scale degrees, perha ..."
Type
: Post
Tags
: silverkeys, silverlight, wpf, xaml
http://dontcodetired.com/blog/post/SilverKeys-is-Live
Throttle Your ASP.NET Connection Speed
"As a tool to test responsiveness on slow connections Firefox Throttle is handy Firefox add-in. There is also an IE version. You can add a localhost throttle if you are using Visual Studios local web s ..."
Type
: Post
Tags
: asp.net, firefox, internet explorer, silverlight
http://dontcodetired.com/blog/post/Throttle-Your-ASPNET-Connection-Speed
Working with Files in C# 10 Course
"My latest Pluralsight training course was just published and is an update from the previous version to now use .NET 6 and C# 10.“Reading and writing data is central to many .NET applications, but it c ..."
Type
: Post
Tags
: pluralsight courses, .net, C#, C#10
http://dontcodetired.com/blog/post/Working-with-Files-in-C-10-Course
What’s New in C# 10: Simplify Nested Property Pattern Code
"This is part of a series on the new features introduced with C# 10.Pattern matching in C# was first introduced in C# 7 and has been added to in later versions.C# 8 added property pattern matching to a ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Nested-Property-Pattern-Code
What’s New in C# 10: Simplify Argument Null Checking Code
"This is part of a series on the new features introduced with C# 10.Prior to C# 10 you may have had code similar to the following: public static string Join(string a, string b) { i ..."
Type
: Post
Tags
: cs10newseries, c#, .net, .net core, C#10
http://dontcodetired.com/blog/post/Whats-New-in-C-10-Simplify-Argument-Null-Checking-Code
Binary Serialisation In Silverlight
"One problem with the Silverlight DataContractSerializer is that it does not maintain reference links to objects. For example: if you had a customer object "Mr Green" and 2 order objects &quo ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 3, csla, serialisation
http://dontcodetired.com/blog/post/Binary-Serialisation-In-Silverlight
ICYMI C# 9 New Features: More Pattern Matching Features
This is part of a series of articles on new features introduced in C# 9. Pattern matching was introd
Type
: Post
Tags
: icymcs9series, c#, .net, .net core, C#9
http://dontcodetired.com/blog/post/ICYMI-C-9-New-Features-More-Pattern-Matching-Features
ICYMI C# 8 New Features: Upgrade Interfaces Without Breaking Existing Code
This is part 7 in a series of articles. Prior to C# 8, if you add members to an interface, exiting c
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Upgrade-Interfaces-Without-Breaking-Existing-Code
(Unofficial) BlogEngine.Net Logos
"As part of Don't Code Tired redesign I wanted a logo for BlogEngine.Net, I could find an existing one so I created the below: They are available for free download (includi ..."
Type
: Post
Tags
: blogengine.net
http://dontcodetired.com/blog/post/(Unofficial)-BlogEngineNet-Logos
ICYMI C# 8 New Features: Simplify Array Access and Range Code
This is part 5 in a series of articles. One of the new features that C# 8 introduced was the ability
Type
: Post
Tags
: icymcs8series, C#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Simplify-Array-Access-and-Range-Code
Disable Grey Border On Focus Selected Anchor
Elements
"When an <a> element is selected the browser can add a grey focus border around, the CSS outline:none; can be use to prevent it on standards browsers, for IE (except IE 8 when not in compatibilit ..."
Type
: Post
Tags
: css, web, html, internet explorer
http://dontcodetired.com/blog/post/Disable-Grey-Border-On-Focus-Selected-Anchor-3ca3e-Elements
Modify And Save an EF EntityDataSource Bound Entity From Code Behind
"If you're using databound controls (e.g. FormView) and binding them to an EntityDataSource you might want to be able to modify (and save) the underlying entity from code. For example, if you have ..."
Type
: Post
Tags
: c#, databinding, asp.net, .net, web, entity framework
http://dontcodetired.com/blog/post/Modify-And-Save-an-EF-EntityDataSource-Bound-Entity-From-Code-Behind
Right Click and Context Menu Support in Silverlight 4
"Silverlight 4 allows us access to right-click functionality, in earlier versions of Silverlight right-clicking would bring up the standard SL popup menu. Simple Right Click To capture a right ..."
Type
: Post
Tags
: .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Right-Click-and-Context-Menu-Support-in-Silverlight-4
Hosting HTML Content in Silverlight 4
"In Silverlight 4 we can present HTML content to the user. The WebBrowser Control For example to display the content of DontCodeTired.com we can set the Source property in XAML: <WebB ..."
Type
: Post
Tags
: .net, c#, html, javascript, oob, out of browser, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Hosting-HTML-Content-in-Silverlight-4
Controlling HTML IDs in ASP.NET 4.0 Webforms
"ASP.NET 4 introduces more control over how client-side IDs are rendered by ASP.NET controls. By default ASP.NET 4 will render client IDs in the same way as ASP.NET 3.5 and earlier. To change the ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, databinding, html, web
http://dontcodetired.com/blog/post/Controlling-HTML-IDs-in-ASPNET-40-Webforms
Improved GridView & ListView Row Selection in ASP.NET 4.0
"Previous versions of GridView and ListView selection behaviour operating in a potentially confusing way to the user. For example, if the third row was selected and then page 2 was selected, the third ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Improved-GridView-ListView-Row-Selection-in-ASPNET-40
Introducing (probably) The World's Only Mocking Framework for Windows Phone 7 (WP7)
"Introducing MoqaLate Whilst I love developing apps for Windows Phone 7, the testing aspect is hard! I'm a TDD-er by default and it's such a pain to have to hand roll my own mock objects. ..."
Type
: Post
Tags
: windows phone 7, wp7, c#, testing, tdd, mocking, moqalate
http://dontcodetired.com/blog/post/Introducing-(probably)-The-Worlds-Only-Mocking-Framework-for-Windows-Phone-7-(WP7)
1
2
3
4
5
6
7
8
9