jkealey

Stories submitted by friends of jkealey

Using Microsoft POS for .NET in 2011(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 11 months, 21 days ago

How to work around the various issues that occur when working with Microsoft's POS for .NET with newer technologies such as .NET 4.0. read more...

add a comment |category: |Views: 17

tags: another

Gotcha: iPad versus ASP.NET(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 11 months, 26 days ago

Your ASP.NET application may fail on the iPad after it is saved to the home screen. read more...

add a comment |category: |Views: 60

tags: another

Re-skin your existing web app using jQuery Mobile(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 1 year ago

Did you know you could easily integrate jQuery Mobile controls into your existing web application? read more...

add a comment |category: |Views: 33

tags: another

Slash your ASP.NET compile/load time without any hard work(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 1 year, 5 months ago

Tips & tricks to make your ASP.NET development more enjoyable (cut down compilation time / first load time). read more...

add a comment |category: |Views: 721

tags: another

Lambda IEqualityComparer<T>(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years ago

New extension methods to replace IEqualityComparer<T> for the most common scenario, comparing objects with a key. read more...

add a comment |category: |Views: 72

tags: another

Portable Area excerpt from MVC2 in Action(www.lostechies.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 1 month ago

Bundle your view, controllers, images, in a portable mvc area dll to include in other MVC applications. Could this be the beginning of open source portable areas like a "Login and Registration" areas for example? Seems like a very promising project. read more...

add a comment |category: |Views: 133

tags: another

BlogEngine.NET 1.6 Breaking Old Links(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 3 months ago

A bug fix in BlogEngine.net 1.6 broke older links to our blog. read more...

add a comment |category: |Views: 4

tags: another

ASP.NET Regenerate .designer.cs(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 3 months ago

Your ASPX or ASCX .designer.cs file stopped being generated by Visual Studio and you don't know why? Here is a little trick for you. read more...

add a comment |category: |Views: 25

tags: another

Gherkin style specification testing in .NET(ryanlanciaux.com)

submitted by dengar007dengar007(3084) 2 years, 3 months ago

Behavior Driven Development is something that has interested me for quite awhile. I have constantly tried to write my tests as clear and concise as possible but once I saw Cucumber for Ruby that became the new standard for what I was trying to achieve in .NET. This is where SpecFlow comes in. read more...

add a comment |category: |Views: 361

tags: another

ASP.NET callback not being fired in Internet Explorer(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 4 months ago

Solution to ASP.NET callbacks not being fired in Internet Explorer. read more...

add a comment |category: |Views: 12

tags: another

Gotcha: gzip compression in SOAP message calls(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 2 years, 9 months ago

Do not forget to enable gzip compression in your large SOAP requests. read more...

add a comment |category: |Views: 84

tags: another

YUI Compressor for Visual Studio(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years ago

Add a custom tool in visual studio for YUI Compressor. read more...

add a comment |category: |Views: 619

tags: another

Software Startup Lessons (Part 7) - Versatility(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

Today we'll talk about of the key lessons that we learned in university that helped us during the first two years of our business: versatility. read more...

add a comment |category: |Views: 234

tags: another

Software Startup Lessons (Part 6) - Looking back at one failure(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

After a few months, we've decided to kill a project and call it a failure. Read more about the project's postmortem note in this article. read more...

add a comment |category: |Views: 297

tags: another

Being a software startup in a recession(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

Lessons learned about being a software startup in a recession. read more...

add a comment |category: |Views: 438

tags: another

Putting the “M” Back in MVC(blog.wekeroad.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 1 month ago

"Trying to keep up my end of the bargain with respect to MVC and SubSonic :). I did a walkthrough of it and decided that I was talking too much and, in honor of everyone telling me “SubSonic is dead” I thought it fitting to toss in some Rob Zombie." read more...

1 comment |category: |Views: 218

tags: another