Sorry about that, my website is down for a day.
Sorry about that, my website is down for a day. That is because my web hosting moved my website to a new and more powerful server. But my website has some settings are not compatible with the new server. I should pick up this earlier, but I was unwell since wed. Sorry, I tested my website, it looks fine now.
Google I/O 2010 Keynote - HTML5
Finally, I completed the 1st part of the keynote. This session is really focused on HTML5.
Chrome will have a fully support of HTML5. Mainly, Chrome will be as an interface between web apps to local computer resources via HTML5. In this way, the web apps can directly play video, local cache resources, even some worker threads.
If everything will happen, we can watch video without using Flash. And some web apps can work offline as well via local cache. Hey, there is another interesting point, they pointed Web GL is on the way. SO, 3D rendering can directly access GPU! That is cool. I will be continue to watch the video clips and bring more information up this blog.
Google I/O 2010
Google I/O for this year has started. I think this year their focus will be in Android,HTML5 and Chrome. By the way, Google put the keynote on YouTube. I started to watch it, but that is about 2 hours length.....
HTC 4G EVO
I read the article from eWeek. This is about the latest HTC Android Phone. For hardware, that is very high-end, 1Ghz Snapdragon CPU and 8-megapixel camera. But its appearance, that is a bit boring, it looks too similar with HD2!
Joomla: tinymce.get is not a function
I have upgarded to 1.5.17. But I found the "Save" button for all edit views are not working. I got a javascript error:tinymce.get is not a function.
Then I found that seems to be a bug.
But Joomla got the patch.
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17936
All you need to replace the onSave function is in plugins/editors/tinymce.php
Code
function onSave( $editor ) { | |
return "tinyMCE.execCommand('mceToggleEditor', false, '$editor');tinyMCE.triggerSave();"; | |
} |