simplicityiskey

Stories kicked by friends of simplicityiskey

Retaining Good Developers - 10 Things To Keep Them Happy(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This is a great article. I just wish some of my previous employers would have done just a few of these things. I probably would have stuck around longer. read more...

6 comments |category: |Views: 161

tags: another

Typical Software Architect(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

Funny spin on "Software Architects" read more...

1 comment |category: |Views: 9

tags: another

C# HTML Helper Class(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This utility class comes in VERY handy when you have to generate HTML in code. Also a big help when using Ajax with .NET outside of AJAX.NET or Ajax enabled controls. read more...

19 comments |category: |Views: 952

tags: another

Very Simple CSS Layout Example(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This is a very nice example of a simple CSS layout design. If you are new to CSS layouts in web design, this can get you started. read more...

add a comment |category: |Views: 23

tags: another

New Digg Like Site With a Unique Niche(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 2 months ago

This site is similar to alot of the social news promotions sites but has a very unique niche. Everything is related to posting and rating articles that are geared toward keeping software development and IT simple. This post describes it and provides a link. read more...

1 comment |category: |Views: 0

tags: another

Cutting Through The Hype - What You Should Know About SharePoint(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 4 years, 2 months ago

I had always dreaded working with SharePoint, now that I'm elbow-deep in SharePoint, I figured I'd try to give an objective write-up about it for those who don't know much about it but would like to know more. read more...

add a comment |category: |Views: 9

tags: another

Simplify your Data Access and Business Object Layers(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

So many developers over-complicate these two layers in application design. In some cases, additional complexity is necessary but, in most cases, developers over do it. You can acheive much cleaner code by staying away from the ADO.NET DataSet and using a simple Data Access Layer and your own SIMPLE business objects. read more...

1 comment |category: |Views: 7

tags: another

When is it enough AJAX?(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

A good set of questions to ask yourself to see if you are taking AJAX a little too far in your application. read more...

add a comment |category: |Views: 0

tags: another

What a .NET Interview SHOULD Be!(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

I wish I had interviews like the one described here. This process would really allow you to show your skills with actions. I think the interviewee benefits from this as well. If they don't like the team they will be working with they can bow out of the rest of the process. read more...

4 comments |category: |Views: 8

tags: another

Nice Sample Web App using GOF and Head First Design Patterns(keepitsimpleprojects.com)

submitted by simplicityiskeysimplicityiskey(650) 4 years, 3 months ago

This is a nice simple example of how easily one can put together an app using GOF and Head First design patterns. read more...

add a comment |category: |Views: 5

tags: another