Celeste :: 深蓝世纪 :: 技术专区

Welcome to Celesteteam CeTech!

[置顶] 网站建设之推广十点注意事项

企业网络项目运营策略与方法

2006年中,中国互联网络信息中心(CNNIC)发布了2005年中国互联网络资源数量调查报告。报告显示,企业网站的比例最大,占网站总体的60.4%,其次为个人网站,占21.9%。但并不是绝大多数网站都拥有高访问率,企业网站平均每天页面访问量在50个以下的比例达51.5%,很多企业网站的利用率事实上不高。

实际上在中国企业网站运营过程中出现了很大的偏差,具体归纳主要的有下列几种。

偏差之一,以为网络时代就是企业建一个网站。
偏差之二,以为网站就是漂亮,看的舒服
偏差之三,以为网络营销就是做关键词SEO
偏差之四,以为企业有个把人员维护一下网站就足够。

下面分而叙之:
偏差之一,以为网络时代就是企业……

RIAWAVE 一個輕量化的Flex 2 應用程式開發手法

Riawave是一個專為Adobe Flex 2 所設計的 RIA 快速開發手法,妥善整合了 flex framework 中data binding、custom events、mxml component與view states等多項新特色以加速程式開發流程並確保彈性。

Riawave 不是一個 framework,而比較像是一個 design-pattern 與 best practice 的集合,它的設計精神是以「元件導向設計」(Component-Based Design, CBD)與「低相依性」(Decoupling)為主,透過一連串簡單的設計概念加快 flex RIA 的開發流程,同時保留高度的程式彈性與可維護性,以滿足將來程式擴展與重構(refactoring)需要。

Windows 2003单网卡用花生壳实现VPN

在单位有个私有地址为192.168.0.0的网络,各电脑是通过ADSL共享方式接入Internet,在家中有台电脑也通过ADSL访问Internet,现在想在家中随时安全地访问单位192.168.0.2这台机器,实现方法很多,最为安全的是通过VPN。

VPN网络的组建

VPN的全称是Virtual Private Network,翻译过来一般称为虚拟专用网络。其主要作用就是利用公用网络(主要是互联网)将多个私有网络或网络节点连接起来。通过公用网络进行连接可以大大降低通信的成本。

数组使用及原型

Array.prototype.convert = function(type) {
if (type == undefined) {
type = 1;
}
switch (type) {
case 1 :
for (i=0; i temp = this[i];
this[i] = this[(this.length-1)-i];
this[(this.length-1)-i] = temp;
}
break;
case 2 :
for (i=0; i for (j=0; j temp1 = this[i][j];
this[i][j] = this[i][(this[i].length-1)-j];
this[i][(this[i].length-1)-j] = temp1;
}
}
break;
case 3 :
for (i=0; i for (j=0; j for (k=0; k temp = this[i][j][k];
this[i][j][k] = this[i][j][(this[i][j].length-1)-k];
this[i][j][(this[i][j].length-1)-k] = temp;
}
}
}
break;
}
};

ActionScript.3.0.Cookbook.Oct.2006

Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs with its Flash-based "Rich Internet Applications". Now, new owner Adobe is taking Flash and its powerful capabilities beyond the Web and making it a full-fledged development environment.

在FLEX中写AS脚本的四种方式

在MXML文件中实现ActionScript逻辑的几种方法:最简单的方法,在一个MXML文件中通过组件的事件直接书写简单的逻辑控制,但是并不推荐。
第二种,在MXML文件中定义函数调用,比较适合简单的应用,第三种,把MXML文件和脚本文件分开,便于项目管理,第四种,使用MXML组件方式,更好的封装实现。下面的例子定义了一个tempConverter组件

SWFAddress - Deep linking for Flash

SWFAddress is a small script that sits on top of SWFObject and provides deep linking for Flash websites and applications. In other words it enables the Back, Forward and Reload buttons of the browser and creates unique URLs with page titles that can be sent over email or IM. SWFAddress uses the ExternalInterface functionality introduced in Flash Player 8 and comes with a technique that enables search engine indexing for deep Flash links. It supports the following browsers:

练习使用MovieclipLoader & ProgressBar之下载图片

今日要做一个图片下载的框框。
要求:
1. 可以得知图片的长,宽
2. 可得知图片的下载进度

使用cfqueryparam来改进你的程式

在coldfusionMX 7的时代,如果你还把自己的sql语句停留在cf4或5的时代,那我可以告诉你,你落伍了,在7的时代,我们完全可以使用cfqueryparam来改进我们的程式,如果你问我原因的话,就只有两个,一是安全,二是效率。让我来告诉你why...
很多时候,我们都需要用url来传递参数给sql执行,例如:http://www,yoursite.com?itemID=4
分页:[<<][1][2][3][4][5][6][7][8][9][10][11][12][13][>>]

日历

<< 2009·3 >>

Sun

Mon

Tue

Wen

Thu

Fri

Sat

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

Powered By Z-Blog 1.6 Final Build 60816

关于我们 | 服务项目 | 客户案例 | 联系我们 :: Copyright @ Celesteteam.com