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

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

Stories kicked by drugarce
17
kicks
published 1 day ago, submitted by janko janko 1 day, 11 hours ago

jankoatwarpspeed.com — Let's say you are browsing a CSS gallery and you want to check out some new and beautiful website designs. And you are of course interested in some details - for example, which category design belongs to, what's the rating or whatsoever. This information could be rendered below thumbnail, but there are other, more attractive ways of displaying additional data. In this article we'll see how to improve image gallery with a simple trick. read more...

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

33
kicks
published 2 days, 10 hours ago, submitted by amrelgarhy 3 days, 7 hours 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 6 comments | category: | Views: 387
tags: | tag it

21
kicks
published 4 days, 6 hours ago, submitted by ssmith 7 days, 5 hours ago

stevesmithblog.com — Some simple tips and a handy extension method for rendering any ASP.NET control as a string, which can then be passed via a web service to an AJAX call. read more...

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

31
kicks
published 7 days, 4 hours ago, submitted by mjeaton 7 days, 7 hours ago

blog.theaccidentalgeek.com — I am responsible for every website I create. If I create a site or application that is unmaintainable or that has poorly formed HTML or doesn’t render well in all browsers, that is my fault. I chose my development tools/framework, or my employer, who I choose to work for, chose the development tools/framework. Either way, it is my responsibility, as a professional, to do my utmost to create the best possible application that is within my capability to create. read more...

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

49
kicks
published 7 days, 22 hours ago, submitted by kpanghmc 8 days, 2 hours ago

kevinwilliampang.com — Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...

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

34
kicks
published 10 days ago, submitted by justin_etheredge justin_etheredge 10 days, 5 hours ago

codethinked.com — A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

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

4
kicks
submitted by bo2bo2 bo2bo2 15 days ago

aspxwizard.net — like the title read more...

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

3
kicks
submitted by codechimp 15 days, 8 hours ago

codechimp.org — Useful attribute for adding to custom controls read more...

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

43
kicks
published 16 days, 11 hours ago, submitted by ourcurrentfuture 17 days, 3 hours 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: 405
tags: | tag it

19
kicks
published 18 days, 10 hours ago, submitted by ormico 19 days, 11 hours ago

weblogs.asp.net — use SMO to run SQL scripts on .NET read more...

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

2
kicks
submitted by birdchest birdchest 21 days, 6 hours ago

monstersgotmy.net — a great little utility class that can parse strings to enumerations generically. read more...

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

75
kicks
published 21 days, 6 hours ago, submitted by pstatho 21 days, 16 hours ago

west-wind.com — Poor ASP.NET! Is it really that bad? I say No! read more...

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

34
kicks
published 21 days, 11 hours ago, submitted by RyanFarley RyanFarley 21 days, 20 hours ago

jankoatwarpspeed.com — Janko shows an extremely simple and nicely polished way to create graphical breadcrumbs like on apple.com. read more...

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

31
kicks
published 28 days, 19 hours ago, submitted by stimpy77 29 days, 3 hours ago

jondavis.net — Since forever, geeks who take themselves seriously have loved to brag such things as, "I use Notepad to edit web pages". Carrying this over to actual programming, "I never click into the designer when editing my ASPX", or "I never design a database using designer tools, I always design it all using raw T-SQL," or "I always update my SVN from the command line". (Someone in a local tech user group bears the post signature, "Real men use Notepad.") Puhleeze. I'm not impressed, and frankly I think anyone who brags like this should get a swift kick in the pants. read more...

Add a comment 15 comments | category: | Views: 533
tags: | tag it

62
kicks
published 29 days, 6 hours ago, submitted by dengar007 dengar007 29 days, 7 hours 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: 393
tags: , , , , | tag it

20
kicks
published 29 days, 3 hours ago, submitted by wisemx wisemx 1 month ago

singingeels.com — Like most other developers who have been using LINQ for a while (and in this particular case, LINQ to SQL) - I've unknowingly made a few 'bad queries' that performed great at first, but eventually made some pages crawl. This post isn't necessarily about performance, but if you don't know how to answer that question ("am I hitting the database"), then you'll likely find yourself in a world of problems down the road when you're using LINQ to SQL. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge