July 23rd, 2008 - Created by jimiz

I do like Kid Rock. He recently made a PSA (Public Service Announcement) regarding stealing music.

Rolling Stone - PSA

I read a post somewhere that people took this as a real item and that he was encouraging stealing. I think his concept was great. If you steal music, why not gas, or cars. I wonder how many people this will cause to not steal music. Maybe one or two, however I just enjoy the message…

Posted in General | No Comments »

July 18th, 2008 - Created by jimiz

I have always been interested in using different email systems. Once google apps came out I realized the value in a system where email / calendar / and contacts can be accessed by the small companies. Here is a great comparison.

Google Apps vs Exchange :

Posted in General | No Comments »

July 18th, 2008 - Created by jimiz

I typically work with ISO files rather than keeping CD’s or DVD’s. If I need to mount the files I use Deamon tools, but if I need to quickly burn these to DVD or CD’s I use

The ISO recorder powertoy.

http://blog.neilmonday.com/2007/04/how-to-burn-isos-directly-in-windows.html

Posted in General | No Comments »

July 17th, 2008 - Created by jimiz

There are some times where I just wonder why SharePoint is so popular. I had an instance where a client would like to have the login page secured. This would require the login page (forms based authentication) to have an ssl certificate. Since I had setup sharepoint to use SSL in the past I did not think of this being an issue. That turned out to not be the case.

The original issue was that when you extend the site to use ssl it is the entire site you are setting to use ssl (https) so you need to then add an alternate access mapping for non http. That part was somewhat straight forward, however I thought I could setup the extension using http and then make an alternate mapping for https, that did not work. So once I followed the above steps, we were free and clear.

The real issue began when I wanted have the login.aspx page be in https. How do you tell sharepoint to do this. I figured a simple solution was to use the web.config and use the forms authentication loginurl paramter. This caused the login.aspx page to be in https but it did not allow for the postback to work. For some reason sharepoint would not accept the postback when the full path was used in the loginurl setting.

Since the login.aspx page is generated by sharepoint and does not have a code behind I could not write in a simple call to the context to check if the page was secure. I ended up using javascript on the login page to do the redirection on page load.

Here is the code below. I hope this helps someone, so they don’t have to deal with some of these strange things that SharePoint provides us.

Posted in General | No Comments »

July 10th, 2008 - Created by jimiz

I love it when a great new application comes along and is open source. The guys from DimDim, have created a Webex and Livemeeting like application that is open source.
www.dimdim.com

I was using, www.vyew.com but will give this a try. In my initial trials it has worked well. You can share your desktop with a remote person. Upload documents (PPT and PDF) and share with someone.

This is a very powerful and useful tool.

Posted in General | No Comments »