Home
Archive
Contact
Search results for 'aiab.top[How to get the pages indexed by Google fast'
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
An Open Letter to Scott Hanselman
"Hi Scott, My name’s Jason, you don’t know me, we’ve never met. I was inspired by your honesty and openness when talking about your experience with cancer to say the following: Thanks. I don’t think th ..."
Type
: Post
Tags
: kindness, meanness, human, people
http://dontcodetired.com/blog/post/An-Open-Letter-to-Scott-Hanselman
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
Just Because You’ve Got a Cardwall Doesn't Mean You’re Agile
"So you’ve got a bunch of people together to form a cross-functional team (developers, testers, BAs, etc.), you create you backlog, create a few columns on a wall and throw some cards on it. Agile comp ..."
Type
: Post
Tags
: agile, process, quality, people
http://dontcodetired.com/blog/post/Just-Because-Youe28099ve-Got-a-Cardwall-Doesnt-Mean-Youe28099re-Agile
Windows Service Path Not Found Exception
"If you get an invalid path / path not found error when trying to start a .net windows service or right-click properties for it check any PerformanceCounterInstaller(s) and ensure their CategoryName is ..."
Type
: Post
http://dontcodetired.com/blog/post/Windows-Service-Path-Not-Found-Exception
Cannot find 'ServiceReferences.ClientConfig' in the .xap application package when running Silverlight unit tests
"When using the browser-based Silverlight unit testing framework to test a SL app which contains service references you might get a Cannot find 'ServiceReferences.ClientConfig' in the .xap ..."
Type
: Post
http://dontcodetired.com/blog/post/Cannot-find-ServiceReferencesClientConfig-in-the-xap-application-package-when-running-Silverlight-unit-tests
C# 4.0 Optional Parameters
C# 4.0 introduces the concepts of Optional Parameters and the related Named Parameters language feat
Type
: Post
Tags
: .net, c#, visual studio 2010
http://dontcodetired.com/blog/post/C-40-Optional-Parameters
Importing posts from Blogger into BlogEngine.NET
"Just managed to successfully get my posts from Blogger into DCT. Read a post suggesting using a new temp WordPress blog which can import directly from Blogger. Then export, then use the Import to ..."
Type
: Post
http://dontcodetired.com/blog/post/Importing-posts-from-Blogger-into-BlogEngineNET
Session State Compression in ASP.NET 4
"ASP.NET 4 introduces the ability to turn on compression of session data. Compression is disabled by default, to enable it modify the web.config file and set the new compressionEnabled attribute ..."
Type
: Post
Tags
: .net, asp.net, asp.net 4, web
http://dontcodetired.com/blog/post/Session-State-Compression-in-ASPNET-4
Design Pattern for Silverlight 2
"It seems the Model-View-ViewModel (MVVM) is the preferred pattern at present for implementing cleanly separated SL apps (& WPF client apps). Aims to increase testability and leverage data-bin ..."
Type
: Post
Tags
: silverlight, design patterns, mvvm
http://dontcodetired.com/blog/post/Design-Pattern-for-Silverlight-2
Windows Phone 7 Product Webpage Template
"If you want a quick way to create a product page for your Windows 7 App, this is a nice starter page by Nick Harewood. View a live sample or get more info and download."
Type
: Post
Tags
: wp7, windows phone 7
http://dontcodetired.com/blog/post/Windows-Phone-7-Product-Webpage-Template
Basic Element Visibility in jQuery
"Out of the box, jQuery comes with basic methods to show and hide elements. There is a live example here of the functions listed in this post. slideToggle slide the element up/down to hide.show. ..."
Type
: Post
Tags
: javascript, jquery, html
http://dontcodetired.com/blog/post/Basic-Element-Visibility-in-jQuery
Determine site’s absolute, fully-qualified url in asp.net
" I'm working on a Silverlight media player like you get on MySpace and other sites. The app is meant to be as simple as possible, so i've created a Silverlight-enabled WCF service which r ..."
Type
: Post
Tags
: silverlight, c#, wcf, asp.net
http://dontcodetired.com/blog/post/Determine-sitee28099s-absolute-fully-qualified-url-in-aspnet
Free Xaml drawing tool
"I stumbled upon a nice (free) open source drawing application (a la Adobe Illustrator) which allows saving in SVG but also XAML! So if you don't want to/cannot afford to use Blend this could be a ..."
Type
: Post
Tags
: .net, xaml, wpf, silverlight, silverlight 3, blend
http://dontcodetired.com/blog/post/Free-Xaml-drawing-tool
ChildWindow in Silverlight 3
"SL 3 introduced the ChildWindow to allow easy creation of modal 'pop-up' windows inside our main window. Once you have added a new ChildWindow to your project you can customise its appearance ..."
Type
: Post
Tags
: c#, silverlight, silverlight 3, xaml
http://dontcodetired.com/blog/post/ChildWindow-in-Silverlight-3
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
Redesigning DontCodeTired.Com (Part 1) - The Content Inventory
"This is the first in a series of posts describing how I am redesigning the DontCodeTime.com blog. DontCodeTired is looking tired and boring, it also sucks when viewed on a mobile phone, hence I ..."
Type
: Post
Tags
: redesigning dontcodetired, web design, web, responsive web design, responsive design
http://dontcodetired.com/blog/post/Redesigning-DontCodeTiredCom-(Part-1)-The-Content-Inventory
Auto Expanding Div Columns (when floated div has no set size)
"Usually 2 divs side-by-side (e.g. left menu and main content) will have the left div floated left with set size, the 2nd div also float with a left margin equal to the width of the left div. When ..."
Type
: Post
Tags
: css, html, web
http://dontcodetired.com/blog/post/Auto-Expanding-Div-Columns-(when-floated-div-has-no-set-size)
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
Silverlight 3 Out Of Browser Automatic Updates
"When running a Silverlight 3 application out of browser (OOB) {or SLOOB=Silverlight Out Of Browser} you can enable the automatic download\install of updated versions. This is not an automatic fea ..."
Type
: Post
Tags
: out of browser, silverlight, silverlight 3, oob, sloob, c#
http://dontcodetired.com/blog/post/Silverlight-3-Out-Of-Browser-Automatic-Updates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20