Memi.Reflection

Private members of memi's thoughts

Browse by Tags

All Tags » General (RSS)
Sorry, but there are no more tags available to filter with.
The best thing to happen to Java...
... is .NET. I know it sounds a bit strange, but I really think that's true. Before the .NET era, the world was divided between two groups: The USA and the USSR. Ok, just joking: The programming world was divided between two groups: The VB group, and...
Posted: Aug 15 2004, 05:27 PM by memi | with no comments
Filed under:
SUN vs MS on Web Services - what really matters
I couldn't overcome my curiosity, and I donwloaded the source code used by SUN for their comparison of the .NET vs Java web service performance. The first thing that striked me was, that out of 208 files in the ZIP file, only 44 are related to .NET. All...
Posted: Aug 05 2004, 09:46 AM by memi | with no comments
Filed under:
VSTO setup issues
While reading the VSTO setup instructions, I found the following paragraph under the “Troubleshooting Setup”: Issue: High contrast mode hides text in the Setup wizard. If you have your monitor set to use High Contrast, the text in the Setup...
Posted: Jul 24 2004, 10:51 PM by memi | with 2 comment(s)
Filed under:
Action Confirmation in web application
One of the frequent problems we encounter while developing web applications is how to inform the user about an action that has been performed. Take, for example, the following (quite common) scenario: A user types data in some textboxes on the page, and...
Posted: Jul 21 2004, 12:03 AM by memi | with 12 comment(s)
Filed under:
DLL Hell...In Java?
I am now functioning (beside the regular technological activities) as a team leader for two parallel projects in our company - one medium (web based) .NET project, and one huge J2EE project. This has been the reason for lack of writing lately. This is...
Posted: Jul 17 2004, 11:34 PM by memi | with 2 comment(s)
Filed under:
Cool JavaScript Magnifier
We are developing an application which should display map to the user, allowing him to click on a specific regions on it. Problem is - the map is big, the screen is small (relatively, that is...). We didn't want to have a big scroller, because the user...
Posted: Jul 04 2004, 12:48 AM by memi | with no comments
Filed under:
Things I like in Office - Excel XML
We have an application which should produce reports in Excel format. The first thing I thought about was to send the client an XML string which conforms to Excel standard, and set the content type to “Application/vnd.excel” (BTW, does anybody...
Posted: Jun 06 2004, 01:24 AM by memi | with 1 comment(s)
Filed under:
ObjectSpaces - Lesson not Learnt
Now, after the dust has settled after MS announcement of delaying ObjectSpaces until Longhorn release, I think it's time to see what we've learnt from that. For a long time, most of the entries in the BlogSphere discuss features that will be rellevant...
Posted: Jun 04 2004, 02:05 PM by memi | with 5 comment(s)
Filed under:
Exceptions vs Error Codes
Ashish has posted about his dilemma - whether to throw Exceptions or return Error codes. (His post has disappeared since, for some unknow reason). We encountered this dilemma also, especially from a developers that have strong background in VB6 (The Java...
Posted: May 20 2004, 12:20 PM by memi | with 13 comment(s)
Filed under:
When to use Try...Catch
Sometimes I feel a bit confused about the proper usage of "Try...Catch" blocks. The (healthy?) developer instinct is to put it wherever possible. However, I think that an over-usage of it can lead to an unnecessary cumbersomeness of the code, without...
Posted: May 13 2004, 07:44 PM by memi | with 6 comment(s)
Filed under:
More Posts Next page »