DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

momo Subscribe to this feed
momo
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by friends of momo
4
kicks
submitted by Klaus Klaus 4 months, 29 days ago

tellingmachine.com — Being confronted with an occasional bug in a complex system can be quite overwhelming. There are three disciplines that help you to stay strong: 1) Read and learn about your platform and how to debug it. 2) Use tools to quickly get the low hanging fruit. This might be enough in most of the cases to identify the bug. 3) Think out of the box and try to be creative. Build a model, play with it, break it and fix it. In the worst case, you won't have found the cause of the bug, but you learned at least something new about your software. read more...

Add a comment add a comment | category: | Views: 10
tags: , | tag it

6
kicks
submitted by Klaus Klaus 5 months, 21 days ago

tellingmachine.com — The tool that I am presenting here renames batches of files that have some kind of numerical index as part of their file name. It can rename the text before the index, it can shift the index numbers, give the files a new extension and add or remove leading zeros to and from the numerical index part of the file name. It uses Regular Extensions to parse the file names. read more...

Add a comment add a comment | category: | Views: 23
tags: , , | tag it

4
kicks
submitted by Klaus Klaus 6 months, 18 days ago

tellingmachine.com — It is a common practice to store time as UTC on the server and render it as local time based on the time zone the browser is running in. This blog post describes one simple approach to solving this problem. read more...

Add a comment add a comment | category: | Views: 26
tags: | tag it

5
kicks
submitted by Klaus Klaus 7 months, 10 days ago

tellingmachine.com — IPv6 might break the connection between IE 7 to the local instance of the Visual Studio development web server "webdev.webserver.exe". read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

9
kicks
published 7 months, 14 days ago, submitted by Klaus Klaus 7 months, 16 days ago

tellingmachine.com — Getting the time stamps and time zones right is straight forward. There are many options. Making it transparent to the user is an interesting challenge. It will require some plumbing changes in the core on top of a BlogEngine extension. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

6
kicks
submitted by Klaus Klaus 8 months, 17 days ago

tellingmachine.com — This post introduces a BlogEngine 1.3 extension that automatically generates a Table Of Contents based on h1-h6 heading tags that are found in the body of posts and pages. The TOC is going to be rendered as either a <ul> or <ol> html list of anchors (links) to the corresponding heading tags. If the post or page is being saved for the first time then the TOC will be placed where the tag [ t o c a u t o g e n ] is located. Updating the post will look for <div id="tocautogen"></div> html construct and it replace it with the updated version of the TOC. The html that renders the TOC uses the xoxo class id pattern that specifies the Microformats XOXO Outline. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

2
kicks
submitted by Klaus Klaus 8 months, 20 days ago

tellingmachine.com — This post introduces a BlogEngine 1.3 extension that automatically generates a Table Of Contents based on h1-h6 heading tags that are found in the body of posts and pages. The TOC is going to be rendered as either a <ul> or <ol> html list of anchors (links) to the corresponding heading tags. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

16
kicks
published 9 months, 15 days ago, submitted by Klaus Klaus 9 months, 20 days ago

tellingmachine.com — I just finished upgrading my blog to BlogEngine version 1.3. While in the process of porting it to the new release, I spent some time experimenting with the extensions and the new BlogEngine 1.3 Extension Manager. I tried to keep track of most of the extensions that get posted on CodePlex and I thought I write a blog post that lists all the extensions that I found and demonstrates them in this post, if applicable. This way BlogEngine fans that don't keep track of all the traffic on CodePlex would get be able to quickly check the availability of a specific add-on for BlogEngine. read more...

Add a comment 3 comments | category: | Views: 4
tags: , | tag it

2
kicks
submitted by Klaus Klaus 11 months, 15 days ago

tellingmachine.com — When you are developing an application with third party components and you need to come up with an appropriate way to handle concurrency, then It might be time for some debugging. This article describes how to reverse engineer a component that calls CoInitializeEx. This knowledge can be used to decide whether to use a windows message pump or a BackGroundWorker component to keep a .NET Windows Forms application responsive to user input. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

2
kicks
submitted by Klaus Klaus 11 months, 24 days ago

tellingmachine.com — This article is about a utility to export ArchestrA Object Attribute Properties. This C# console application is used to reflect over the Meta data of ArchestrA Object primitives. It is also an example of command line argument parsing and accessing the registry. read more...

Add a comment 1 comment | category: | Views: 1
tags: | tag it

3
kicks
submitted by Klaus Klaus 1 year ago

weblogs.asp.net — Below are some answers to a couple of questions about the recent VS 2008 release that I've seen the last few days: read more...

Add a comment 1 comment | category: | Views: 1
tags: | tag it

5
kicks
submitted by Klaus Klaus 1 year ago

weblogs.asp.net — Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query the database with them, as well as update/insert/delete data. read more...

Add a comment add a comment | category: | Views: 15
tags: , , | tag it

17
kicks
published 1 year ago, submitted by Klaus Klaus 1 year ago

weblogs.asp.net — Over the last few weeks I've been writing a series of blog posts that cover LINQ to SQL. LINQ to SQL is a built-in O/RM (object relational mapper) that ships in the .NET Framework 3.5 release, and which enables you to model relational databases using .NET classes. You can use LINQ expressions to query the database with them, as well as update/insert/delete data. read more...

Add a comment 1 comment | category: | Views: 5
tags: , , , | tag it

18
kicks
published 1 year ago, submitted by jamesewelch jamesewelch 1 year ago

blogs.msdn.com — Kannan Sundararajan, Microsoft, has written a Rich Text Editor control using ASP.NET and JavaScript and shared it under the MS-PL license on CodePlex. It has a very rich feature set and Kannan hopes to enhance it further in the future. Features: * Clipboard support: You can copy and paste content from other programs like Microsoft Word, Internet Explorer, Visual Studio into the RichTextEditor and it will persist the formatting. If you copy code from Visual Studio it will preserve the code coloring scheme. * Context sensitive Toolbar: The ToolBar buttons will reflect the properties of that content automatically when you select it or navigate through it using the mouse or keyboard . * Code Block: It allows you to format text as code blocks. Simple select the text and format it by clicking the "Code Block" ToolBar button. * Emoticons: You can express yourself better by adding emoticons to your rich text. * HtmlView: If you would like to have more control over the look and feel of your text then you can edit it in HtmlView as well. * Text in multiple languages: The control currently supports several languages. * Browser support: The control works well in two of the most widely used browsers Internet Explorer and Firefox. read more...

Add a comment 9 comments | category: | Views: 258
tags: | tag it

3
kicks
submitted by Klaus Klaus 1 year ago

tellingmachine.com — This article describes how to change the ToolTip of constituent .NET controls that are part of a third party composite control. read more...

Add a comment add a comment | category: | Views: 3
tags: , | tag it

5
kicks
submitted by Klaus Klaus 1 year, 1 month ago

tellingmachine.com — If you never used Photoshop, but you need to create a favicon for your web site. This might be the article that gets you started quickly. read more...

Add a comment 1 comment | category: | Views: 3
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge