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

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

Stories kicked by JOELROXOR
36
kicks
published 1 month, 24 days ago, submitted by justin_etheredge justin_etheredge 1 month, 24 days ago

codethinked.com — An overview of the new System.Web.Routing namespace that was included in .net 3.5 SP1. read more...

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

25
kicks
published 1 month, 24 days ago, submitted by shaharyr 1 month, 26 days ago

dev102.com — With WebForms, integrating with Ajax libraries other than ASP.NET AJAX was slightly painful. With the new ASP.NET MVC Framework, however, you can use jQuery without these additional headaches. read more...

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

44
kicks
published 1 month, 25 days ago, submitted by ourcurrentfuture 1 month, 26 days ago

smashingmagazine.com — With the popularity of CSS layouts and JavaScript-enriched web page experiences, it’s not uncommon, particularly for large sites, for the CSS files alone to grow in size, but there are some principles to consider during and after you write your CSS to help keep it tight and optimized. Optimization isn’t just minimizing file size — it’s also about being organized, clutter-free, and efficient. You’ll find that the more knowledge you have about optimal CSS practices, smaller file size will inevitably come as an direct result of their implementation. You may already be familiar with some of the principles mentioned in this article, but they are worth a review. Being familiar with this concepts will help you write optimized CSS code and make you a better all-around web designer. read more...

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

63
kicks
published 2 months, 8 days ago, submitted by dengar007 dengar007 2 months, 8 days ago

frickinsweet.com — A fun little ASP.NET MVC Application I wrote to generate Visual Studio themes based off of 3 given colors. I have always felt that selecting every color to make a decent theme is way too repetitive. This web application automatically chooses complements / contrasts based off your initial color selections (and uses jQuery to let you preview your theme before creating). Check it out and let me know what you think. read more...

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

26
kicks
published 2 months, 9 days ago, submitted by wisemx wisemx 2 months, 9 days ago

microsoft.com — Customers and partners worldwide confirm mission-critical applications, enterprise-class data warehousing support. read more...

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

6
kicks
submitted by dengar007 dengar007 2 months, 14 days ago

codebetter.com — Matthew Podwysocki continues his series on Recursion. In this post he deals with memoization (speeding up your programs by avoiding repetitive calculations for previously processed function inputs). This is a great read; especially if you are into functional programming. read more...

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

45
kicks
published 2 months, 14 days ago, submitted by geochatz geochatz 2 months, 14 days ago

devlicio.us — I'm about to configure a new development machine this week. It's going to be my 3rd install from scratch in the last 12 months, which I know is not all that much, but certainly more than I wish I had to. read more...

Add a comment 4 comments | category: | Views: 1092
| tag it

14
kicks
published 2 months, 16 days ago, submitted by justin_etheredge justin_etheredge 2 months, 17 days ago

codethinked.com — In part 5 of the IronRuby versus C# series, we talk about Arrays in Ruby and how they are a different beast from what we are used to in C#. read more...

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

30
kicks
published 2 months, 17 days ago, submitted by EtienneTremblay EtienneTremblay 2 months, 17 days ago

blog.wekeroad.com — "Every time I do a demo or post something about MVC, I invariably get the comment: "this is Spaghetti Code from the bad old days of ASP Classic". Gimme a break. Have we been handheld for so long that we forget how to do this stuff?" read more...

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

51
kicks
published 2 months, 17 days ago, submitted by janko janko 2 months, 18 days ago

jankoatwarpspeed.com — We're all trying to build an effective and good looking web forms. But there are always a new challenges. If you read my previous articles on how to build a better web forms, you could have noticed there are so many details about it. This article will show you how you can make a usual, boring web forms more effective and exciting with just a few simple CSS tricks. read more...

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

20
kicks
published 2 months, 17 days ago, submitted by superghost superghost 2 months, 21 days ago

blog.matthidinger.com — The ASP.NET MVC framework ships with a number of Visual Studio project and item templates to ease our development tasks. One of these templates is a UserControl built specifically for the MVC framework. We are going to walkthrough building a re-usable Header control that can be added to the top of related pages (in this specific case, this Control will be added to all Account pages). read more...

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

13
kicks
published 2 months, 21 days ago, submitted by dengar007 dengar007 2 months, 21 days ago

codethinked.com — Part 3 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over static methods (class methods in Ruby), parameters, conditionals and loops. read more...

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

15
kicks
published 2 months, 23 days ago, submitted by justin_etheredge justin_etheredge 2 months, 23 days ago

codethinked.com — Part 2 in a multi-part series on learning Ruby using IronRuby and C#. C# is used to give you a basis for which to interpret the Ruby and migrate your skills. read more...

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

18
kicks
published 3 months, 26 days ago, submitted by brianjlowry brianjlowry 3 months, 26 days ago

codethinked.com — How being clever can create headaches for you (later) and other team members. read more...

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

25
kicks
published 3 months, 26 days ago, submitted by dengar007 dengar007 3 months, 26 days ago

codethinked.com — In the modern world of programming we need to be more cognizant of making our code readable and grokkable than to make it clever or sneaky. For 99% of the developers out there, no one is ever going to pat you on the back for being sneaky. You're probably more likely to get punched in the face for it when the team has to spend the weekend debugging a piece of your clever code. read more...

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

31
kicks
published 3 months, 27 days ago, submitted by crpietschmann crpietschmann 3 months, 28 days ago

arcanology.com — Sean from Microsoft came by just a few minutes ago to drop off a cake for the Internet Explorer team. As people may recall, the IE team sent Mozilla a cake after Firefox 2 shipped and it seems that they wanted to continue the tradition. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge