jimjohnson

Stories kicked by jimjohnson

GridView Plugin For JQuery(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years ago

Starting out we are going to keep this pretty simple and as it progresses we’ll add more features. For now we are going to start with a hand coded HTML table and CSS. In a later post we’ll look at populating the grid from a data source. In this post today we’ll apply the CSS to the table but will expand this to a skinning system later on. We’ll also be applying the row selection feature today. read more...

add a comment |category: |Views: 353

tags: another

Is Googling Skill Necessary to be a Successful Developer?(azamsharp.com)

submitted by azamsharpazamsharp(225) 3 years ago

Is Googling Skill Necessary ? read more...

add a comment |category: |Views: 15

tags: another

New release of Visual Basic 6 Migration tool(blogs.artinsoft.net)

submitted by fzoufalyfzoufaly(575) 3 years ago

ArtinSoft just released the Visual Basic Upgrade Companion 3.0. Migrating Visual Basic 6 to both VB.NET or C# is now faster than ever. Check it out! read more...

add a comment |category: |Views: 14

tags: another

Developer vs. The DBA - The Video(blog.davidyack.com)

submitted by evadrmevadrm(80) 3 years, 2 months ago

Video spoof from the Rocky Mountain Tech Trifecta event read more...

add a comment |category: |Views: 23

tags: another

I Command Silverlight(orkpad.com)

submitted by orktaneorktane(300) 3 years, 2 months ago

Introduces a specialized implementation of ICommand for Silverlight, that allows better controling the interaction state of the ICommand and provides for direct consumption by the UI. Rather than having to expose two/three additional properties, using this non-event-routing based ICommand you can easily bind Model Views directly with the UI. It is particularly helpful when doing M-V-VM implementations in Silverlight/WPF UI. read more...

add a comment |category: |Views: 37

tags: another

6 Things Developers Should Know By 2010(blog.saviantllc.com)

submitted by davidsdavids(480) 3 years, 2 months ago

A list of 6 things I think asp.net developers should know by 2010 read more...

1 comment |category: |Views: 1480

tags: another

C# Design Patterns - The Facade Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 2 months ago

In our city dog registration application lets assume there are a few things that need to be done when a new dog is registered. First the new dog and it’s owners must be entered into the system. Next the registration fee must be processed. Finally, we want the system to send the owners the welcome email. This is a very simple example but this action requires 3 separate systems to do something in order to complete this one task of registering a new dog. read more...

1 comment |category: |Views: 675

tags: another

Watercolor Date Night Turned jQuery(webdevdotnet.blogspot.com)

submitted by elijahmanorelijahmanor(1448) 3 years, 2 months ago

A watercolor date night gone jQuery! read more...

add a comment |category: |Views: 23

tags: another

Get Processor Information In .NET Using C# (onedotnetway.com)

submitted by deepakkapoordeepakkapoor(430) 3 years, 2 months ago

I recently had a requirement to programmatically detect the number of Processors on a machine. I thought this was a simple enough task. System.Environment.ProcessorCount gives me that information. But I was in for a surprise. Let me walk you through my findings. read more...

add a comment |category: |Views: 81

tags: another

Why Should You Always Locate Your Convertors In App.Xaml (dev102.com)

submitted by razamitrazamit(4566) 3 years, 2 months ago

Where do you locate your convertors? do you put them in the Window.Resources section? or in the UserControl they are being used for? read more...

1 comment |category: |Views: 148

tags: another

Unit Testing the Database using VSTS Test Edition(lakelandug.net)

submitted by relawsonrelawson(14) 3 years, 2 months ago

I haven't spent enough time investigating the best way to write unit tests against the database - I'm sure there are better approaches than mine. What I have done is created unit tests that validate functional requirements of an ETL process. Each unit test is a stored procedure that returns a simple "Pass" or "Fail" in the first row/column and various other information in the other columns, which help identify problems. read more...

1 comment |category: |Views: 23

tags: another

The Dynamic Programmer - Validator moves to it’s own package(blog.dynamicprogrammer.com)

submitted by hgarciahgarcia(1534) 3 years, 2 months ago

The Validator class, used to perform validation in multiple objects at once. read more...

add a comment |category: |Views: 8

tags: another

Do you want to become a great developer? - Fredrik Normén(weblogs.asp.net)

submitted by deap82deap82(15) 3 years, 2 months ago

Some book tips for people who wants to become great developers. read more...

add a comment |category: |Views: 12

tags: another

Why You Want To Be A Craftsman Instead Of A Cowboy(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 2 months ago

I was a bit surprised at first to hear Jeff and Joel’s comments because they are some smart guys that have produced some successful software. I highly doubt, regardless of how it came across, they intended to imply that you should ignore all guidelines and just string together your code. Unfortunately, the comments of their posts make it all too clear that this is exactly the way a lot of programmers took it. What’s worse is bad programmers will use this as a defense for their resistance to improving their skills. read more...

1 comment |category: |Views: 419

tags: another

How to determine which language(s) were used to build a .NET assembly(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 2 months ago

While in most cases there is no explicit information in an assembly as to which languages it was compiled from, it is possible to make an educated guess as to which languages were used. This is due to the fact that each different .NET compiler leaves it’s own unique type of fingerprint. In this article I discuss both my methodology for finding these fingerprints and which were unique to each language I used. read more...

add a comment |category: |Views: 10

tags: another

Send Your Feedback about Internet Explorer 8 and Other Beta Products(mikeborozdin.com)

submitted by MikeBorozdinMikeBorozdin(1146) 3 years, 3 months ago

If you are using IE8 Beta or RC1, but not satisfied with its features or simply spotted a bug, it's reasonable to just send a feedback via the Microsoft Connect web site. read more...

add a comment |category: |Views: 0

tags: another