夜的第七章

WEB开发个人博客。

域名涨价了。。。。

域名涨价已经确定了。突然想远离这个网络了。

生活的样子

突然发现自己记忆力没以前好了,不记事了,不知道怎么回事....
想买的东西太多了.....虽然不是必需品,但至少是自己的爱好.....

变形金刚广州版

Flash动画

一段有疑问的代码,以后研究

 /*
        function AddUpload(v)
        {
            
           var p1 = document.getElementById("p1");

JS插入FreeTextBox的代码

function InsertElement(){
   rturnText = window.showModalDialog("ElementparaConf.aspx?ELeID=" + document.all.ChildDropDown.value,"","");
   if(rturnText != null && rturnText!= ""){
    FreeTextBox1_designEditor.focus();
    FreeTextBox1_designEditor.document.selection.createRange().pasteHTML(rturnText);

解决IE中flash需要激活的问题

Microsoft's recent decision to change the way ActiveX objects are handled in Internet Explorer, following the patent law suit by EOLAS, has created a serious problem for the developer community.

All ActiveX controls in Internet Explorer -- including Flash and Shockwave -- will need to be activated by a mouse click (or by hitting Tab and the Enter key) before the user can interact with the control. This is bound to impair the user experience of any web site that embeds Flash, and it's up to the Flash and HTML developers to clean up the mess.

Available Solutions

You can bypass the activation requirement by using an externally linked script, such as JavaScript, to embed the ActiveX content. Solutions are currently available for Flash, such as FlashObject and UFO.

These work well for embedding new Flash content using JavaScript. But what about existing object tags, which will need to be rewritten, or browsers with JavaScript disabled? These situations require an alternative solution.

ObjectSwap

The ObjectSwap solution presented in this article takes all these issues into account. It captures all existing object tags and replaces them with ... themselves. This forces an automatic activation in Internet Explorer, while leaving other browsers alone. Similar solutions have been developed in parallel, but this article will concern itself only with ObjectSwap.

关于软件开发...我的看法....


现状哦~

很多东西,一开始是不需要考虑做大的,越考虑越是包袱.一开始把这个事情精简到最小,然后做好,这样才能做进一步做大.

关于产品与项目

产品与项目都做了一段时间了,于是有了一些感慨.
做产品与做项目方向刚好是相反的,产品追求通用,而项目追求适合.项目的个性化太强了.

在产品的基础上去定制项目,会产生许多不必要的累赘.

不顺心.....

人要倒运了,啥事都连着来,难道真是心态问题?但有些事情是由不得自己去控制的.
NND,郁闷......
塞翁失马,焉知祸福,且看后面再说....

委托与接口比较[摘]

委托和事件
委托非常适合于用作事件(从一个组件就该组件中的更改通知“侦听器”)。

委托与接口
委托和接口的类似之处是,它们都允许分隔规范和实现。多个独立的作者可以生成与一个接口规范兼容的多个实现。类似地,委托指定方法的签名,多个作者可以编写与委托规范兼容的多个方法。何时应使用接口,而何时应使用委托呢?
分页:« 首页...«12»...尾页 »



[2007 - 2011] © Leadnt.com