Using the NETSTAT command - find out what is going on!

Sunday, July 22nd, 2007

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netstat.mspx?mfr=true

Pretty Good antivirus that is free and works on Windows 2003 server 64bit WINCLAM

Sunday, July 22nd, 2007

WinClam:

http://www.clamwin.com/index.php?option=content&task=view&id=40&Itemid=25

Scheduling tasks on Windows Server 2003 using c#

Sunday, July 22nd, 2007

http://www.codeproject.com/csharp/TSNewLib.asp

Http Modules for .NET

Thursday, July 19th, 2007

I have a problem in that the new web app I have written uses both secure and non secure connections. This poses a problem in that I am using relative links - normal stuff for web apps. The problem I have is that when in secure the all links point to secure locations - not great!

To get around this problem I am proposing creating a custom Http Module. To start with I have created a basic module then I will start doing some jiggery pokery!

This I found really useful to start with: http://support.microsoft.com/kb/307996

Flash Lite optimisation

Wednesday, July 18th, 2007

Really useful tips on optimsing for flash lite. Also useful tips for flash in general:

http://www.gotoandplay.it/_articles/2005/09/cc.php

Useful tutorials for Flash Lite

Wednesday, July 18th, 2007

http://developer.sonyericsson.com/site/global/docstools/tutorials/p_tutorials.jsp

Flish Lite Insallation

Wednesday, July 18th, 2007

http://www.adobe.com/go/4632f5aa

This looks useful for creating ajax validation

Sunday, July 15th, 2007

http://ajaxian.com/archives/really-easy-field-validation-with-prototype

Really nice icons

Monday, July 9th, 2007

http://www.iconaholic.com/downloads.html

Using XRay with FlashDevelop

Friday, July 6th, 2007

useful post:

http://www.flashdevelop.org/community/viewtopic.php?t=1253

Download the Connector Only version. I found the link at http://osflash.org/xray but you can hit it directly here .
Unzip and place the classes in your classes folder (ok, that part was obvious).
Place the xrayConnector_1.6.2.swf in the folder that your swf compiles to. That is probably the root of your project. (Where your .fdp file is).


In your entry point function, add this line: var connect:com.blitzagency.xray.util.XrayConnect = com.blitzagency.xray.util.XrayConnect.getInstance(_root, true);
Finally, compile the swf under test and run the Xray client.Â