Adobe AIR 1.5 Cookbook已经问世了。
In addition to AIR 1.5 being released today, the Adobe AIR 1.5 Cookbook is also being released. This book will be an essential resource for anyone doing AIR development – as it also includes the new AIR 1.5 features. This book is an excellent resource for beginners and advanced AIR developers alike. If you have never touched AIR, this book can certainly get you started. In addition, we cover all development angles on this: Flash, Flex, and HTML / JavaScript. [ 阅读全文 ]
今天遇到PDO处理事务部分的报错:
Fatal error: Uncaught exception ‘PDOException’ with message ‘There is no active transaction’ in /data/www/web.passport/pay/classes/class.Mydb.php:145 Stack trace: #0 /data/www/web.passport/pay/classes/class.Mydb.php(145): PDO->rollBack() #1 /data/www/web.passport/pay/yeepayOrder.php(138): Mydb->transaction(Array) #2 {main} thrown in /data/www/web.passport/pay/classes/class.Mydb.php on line 145
查找错误日志看到:
[ 阅读全文 ]
看到Halley的图片处理程序后,又看到了一个成熟的在线图象处理的RIA,类似Photoshop,功能很强大,专业于位图处理,可以打开本地上传的图片进行处理、合成。连图层样式、滤镜什么的都有。
功能非常强大,但同时操作也相对复杂,对机器资源消耗也较大。
直接看效果:http://www.sumopaint.com/app/
顺便也想起以前看到的 https://www.photoshop.com/平台,体验很棒。
在Halley的博客上看到一款在线图片处理的RIA。
MediaCreator alpha1是一款用FLASH开发的在线多媒体创作程序,类似scrapblog的一个原型。已经完成了一些基础功能,它允许用户在线编辑图片、文字、矢量图形、添加遮罩、添加边框和背景。
[ 阅读全文 ]
今天遇到一处错误,发现IE中input元素的.type为只读!
[ 阅读全文 ]