Now Anyone Can Sync Google Docs & Microsoft Office
Would be keen to see the same plugin for OpenOffice as I don’t use MS Office at all. Now Anyone Can Sync Google Docs & Microsoft Office.
Would be keen to see the same plugin for OpenOffice as I don’t use MS Office at all. Now Anyone Can Sync Google Docs & Microsoft Office.
Taking screenshots on your flash application is easy as flash supports it out of the box. I have written a simple exporter class to do this: By calling the “export” function, it will return an array of encoded image strings and ready for you to json_encode it and then send …
To update ItemRenderer dynamically in Flex is easy: YourItemRendererName needs to be a mxml component or ActionScript class component. It is easy but if will be a headache if you don’t know the syntax.
ItemRenderer class instances in AS3 are re-used when rendering objects in mx:List. For example, if you provide 500 elements to the list’s dataProvider, and only showing 10 rows in the list output, it will create around just over 10 instances of your ItemRenderer. And every time you scrolls the list, …
Since we have migrated our code base to Symfony 1.4, we have noticed that it is really slow when deploying projects, compare with running rsync command directly from the command line console. The Symfony framework forum suggested that on line 334 of http://trac.symfony-project.org/browser/branches/1.4/lib/task/sfFilesystem.class.php there is code and if commented out …
My new Snowflake Blog is now live. I will not be updating this blog anymore but will continue with new contents in the Snowflake world!