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

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

Stories kicked by ourcurrentfuture
4
kicks
submitted by ourcurrentfuture 1 month, 7 days ago

betaversion.org — Here is a great collection of tricks and advice for web programmers to make their web pages to be cleaner, more readable, and look more professional. Covers everything from a CSS reset through layout, font selection, colors and compatibility. read more...

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

20
kicks
published 2 months, 9 days ago, submitted by ourcurrentfuture 2 months, 9 days ago

blog.madskristensen.dk — Technologies or formats such as FOAF, APML, SIOC, XFN tags and microformats are some of the building blocks of the social aspects of the semantic web. They are used to create cross-site profiles of people and also represent relationships between them. XFN and microformats are somewhat easy to start using, but FOAF, APML and SIOC are a different story. Here's a new class library to make it easier.. read more...

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

3
kicks
submitted by schalkvanwyk 2 months, 22 days ago

hanselman.com — Alternative code writing methods, sometimes using if, switch and for gets to much, this article shows some alternative solutions, e.g. using a dictionary as a map instead of using large if or switch statements. read more...

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

20
kicks
published 2 months, 24 days ago, submitted by vivekamar vivekamar 2 months, 25 days ago

dotnetcurry.com — The BaseValidator class defines the basic implementation needed for all Validation controls. There are 6 Validation Controls included in the ASP.NET 2.0 and ASP.NET 3.5 framework which validate controls to prevent the users from entering wrong data. However, there are a few shortcomings in these controls. The good part is that ASP.NET provides the framework to create new validation controls. If you would like to create your own validation control, you can do so by deriving a new control from the BaseValidator abstract class. In this article, we will explore how to create a custom validation control in ASP.NET and provide both Server and Client Side Validation for the same. read more...

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

3
kicks
submitted by ourcurrentfuture 2 months, 29 days ago

nayyeri.net — Often times, we need to split a chunk of text into its words. Here's one example of how to do that. read more...

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

38
kicks
published 3 months, 2 days ago, submitted by amrelgarhy 3 months, 3 days ago

amrelgarhytech.blogspot.com — You will find in the following links list of countries, cities, and their languages in CSV format, you can import into any database: read more...

Add a comment 7 comments | category: | Views: 490
tags: | tag it

3
kicks
submitted by ourcurrentfuture 3 months, 6 days ago

codinghorror.com — HttpOnly cookies don't make you immune from XSS cookie theft, but they raise the bar considerably. It's practically free, a "set it and forget it" setting that's bound to become increasingly secure over time as more browsers follow the example of IE7 and implement client-side HttpOnly cookie security correctly. If you develop web applications, or you know anyone who develops web applications, make sure they know about HttpOnly cookies.originated from, so there is no cross-domain posting of the cookies. read more...

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

24
kicks
published 3 months, 8 days ago, submitted by DanRigsby 3 months, 9 days ago

danrigsby.com — How to remotely log off remote desktop (terminal service) users when you get that annoying: "The terminal server has exceeded the maximum number of allowed connections.” read more...

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

3
kicks
submitted by ourcurrentfuture 3 months, 9 days ago

scottonwriting.net — CopySourceAsHtml (CSAH) is a free Visual Studio Add-In created by Colin Coller that turns Visual Studio code - with its indentation, color coding, and line numbers - into corresponding HTML with a few points and clicks of the mouse. This Add-In is great for pasting code samples into blogs and online articles. read more...

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

20
kicks
published 3 months, 9 days ago, submitted by vivekamar vivekamar 3 months, 10 days ago

dotnetcurry.com — The ASP.NET Configuration API provides support for encrypting and decrypting configuration sections in web.config. This feature comes extremely handy when you need to hide sensitive information like passwords. In this article, we will explore how to encrypt and decrypt sections of the web.config. read more...

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

25
kicks
published 3 months, 9 days ago, submitted by MikeBorozdin MikeBorozdin 3 months, 10 days ago

mikeborozdin.com — Even though you just shrinks images, the quality of produced images is usually worse than the quality of original images. Learn how to use interpolation to resize images with a better quality. read more...

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

2
kicks
submitted by ourcurrentfuture 3 months, 12 days ago

blog.ourcurrentfuture.com — One of the most common tasks we perform as ASP.NET developers is adding validated fields to a form. Typically, this involves adding: * a label to tell the user what information is expected * a TextBox, DropDrown, CheckBox or other element to collect the data * a Validator to check whether the data entered is good or not Rather than always adding these three elements, we can combine them into a single reusable server control. The less elements we need to add to a page, the less time it takes to do so. read more...

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

5
kicks
submitted by wolwerine 3 months, 12 days ago

cristianofino.net — I’m really pleased to announce that has been released an extension to editing ed managing comments on BlogEngine.NET. This extension is fully plug and play and it's not required any changes to core. read more...

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

4
kicks
submitted by jimmy.s 3 months, 13 days ago

devlicio.us — I was trying to write that post for so long that I've started worry that there will be new version of the Visual Studio before I will even start. Finally, I found some time and here it is. What I'm going to write about here is how to use the latest IDE to work with a .NET 1.1 applications. Before you will start asking why one would like to do so, there is an answer: because you can. But seriously speaking, I prefer to use much more matured IDE than the very 2003 version. There is also other, even more important reason - TFS. By importing your 1.1 projects into VS2008 you can use full benefits of TFS. That is worthwhile. So let's get started. read more...

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

18
kicks
published 3 months, 12 days ago, submitted by madskristensen madskristensen 3 months, 13 days ago

blog.madskristensen.dk — Shows a very simple and powerful way of serving .js files with the right localized text strings. read more...

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

15
kicks
published 3 months, 11 days ago, submitted by crpietschmann crpietschmann 3 months, 13 days ago

hanselman.com — I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge