loumf

Stories kicked by loumf

.NET 2.0 ActiveX Control Gotchas (Safe for Scripting and Events)(atalasoft.com)

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

I’ve recently been building an ActiveX Control in .NET 2.0 and thought I would share some of the problems I’ve run into, as well as their solutions. I hope that in reading this you can avoid a few of the timesinks I fell into. read more...

add a comment |category: |Views: 30

tags: another

3 reasons why you should let Google host jQuery for you(encosia.com)

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

Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. read more...

add a comment |category: |Views: 615

tags: another

More Image Processing with C# Lambdas(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 5 months ago

This is a continuation of the earlier post on image processing with C# lambda expressions. The previous blog describes a simple way to define image processing in terms of lambda expressions, and while efficient, it’s missing the ability to do commands that examine pixels outside of the source pixel in order to compute the destination pixel. The way around this is to provide more information to the lambda expression. read more...

add a comment |category: |Views: 46

tags: another

Stupid NUnit Tricks #3 Foiled!(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 6 months ago

Revelation of a CLR bug. read more...

add a comment |category: |Views: 341

tags: another

The problem with SVN(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 6 months ago

Are you working on the most recent code? Read more... read more...

5 comments |category: |Views: 698

tags: another

Dynamically Resize an IFrame According to its contents(aspxwizard.net)

submitted by bo2bo2bo2bo2(570) 3 years, 6 months ago

problem with iframe is that you can't always predict the size of the content and eventually you'd end up with a scrollbar or even less convenient: a hidden part of the Iframe content this is a straight forward, easy way to make sure that the IFrame is properly resized according to the contents of the page loaded inside the Iframe. read more...

add a comment |category: |Views: 163

tags: another

Tip about jQuery $.extend(blog.dynback.com)

submitted by StackOverflowStackOverflow(200) 3 years, 6 months ago

The story, about how to use $.extend jQuery method, to derive classes read more...

add a comment |category: |Views: 1353

tags: another

New ASP.NET Charting Control(weblogs.asp.net)

submitted by craigtpcraigtp(683) 3 years, 6 months ago

From ScottGu's blog. Brand new, Free, ASP.NET 3.5 chart control. It looks very nice! read more...

1 comment |category: |Views: 890

tags: another

C# 4.0 Development Enhancements I Like To See!(hcoding.blogspot.com)

submitted by ksh2dotnetkicksksh2dotnetkicks(135) 3 years, 6 months ago

Thoughts around having some features in C# 4.0 read more...

add a comment |category: |Views: 16

tags: another

Get Clean URLRewriting Friendly Url String Method Extension(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 6 months ago

For those how wants to get clean URLRewriting friendly Url String here is a sample of Method Extension that can solve your problem read more...

add a comment |category: |Views: 43

tags: another

Back to Basics: Generics (codebetter.com)

submitted by jiltedcitizenjiltedcitizen(563) 3 years, 6 months ago

Introduction There are language features that are nothing more than syntactical sugar. For example, C#'s coalesce operator (??) is a short-handed and specialized if-else. Object initializers make it easier to set properties on a newly created objects. Some features though go beyond mere convenience and add real value. I know it seems like we constantly have to learn new things, while at the same time actually produce code to pay our bills. It can be hard to pick and choose what to learn and what can wait. Let me be straight up though: if you haven't mastered generics yet, you're starting to fall dangerously behind. read more...

add a comment |category: |Views: 528

tags: another

Scan to Scribd (or anything) Tutorial(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 6 months ago

Lou has written an article about how to send scanned images to some place on the web. "All of the non-uploading code will work in any Scan to X project, where X can be Amazon S3, Azure SQL Data Services, Google Docs, SharePoint, or any CMIS compliant ECM (you just need to write the uploading part). " read more...

add a comment |category: |Views: 16

tags: another

Managed and Unmanaged, Metaphorically(atalasoft.com)

submitted by ericdcoolestericdcoolest(1200) 3 years, 6 months ago

"Last night I was asked what the difference was between managed and unmanaged code by a non-coder. I came up with a metaphor which works and our CEO asked me to post it." read more...

add a comment |category: |Views: 17

tags: another

Microsoft's Five Year Plan for SharePoint(atalasoft.com)

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

I'm not from Microsoft, but I've worked at several Microsoft partners and it's not hard to see the repeating pattern. Microsoft loves to build platforms. read more...

add a comment |category: |Views: 339

tags: another

An ISV's perspective on CMIS(atalasoft.com)

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

CMIS is an emerging standard for defining an interface for basic document repository interaction. It is proposed by Microsoft, EMC, and IBM, who with SharePoint, Documentum and FileNet make up a big part of the Enterprise Content Management market. read more...

add a comment |category: |Views: 77

tags: another

Much ado about nullity: Exploding type variation(atalasoft.com)

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

The issue is that in Java and C# there are a number of different type modifiers for dealing with the concept of nullity. Because of this even any simple type can be one of three separate somewhat incompatible subtypes. read more...

add a comment |category: |Views: 135

tags: another