Contents tagged with Community News
-
GmailSync on codeplex
By far the most popular tool that I published is GmailSync which was also features on Lifehacker. But as I get busier in other projects, it is getting difficult to put more effort into it. Its been a while since I put the last update so I've decided to upload the sources hoping that I can find someone to lead on this.
-
SequenceViz 0.11 :: Reflector Addin support
Just uploaded the latest release of SequenceViz which now includes the Reflector plugin with the WPF renderer.
-
SequenceViz 0.9 :: WPF based Sequence diagram viewer
Until now, SequenceViz uses the GnuPlot tool to generate the SVG file that is then rendered in the IE control embedded in the application. Although this worked to prove the concept but there were problems with rendering large diagrams and security issues in Vista. Now thanks to Meile Zetstra who provided the WPF implementation for the diagram viewer I have released a new version with this functionality.
-
SequenceViz 0.7 :: Quick search
I managed to spend some time on SequenceViz this weekend and added quick search functionality. Because the diagrams are not linkable so it is difficult to navigate between methods and types. One thing that could help now is to search for the type or method that you'd like to navigate to and it will take you to the first result.
-
Blue Screen Of Death 2.0
-
LinkList 19032008 - Google Visualisation API, amCharts for ASP.NET and Django on IronPython
How Apple Got Everything Right by Doing Everything Wrong
http://www.wired.com/techbiz/it/magazine/16-04/bz_apple?currentPage=all -
Linklist 03022008 - Dynamic programming design patterns, Erlang/C# AMQP Client, AOP
Design Patterns in Dynamic Programming
http://www.norvig.com/design-patterns/ppframe.htm -
Integrating .NET and Erlang using OTP.NET
-
Google Scalability Conference
Some of the sessions from Google scalability conference are now available on Google Video.
-
SMS Task for NAnt using BT SDK
What:
A simple NAnt custom task to send SMS messages using the BT SDK.
Why:
Maybe you want to ping your manager every time the build fails :).
How:
1. Setup the SDK on your PC using my tutorial here. Please note that you need to register your own certificate and generate a wse3policyCache.config file which will be used in the next step.
2. Copy the SMS.Tasks.dll, btsdk.dll, btsdkcomponents.dll, wse3policyCache.config in your Nant/bin directory.