Wednesday, November 19, 2008 3:03:33 PM
My wife recently sent me a javascript for use on her blog. It was a random quote script. First of all the javascript was badly formatted and didn't really have any features beyond displaying the quote. I created a mojoPortal feature called "Random Quotes". I'm uploading it to the Downloads page so you can freely install it on any mojoportal site. Here is what version 0.0.0.1 looks like. It just has a database of quotes from various pop culture celebrities and historical figures that my wife likes.

Download version 0.0.0.1
Version 0.0.0.2 will allow you to edit and manage quotes better. I might use Ajax and a timer or slider control, who knows. Please send all your ideas to me via the comments or Contact Me.
Wednesday, November 12, 2008 11:29:31 AM
This is the best part of IE 8 so far. Tools - Compatibility View Settings.

Friday, November 07, 2008 11:54:41 AM
I just rebuilt the home server and installed Windows Web Server 2008, SQL Server 2008 and Visual Studio Team System 2008 SP1. I also ran all windows updates. But I still couldn't do a schema compare against the 2008 database.

After installing (manually) GDR Release Candidate 1 all is well. I also have some new settings on the schema compare wizard.

This is a very good update. I recommend it. I have had no problems yet.
It "now supports comparing Projects, Databases or dbschema files in any combination. For example, Project to Project, which has not been possible until now. Object Type Filtering. Additional ignore filtering options."
When using schema compare to deploy tables from a 2005 database to 2008, pay attention to Database Options and definitions. You might also want to filter by "New" items only. That helped me quickly deploy a production database to my new test server.
If you use the ignore filtering options and use the target collation, that will also help move a schema over. Also pay particular attention to users and schemas. They can cause your update script to fail because 2005 does these things differently than 2008.
DOWNLOAD IT NOW!
Thursday, November 06, 2008 7:02:27 PM
I got this information via the AT&T forums and added my touches.
1. Connect USB to BJ via Active Sync. (install activesync if on windows xp, vista preinstalled)

2. Explore to mobile device (click Explore in active sync from PC)
3. Unhide System files ( tools - folder options - advanded settings )

3. Browse to Windows directory

4. Select the file "Internet Sharing"
5. Right click and choose Create Shortcut.
6. Got to bottom of file list, and CUT the new "Shortcut to Internet Sharing 2" file.
7. Drop into the Windows\Start Menu directory where ever you'd like it. You can also rename it whatever you like.
Tuesday, November 04, 2008 5:42:40 PM
All you need to do is add this to the web.config.
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
I hope this helps you as it did me.