Archive

Archive for February, 2007

Sad day in .net world

February 28th, 2007 No comments
Number of View: 314

It is a sad day.  I just found out that GotDotNet (http://www.gotdotnet.com/) will be shutting down.  You can read their reasons on the site.  They plan to shut down my favorite section (user samples) on May 22.  I have used that site many times as a great place to get code samples or tutorials.  I really hate to see it go.  They state that is may be a redundant site with all the other .net community sites out there.  I’m not sure of any the other sites (codeplex or codezone) have the same type of content.

I can remember meeting the team from gotdotnet at TechEd and seeing how excited they were to finally be part of the Microsoft Team (I still have the t-shirt they gave out).   I remember talking with them regarding the GDN workspaces, and how I felt it was unreliable to host a project there.  Infact, I had just moved IISreporter from a gdn workspace to sourceforge the week before teched.    They were really eager to hear my reasoning for moving.

I am going to miss the site.  Oh, to remember the days where .TEXT was a workspace and code sample.

Categories: General Tags:

VPC performance

February 22nd, 2007 No comments
Number of View: 340

I often use Microsoft’s VPC to do development and testing.  The new version of VPC came out Microsoft VPC 2007.  Though my computer has 2 gigs of RAM I still run into performance issues.  Here are a few great tips on how to keep your VPC running at top speed.

http://www.andrewconnell.com/blog/articles/SqeezePerformanceOutOfVirtualPCs.aspx

Categories: General Tags:

IIS Control Panel – www.dotnetpanel.com

February 21st, 2007 No comments
Number of View: 476

 I often get questions from .NET developers on where they should host.  If they should go with a dedicated server or virtual server.  The major issue that developers have is the price.  A shared hosting site is much cheaper than a Server. The advantages of the server are due to the ability to modify the settings of IIS and also the framework and security around applications.

To get around that there are a few options.  Many times a hosting provider gives the user a control panel to allow the end user to add items and configure their hosting site.  I have used and setup many control panels in the past on Linux and have not found many good options for IIS. 

I have tested Helm, Plesk, and IIS admin control panel.  Helm and Plesk are somewhat expensive and difficult to use.   IIS admin control pannel is free and has worked well in the past.  However I just recently came across dotnetpanel.  http://www.dotnetpanel.com.  Dotnetpanel allows you to have a robust saleable solution that will grow.  They also offer a free 10 site license for those who are interested. 

Some of the features that are really useful are:

The ability to have reseller accounts, users, and administrators

Full control or limit the control of IIS.

Additional software that the end user can install (DNN, Wiki, Community server, SQL 2005 and even SharePoint)  These are powerful features from a hosting panel.

Give it a try and see how powerful of a solution this could be for you office or company.  The pricing on extended options is also very affordable.

Categories: General Tags:

Online Tools

February 20th, 2007 No comments
Number of View: 288

I have been wanting to put together a list of online tools.  Some day I will get around to it.

Today I just used one of my favorite tools and discovered another related one.

I use www.domaintools.com very frequently. Where a site is hosted, what technology is used.

When using domain tools, I ran into http://www.psychicwhois.com/ it is a pretty good ajax whois.

Categories: General Tags:

Vista

February 19th, 2007 1 comment
Number of View: 345

I have made it one week with Vista.  I have migrated all the information I need from my old laptop. But keep finding applications that I am missing.  One of those I am really wanting.  I have used pdfcreator (http://sourceforge.net/projects/pdfcreator/) for a long time, and their current version does not work with vista.  I really miss my print to PDF option. 

Categories: General Tags:

Spout update

February 16th, 2007 No comments
Number of View: 751

The team at spout.com has updated their site to include some new features when browsing a move.  You can see these features here (http://www.spout.com/films/5109/default.aspx) (Cannonball Run 2)

You should join the spout revolution.

Categories: General Tags:

Great list of ASP.net tips

February 16th, 2007 No comments
Number of View: 511

Scott Watermasysk has a great list of tips for using ASP.net (http://scottwater.com/blog/archive/quick-tips-for-asp-net-part-one/)

I for one did not know the “never use a label” tip.  After discussing with the guys from work a Literal is the beter method.

 

 

Categories: General Tags:

Vista – system restore preferences

February 15th, 2007 5 comments
Number of View: 4883

In Windows XP you could set the amount of disk space you wanted the system restore to use.  In Vista it auto Magically tries to set it for you and does not give you an easy way to change it.  I found that they now call this shadowstorage.  To adjust this you have to use the gold old CMD prompt (DOS)  Below are instructions for changing the system restore size to 1.5 gig from the 11 it auto-magically set.   I do frequent backups (MOZY.com) so I am too worried if my box cannot have 2-4 restore points.  I want my disk space.  Specially since Vista takes up close to 20 gig. 

To view your current shadowstorage settings use the following command (you must first open a command prompt with administrative rights – START | ALLPROGRAMS | ACCESSSORIES | Command Prompt (right click and “run as administrator))

vssadmin list shadowstorage  (this shows the current size)

vssadmin list shadows (this shows how many restore points are currently held inthe above space)

The following will adjust the size of your shadowstorage to 1.5 gig

vssadmin resize shadowstorage /On=C: /For=C: /Maxsize=1.5GB

This should help free up some needed space.  HAPPY Vista’ing

 

Categories: General Tags:

Vista – I am now running vista on my work Laptop

February 15th, 2007 No comments
Number of View: 281

It is going ok so far.  I have had to overcome some issues with compatibility with applications and just overall performance.  I was expecting vista to be user friendly.  What I have found it is a bit difficult to find what you are looking for.  However, they have built some great technology to search for what you want.  It just happens that I don’t like searching.  I enjoy well labeled areas and controls.  I have also found that the permissions / security thing is very upsetting.   I don’t mind now that I have disabled the administrative prompt, but for those who have no idea of what vista is doing with elevated security levels they are just going to at some point ignore whatever popup comes up and get used to hitting yes.  Even if that popup is a nice virus from your email or internet advertisement. 

Some of the issues I have found were trivial.  My mouse would not work (USB Logitech Portable – 3 weeks old).  Memory issues.  I only have outlook running and I am using 56% of the 2gig of ram I have in the laptop.

Categories: General Tags:

Xserver for windows

February 14th, 2007 No comments
Number of View: 408

For those of you who have linux machines at home and use windows at work here is a great way for you to have your linux apps on your windows machine.  I typically find myself needing a simple app written for linux but only have a windows machine handy.  I have a linux box at home and can connect via ssh, but have often wanted to have xwin. 

I use a windows X Windows server application called xming (http://www.straightrunning.com/XmingNotes/)

and a connection / configuration manager called xconnect (http://www.c3d-vr.com/xconnect/)

to connect to the remote box I use ssh and putty for windows.

 To use you just install xming then run xconnect in passive mode.  Connect to your linux box via ssh (set the X11 forward option) and then run an app like xeyes.  Behold your program is now on windows.

xeyes

Categories: General Tags:

Virtual PC (VPC)

February 14th, 2007 No comments
Number of View: 365

People always ask me what OS do I use.  And I have to admit I just switched to Vista.  And with that change I put a serious issue in front of my.  I can no longer develop in older applications (visual studio 2003).  So to get around this I use VPC (virutal PC’s)  I have used these in the past to run different operating systems (windows server, or an older version of sql) 

I have found over the years that the performance of VPC 2004 was not that great.  But with the new version Virtual PC 2007 I have seen some serious performance gains.  http://www.microsoft.com/windows/virtualpc/default.mspx (to download)

For those who don’t know, VPC’s basically let you run another opperating system on your machine, in a window.  It is great for development and testing, because you don’t have to purchase any more hardware.

 

Categories: General Tags:

Self Signing SSL for IIS

February 11th, 2007 No comments
Number of View: 599

Many people have emailed me about how to setup and ssl on their development environment or internal sites without paying for a certificate.  Here are the steps to secure your local IIS server (windows 2003) with a self signing ssl.

You will need to download the IIS 6.0 Resource kit from Microsoft – http://www.microsoft.com/downloads/thankyou.aspx?familyId=56FC92EE-A71A-4C73-B628-ADE629C89499&displayLang=en

Install just the selfssl (or everything if you want to use the resource kit)

Download the resource kit.  Execute the iis60rkt.exe and select next on welcome page. You will have to agree to the license.  Select Next, and select the Custom install option to just install the SelfSSL 1.0 program.

Select your directory, for this example I will just use the default. C:\program files\iis resources\.  For this example I am only selecting the SelfSSL option

d

Select next to install and finish when it is done.

Install should be complete.

Create Certificate
We will now create a certificate.  Open a command (DOS) window. Start | run | cmd.  Change directory to the location where you installed the resource kit.  I chose the default location c:\program files\iis resources.  To do this type “cd c:\program files\iis resources\selfssl” in the Command window.

s

Once in the resource kit directory you can use the selfssl.exe program to create a certificate.  If you run the program “selfssl.exe /? “ You will see all the options available.

d

We will be using a few options to modify our certificate to allow for a FQDN (Fully Qualified Domain name) [/N:CN]and the correct Site ID [/S] Before we can run the command and install the certificate we need to find the site id for the particular IIS site that we want to have the ssl bound to.   If you are running only one site on the server and it is default then you can use the /S:1 (default site) option.   I typically turn off the default site on my servers for security reasons and have more than one site running.  To find an IIS site id there are a few options.  I prefer the simple route of viewing the log file for that site and showing the properties there.

In this example I will be creating an SSL for the IIS web site (somedomain.com).  You can see from the image of my iis manager screen the site.

iis

To find the site ID for this particular site (somedomain.com) we can right click and select properties.  From the site properties window under the “Web Site” tab select the logging properties button.

prop

This will open the logging properties window.  On this window the log file name will include the Site ID

site id

 In this example the site ID we are going to be working with is 1341291934.  The log file name included the site ID after the starting W3SVC.

We now go back to our command window and will run the selfssl executable with the following commands.

Selfssl.exe /T /N:CN=somedomain.com /S: 1341291934

CMD

This command will create a certificate with the following options

/T = Adds the local certificate to the trusted certificates list

/N:CN = the fully qualified domain name used for the site (somedomain.com) this would be your site name www.yourintranet.com

/S:1341291935 = Site ID (you got this from log file name on iis) 1 = the default site

You have now created an SSL certificate for the siteID you have chosen and can view the site properties and see your certificate will listen on Port 443 (SSL)

Final

This is a simple and quick way to use SSL and encryption on your local sites and intranets.  I would not recommend using this method to secure a production server or a server on the Internet.  Please use a purchased signed SSL certificate.

Categories: General Tags:

Gizmodo – And the Winner Is

February 11th, 2007 No comments
Number of View: 267

A friend of mine has just won a cool vista give away from Gizmodo.  Dan Woolston (www.danwoolston.com) submitted a picture of his Tatoo to win a few goodies from Gizmodo. Check out the goodies and tatoo here (http://www.danwoolston.com/Home/tabid/36/EntryID/272/Default.aspx).  Congrats to Dan.

Categories: General Tags:

Tax Time again

February 3rd, 2007 No comments
Number of View: 339

I do love tax time.  Not sure why, I think it is because I used to work at a accounting firm.

Once again I get to choose a tax software.  I have been using TaxCut for the past 2 years and started to wonder if I should switch back to turbotax.  I migrated to TaxCut when turbotax added a piece of software that got into your bios and did someother fun things to ensure you did not get pirated copies.  I did not like the idea of a software writing things on my harddrive and such.  So about 2 years ago I switched to TaxCut.  So I did some research this year to see who is better.  Some things I found both from Money Magazine and online is that TaxCut is the winner this year.

http://financialsoft.about.com/od/otherfinancialsoftware/a/tt_v_tc05.htm

Both on price and simplicity.  From what I can find TurboTax does more hand holding and looks nicer but that was not enough for it to beat out the cheaper product (TaxCut).  I also found there is one other player in the market, I just can’t remember the name or link.  They were substantially cheaper but did not get that high of reviews.
So happy tax season. (I am purchasing TaxCut today)

Categories: General Tags: