Archive for July, 2007
Pretty Good antivirus that is free and works on Windows 2003 server 64bit WINCLAM
Sunday, July 22nd, 2007Scheduling tasks on Windows Server 2003 using c#
Sunday, July 22nd, 2007Http Modules for .NET
Thursday, July 19th, 2007I 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, 2007Really useful tips on optimsing for flash lite. Also useful tips for flash in general:
Useful tutorials for Flash Lite
Wednesday, July 18th, 2007Flish Lite Insallation
Wednesday, July 18th, 2007This looks useful for creating ajax validation
Sunday, July 15th, 2007Really nice icons
Monday, July 9th, 2007Using XRay with FlashDevelop
Friday, July 6th, 2007useful 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.Â