Take Up With Web Technology–坏坏的网志

  • SWFObject说明文档

    香水坏坏 发表于2009-2-24 [Javascript]

    主要内容:

    • 1 . 什么是SWFObject 2.0?
    • 2 . 为什么你应该使用SWFObject 2.0?
    • 3 . 为什么SWFObject 2.0使用JavaScript?
    • 4 . 我们应该使用静态发表还是动态发表的方法?
    • 5 . 怎样用SWFObject 2.0的静态发表方法来嵌入Flash内容
      • 5-1 . 第一步:用符合标准的标签同时嵌入Flash内容和替换内容
      • 5-2 . 第二步:在HTML的head标签中包括SWFObject的JavaScript类库
      • 5-3 . 第三步:用SWFObject类库注册你的Flash内容并告诉SWFObject怎么样处理这些内容
    • 6 . 怎样用SWFObject 2.0的动态发表方法来嵌入Flash内容?
      • 6-1 . 第一步:用符合标准的标签创建替换内容
      • 6-2 . 第二步:在HTML页面的head标签中包括SWFObject JavaScript类库
      • 6-3 . 第三步:用JavaScript嵌入你的SWF
    • 7 . 从SWFObject 1.5迁移到SWFObject 2.0的注意事项
    • 8 . 从UFO迁移到SWFObject v2.0的注意事项
    • 9 . SWFObject支持MIME类型application/xhtml+xml吗?
    • 10 . 评论政策
    (More...)
    Hits: 583  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/212
  • GIF(GIF89a) Specification

    香水坏坏 发表于2009-2-12 [specification]

    complete:http://www.w3.org/Graphics/GIF/spec-gif89a.txt

    This document defines the Graphics Interchange Format(sm). The specification
    given here defines version 89a, which is an extension of version 87a.

    (More...)
    Hits: 701  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/211
  • Architectural of IE

    香水坏坏 发表于2009-2-12 [ASP.NET]

    IE uses ActiveX Controls AND active document interfaces to connect components

     

    (More...)
    Hits: 522  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/210
  • .net BMP文件的 ColorDepth 问题

    香水坏坏 发表于2009-2-10 [ASP.NET]

    I am almost cerain this is a bug in the .NET bitmap Codec, that you cannot change the color Depth... It always saves in its native format for Bitmap.
     
    However, if you convert the image to a TIFF first, then it works.
     

    Image imgTIFF = Image.FromStream(s);

    ImageCodecInfo ici = GetEncoderInfo("TIFF");

    EncoderParameter ep = new EncoderParameter(Encoder.ColorDepth,24L);

    EncoderParameters eps = new EncoderParameters(1);

    eps.Param[0]= ep;

    imgTIFF.Save(@"c:\test.tiff",ici,eps);

    Image imgBMP = Image.FromFile(@"c:\test.tiff");

    imgBMP.Save(@"c:\test.bmp");

     
     
     
     
    (for reference:)

    private ImageCodecInfo GetEncoderInfo(string mimeType)

    {

    ImageCodecInfo[] encs = ImageCodecInfo.GetImageEncoders();

    for (int ix = 0; ix <= encs.Length; ix++)

    {

    if ( encs[ix].CodecName.IndexOf(mimeType) != -1)

    {

    return encs[ix];

    }

    }

    return null;

    }

    Hits: 660  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/209
  • javascript cookie script

    香水坏坏 发表于2009-2-10 [Javascript]

    <SCRIPT LANGUAGE="JavaScript">
    <!--

    /*
       name - name of the cookie
       value - value of the cookie
       [expires] - expiration date of the cookie
         (defaults to end of current session)
       [path] - path for which the cookie is valid
         (defaults to path of calling document)
       [domain] - domain for which the cookie is valid
         (defaults to domain of calling document)
       [secure] - Boolean value indicating if the cookie transmission requires
         a secure transmission
       * an argument defaults when it is assigned null as a placeholder
       * a null placeholder is not required for trailing omitted arguments
    */

    (More...)
    Hits: 568  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/208
  • 携程不错的企业

    香水坏坏 发表于2009-2-10 [Others]

    由于个人原因,尽管已经离职几个月了,今天却突然接到那边的电话回访。

    很普通的一个电话,但却体现了企业对员工及其在管理上的重视。

    相信也只有具备这种意识的公司,才能做的更强大!

    Hits: 532  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/207
  • MaxtoCode对.Net程序加密的原理及解密探讨一

    香水坏坏 发表于2009-2-2 [ASP.NET]

    原文:http://www.cnblogs.com/rick/archive/2006/07/17/453150.html

    这里研究的对象是 MaxtoCode 3.1试用版.这里只探讨程序代码的加密.

    (More...)
    Hits: 514  Feedback: 0  Trackback  Permalink: http://www.aspstat.com/206
