scarney81

Stories kicked by scarney81

Comprehensive Comparson of 7 Popular JavaScript/Ajax Frameworks(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 1 month ago

After four days of ASP.NET AJAX training with Stephen Walther I set out to learn more about my options in choosing a solution for a JavaScript/Ajax framework. If I realized days later I would be writing this comprehensive post on 7 of the most popular frameworks, I may have just went with the "Inny-Minny-Miney-Moe" method! I decided to share my research, analysis, links, resources, and personal grade for each of the frameworks compared - jQuery, YUI, Prototype, Dojo, MooTools, Ext JS, and Script.aculo.us. I put together a comparison matrix to illustrate where many of the frameworks differ... read more...

3 comments |category: |Views: 46

tags: another

Do You Really Want to Be a Development Team Leader?(andrewtokeley.net)

submitted by tokestokes(1085) 4 years, 1 month ago

Ask any up and coming developer what they would like to do in the next year or so and you'll invariably hear, "I'd like to become a Development Team Leader". Hopefully most will have actually considered the change of role and be looking for new challenges and ways to contribute more to their chosen profession. However, for some this is an automatic response to a question that is particularly difficult to answer in an industry with no clear career path. For others it's simply a way to move up the pay scale. read more...

add a comment |category: |Views: 29

tags: another

Write more empty lines! They will be read!(blog.activa.be)

submitted by activaactiva(2340) 4 years, 2 months ago

Using empty lines in source code may seem like a waste of precious screen space, but it's crucial to writing readable code. read more...

6 comments |category: |Views: 7

tags: another

Howto savely move a file using C# (saftsack.fs.uni-bayreuth.de)

submitted by agnes_agnes_(290) 4 years, 2 months ago

If possible this version uses the special File.Replace on NTFS and gracially falls back on Delete+Move on any other filesystem. Nothing else to comment about here. I am just amazed that this kind of save moving is not supported by the framework itself. Instead the framework's move routine throws an exception if there is an file existing at the target location. Weird. ;) read more...

1 comment |category: |Views: 87

tags: another

Google Chart C# API(brainyautomation.com)

submitted by tallentallen(130) 4 years, 3 months ago

Simple example of using the excellent Google Chart C# API Wrapper, includes code for using on a WinForm app. read more...

add a comment |category: |Views: 3835

tags: another

VS 2008 Web Deployment Project Support Released(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 3 months ago

Web Deployment projects can be used with either the "ASP.NET Web Site" or "ASP.NET Web Application Project" options built-into VS 2008, and provide a few additional build, packaging and deployment options for you to use. read more...

1 comment |category: |Views: 91

tags: another

MSDN Code Gallery (Direct link)(code.msdn.microsoft.com)

submitted by JemmJemm(9604) 4 years, 3 months ago

The MSDN Code Gallery is a portal for snippets, samples and other resources. In it you can find pages that describe samples and supporting documents including screenshots and design documents. In addition, you will find hosted conversations about these samples, sample projects or other resources that have been provided to the community. This destination is open to the entire community to contribute content to. (Description from Soma's blog) read more...

add a comment |category: |Views: 12

tags: another

Free Microsoft Press e-books!(ajaxus.net)

submitted by ajaxusajaxus(80) 4 years, 4 months ago

Once again Microsoft brings some knowledge to the masses :) This time its free e-books. All the headings speak for them selfs and with few words these books are MUST HAVE for every developer. Only few chapters are included in pdf’s as you are encouraged to buy them! Here is the content. read more...

add a comment |category: |Views: 9

tags: another

Migrating Web Application Projects between VS 2005 and VS 2008(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 4 months ago

If you move Web Application Projects between Visual Studio 2008 and Visual Studio 2005 and a machine that doesn't have Visual Studio 2005 installed you will find that the project doesn't load due to a build target difference. read more...

add a comment |category: |Views: 45

tags: another

Implementing an efficient, RecursiveSelect in Linq(work.j832.com)

submitted by kevmookevmoo(35) 4 years, 4 months ago

It took three times to get it right, but now there is an efficient recursive sibling to SelectMany...and hopefully an important lesson. read more...

add a comment |category: |Views: 6

tags: another

Really simple Business Rule validation using lambdas(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 4 months ago

A little abstraction to help with simple rule validation scenarios. read more...

add a comment |category: |Views: 278

tags: another