Jan 282005
 

Yesterday we had a practical session yesterday trying to set up SCCBridge to access VSS. It actually was quite simple to set up actually.

Just a short description of SCCBridge. SCCBridge is a bridge between your VSS and supposedly your lan/internet. It uses WSE 2.0 and SOAP to achieve this. It’s split into 2 parts. The server and the client. The server is a webservice that interfaces with your VSS. It’s simple to set up. Just edit the web.config and change your VSS directory settings, and expose it to your IIS and the outside world.

The client is basically an SCC that installs into your Visual Studio. You’ll need to install WSE 2.0 first. The functionalities are all the same.

Anyway, the problem we faced was quite simple. We had to set up the VSS directory permissions. Added the Network Service account and give it read/write/modify access.

Another problem we faced was when trying to access through the internet, as an external connection. I can’t seem to log in. It might be something wrong with my connection I guess. I’m behind a router.

Anyway, here are the threads that discusses this.

Practical: Visual Source Safe over Internet

Access VSS via the Internet

Jan 232005
 

Some of you guys might be having trouble installing VSTS aka Visual Studio Team Suite (which is the new name for Visual Studio 2005) and come across this problem as described here.

Problems installing VSTS 2005 Dec. 2004 Refresh

Well, the problem I had was a conflict with the .NET Framework 2.0, with SQL Server 2005 Dec 2005 CTP being installed first. And what is the solution for this?

Uninstall your .NET Framework 2.0, install the VSTS (which now installs), then repair SQL Server 2005. This is how you get it working.

I do not know if you’ll have any problems install SQL Server 2005 after installing VSTS 2005. :) Anyone tried and have problems?

Jan 202005
 

This is such a boring day for me, so I went around surfing for things. Some things I actually want to learn more about is CSS and how can I code the new ASP.NET 2.0 together with CSS. It’s supposedly said that ASP.NET 2.0 generates XHTML conformant code, and I’ve yet to really find any flaws with it yet. I haven’t tried parsing an ASP.NET 2.0 page through the XHTML validator. I’ll try that out one day.

Well, here are the interesting resources.

How to hide CSS from buggy browsers

W3 CSS tips & tricks

WordPress CSS Tips and Tricks

CSS Shorthands

Scrollable area using CSS

Sitepoint “CSS Resources, Tutorials, Tips and Tricks” thread

CSS Vault – The Web’s CSS Site

Top Style Lite – Great CSS/XHTML Editor

Well, that will keep be busy for a few more hours I think. Yawnz. I’m so bored. *rub eyes*

Jan 202005
 

Here are some UML Books I think are useful that I should get around reading one of these days.

Writing Effective Use Cases

by Alistair Cockburn

Patterns for Effective Use Cases

by Paul Bramble, Alistair Cockburn, Andy Pols, Steve Adolph

Use Case Driven Object Modeling with UML : A Practical Approach (Addison Wesley Object Technology Series)

by Doug Rosenberg, Kendall Scott

UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition

by Martin Fowler

Yeap. Lots of books to read.