Home
Archive
Contact
Search results for '世界杯买球app-(世界杯指定平台 KL99.CC)-日本vs哥斯达黎加-世界杯买球盘口-世界杯投注方式-(世界杯指定平台 KL99.CC)-卡塔尔vs厄瓜多尔 TE'
Anatomy of Type: Baseline and x-height
"The baseline is like an imaginary invisible line upon which letters appear to sit. [more] A typeface’s x-height, as its name suggests, is the height of the lowercase x measured from the baseline. The ..."
Type
: Post
Tags
: design, typography, anatomy of type
http://dontcodetired.com/blog/post/Anatomy-of-Type-Baseline-and-x-height
New Free eBook: C# 7.2: What's New Quick Start
"My new free eBook is now available for download. The book covers the following new features of C# 7.2: Leading Digit Separator Reference Semantics With Value Types Non-trailing Named Arguments Pri ..."
Type
: Post
http://dontcodetired.com/blog/post/New-Free-eBook-C-72-Whats-New-Quick-Start
Global.asax Application_Error "File does not exist" Exception
"This can sometime also manifest as a "Session state is not available in this context" exception. If you get either of these in your Application_Error event where you are using Response.Redir ..."
Type
: Post
Tags
: .net, asp.net, visual studio, web
http://dontcodetired.com/blog/post/Globalasax-Application_Error-File-does-not-exist-Exception
Dear Windows Phone Back Button
"It seems that the back button is the latest hip thing to complain about with Windows Phone, with rumours about Microsoft dropping the hardware back button and then not. As a Windows Phone app develope ..."
Type
: Post
Tags
: windows phone
http://dontcodetired.com/blog/post/Dear-Windows-Phone-Back-Button
Microsoft Upgrade Exams
"I am taking one of the upgrade exams in a few days time and this study reference guide is a great help. http://blog.denoncourtassociates.com/CategoryView,category,Certifications.aspx"
Type
: Post
http://dontcodetired.com/blog/post/Microsoft-Upgrade-Exams
Quick and Dirty Image Loading Animation Without JavaScript
"If you are display a set of images that potentially will take a while to be returned from the server (for example if pulling them out of a database via an .axd or .ashx) you can use css to to display ..."
Type
: Post
Tags
: css, html, web
http://dontcodetired.com/blog/post/Quick-and-Dirty-Image-Loading-Animation-Without-JavaScript
Open Source Thanks
"In a previous post (5 Ways to Contribute to Open Source - It’s Not All Code) I mentioned the simplest way to be involved in open source is to simply Tweet about the project or by saying thanks to the ..."
Type
: Post
Tags
: open source, people, profession
http://dontcodetired.com/blog/post/Open-Source-Thanks
location.replace doesn’t work when the following page is a PDF
"Applies to:IE 6.0 (+others?), ASP.NET 1.1, JavaScript, PDF, Adobe Acrobat For some reason (at least in IE 6.0) if you use location.replace (to’disable’ back button by changing browser his ..."
Type
: Post
http://dontcodetired.com/blog/post/locationreplace-doesne28099t-work-when-the-following-page-is-a-PDF
JavaScript Enumerations
"Rather than defining many JavaScript 'constants', e.g. var CONST_DAY_OF_WEEK_MONDAY = 1; var CONST_DAY_OF_WEEK_MONDAY = 2; var CONST_DAY_OF_WEEK_MONDAY = 3; ..."
Type
: Post
Tags
: javascript, web
http://dontcodetired.com/blog/post/JavaScript-Enumerations
xUnit.net Cheat Sheet
"To help people get started with xUnit.net and as an accompaniment to my Pluralsight xUnit.net training course I thought I’d create a cheat sheet showing common assert methods and attributes. Hop ..."
Type
: Post
Tags
: xunit, .net, c#, testing, tdd, quality
http://dontcodetired.com/blog/post/xUnitnet-Cheat-Sheet
Clean C# eBook Published
The final version of my free Clean C# eBook has just been published. You can download the bo
Type
: Post
Tags
: c#, writing
http://dontcodetired.com/blog/post/Clean-C-eBook-Published
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
Setting Meta Tags in ASP.Net 4
"ASP.Net 4 adds 2 new Meta tag related properties to the Page. They can be used to set meta tags for keywords and description. You can set them in the code behind: Page.MetaKeywords = "k ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, c#, html, web
http://dontcodetired.com/blog/post/Setting-Meta-Tags-in-ASPNet-4
New Pluralsight Course: Feature Flag Fundamentals with Microsoft Feature Management
My latest Pluralsight video training course was just published just in time for some holiday season
Type
: Post
Tags
: .net, msftseries, FeatureManagement, featuretoggle, c#, software development, productivity
http://dontcodetired.com/blog/post/New-Pluralsight-Course-Feature-Flag-Fundamentals-with-Microsoft-Feature-Management
Creating a BlogEngine.NET widget in Silverlight
"So my 1st widget for BE.NET is going to be a Twitter displayer - there is already an extension for this so it's more of an exercise to see how easy it is in BE to do widget \ SL integration..."
Type
: Post
http://dontcodetired.com/blog/post/Creating-a-BlogEngineNET-widget-in-Silverlight
Introducing FeatureToggle
"You can now take a first glance at my new open source project FeatureToggle It's early days yet and I'm not quite what direction it will take. The next thing I'd like to upload ..."
Type
: Post
Tags
: open source, featuretoggle
http://dontcodetired.com/blog/post/Introducing-FeatureToggle
Kill CapsLock with AutoHotkey
"How often do you actually use CapsLock – deliberately that is? Most of the time I hit it accidentally then END UP SHOUTING in emails or Tweets. It’s especially a pain sometimes while coding… We can st ..."
Type
: Post
Tags
: autohotkey, productivity, visual studio
http://dontcodetired.com/blog/post/Kill-CapsLock-with-AutoHotkey
Creating MSMQ Exception
"In testing you might want to throw a manual MessageQueueingException to test the functionality of your exception handling. As it’s not possible to create an exception object the following can be ..."
Type
: Post
http://dontcodetired.com/blog/post/Creating-MSMQ-Exception
Logging Application Block Log Levels
"LAB LogLevels (summarized from Logging Application Block documentation © 2003 Microsoft Corporation http://www.microsoft.com) None (level 0)No logging - not advised for production. Always (level 1)D ..."
Type
: Post
http://dontcodetired.com/blog/post/Logging-Application-Block-Log-Levels
Dataset designer global:: namespace issues
"If you change the namespace of a typed dataset in Visual Studio 2005, you may find that the .designer.cs doesn’t re-generate properly, for example the connection string init. To fix, delete the ..."
Type
: Post
http://dontcodetired.com/blog/post/Dataset-designer-global-namespace-issues
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28