Search results for 'Final ng 2022 Women'

C# Tips eBook Complete I’m pleased to announce that my C# Tips eBook is now complete and currently has over 1,000 rea Type: Post
Tags : writing, c# tips, c#
http://dontcodetired.com/blog/post/C-Tips-eBook-Complete
Don't Code Tired 1st Birthday "Don't Code Tired is a year old! For Year 2 I really want to ramp up the content, especially more tutorial style articles and end-to-end examples - I also intent to start producing tutorial videos ..." Type: Post http://dontcodetired.com/blog/post/Dont-Code-Tired-1st-Birthday
Scholar Open Source Project "Scholar is now up on Codeplex. Scholar is a new open source project that will provide a starting point for developers to create distributed data processing such as the SETI@home project. It will use A ..." Type: Post
Tags : .net, asp.net, silverlight, xaml, azure, scholar, open source
http://dontcodetired.com/blog/post/Scholar-Open-Source-Project
The New Don’t Code Tired Newsletter "I decided I wanted a more intimate, personal style of communication. So Newsletter! Sign up for the Don’t Code Tired Newsletter for curated links, useful information, cool things I've seen, and genera ..." Type: Post
Tags : newsletter
http://dontcodetired.com/blog/post/The-New-Done28099t-Code-Tired-Newsletter
Speech Synthesis (Text to Speech) In Windows 8.1 Store Apps "Windows 8.1 adds the ability to perform text to speech using the Windows.Media.SpeechSynthesis namespace. As a basic example, to say “Hello World” in the default voice:var synth = new Windows.Media.Sp ..." Type: Post
Tags : windows 8 apps, speech
http://dontcodetired.com/blog/post/Speech-Synthesis-(Text-to-Speech)-In-Windows-81-Store-Apps
Drag and Drop in Silverlight 4 "To enable drag and drop support on a Silverlight UIElement the AllowDrop property needs to be set to True (it is false by default). The Drop event can now be subscribed to, in which the dropped item(s ..." Type: Post
Tags : .net, c#, silverlight, silverlight 4, wpf, xaml
http://dontcodetired.com/blog/post/Drag-and-Drop-in-Silverlight-4
Ensure Your Silverlight App Has Focus When The Page Loads "Assuming that your SL app is running in-browser, you may want your SL app to have initial focus, e.g. when it loads a splash screen, the OK button has focus. You can help achieve this by using Sy ..." Type: Post
Tags : .net, c#, html, silverlight, silverlight 3
http://dontcodetired.com/blog/post/Ensure-Your-Silverlight-App-Has-Focus-When-The-Page-Loads
SilverKeys on Microsoft's Silverlight showcase "SilverKeys has been featured on Microsoft's Silverlight showcase site. Currently has avg user rating of 4.5/5 which I'm really happy with :)" Type: Post
Tags : silverkeys, silverlight, xaml, wpf, microsoft
http://dontcodetired.com/blog/post/SilverKeys-on-Microsofts-Silverlight-showcase
50 Apps by Christmas: Where’s My Phone App? "This article is part of the 50 Apps by Christmas series. I was listening to episode episode 135 of the Windows Developer Show and an idea was discussed to help people generate an email template to se ..." Type: Post
Tags : windows phone apps, windows phone, 50appsbychristmas2013
http://dontcodetired.com/blog/post/50-Apps-by-Christmas-Wheree28099s-My-Phone-App
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
MSMQ Transactional Queues "When using MSMQ transactional queues ensure you use an overloaded send method passing a transaction object otherwise you may find the message will go nowhere and no exception will be thrown." Type: Post http://dontcodetired.com/blog/post/MSMQ-Transactional-Queues
Anatomy of Type: Ascenders and Descenders "Ascenders are the parts of a lowercase letter that reach upwards, the parts that extend above the typeface’s x-height. You can see ascenders in letters such as: b d f h k. [more] Descenders are the p ..." Type: Post
Tags : design, typography, anatomy of type
http://dontcodetired.com/blog/post/Anatomy-of-Type-Ascenders-and-Descenders
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
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
Universal Windows App Paper Prototype "In honour of the announcement of universal Windows apps, I though I’d create a simple one page paper prototyping template to visualise what an app would look like on both a PC/tablet and a Windows Pho ..." Type: Post
Tags : windows 8 apps, windows 8, winrt, ux, ui, ui design, design, windows phone, windows phone apps
http://dontcodetired.com/blog/post/Universal-Windows-App-Paper-Prototype
Create application and web wireframes "http://gomockingbird.com/" Type: Post
Tags : web, ui design
http://dontcodetired.com/blog/post/Create-application-and-web-wireframes
FeatureToggle 2.1 Released "Version 2.1 of my open source feature toggling library has just been released. This new version contains two new toggles. The RandomFeatureToggle as its name suggests will randomly enable/disable a fe ..." Type: Post
Tags : open source, featuretoggle
http://dontcodetired.com/blog/post/FeatureToggle-21-Released
New Second Shot Offer For Some Microsoft Exams "According to the website the offer is valid until 30 June 2010: http://www.prometric.com/microsoft/ss_mcp.htm for terms and conditions." Type: Post
Tags : certification, microsoft, exam, career development
http://dontcodetired.com/blog/post/New-Second-Shot-Offer-For-SOme-Microsoft-Exams
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
Nice Concise Introduction to IOC & DI "Nice Concise Introduction to Inversion Of Control & Dependency Injection: http://www.mikesdotnetting.com/Article/117/Dependency-Injection-and-Inversion-of-Control-with-ASP.NET-MVC" Type: Post
Tags : dependency injection, di, inversion of control, ioc, architecture
http://dontcodetired.com/blog/post/Nice-Concise-Introduction-to-IOC-DI