以前老是用别人制作的启动光盘,现在自己制作才知道其中的幸苦= =|||
单单是不断的用虚拟机测试,就搞得我一个头两个大。。。
不过,经过一整天的努力,还是勉强做出了一个还能用的作品~先发个预览图让大家瞧瞧~
嘿嘿~死亡笔记的字体~很难懂吧~o(∩_∩)o...哈哈,主要是一些基本的工具都集成了,包括了两个XP的系统安装~一个ghost和一个安装版~
easyboot这玩意儿还是很容易掌握的,至于做引导文件和iso合并等等的技术还真的得好好研究咯~
= =
继续阅读...
狼的世界。。。没有眼泪。。。只有说不出的伤悲。。。~
文件 VideoAccessCodecInstall.exe 接收于 2007.10.18 15:33:50 (CET) | |||
反病毒引擎 | 版本 | 最后更新 | 扫描结果 |
AhnLab-V3 | 2007.10.18.0 | 2007.10.17 | - |
AntiVir | 7.6.0.27 | 2007.10.18 | - |
Authentium | 4.93.8 | 2007.10.17 | - |
Avast | 4.7.1051.0 | 2007.10.17 | - |
AVG | 7.5.0.488 | 2007.10.18 | Downloader.Zlob |
BitDefender | 7.2 | 2007.10.18 | - |
CAT-QuickHeal | 9.00 | 2007.10.18 | TrojanDownloader.Zlob.gen |
ClamAV | 0.91.2 | 2007.10.17 | Trojan.Dropper-2557 |
DrWeb | 4.44.0.09170 | 2007.10.18 | - |
eSafe | 7.0.15.0 | 2007.10.15 | - |
eTrust-Vet | 31.2.5220 | 2007.10.18 | - |
Ewido | 4.0 | 2007.10.18 | - |
FileAdvisor | 1 | 2007.10.18 | - |
Fortinet | 3.11.0.0 | 2007.10.18 | - |
F-Prot | 4.3.2.48 | 2007.10.18 | - |
F-Secure | 6.70.13030.0 | 2007.10.18 | - |
Ikarus | T3.1.1.12 | 2007.10.18 | - |
Kaspersky | 7.0.0.125 | 2007.10.18 | - |
McAfee | 5143 | 2007.10.17 | - |
Microsoft | 1.2908 | 2007.10.18 | TrojanDownloader:Win32/Zlob |
NOD32v2 | 2601 | 2007.10.18 | - |
Norman | 5.80.02 | 2007.10.18 | - |
Panda | 9.0.0.4 | 2007.10.18 | - |
Prevx1 | V2 | 2007.10.18 | - |
Rising | 19.45.32.00 | 2007.10.18 | - |
Sophos | 4.22.0 | 2007.10.18 | Troj/Zlobar-Fam |
Sunbelt | 2.2.907.0 | 2007.10.18 | - |
Symantec | 10 | 2007.10.18 | - |
TheHacker | 6.2.9.097 | 2007.10.18 | - |
VBA32 | 3.12.2.4 | 2007.10.17 | - |
VirusBuster | 4.3.26:9 | 2007.10.17 | - |
附加信息 | |||
File size: 101548 bytes | |||
MD5: cdb36e56c94ee835580979400374f3b6 | |||
SHA1: 176f7beb5d02e2be66e9fa3ad6c19b06944a6e9f |
$a="a";
$b="3.56";
$c=$a*$b;
if ($a <="99999999999" and $a>="0")
{
if ($c <="499" and $c >="0")
{echo $a."dollar"."="."RM".$c;}
elseif($c <="549" and $c >="500")
{echo $a."dollar"."="."RM".(($c*(1/100))+$c);}
elseif($c <="649" and $c >="550")
{echo $a."dollar"."="."RM".(($c*(2/100))+$c);}
elseif($c <="799" and $c >="650")
{echo $a."dollar"."="."RM".(($c*(5/100))+$c);}
elseif($c <="999" and $c >="800")
{echo $a."dollar"."="."RM".(($c*(8/100))+$c);}
elseif($c <="99999999999" and $c >="1000")
{echo $a."dollar"."="."RM".(($c*(12/100))+$c);}
}
else
echo "fuck U";
?>
Windows自动启动程序十大藏身之处.上面提到了很多自动启动程序的方法,很多都是木马的启动方式哦~
Windows启动时通常会有一大堆程序自动启动。不要以为管好了“开始→程序→启动”菜单就万事大吉,实际上,在Windows XP/2K中,让Windows自动启动程序的办法很多,下文告诉你最重要的两个文件夹和八个注册键。
一、当前用户专有的启动文件夹
这是许多应用软件自动启动的常用位置,Windows自动启动放入该文件夹的所有快捷方式。用户启动文件夹一般在:\Documents and Settings\<用户名字>\「开始」菜单\程序\启动,其中“<用户名字>”是当前登录的用户帐户名称。
二、对所有用户有效的启动文件夹
这是寻找自动启动程序的第二个重要位置,不管用户用什么身份登录系统,放入该文件夹的快捷方式总是自动启动——这是它与用户专有的启动文件夹的区别所在。该文件夹一般在:\Documents and Settings\All Users\「开始」菜单\程序\启动。
三、Load注册键
介绍该注册键的资料不多,实际上它也能够自动启动程序。位置:
HKEY_CURRENT_USER\Software\Microsoft\WindowsNT\ CurrentVersion\Windows\load。
四、Userinit注册键
位置:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\
Winlogon\Userinit。这里也能够使系统启动时自动初始化程序。通常该注册键下面有一个userinit.exe,但这个键允许指定用逗号分隔的多个程序,例如“userinit.exe,OSA.exe”(不含引号)。
五、Explorer\Run注册键
和load、Userinit不同,Explorer\Run键在HKEY_CURRENT_USER和
HKEY_LOCAL_MACHINE下都有,具体位置是:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
Explorer\Run,和HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
\CurrentVersion\Policies\Explorer\Run。
六、RunServicesOnce注册键
RunServicesOnce注册键用来启动服务程序,启动时间在用户登录之前,而且先于其他通过注册键启动的程序。RunServicesOnce注册键的位置是:
HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\RunServicesOnce,
和HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\RunServicesOnce。
七、RunServices注册键
RunServices注册键指定的程序紧接RunServicesOnce指定的程序之后运行,但两者都在用户登录之前。RunServices的位置是:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices,和
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ CurrentVersion\RunServices。
八、RunOnce\Setup注册键
RunOnce\Setup指定了用户登录之后运行的程序,它的位置是:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ RunOnce\Setup,
和HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\RunOnce\Setup。
九、RunOnce注册键
安装程序通常用RunOnce键自动运行程序,它的位置在
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce和
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce。
HKEY_LOCAL_MACHINE 下面的RunOnce键会在用户登录之后立即运行程序,运行时机在其他Run键指定的程序之前。HKEY_CURRENT_USER下面的RunOnce 键在操作系统处理其他Run键以及“启动”文件夹的内容之后运行。如果是XP,你还需要检查一下
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ CurrentVersion\RunOnceEx。
十、Run注册键
Run是自动运行程序最常用的注册键,位置在:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run,和
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run。
HKEY_CURRENT_USER下面的Run键紧接HKEY_LOCAL_MACHINE下面的Run键运行,但两者都在处理“启动”文件夹之前。
timeout=30
default=multi(0)disk(0)rdisk(0)partition(3)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="[1;32mMicrosoft [1;34mWindows [1;33mXP
Professional" /NOEXECUTE=OPTIN /FASTDETECT
c:\Avldrxp.bin="[1;36mAvlgo - PELDR" /noguiboot
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="[1;31mMicrosoft [1;33mWindmows [1;35mSermver 2003" /noexecute=optout /fastdetect
c:\1.bin="[1;37mMS-DOS"
昨天才介紹過一款「Shock Aero」桌面工具,可以在XP中模擬Vista的Flip3D視窗切換特效。
剛剛看到有朋友留言推薦另外一款類似的工具:「Winflip」,並且認為它的功能似乎更勝於
Vista內建的Flip3D;二話不說,我當然是立刻找來試用看看,結果發現Winflip果然是一款非
常值得推薦的桌面工具,不僅擁有很漂亮的3D特效,而且還可以依據硬體效能調整特效品
質,程式本身非常的小巧,占用資源也比Shock Aero更少。
Winflip官方網站:http://www.tokyodownstairs.com/
Winflip 0.41官方鏡像網站:http://winflip.stylekings.de/
非常感謝那位網友的推薦,不過也如他所說,目前Winflip的日文官方網站無法連上,可以到
由另一位網友「Oneroan」提供的Winflip0.41官方鏡像網站下載。下載後直接解壓縮,執行
裡面的「winflip.exe」即可。這是一個免安裝程式,如果你想要開機啟動,就將其捷徑複製
到【開始功能表】→【啟動】。執行後用﹝Win﹞+﹝Tab﹞來啟動3D視窗切換的特效,用﹝
Win﹞+﹝Shift﹞+﹝Tab﹞則可以向後切換;另外到WInflip右下角的系統列圖示上,點擊滑鼠
右鍵,可以在【texture quality】中切換貼圖品質,在【anti-alias】中切換反鋸齒等級,如果
你覺得3D切換速度太慢可以勾選【Drop frame when slow】。
Winflip在【Option】中也有比較多可以調整的細節,例如可以設定快捷鍵、設定切換時是否
要將桌面放入切換列表中。如果在「Key operations」中勾選「Enable the quick flip」,那麼
切換時每個3D視窗左下角會出現一個英文字母編號,按住﹝Win﹞加上相應的英文字母,就
可以直接將該視窗提到最前面。Winflip看起來確實是款優秀的Vista Flip3D模擬工具,有興趣
的朋友可以玩玩看。
-------------2007年09月29日補充------------------------
異塵行者註:以下為網友across的補充:
以下的winflip進階用法,相信站主、網友已經知道了
,不過可以給路過且第一次看到的人看:
winflip不只可以輕易的在xp上作到Flip3D視窗切換特效,更好的是有滑鼠手勢,這功能切換
視窗可以更「懶」。
首先在「滑鼠設定」啟用滑鼠,如果比較不「懶」的人,就用畫一圈的,記得敏感度往左調,
若把游標轉一圈的話,Flip3D就跑出來了。當然也可用點選桌面邊緣或使用中鍵方式(這是
最懶的)。如果怕中鍵已經設定了其他功能,就使用其他二種方法其中之一。
若搭配使用滑鼠手勢的瀏覽器更有一整個流暢感。
感謝介紹了個好軟體。
異塵行者註:呵呵,其實我並沒有發現有這個好功能,非常感謝across 的提供。
使用者只要到【Option】→「Mouse Operations」中即可設定滑鼠手勢,「Mouse gesture」就
是用滑鼠順時針(Clockwise)或逆時針(Counter clockwise)方向畫圓圈,來開啟Winflip功
能,下方拉桿調整敏感度,越往左越敏感;如果是勾選「Click the edge of desktop」,就可以
點擊桌面邊緣來打開Winflip;也可以勾選「Click the middle button」,那麼點擊滑鼠中鍵就
會打開Winflip。
---------------------網友zop補充----------
這軟體本身有繁體中文,在系統列圖示上按右鍵,第一個language裡有繁體中文可以選。
異塵行者註:0.40b還沒有,0.41加入了繁體中文,透過網友的補充,這個軟體的介紹越來越
豐富了。
<style type='text/css'>
#indicator {position:fixed;z-index:1000;padding:15px 0;top:40%;background-color:#FFFFFF;border:1px solid #AAAAAA;width:176px;left:50%;margin-left:-88px;text-align:center;}
#search-result {border:1px solid #AAAAAA;padding:10px;padding-bottom:30px;font-size:85%;}
.search-result-meta {background:#EFEFEF;padding:2px;}
.search-result-meta img {border-width:0;vertical-align:text-bottom;}
.search-title {font-size:1em;padding-bottom:3px;font-weight:bold;text-align:left;text-decoration:underline;}
.search-cat {display:block;padding:3px;font-size:1em;margin-top:5px;margin-bottom:5px;border-bottom:1px solid #C0C0C0;font-weight:bold;}
.search-close {color:silver;float:right;border:1px solid #F5F5F5;margin-top:10px;cursor:pointer;}
.search-result-nav {font-size:1.4em;font-weight:bold;padding:5px 0pt;text-align:center;}
</style>
<script type='text/javascript' src='http://ggpi.googlecode.com/files/prototype.js' />
<script type='text/javascript'>
//<![CDATA[
// User customisable parameters
// ----------------------------
//maxresults - 设置一页标签做多显示的文章数
// navFlag - 是否打开标签翻页功能.
// feedLabel - 描述你的标签RSS的文字.
// catLabel - 描述你的标签的文字.
// closeLabel - 描述关闭按钮的文字.
var maxresults = 5;
var navFlag = 1; //ON by default
var feedLabel = "Subscribe to" ;
var catLabel = "Sorted into:";
var closeLabel = "Click to close";
//]]>
</script>
<script type='text/javascript' src='http://ggpi.googlecode.com/files/ajaxlabels.js' />
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a>
<b:loop values='data:post.labels' var='label'>
<a href='#sres' expr:onclick='"javascript:getCat(\"" + data:label.name + "\",null)"' rel='tag'><data:label.name/></a>
<b:loop values='data:post.labels' var='label'>
<a href='#sres' expr:onclick='"javascript:getCat(\"" + data:label.name + "\",null),scroll(0,0)"' rel='tag'><data:label.name/></a>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a href='data:label.url'><data:label.name/></a>
</b:if>
<b:if cond='data:blog.url == data:label.url'>
<data:label.name/>
<b:else/>
<a href='#sres' expr:onclick='"javascript:getCat(\"" + data: label.name + "\",null)"' ><data:label.name/></a>
</b:if>
<div id="indicator" style="display:none"><img alt="Indicator" src="http://bloggerhacked.googlepages.com/indicator.gif"/> Loading...</div><div id="search-result" style="display:none"><a name="sres"></a><div class="search-close" onclick="javascript:Element.hide('search-result')"><script type="text/javascript">document.write(closeLabel);</script></div><div id="show-result"></div><div class="search-close" onclick="javascript:Element.hide('search-result')"><script type="text/javascript">document.write(closeLabel);</script></div></div>
<div id="indicator" style="display:none"><img alt="Indicator" src="http://bloggerhacked.googlepages.com/indicator.gif"/> Loading...</div><div id="search-result" style="display:none"><a name="sres"></a><div class="search-close" onclick="javascript:Element.hide('search-result');Element.show('Blog1');"><script type="text/javascript">document.write(closeLabel);</script></div><div id="show-result"></div><div class="search-close" onclick="javascript:Element.hide('search-result');Element.show('Blog1');"><script type="text/javascript">document.write(closeLabel);</script></div></div>
http://ggpi.googlecode.com/files/ajaxlabels.js
http://gggpie.googlepages.com/ajaxla.js
</head>
之前。
<b:if cond='data:blog.pageType == "item"'>
<style type='text/css'>
span.fullpost {display:inline;}
</style>
<b:else/>
<style type='text/css'>
span.fullpost {display:none;}
</style>
</b:if>
<script type='text/javascript'>
function hidePost(PostId,PostUrl) {
var Post = document.getElementById("hidePost-"+PostId);
var PostContent = Post.innerHTML ;
if(PostContent.indexOf("class=\"fullpost\"")!=-1){
Post.innerHTML="<br/><div><a href='"+PostUrl+"'> 詳見全文... </a></div>";
}else{
Post.innerHTML="";
}
}
</script>
<div class='post-header-line-1'/>
<div style='clear: both;'/> <!-- clear for photos floats --></div>
<div class='post-header-line-1'/>
<div class='post-body'>
<b:if cond='data:blog.pageType == "item"'>
<data:post.body/>
<b:else/>
<data:post.body/>
<span expr:id='"hidePost-" + data:post.id'><data:post.body/></span>
<script type='text/javascript'>
hidePost('<data:post.id/>','<data:post.url/>');
</script>
</b:if>
<div style='clear: both;'/> <!-- clear for photos floats --></div>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
</span>
</b:if>
<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
</span>
</b:if>
文章摘要的部分
<span class="fullpost">這裡是要隱藏的部分</span>
原文链接:十个不容错过的Blogger模版 http://www.topdig.net/blog/archives/520
Blogger恐怕是目前中国博客轻量级小虾们的主要选择,去年blogger反反复复折腾了几次,几乎是国人博主们失去了信心,但是终究blogger还是回来,目前是稳定的,我们也祈祷它能够永久稳定,不要再次被封被杀。一年前 我是一直用blogger的,因此直到现在我还是对blogger的相关资讯很关注,很多博主苦于找不到合适的模版, 我根据我以往的经验和收集的最新第一手资料,总结了以下十大blogger不能不看的精品模版。如果大家有更多更好的补充,请大家在评论中提出给大家分享。
A two hours work gave the following Ten incredible Fantastic Blogger Templates. I cannot expect more just enjoy your blogging. If you have any cool template which is not included in this post please reply and let me know. Thanks.
1、Neo中文版是我极力推荐的,也是我最喜欢的一个。作者刚刚免费放出了这个原价10美金的模版,非常的出色。看看 我的Demo。同时感谢Guradian, GG的汉化。Neo中文版 is one of the best templates. It used to be a $10 commercial template, but now it is opened for anyone. Check the Demo。
模版代码下载:Neo中文版 Neo eng-version (< download)
2、Foliage 顶部资讯栏目可下拉展开,这是这个模版最大的特色,也是最吸引我的地方。 Foliage can outspread on the top, which is the most interesting story.
模版代码下载:Foliage (< download)
3、 Artica 是一款非常清新的模版,给读者一种说不出的清爽,我个人推荐使用。The reason I include Artica here is because this template is unbelievable cool.
模版代码下载:Artica (< download)
4、 Nyoba 780 灰白相间的版面,流行的三列设计,有点也不用我多说了,喜欢的朋友就试试吧。Nyoba 780 has three columns and grey and white are prefectly matching with each other.
模版代码下载:Nyoba 780 (< download)
5、The city 摩登的设计,透明的居中列,使整个风格透着一种灵气,这是 我最喜欢的版面设计之一。Do you like the transparent column of The city .
模版代码下载: The city (Downright 30 是追求简约的风格,黑白格局,传统版面,过人之处需要您去发掘。 Downright 30 , pretty much simple, pretty much cool.模版代码下载:Downright 30 ( Green marinee 三列系列,green款是我最中意的一个,当然您也可以选择它的其他颜色款项。Another three column template Green marinee has a serial colors. The green is my favorate.
模版代码下载:Green marinee ( Hemingway 的名气可大了。TD blog就是使用了基于wordpress平台的hemingway主题,现在这个主题已经扩展到了blogger模版。No one do not know Hemingway . I wouldnot talk too much about this. 模版代码下载:Hemingway ( Thisaway 同样是三列设计,清新的版面样式非常的养眼。TD blog推荐。Blue Thisaway becomes three column. Do you like it?模版代码下载: Thisaway (TopDig-3C 也顺便推荐给大家,这个模版本身很不完善,缺陷较多,希望有人有时间能够完善它,本人不保留版权。The last one, not the best one to fit here, is Beach, which has a whole transparent theme. Just have a try if you are interested in.
模版代码下载:Beach (< download)
模版代码下载: TopDig-3C (<>
本文由TD blog编辑发布中英对照,转载请保留链接。 Composed by TD blog, Donot remove this link.
文件 MicrosoftPowerPoint.exe 接收于 2007.10.07 06:41:45 (CET) | |||
反病毒引擎 | 版本 | 最后更新 | 扫描结果 |
AhnLab-V3 | 2007.10.6.0 | 2007.10.05 | Win32/Muha.worm.462050 |
AntiVir | 7.6.0.20 | 2007.10.05 | DR/Agent.aoe.1 |
Authentium | 4.93.8 | 2007.10.05 | is a security risk or a \"backdoor\" program |
Avast | 4.7.1051.0 | 2007.10.06 | Win32:Agent-HYM |
AVG | 7.5.0.488 | 2007.10.06 | Worm/Small.2.F |
BitDefender | 7.2 | 2007.10.07 | Trojan.Agent.AACH |
CAT-QuickHeal | 9.00 | 2007.10.06 | Worm.Muha.a |
ClamAV | 0.91.2 | 2007.10.07 | Trojan.Mozban |
DrWeb | 4.44.0.09170 | 2007.10.06 | Win32.HLLW.Offring |
eSafe | 7.0.15.0 | 2007.10.04 | Win32.Trojan |
eTrust-Vet | 31.2.5190 | 2007.10.06 | Win32/AHKHeap.A |
Ewido | 4.0 | 2007.10.06 | - |
FileAdvisor | 1 | 2007.10.07 | High threat detected |
Fortinet | 3.11.0.0 | 2007.10.07 | Misc/AutoHotKey |
F-Prot | 4.3.2.48 | 2007.10.06 | W32/Worm!adbb |
F-Secure | 6.70.13030.0 | 2007.10.06 | Worm.Win32.Muha.a |
Ikarus | T3.1.1.12 | 2007.10.07 | Worm.Win32.Muha.a |
Kaspersky | 7.0.0.125 | 2007.10.07 | Worm.Win32.Muha.a |
McAfee | 5135 | 2007.10.05 | W32/AHKHeap |
Microsoft | 1.2908 | 2007.10.07 | - |
NOD32v2 | 2576 | 2007.10.07 | Win32/AHKHeap.A |
Norman | 5.80.02 | 2007.10.05 | Smalltroj.BHFI |
Panda | 9.0.0.4 | 2007.10.06 | W32/AHKHeap.A.worm |
Prevx1 | V2 | 2007.10.07 | - |
Rising | 19.43.50.00 | 2007.10.06 | Trojan.Win32.Agent.aoe |
Sophos | 4.22.0 | 2007.10.06 | W32/AHKHeap-A |
Sunbelt | 2.2.907.0 | 2007.10.06 | - |
Symantec | 10 | 2007.10.07 | Trojan.Dropper |
TheHacker | 6.2.6.078 | 2007.10.06 | W32/Muha.a |
VBA32 | 3.12.2.4 | 2007.10.05 | Worm.Win32.Muha.a |
VirusBuster | 4.3.26:9 | 2007.10.06 | Worm.DR.Muha.C |
Webwasher-Gateway | 6.0.1 | 2007.10.05 | Trojan.Agent.aoe.1 |
附加信息 | |||
File size: 462050 bytes | |||
MD5: 4f30003916cc70fca3ce6ec3f0ff1429 | |||
SHA1: 7a12afdc041a03da58971a0f7637252ace834353 | |||
Bit9 info: http://fileadvisor.bit9.com/services/extinfo.aspx?md5=4f30003916cc70fca3ce6ec3f0ff1429 |
Google Blogger在中国可谓多灾多难,今天八月份解封后在国内引起很大反响,BlogSpot的中文用户数猛增,对于这样一个功能强大而且速度飞快的免费Blog空间,获得中国用户的青睐也是理所当然的。然而可惜的是,今年十月份BlogSpot再次无法访问,不过今天BlogSpot忽然又访问正常,不得不令人慨叹世事多变啊。
既然BlogSpot已经可以访问了,我这里就收集一些BlogSpot的模版,来源于the ultimate blog template list,大家可以继续倒腾自己的BlogSpot了。
Gmail的 巨大成功,在很大程度上归功于广泛的应用程序、浏览器插件、风格、脚本等资源。然而Google自身对这些开发者所开发的非官方插件采取了视而不见的消极 态度,甚至指责这些插件可能会违反Google的服务条款。其实Google的明智之举,应该是高度宽容这些第三方的应用程序,这些应用程序只会帮助 Gmail赢取用户的心,因此,我们就四处搜集到10个非官方却很有价值的Gmail插件,这些插件会使Gmail更好用。
十大非官方Gmail插件列表:
10. 拖拽方式附件上传(Firefox)
9. Gmail This bookmarklet (所有浏览器)
8. 导入旧邮件到Gmail (Windows/Linux)
7. 检查多个Gmail帐户(Firefox)
6. Gmail加密(Firefox)
5. Gmail皮肤(Firefox extension)
4. Saved Searches (Firefox)
3. Gmail宏(Firefox)
2. 交谈预览(Firefox)
1. GmailDrive文件管理(Mac/Windows/Firefox)
Recent 6-15, total: 117. >>