posts - 225, comments - 7, trackbacks - 2

Technical Thoughts of Jorriss

Issues, ideas and technology solutions - The technical blog of Richie Rump

Web Developement

Create Excel Files on the Fly

I hate throwing away code. Recently, we had a requirement to create an Excel spreadsheet with formulas and specific data for a particluar user. Of course we could always use Reporting Services to get the data in Excel format but then there would be no formulas. So I ran across this article by Peter Bromberg titled Create Dynamic ASP.NET Excel Workbooks In C#. It's a short article but it gives a good code listing at the end. I created a prototype in VB.Net & ASP.Net and it was working pretty well, a bit slow, but it worked. Then it got yanked....

posted @ Tuesday, July 11, 2006 5:16 PM | Feedback (0) | Filed Under [ .Net Visual Basic Web Developement ]

MS ups the ante vs Google Maps

Microsoft has announced some updates to thier Windows Live Local service (I really hate that name). Then enhancements include real-time traffic reporting and new social sharing tools. Here are the highlights: Real-time traffic flow. Customizable driving directions are now even more useful with the addition of real-time traffic flow and incident reporting provided by Traffic.com. This functionality will be available only in the U.S. release. Collections. Social networking functionality allows customers to create lists of favorite landmarks and locations, attach personal photos and save them to a Scratchpad. Collections can be saved, recalled later, permalinked, and shared with friends and community in e-mail or...

posted @ Thursday, May 25, 2006 6:20 PM | Feedback (0) | Filed Under [ .Net Web Developement ]

Moving blog posts from MSN Spaces to Community Server 2.0

As I mentioned in my previous post I'm in the middle of moving a blog from MSN Spaces to my Community Server site. Of course there were some issues to resolve. You first need to turn on e-mail publishing for your MSN Spaces blog. You cannot use the MetaWeblog API without it. You can turn it on by following the steps documented in the Getting Started with the MetaWeblog API for MSN Spaces page. Note: you may have to use Firefox to do this. No lie. While using IE6 an error kept popping up on me. Weird. Next you will have to download the XML-RPC dll. Unzip the...

posted @ Wednesday, April 26, 2006 12:35 PM | Feedback (1) | Filed Under [ .Net C# Internet Life Web Developement ]

MSN Spaces API...its almost there

I will be needing to migrate a MSN Spaces blog over to my Community Server site. I can't tell you what blog yet but it involves primates, colors and flames. Fortunately, Microsoft has made available the MetaWeblog API on MSN Spaces. They also have a decent getting started with MetaWeblog API for MSN Spaces page. Unfortunately, they limit the metaWeblog.getRecentPosts method to only 20 posts. Ughhh. I can't fault MS too much their documentation is not too bad. I've got an idea on how I'm going to port the data. I'll post the code I've completed the port.

posted @ Tuesday, April 25, 2006 5:50 PM | Feedback (0) | Filed Under [ Internet Life Web Developement ]

How I moved my blog posts to Community Server 2.0

I see that you've found my new technical blog. Welcome. Just so you know I'm using Community Server 2.0 as the software for this blog. I have loaded all of the posts in the Tech category on my personal blog at www.jorriss.com on this site. To do this I was able hook into the Community Server web service, loop through my technical blog posts (stored in .Text) and load each post. I wasn't worried about the comments or referrals since I wasn't going to remove the original posts from jorriss.com. This way, I get a fresh blog with all of my...

posted @ Monday, April 24, 2006 7:15 PM | Feedback (0) | Filed Under [ .Net C# Web Developement ]

A little refresher is always good

Recently, I needed to create a list of items that were to be manually sorted by the user. I decided to use the sorting mechanism that Netflix uses in its queue. The items are listed 1 to n on the page with the sequence number in a text box. If the user wishes to re-sequence an item all they need to do is change the number in the text box to the desired sequence number. After I created the sorting algorithm in the business collection object I started out to write the UI. I first started out using Infragisics WebGrid. It...

posted @ Wednesday, March 15, 2006 8:32 PM | Feedback (0) | Filed Under [ .Net Visual Basic Web Developement ]

Invalid_Viewstate_Client_Disconnected

While checking the logs at work I found this curious error “Invalid_Viewstate_Client_Disconnected”. After some research (i.e. Google) I found this knowledge base article Intermittent Invalid Viewstate Error in ASP.NET Web pages. Unfortunately, the KB didn’t help much since we were doing all of the recommended steps. I did find this post which defined the problem as the user canceling the postback while the viewstate was being sent to the server. This issue tends to occur when the viewstate becomes very large. I found another post that pointed the blame at a proxy server truncating the viewstate if it was...

posted @ Wednesday, February 22, 2006 7:34 PM | Feedback (0) | Filed Under [ .Net Web Developement ]

DotNetNuke vs. Sharepoint

There is a good article available comparing DotNetNuke vs. Sharepoint. If you’re on the Sharepoint fence DNN might be a good alternative for you. Via Patrick Santry’s (aka wwwCoder) Blog.Now Playing: Speakers of Geek - CGS - Infinite Crisis 4

posted @ Wednesday, February 01, 2006 7:49 PM | Feedback (0) | Filed Under [ Web Developement ]

Some JS links

http://www.codeproject.com/aspnet/Javascript_in_Usercontrol.asp http://www.quirksmode.org/js/options.html http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/clientsidescript.asp http://www.irt.org/articles/js019/index.htm http://www.irt.org/script/237.htm http://www.irt.org/script/1046.htm I’ll update this laterNow Playing: Starflyer 59 - She Was My Sweetheart

posted @ Friday, December 16, 2005 3:36 PM | Feedback (0) | Filed Under [ Web Developement ]

Converting ASP.Net 1.1 to ASP.Net 2.0

Microsoft has released a Step-By-Step guide on how to upgrade your Visual Studio 2002/2003 ASP.Net projects to Visual Studio 2005. I'll probably be tackling this sometime soon so I'll keep everyone posted on some of the problems that I encounter. Check out this quote from the doc: If the application you are converting is of reasonable size and has several Web projects and additional projects, such as class libraries, in a single Visual Studio solution, it is possible to encounter issues during migration. Be prepared to spend the better part of a day completing the entire process. The steps and guidance provided...

posted @ Thursday, November 17, 2005 5:08 PM | Feedback (0) | Filed Under [ .Net Web Developement ]

Full Web Developement Archive

Powered by: