Home
Archive
Contact
Search results for 'Libreng live na broadcast ng Women'
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
Converting Chars to Doubles in C#
If we’ve got chars with numeric digits in them, we can convert them to numeric (double) values
Type
: Post
Tags
: c# tips, c#, .net
http://dontcodetired.com/blog/post/Converting-Chars-to-Doubles-in-C
Do Your Own Personal Agile Retrospective
"I recently started to adopt a new practice for my personal life in which when I go to bed and my head hits the pillow, I ask myself three question as I fall asleep. These 3 questions are: What’s one ..."
Type
: Post
Tags
: personal development, productivity, profession
http://dontcodetired.com/blog/post/Do-Your-Own-Personal-Agile-Retrospective
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
What Would Easy Be Like?
"As another (Gregorian) year edges ever closer, it’s a period that offers a natural reflection time on what happened in the past year and the forging, often weakly, of “New Years Resolutions”. One inte ..."
Type
: Post
Tags
: people, profession, personal development
http://dontcodetired.com/blog/post/What-Would-Easy-Be-Like
A Simple Menu Roll-over using jQuery and CSS
"The following ASP.NET page shows a simple example of a menu created using a combination of CSS and jQuery. The menu is defined as an unordered list (which makes semantic sense) and styled with CS ..."
Type
: Post
Tags
: asp.net, css, html, javascript, jquery
http://dontcodetired.com/blog/post/A-Simple-Menu-Roll-over-using-jQuery-and-CSS
JavaScript Breakpoints Not Working In Visual Studio 2008
"This can happen, sometimes fixed by re-installing VS or installing VS 2008 SP1. In this case it seems Javascript breakpoints do not seem to work in Visual Studio 2008 when Silverlight debugging is ena ..."
Type
: Post
Tags
: .net, asp.net, html, ide, silverlight, silverlight 3, visual studio, visual studio 2008
http://dontcodetired.com/blog/post/JavaScript-Breakpoints-Not-Working-In-Visual-Studio-2008
Failed to encrypt the section [name] using provider RsaProtectedConfigurationProvider. Error message from the provider: Object already exists.
"If you're running aspnet_regiis to encrypt a section in your web.config, e.g. aspnet_regiis -pef mytestsection . (assuming your current directory contains the web.config and the se ..."
Type
: Post
Tags
: .net, asp.net, web, security
http://dontcodetired.com/blog/post/Failed-to-encrypt-the-section-name-using-provider-RsaProtectedConfigurationProvider-Error-message-from-the-provider-Object-already-exists
Write Less MVVM ViewModel Boilerplate Code with T4
"Although code snippets can make creating our initial viewmodels easier (properties, commands,etc.) it’s still tantamount to boilerplate code. Obviously the actions that happen when a command is execut ..."
Type
: Post
Tags
: c#, mvvm, mvvm light, t4, code generation
http://dontcodetired.com/blog/post/Write-Less-MVVM-ViewModel-Boilerplate-Code-with-T4
Using Glide Paths to Increase Productivity
"I first became aware of the concept of “glide paths” in Getting Results the Agile Way. A glide path is an aeronautical term meaning: “the course followed by an aircraft or spacecraft when descending f ..."
Type
: Post
Tags
: productivity
http://dontcodetired.com/blog/post/Using-Glide-Paths-to-Increase-Productivity
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
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
Paper Prototyping Templates for Windows 8.1 Store Apps
"These are updated paper prototyping templates for Windows 8.1 Store apps. The changes from the previous 8.0 versions are mostly to do with the removal of snapped and filled modes in Windows 8.1 Store ..."
Type
: Post
Tags
: windows 8 apps, windows 8, winrt, ux, ui, ui design, design
http://dontcodetired.com/blog/post/Paper-Prototyping-Templates-for-Windows-81-Store-Apps
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
Actor Models Come to .NET Developers with Akka.NET
Akka.NET is a port of the Java/Scala Akka framework. In some ways, the emergence of Akka.NET could b
Type
: Post
Tags
: .net, akka.net, distributed computing, actor model
http://dontcodetired.com/blog/post/Actor-Models-Come-to-NET-Developers-with-AkkaNET
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
(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
Patterns Panacea
"The “Patterns Movement” seems to be gaining momentum with more developers becoming aware of the oft-quoted benefits of pattern re-use. Patterns are supposed to be the abstracted solution t ..."
Type
: Post
http://dontcodetired.com/blog/post/Patterns-Panacea
ICYMI C# 8 New Features: Asynchronous Streams
This is part 8 in a series of articles. In earlier versions of C# you could return an IEnumerable<
Type
: Post
Tags
: icymcs8series, c#, .net, .net core, C#8
http://dontcodetired.com/blog/post/ICYMI-C-8-New-Features-Asynchronous-Streams
Pushing To AppHarbor Using Mercural via Bitbucket
"Rather than pushing Git to AppHarbor, you can create a (free) Mercurial repo on Bitbucket, grant read permissions to an AppHarbor user, set up a Bitbucket push to an AppHarbor build URL, then when you ..."
Type
: Post
Tags
: appharbor, mercurial, cloud, web
http://dontcodetired.com/blog/post/Pushing-To-AppHarbor-Using-Mercural-via-Bitbucket
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
29