Forwards
Travelling on through software development
Blog Pages
(Move to ...)
About Cirrious Ltd and Stuart Lodge
MvvmCross questions?
Video: MvvmCross at NDC Oslo 2013
MvvmCross at Evolve 2013
MvvmCross and Azure Video of Talk
MvvmCross Video Xaminar
MvvmCross binaries
MvvmCross link list...
@slodge
@mvvmcross
▼
Tuesday, December 16, 2008
Some odd issues with using the Chart Control inside a wizard...
›
From: http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/1dc4b352-c9a5-49dc-8f35-9b176509faa1#page:2 I don't know if thi...
1 comment:
An odd bug in the chart control?
›
Still charting (even at 1am!) And I've just found my first bug in the chart control... Only a minor one. If I plot a graph then this is ...
Monday, December 15, 2008
ASP.Net Cacheing - Excellent :)
›
I've spent the weekend writing some code which consumes a web service and uses it populate a table and a chart. The problem is that talk...
Friday, December 12, 2008
Azure Invitiation code still not received :(
›
Come on - it's been well over a month now.... Really not impressed. I've got two websites written and ready to upload to Azure. I...
Native client
›
Google's native client API sounds interesting to me - but not from the point of view of it being another AJAX/Flash/Silverlight/Java UI...
Thursday, December 11, 2008
"Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control."
›
If you see this error in the code behind function, while trying to do Asp.Net DataList formatting (as I saw in the 4GuysFromRolla articles o...
Wednesday, December 10, 2008
Drawing for free
›
I'm finally reaching the "polish" stage of stage one of my "son of hollybar" project - so I thought I'd have a g...
With all this talk about charts...
›
I've posted lots about charts recently. After all the talk, I thought I really should add a few examples.... The data in these isn't...
Listing all timezones in ASP.NET
›
I wanted to create a combobox (dropdown list) full of all the timezones... Surfing around this guy had a partial list... but I wanted a ful...
If your encryption/decryption works in your test harness but it goes wrong in real life....
›
Had a bug in one of my (semi)secure data stores today. Basically I was using the .Net cryptographic patter to encode and decode some strings...
Tuesday, December 09, 2008
Yet more color stuff for charts and beyond
›
I can't believe I'm spelling colour the American way?! Anyways, here's a ColorProvider I built based around the Dundas/Microsoft...
JScriptGenerator.cs with fixes for Gmap2.0
›
As I mentioned yesterday , I've put some fixes into JScriptGenerator.cs from http://dotnet.sys-con.com/node/171162 All changes are marke...
Monday, December 08, 2008
Good pages for Microsoft Chart Control
›
I'm really quite enjoying getting the Microsoft Chart Control to produce lots of wonderful effects.... It's really very easy to prog...
Haversine formula
›
I'm sure I've been through this calculation before somewhere.... And it kind of made me sad that today instead of trying to work out...
More on chart colors...
›
The Palette object (used in Dundas and Microsoft Charts) has been thoroughly dissected and document here - these arrays might help me make ...
Integrating GoogleMaps into ASP.NET
›
I started looking at GoogleMaps solutions... And decided on this one - http://dotnet.sys-con.com/node/171162 - simply because I liked the a...
An easy way to add a stylesheet to a header from an ASP.NET control
›
This was suggested in a comment at the bottom of this codeproject article - really quite a neat solution :) private bool AddStyleSheetT...
1 comment:
Sunday, December 07, 2008
Instead of using colors...
›
In my last post I had a go at creating a color array for related segments in a pie chart.... But actually.... using the same color but a dif...
Creating a color list
›
While setting up an ASP.Net Pie Chart Control, I wanted to create some sets of colors for subcategories within the chart. To do this, I trie...
Someone's asked for my hack of JsonWriter from Facebook.NET
›
Got an email today asking for the source to HackJsonWriter - the code I ripped out of Facebook.NET on Codeplex - as described here . If you ...
1 comment:
‹
›
Home
View web version