(Internet Security 2008) activation code: D6CD43667B2E56BD7D10 F5FB27987FF6A926D3A4 BC79FEAF086844F21913 0C29107D9ED1B985EF1B
(AntiVirus Security 2008) activation code:5B389228049A156899AF E7BD554B5A7156792F36 66EE85E3672BC0F0776D B06C49D4C3060ED08040
Total Security 2008 activation code: 57E683ECF07BAA56B7F0 68CE6485F3C946D1FEFC 664D2A35D28FA0F7DDA1 74D3F71A3754881D3241
Bitdefender 9 Family (Internet Security 9) activation code:9B501-5F6A1-E804A-DBFB2 7E015-0D871-E6773-902A7 (Professional 9) C883F-918AF-1B2F9-31B86 8AB75-B93C7-D7C2B-87C1A
Bitdefender 10 Family(Internet Security 10) activation code:1CF8405B3C66078A437C 8107CA7590D58FB2B0FB (Antivirus Plus 10) AEAC327DD6632EA1A89B D29D3ADB10A14E2A5840
Continue Reading
NetBeans Refer-a-Friend Promotion
Introduce Friends to the NetBeans IDE, Get a 2GB USB Drive!
The NetBeans IDE has always enjoyed word-of-mouth success—developers tell their friends about how the tool has radically improved their development experience, and then recommend that their friends give the IDE a try. We want you as a new user to be a part of this movement. The good news is: we will reward you for it!
Tell your friends about the NetBeans IDE, and if they download the IDE as a result we send you a 2GB USB drive preloaded with selected NetBeans Documentation, as well as OpenOffice, Sun’s free and popular productivity suite!
Spread the word today about the NetBeans IDE and claim your gift!
http://www.netbeans.org/competition/refer-a-friend/index.html
Continue Reading
This is a translation of a chinese song, i really love this song, it’s so blue.
But i think i am not good translator…
Continue Reading
在网站设计中,我们常常用到用户登陆这一方法,在登陆后,一般的网站都会根据不同的用户来给定不同的页面,在链接到该站的一个新的网页或者打开一张新网页时,我们也会看到用户的信息能够被记住,现在尤其常用的是,登陆后链接或打开该站的其它网页都会看到诸如”XXX,晚上好”之类的问候语,这些当然都是在登陆后变量传送的结果,在我做个人主页的过程中,曾尝试几种变量传送的方法,现写出来与大家探讨一下。 [...]
Continue Reading
The use of JavaScript to pass variables through the URL in HTML Pages
Posted on 15. Feb, 2009 by Yao Yuan.
Example code
[...]
Continue Reading
In PHP 4.2.0 and later, the default value for the PHP directive register_globals is off. This is a major change in PHP. Having register_globals off affects the set of predefined variables available in the global scope. For example, to get DOCUMENT_ROOT you’ll use $_SERVER['DOCUMENT_ROOT'] instead of $DOCUMENT_ROOT, or $_GET['id'] from the URL http://www.example.com/test.php?id=3 instead of $id, or $_ENV['HOME'] instead of $HOME.
For related information on this change, read the configuration entry for register_globals, the security chapter on Using Register Globals , as well as the PHP » 4.1.0 and » 4.2.0 Release Announcements.
Using the available PHP Reserved Predefined Variables, like the superglobal arrays, is preferred [...]
Continue Reading
(Talking)This goes out to someone that was Once the most important person in my life 曾经她是我生命中最重要的一个人 [...]
Continue Reading
什么叫作变量的变量?根据PHP手册,变量的变量是指取得一个变量的值并把它作为另一个变量的变量名。这表述显得相当的直接,容易和那些在一个句子中使用 “变量”这个词弄混淆。给一个简单的例子,你定义一个变量 — x 等于 this — 然后定义一个变量的变量,意味着你把 x 的值作为新变量的名,在这个例子中,这个新变量的值是 is cake。用PHP来表示如下: [...]
Continue Reading
就像大部份的结构化程序,有所谓的全局变量与局部变量,php 在这方面也是有相同的处理方式。 [...]




