Stuff on tech

04Dec Link preview without the hastle

Snap launched one of these days a new service called Snap Preview Anywhere that allows bloggers and site owners display a preview of a link’s target as a tool tip. This seems to aim at adding AJAX style value to a site but without all the hard work. The service is embeded into your page [...]

03Dec Setting up the envirnoment to develop enterprise Flex apps

Flex is an Adobe product which enables developers use an enterprise approach to add a rich interface to the web-based applications. It uses both an XML based syntax (the MXML) in order to describe the interfaces and various applications states and ActionScript to tie all of the actions together. You can find out a lot [...]

22Nov Thou shalt test your software or else …

Or else your users will find your bugs the hard way - by crashing into them. And I don’t think anyone wants to see its app go up in flames because of some sloppy developer that forgot to test its library.
For some time now I have been working to fix some bugs and add enhancements [...]