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

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

Stories submitted by spavkov
3
kicks
submitted by spavkov spavkov 2 months, 2 days ago

aspdotnetfaq.com — If you are creating a website that has Master and Content Pages and if you need to add some JavaScript code from your Content pages that should run when the page is loaded you fill find out that its not straightforward. Content page do not have all the elements of HTML page like BODY tag that you could hook up to and add your script code to its onload event... read more...

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

5
kicks
submitted by spavkov spavkov 2 months, 8 days ago

aspdotnetfaq.com — Recently I needed to disable some ASP.NET RequiredFieldValidator controls on one page depending on the user input. This is trivial you say. But the problem was that this needed to occur instantly on Client Side based on the state of one CheckBox control and not after a full page PostBack. There is a simple way to do this... read more...

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

3
kicks
submitted by spavkov spavkov 2 months, 10 days ago

delicious.com — YAY! The long awaited, much promised, never delivered Delicious 2.0 will launch in the next few minutes, just like they promised again last week. The new Delicious is just like the old Delicious, except for the way it looks. They’re also promising that it will be “faster, easier to learn,” and “hopefully more desirable.” read more...

Add a comment add a comment | category: | Views: 8
| tag it

3
kicks
submitted by spavkov spavkov 4 months, 27 days ago

mssqltips.com — With SQL Server 2005, Microsoft introduced the INTERSECT and EXCEPT operators to further extend what you could already do with the UNION and UNION ALL operators... read more...

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

16
kicks
published 4 months, 26 days ago, submitted by spavkov spavkov 4 months, 27 days ago

blogs.msdn.com — This stuff is easy. It's also really fun. You don't have to read academic papers to learn about, enjoy, and benefit from functional programming in C# 3.0. There are about half a dozen concepts you need to learn, each one easy. Concepts like just a new way to write a method (that has no name), or a new way to write a static method for a class. Then you put them all together, and the result is more than the sum of the parts. read more...

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

23
kicks
published 5 months, 1 day ago, submitted by spavkov spavkov 5 months, 2 days ago

aspdotnetfaq.com — Often we need to capitalize the first letters of some word or some text (for example when we want to display users name or city name etc). Since string class does not have a method to do this we could think that there is no built-in solution in C# for this problem, but... read more...

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

4
kicks
submitted by spavkov spavkov 5 months, 16 days ago

microsoft.com — Excellent MSDN Webcast on how to use Asynchronous Programming model in your ASP.NET 2.0 pages to avoid using up all your threads from threadpool for some lengthy operation (remote web service call, remote sql server query etc).. A must-watch! read more...

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

3
kicks
submitted by spavkov spavkov 5 months, 17 days ago

ingig.net — Interesting links for Web Developers read more...

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

2
kicks
submitted by spavkov spavkov 5 months, 21 days ago

improve.dk — In this post I'll take a practical approach at talking about what SQL Server Mirroring is, the advantages and considerations that follows. Availability, not scalability read more...

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

1
kicks
submitted by spavkov spavkov 5 months, 25 days ago

dscoduc.com — Handy little ASP.NET control that shows the date/time of the last modification of your ASP.NET page. read more...

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

3
kicks
submitted by spavkov spavkov 5 months, 27 days ago

blogs.msdn.com — a great little add-on for Visual Studio 2005/2008 by Mikhail Arkhipov. It's a spell checker for ASP.NET and HTML pages, meaning that it's smart enough to ignore the script and focus on the text for spell checking. read more...

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

20
kicks
published 5 months, 26 days ago, submitted by spavkov spavkov 5 months, 27 days ago

aspdotnetfaq.com — Each ASP.NET Web Application has its own configuration file called web.config file. In fact every directory in ASP.NET application can have one. Settings in each web.config file apply to the directory where its placed, and all the subdirectories of that directory. This is called Configuration Inheritance and it can cause serious headaches if you are not fully aware of how it works... read more...

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

26
kicks
published 6 months, 2 days ago, submitted by spavkov spavkov 6 months, 3 days ago

aspdotnetfaq.com — If you ever had 'Online visitor counter' feature on your website, at some point of time, you have undoubtedly asked yourself: "who are those 17 people that are currently browsing my precious website ?" "What are their IP addresses? When did they come here, what page they first opened and from where did they came from?" Here is the complete tutorial on how to display detailed list of all visitor currently browsing your ASP.NET website. read more...

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

26
kicks
published 6 months, 7 days ago, submitted by spavkov spavkov 6 months, 8 days ago

aspdotnetfaq.com — Very often when programming in ASP.NET and ASP.NET AJAX we have to write JavaScript code. When writing JavaScript that interacts with user we have to deal with keyboard events. Here is the list of (almost) all JavaScript KeyCodes we could find: read more...

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

3
kicks
submitted by spavkov spavkov 6 months, 8 days ago

aspdotnetfaq.com — For some time i have been using my own custom methods for converting System.Drawing.Color to the HTML color format and the opposite: converting HTML color format to System.Drawing.Color type. Then i bumped into this on MSDN... read more...

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

4
kicks
submitted by spavkov spavkov 6 months, 8 days ago

aspdotnetfaq.com — Luckily for us developers .NET has some very slick string handling routines we can use for this task. Also we have an alternative approach: Regular Expressions. We will cover here both implementations and compare them regarding their efficiency. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge