jkealey

Stories kicked by 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

Tekpub MVC 2.0 Starter Site(blog.wekeroad.com)

submitted by wiredonewiredone(917) 2 years, 1 month ago

Steven Sanderson and @robconery give an indepth setup for an ASP.net MVC 2 site. Pretty cool stuff, and definitely a great 1.5 hour free screen cast... enjoy read more...

add a comment |category: |Views: 66

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

Large or asynchronous file uploads in ASP.NET MVC(dimebrain.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

The challenge of uploading large files in ASP.NET through HTTP is not a new challenge. In addition to handling large files, users often request an experience that shows the progress of an upload as it occurs. When you have either or both of these requirements, or if you simply need direct control of a stream of file data uploaded from a browser, you invariably hit the wall. I set about solving the problem in an ASP.NET MVC-specific way. read more...

add a comment |category: |Views: 866

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

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

IE6 Update: Help kill Internet Explorer 6 (BlogEngine.NET Extension)(gordon-breuer.de)

submitted by AnheledirAnheledir(209) 2 years, 4 months ago

IE6 is like an illness that just won't go away but now there is another new project to kick his ass: www.ie6update.com - With this small extension you are able to include this project into your BlogEngine.NET with just copying a single file. read more...

2 comments |category: |Views: 318

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