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

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

Stories kicked by tommykeane
15
kicks
published 1 year, 10 months ago, submitted by crpietschmann crpietschmann 1 year, 10 months ago

channel9.msdn.com — Basically, even though Vista looks more or less like good old Windows, a lot has changed, and Kam has the inside story. He even clears up the answer to a question that's been troubling devs for a while now: What is Aero? We've all heard a lot about it, and in many different contexts. As a result, there's some confusion about what it really is. read more...

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

26
kicks
published 1 year, 10 months ago, submitted by gavinjoyce gavinjoyce 1 year, 10 months ago

smashingmagazine.com — Over the last few years web-developers have written many articles about CSS and developed many useful techniques, which can save you a lot of time - of course, if you are able to find them in time. Below you’ll find a list of techniques we , as web-architects, really couldn’t live without. They are essential and they indeed make our life easier. Let’s take a look at 53 CSS-based techniques you should always have ready to hand if you develop web-sites. read more...

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

16
kicks
published 1 year, 10 months ago, submitted by plaudati 1 year, 10 months ago

blogs.msdn.com — You've had the ASP.NET overview, now you want to dive a little deeper and know how to do "XYZ", but have a hard time finding the answers on MSDN? Check out this collecetion of reference links. read more...

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

14
kicks
published 1 year, 10 months ago, submitted by prasadgvl 1 year, 10 months ago

dhtmlsite.com — At DHTMLSite, you will find a directory of useful AJAX/DHTML scripts and tutorials. There are loads of cool CSS techniques described by examples, numerous DHTML code snippets, JS functions. I bet you're gonna make it big with the help of these resources. read more...

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

10
kicks
published 1 year, 10 months ago, submitted by Hopcroft 1 year, 10 months ago

blogs.msdn.com — Third installment in a series describing a remote temperature logging application. This post gives an in depth explanation of .NET regular expressions and includes an interactive regular expression evaluator application. read more...

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

15
kicks
published 1 year, 10 months ago, submitted by erick 1 year, 10 months ago

blogs.msdn.com — Have you ever needed a really huge number? So big it just couldn't fit into any other base-type in the framework? Well, no problem anymore, just use the new BigInteger type. You can now have the ability to use integers of any arbitrary size, so they can exponentiate until the cows come home... or memory runs out, whichever comes first :-) read more...

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

11
kicks
published 1 year, 10 months ago, submitted by dwahlin 1 year, 10 months ago

weblogs.asp.net — It's no secret that events and delegates play a crucial role in the .NET framework. Without them it would be hard to handle user input or notify other objects when an action occurs. In this video Dan Wahlin outlines the fundamentals of creating a custom class that exposes an event and a delegate. The video also demonstrates how to create a custom EventArgs class and how events can be consumed using C#. read more...

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

17
kicks
published 1 year, 10 months ago, submitted by SQL_Menace 1 year, 10 months ago

otherthingsnow.blogspot.com — Which books should you read/buy when you are a programmer? Five books are featured here that should help every developer. The books are not specific to any language so it doesn't matter if you are a Java, Python or .Net programmer read more...

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

26
kicks
published 1 year, 10 months ago, submitted by kazimanzurrashid kazimanzurrashid 1 year, 10 months ago

geekswithblogs.net — NET version 3.0 has been released, but Asp.net still does not have any built-in support for passing querystring in encrypted text. This class will give you the support to pass querystring in encrypted rather than plain. read more...

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

20
kicks
published 1 year, 10 months ago, submitted by gavinjoyce gavinjoyce 1 year, 10 months ago

devlisting.com — A nice collection of developer resources read more...

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

17
kicks
published 1 year, 10 months ago, submitted by gavinjoyce gavinjoyce 1 year, 10 months ago

danbunea.blogspot.com — "Let's say we need to write an application very fast, that can do the basic CRUD operations for a Product. Ruby on rails (www.rubyonrails.org) came up with the excellent idea of scaffolding, and the idea was ported into the Castle Monorail project (www.castleproject.org). However, the default generator both in ROR and in MR, do not generate ajax based code. For ROR the solution is at: www.ajaxscaffold.com but nothing so far for MR. So I decided to take matters in my own hands..." read more...

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

15
kicks
published 1 year, 10 months ago, submitted by CharlieCalvert 1 year, 10 months ago

blogs.msdn.com — This post provides introductory information on using delegates. read more...

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

21
kicks
published 1 year, 10 months ago, submitted by mikeon 1 year, 10 months ago

vaultofthoughts.net — A short snippet of code that demonstrates how you can get and display a list of all pages in the ASP.NET web application. Such a list can be used during developement to ease navigation. read more...

Add a comment 2 comments | category: | Views: 0
tags: , , | tag it

11
kicks
published 1 year, 11 months ago, submitted by madskristensen madskristensen 1 year, 11 months ago

madskristensen.dk — Today I wanted to make a little method that strips HTML comments from an ASP.NET webpage at runtime. The practical use of the exercise is somewhat limited for most developers, but some websites have so many comments that it might just save a decent amount of bytes from the response stream. read more...

Add a comment 2 comments | category: | Views: 14
tags: , , | tag it

12
kicks
published 1 year, 11 months ago, submitted by gavinjoyce gavinjoyce 1 year, 11 months ago

weblogs.asp.net — "Tonight MbUnit 2.3 RTM was released, you can download it from the MbUnit site. This release is a big one because this is MbUnits first milestone release since the project was first open sourced some 20 months ago. Many folks gave up their time to make this happen, both helping to make MbUnit work as a OSS project and in fixing bugs and adding new features through beta's and RC's through to todays release. This release has had contributions from Phil Winstanely, Johan Appelgren, Graham Hay, Joey Calisay and Jeff Brown." read more...

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

18
kicks
published 1 year, 11 months ago, submitted by jongalloway jongalloway 1 year, 11 months ago

weblogs.asp.net — A fluent interface can make your code much easier to use by allowing users to write code like this: imageFilter.Rotate(90) .Watermark("Monkey") .RoundCorners(100, Color.Bisque) .Save("test.png"); This article shows how and why you should add fluent interfaces to your toolbelt. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge