fancypantsi.com 网站上 American Design Awards, 这已经是很久前的事了。。。,不过还是要说的,网站可以根据时间切换成白天跟黑夜,如果今天纽约天气不好下雨了,网站上也会下雨的,呵呵。 这个可是我用我自主“研发”的Flash网站框架(Willow Framework)制作的第一个网站了。之后又用此框架完成了多个Flash网站,也在这个过程中不断完善和改进了这个Flash网站框架。 基于Willow Framework的几个主要的Flash网站: http://www.fancypantsi.com(公司的美国网站) http://www.dickies.com.cn (Dickies的中国网站) http://adtchallenge.nbcsports.com http://www.lakewl.com(卧龙湖国际社区) 对于Willow Framework,下面要做的就是自动化的工作了,不过jsfl是我最讨厌的东西了,真的不想写啊。
<script type="text/javascript"> <!– var viewportwidth; var viewportheight; // the more standards compliant browsers (mozilla/netscape/opera/IE7) use window.innerWidth and window.innerHeight if (typeof…
If you are using an identity column on your SQL Server tables, you can set the next insert value to…
快捷键 功能 CTRL + SHIFT + B生成解决方案 CTRL + F7 生成编译 CTRL + O 打开文件 CTRL + SHIFT + O打开项目…
只是想在Eclipse中写一个Hello World程序,没想按照Google Android Dev Guide的说明做,最后出现了 ERROR: unknown virtual device name: ‘myavd’ 这样的错误,整了半天终于找到解决方法。我用的是Vista,而我又喜欢将所有可以设置的用户文件的位置改至D盘下。这样在用Eclipse或者从命令行创建Android Emulator时,相应的文件是被放置到 “D:\Users\<username>\.android“ 下面了,而程序运行时仍然从 “C:\Users\<username>\.android“ 下查找相应的配置文件,从而导致上面的错误,把 “D:\Users\<username>\.android“ 下的文件复制到 “C:\Users\<username>\.android“…
Tags: Android, Eclipse
发现了一些FlashPlayer 9 与FlashPlayer 10之间的不一样之处,很是怪异。 处理XML: 在Flash 10中将播放器设为Player 9后下面代码执行结果为 <site> <p>world</p> </site> 而设为Player 10后执行结果为 <p>world</p> //以下为代码 var xml:XML = <config><site></site></config>; xml…
Tags: ActionScript, Flash
http://www.mailchimp.com/blog/background-images-and-css-in-html-email/ We’ve noticed a few people having issues with background images in their HTML email designs, so we thought we’d…
Tags: CSS, HTML
http://www.hesido.com/web.php?page=customscrollbar
Tags: CSS
.FLV files are already the best method for publishing video on the web, and are sure to become even better…
Tags: IIS
一直不明白如何将很多的类编译成一个swc文件,并且在Flash里可用,就像Google Map Flash API一样,今天终于找到了。http://vincent.the.tsao.googlepages.com/ 这篇文章有很详细的说明。现转于此: Using Flex SWC Files in the Flash CS3 Authoring Environment by Vincent Tsao Last updated:…
Tags: ActionScript, Flash, Flex