-
Downgrading a Nuget package
Today I had a problem where I had blindly upgraded EF to version 6 across an entire solution, only to find out that the version was incompatible with the current MySql provider.
-
Preconditionals and postconditionals checks
How many times you found yourself writing preconditions before executing some code (like argument validation) and post-conditions (validating some result before returning the value/using on another function)?
-
Method overloading in flash
As you may already know, it is not possible to have the same method with different signatures in flash (also known as method overloading).
-
Flash internationalization library
This library will help you to internationalize your flash application. It supports localization of numbers, date/time, percentages and strings. It can also parse back numbers and date/time formats on a specific locale into flash internal formats.
-
Flash TextArea - Update 3
This version should be considered BETA. It is stable enough for me, but it will surely break existing applications that depends on it.
-
Flash TextArea - Update 2
I updated FlashTA, fixing some nasty bugs regarding image duplication (note to Adobe: please, please FIX the flash html area once and for all!).
-
Flash TextArea - Update 1
Thank to all who reported bugs in FlashTA. I updated the SVN and also the online zip.
-
Flash TextArea - Standards compliant XHTML flash editor
FlashTA is a WYSIWYG replacement text area for html forms. While there are various implementations done in javascript, most of them don't work in this/that browser/OS combo, and every time a browser vendor makes a change, they need to update the editor so it doesn't break on every possible combination of browsers.