MS giving away free versions of Visual Studio 2008 Pro, MS Expression Studio, Windows Server 2003 Standard, and SQL Server 2005 Developer Edition to registered students.
Dream Spark == Free Software for Students
February 21, 2008Mouse wheel in VB6.0
December 3, 2007VB never had any mouse wheel support ever, until an update to IntelliPoint allowed VB programmers everywhere to rejoice that their new mice with a wheel could scroll code. It was nice until about the time .Net came out, and the then current version of IntelliPoint removed the VB scroll wheel support. Saw the download to put back support in the form of a VB 6 addin:
The Comparer
September 21, 2007WikiMatrix has a really good tool to help compare various wiki’s. Very handy.
Halo 3 vids in Silverlight
September 21, 2007Kinda old, but I’ve been meaning to post this:
Interesting Links from MS Downloads for June07
June 18, 2007Project Codename Jasper May CTP – Overview Doc
http://www.microsoft.com/downloads/details.aspx?familyid=B4783EFA-3CF0-4957-9461-95A15604E3B7&displaylang=en
Microsoft Code Name “Acropolis” Community Technology Preview 1
http://www.microsoft.com/downloads/details.aspx?familyid=72386CE5-F206-4D5C-AB09-413B5F31F935&displaylang=en
Microsoft Pre-Release Software Microsoft .NET Framework 3.5 Beta 1
http://www.microsoft.com/downloads/details.aspx?familyid=E3715E6F-E123-428B-8A0F-028AFB9E0322&displaylang=en
Microsoft Visual Studio Code Name “Orcas” SDK – June 2007 Community Technology Preview
http://www.microsoft.com/downloads/details.aspx?familyid=1C99A9C8-ADFC-4DE6-8B9E-2A5C6B540332&displaylang=en
Microsoft eScrum Version 1.0
http://www.microsoft.com/downloads/details.aspx?FamilyID=55a4bde6-10a7-4c41-9938-f388c1ed15e9&DisplayLang=en
MSDN Community Distribution CD June 2007
http://www.microsoft.com/downloads/details.aspx?familyid=A65F7733-A626-4F69-86E8-0465FA5E4669&displaylang=en
DirectX Software Development Kit (June 2007)
http://www.microsoft.com/downloads/details.aspx?FamilyID=371f6ba4-2737-46ab-b275-0dcab31459b5&DisplayLang=en
.NET Rocks! – Oren Eini -NHibernate and Rhino Mocks
http://www.microsoft.com/downloads/details.aspx?FamilyID=e96de571-91ea-430f-8f0f-0fd68a7b1eaa&DisplayLang=en
New MS Architect site
June 5, 2007Kind of like an architect dev center:
MS Acropolis
June 5, 2007Just saw this on the MSDN homepage:
“Microsoft Code Name “Acropolis” is a set of components and tools intended to make it easier for developers to build and manage modular, business focused, client applications for Microsoft Windows on the .NET Framework”
Random Software
June 1, 2007I stumped upon this in the MS downloads, it’s called “Facebook Dev Toolkit” for Windows and Web. How does it interact with Facebook’s site? Don’t know, but it did catch my eye.
Someone mentioned DWebPro to me, and it sounds cool. It packages up a dynamic website (code, database, etc) that will run from a CD. The author is Italian, so the website isn’t in english, but there are links off other file servers. Why isn’t there any OpenSouce software for this?
Google Gears “is an open source browser extension that lets developers create web applications that can run offline”. All the code is javascript, so there’s no need to learn another language or anything - it just ‘works’. It looks like a natural progression of technology, first Java and the JRE and now just a simple framework that works with existing javascript. I’m suprised MS didn’t have this up in their MS Labs.
Enterprise Library 3.1
May 31, 2007A new update already from May 23:
JPG + Transparency == Too Bad
May 2, 2007Well, I didn’t really think about it, but when I was trying to color my chocobo… But I digress, I should probably start at the beginning.
The small, cheesy app that I was trying to create with XNA as a jpeg picture of a chocobo. Using the Xbox 360 controller will move the picture around the screen. The picture has a white background and I was trying to update it so the white would be transparent. Using Paint.NET, I was trying to set the transparency on the background with no luck.
Just googled it and, of course, it’s not possible to do that… I’m going to change the image to a targa and set it…