Posts made in August, 2007

Free Silverlight Training Session.

Since announcing support for  silverlight hosting we’ve had a great deal of interest in it by developers and designers alike. I think we’ll see some really great things out of the developer community on silverlight in the very near future. Today I learned that MSDN is offering a free half day training event and one of the topics is Silverlight.  You can get more information...

Read More

Holla at ya favorite blogger! Thanks to AIM WIMZI

So we can’t just pick up the phone to say “WAZZUP” (like mario and the boys above) in the blogosphere but thanks to AOL’s AIM WIMZI widget you can carry on a livechat with your blog visitors. Embedding your own Free AIM livechat in your website AOL/AIM is providing a web widget that you can embed into your website very easily using either HTML or Flash. ...

Read More

Windows Sharepoint Services (WSS) File Extractor

We recently needed a way to extract files from a sharepoint site’s document libraries. With sharepoint all the files are stored in a SQL database so it would seem connecting to the database and pulling all the files out manually wouldn’t be such a hard thing to do. After a fair amount of time googling for such a solution I finally found it over at Mark Jen’s blog....

Read More

links for 2007-08-15

K. Scott Allen : Health Monitoring in ASP.NET 2.0 SQL: BETWEEN Condition SQL...

Read More

Are You Getting ViewState Errors like: "The viewstate is invalid for this page and might be corrupted."

If you’re seeing viewstate errors like “The viewstate is invalid for this page and might be corrupted” here’s the dealio.  For security ASP.NET encrypts the viewstate using an Autogenerated Key that is generated when your application pool (or worker process) is started. At AppliedI.net (and many hosts today) each website is placed in a unique application pool so your...

Read More