gixo

Stories kicked by gixo

How to not suck at a techincal interview(www.bradcunningham.net)

submitted by FoovanadilFoovanadil(155) 2 years, 4 months ago

CORRECT LINK THIS TIME. Tips to improve your marketability during a technical interview. Mostly a rant :) read more...

7 comments |category: |Views: 668

tags: another

Survey: Ajax usage among .NET developers in 2009(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years ago

Take the survey to see how the adoption of Ajax among .NET developers changed since the survey held in 2007 read more...

add a comment |category: |Views: 235

tags: another

How To Guarantee That Your Software Will Suck(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 5 months ago

Do you bad software and unhappy developers? Well, it isn't that hard... read more...

add a comment |category: |Views: 651

tags: another

How to Call Controllers in External Assemblies in ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 6 months ago

In this post Simone shows you how to call ASP.NET MVC controllers that are embedded in external assemblies. read more...

1 comment |category: |Views: 217

tags: another

Use jQuery and quickSearch to interactively search any data(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 6 months ago

A complete example of how to implement progressive search in ASP.NET, using the jQuery plugin quickSearch. The source download includes a customized version of quickSearch for use with ASP.NET. read more...

1 comment |category: |Views: 288

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

Form Validation Simplified w/ Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 7 months ago

A short screencast on how to simplify form validation w/ Asp.Net MVC read more...

add a comment |category: |Views: 253

tags: another

ASP.net MVC goes Beta(microsoft.com)

submitted by phatboyslimphatboyslim(370) 3 years, 7 months ago

Hot on the heels of Silverlight, MVC is out of preview and into Beta today. read more...

3 comments |category: |Views: 461

tags: another

Object Oriented Programming With JavaScript(dev102.com)

submitted by galiyrgaliyr(220) 3 years, 7 months ago

In this article we are going to take an introductory look at how OO JavaScript works. I am going to assume you are familiar with Object Oriented Programming (OOP) concepts such as encapsulation, inheritance, and polymorphism. read more...

add a comment |category: |Views: 412

tags: another

JQuery, the very very basics - Lesson 5(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

On with our journey of learning JQuery. Thanks to all of you who has stayed and cheered and made me go on, against my own lazy nature. So far, we have slowly walked through the bunch of commands by which we select, dress up, manipulate chains of elements and make them action bound. Now, let's look at the tiny set of commands for special-effects: show / hide with a speed, slide up / slide down, fade in and out. After all, we are human, insatiable for animations and wow factors. read more...

add a comment |category: |Views: 341

tags: another

Creating Model Classes with LINQ to SQL(weblogs.asp.net)

submitted by toontjetoontje(20) 3 years, 7 months ago

great tutorial about the new ASP.NET MVC Framework. Stephen Walther explains how to create Model classes for Linq to Sql. He also introduces the repository pattern for a better encapsulation of your data layer and a better testability of the application. Very interesting. read more...

add a comment |category: |Views: 49

tags: another

jBlogMvc : part 2 Editing, Deleting, Paging Posts and Rss feeds(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 7 months ago

In this part of the series I add editing and deleting posts, the blog posts now has feeds, I also use jquery and the jeditable plugin fot inline editing, I added paging for the posts as well read more...

4 comments |category: |Views: 168

tags: another

$("Microsoft").append("excitement");(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 7 months ago

Right now is honestly the most excited that I have ever been about the .net platform. With IronRuby and ASP.NET MVC on the horizon and jQuery being integrated as part of the official Microsoft development platform, I think that Microsoft is finally "getting" web development. read more...

add a comment |category: |Views: 302

tags: another

Google Chrome is here(google.com)

submitted by nachojammersnachojammers(100) 3 years, 8 months ago

not much to say except download it. read more...

12 comments |category: |Views: 322

tags: another

Exploring System.Web.Routing(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

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

add a comment |category: |Views: 785

tags: another

7 principles of clean and optimized CSS code(smashingmagazine.com)

submitted by ourcurrentfutureourcurrentfuture(1225) 3 years, 9 months ago

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 |category: |Views: 428

tags: another