FIRST1LAST

[Track]

  • family...work...production
  • heatmap...idea...recept
  • b2b...javascript...accumulate
  • ...sns...manage
  • Aspose...Analyse...elevation
  • CSCTC...hello world

项目[Project]

  • Silverlight体验
  • AspStat.IO.GifImage Gif动画压缩类
  • jBox 网页模态窗体
  • pageValidator 网页表单验证

分类[Category]

  • ASP.NET[71]rss
  • Database[2]rss
  • Javascript[45]rss
  • CSS/UI[9]rss
  • WEB20[9]rss
  • Others[21]rss
  • 火星Project[8]rss
  • silverlight[17]rss
  • specification[14]rss
  • Server Tech[2]rss
  • 项目其他[5]rss
  • 用户体验[0]rss

存档[Storage]

  • 2010年3月[2]
  • 2009年11月[1]
  • 2009年8月[1]
  • 2009年6月[3]
  • 2009年5月[4]
  • 2009年4月[2]
  • 2009年3月[1]
  • 2009年2月[7]
  • 2009年1月[7]
  • 2008年12月[1]
  • 2008年11月[4]
  • 2008年10月[3]
  • 2008年9月[5]
  • 2008年8月[30]
  • 2008年7月[8]
  • 2008年6月[6]
  • 2008年5月[3]
  • 2008年4月[2]
  • 2008年3月[6]
  • 2008年2月[6]
  • 2008年1月[4]
  • 2007年12月[1]
  • 2007年11月[5]
  • 2007年10月[13]
  • 2007年9月[16]
  • 2007年8月[38]
  • 2007年7月[23]
  • 2007年5月[1]

热门日志

  • GIF(GIF89a) Specification
  • .net BMP文件的 ColorDepth 问题
  • SWFObject说明文档
  • javascript cookie script
  • 携程不错的企业
  • Architectural of IE
  • MaxtoCode对.Net程序加密的原理及解密探讨一

最近网志

  • SWFObject说明文档
  • GIF(GIF89a) Specification
  • Architectural of IE
  • .net BMP文件的 ColorDepth 问题
  • javascript cookie script
  • 携程不错的企业
  • MaxtoCode对.Net程序加密的原理及解密探讨一

最新评论

  • 怎么看? 给个地址吧。。。或发布个源码吧。。。
  • ssssssssssssssss
  • Pingback from http://www.aspstat.com/226 IE8 CSS HACK
  • Trackback from 香水坏坏
  • 弹出div是原版的copy,对于原来div中有事件,from等取得有问题
  • Trackback from 香水坏坏
  • I find a bug with iframe minimize on 1.0.0.0 I change line 82 with this and all runs good, great plugin ty. if( !box.minimizable ){if (box.controls.find('img[title=Minimize]').length>0)box.controls.find('img[title=Minimize]').remove()};
  • 哪个人这么缺德,把他阉了...弹他的小JJ

链接[Links]

  • iCream
  • ⊙阳光囧男℡
  • 李军
  • Nick
  • .NET Framework Advanced Developm
  • ctrip ued team
  • [林子]Linzzi's blog
  • SkyDesign
  • Martin H.Normark
  • Martin Flowler
  • asp.net
  • jQuery插件大全
  • 学习MVC的好地方
  • CSS Document
  • edwards@js
  • crockford@js

在线[Last 10 Online Users]

  • 38.107.191.100
  • 38.107.191.104
  • 38.107.191.103
  • 38.107.191.102
  • 203.208.60.233
  • 67.195.111.188
  • 61.135.249.205

订阅[Subscribe]

Subscribe

©2007 aspstat.com is licensed under a Creative Commons License.Powered By HH.Weblog 0.9