Showing posts with label Blog写作. Show all posts
Showing posts with label Blog写作. Show all posts

Thursday, February 28, 2008

add gadget into igoogle and your webpage


Keywords: Gadget, Widget, iGoogle


Gadget is as one small applet, and it can hosted in desktop application or webpage.


Almost google gadgets can applicable for google Desktop and iGoogle. http://www.google.com/ig/directory


Some of them can add in YOUR webpage. http://www.google.com/ig/directory?synd=open



Sunday, January 27, 2008

How to Access MediaMax by using FTP Client

Keywords: MediaMax, FTP


System requirements:


MediaMax FTP Gateway;


MS .net Framework 2.0


Any FTP client


Usage:


Notice, the MediaMax FTP Gateway does not support Secure FTP(SFTP), the actual transfer to MediaMax is made using a secure http link(HTTPS).


Step1, Run MediaMax FTP Gateway.


Step2, Config FTP client, Server: localhost, Port: 21, UserName: your MediaMax UserName, Password: your MediaMax Password


Step3: Config FTP client, Verify the Transfer queue worker is only 1(Maxinum simultaneous transfer value is to 1)

Friday, January 25, 2008

Zoundry blog writer alpha version evaluation

Keywords: Zoundry blog Writer, Zoundry Raven


从forum下载了最新的0.8.185版(code name:Raven), (下载地址http://forums.zoundry.com/viewforum.php?f=11&sid=f678b48d80ee5f7276d6a9248ba20795), 总体感觉, zoundry新版和1.04版相比的变化很大, 几个新特性非常适用:


(1) 支持模板, (2)支持FTP 和google Picasa storage, (3)支持Table的编辑


我认为还缺少一个重要的feature, 就是不支持proxy setting.

Tuesday, January 15, 2008

Register blogs in Technorati Profile


Keywords: Technorati Profile


今天在Technorati 为我的几个blogspot注册了Profile.


下面是有关Technorati的介绍



More than a directory, Technorati is a community of users who search and tag blog content. Be sure to "claim" your blog so you can take advantage of the stats, news and publicity. Technorati also provides widgets for your sidebar - blog search and "which blogs link here?"




Technorati :

Technorati Profile for Wadeliu2008.blogspot.com


Technorati Profile


How to remove or rename label of blogspot


Keywords: Blogspot, label management


通过Zoundry可以很方便的为blogspot增加label, 但是要在Zoundry中无法直接删除blogspot的label, 要想彻底删除label, 需要登录到你的blogger的dashboard中. 在Edit Posts管理界面上, 按照下面的步骤进行.


1) 在左边的Labels列表区域中, 选择要删除的label


2)在右边的Posts 管理区域的顶部, 有select AllNone两个超链接, 点击All.


3)在右边的Posts 管理区域的顶部, 点击Label Actions下拉框, 会发现有2组Label管理item, 一组是Apply Label, 另一组是Remove Label.


4.i) 如果想将原有的Label删除, 可以在Label Actions下拉框的Remove Label组下选择你想删除的Label就可以了.


4.ii) 如果想将原有的Label重命名, 可以先在Label Actions下拉框的Apply Label组下选择New Label, 创建新的Label, 然后在删除原有的Label.


Monday, January 7, 2008

how to reserve code format in blogspot


Keywords: code format, blogspot, C#, java, SQL code


How to reserve format for code block In blogspot? Today I found 3 webs can help us.


1. The simple way



1.1. Goto the http://formatmysourcecode.blogspot.com/ ,


1.2. Insert our code into the textbox of top region


1.3. Click to button "Format Text"


1.4. Copy the html text into your blog editor.



Visit the following blog, we can find the javascript and know it how to work.


http://ghouston.blogspot.com/2006/02/about-format-my-source-code.html



2. The more powerful way(need update template html to apply css)



Goto the http://www.manoli.net/csharpformat/


how to apply css, refer the http://thinkode.blogspot.com/2007/12/code-formatting-with-blogger.html


Highlight显示source code的设置步骤如下:


2.1. 到www.manoli.net网站下载 csharp.css文件


2.2. 到http://pages.google.com/为blogspot站点开一个web站点, 在该站点保存csharp.css文件,纪录css文件的地址, 比如 http://wadewindows.googlepages.com/csharp.css


2.3. 登录blogspot的dashboard, 进入template/Edit Html的编辑框中, 在head tag中增加一行 <link href='http://wadewindows.googlepages.com/csharp.css' rel='stylesheet' type='text/css'/>


2.4. 设置完毕.


2.5 在blog中发布sourcecode的方法: 访问http://www.manoli.net/csharpformat/, copy 你的source code, 它会为你生成对应的html text, 将这些html text 拷贝到你的blog中就可以了.



3. The more powerful way(need update template html to apply css and import javascript), it will support more computer language than way 2.


http://thinkode.blogspot.com/2007/12/code-formatting-with-blogger.html




Wednesday, January 2, 2008

How to visit blogspot in China



Keywords: blogspot, blogger, proxy software, hosts file






If you are going to browse/edit blogspot page by firefox, you can use the method 1,2,3,4,5.


If you will want to edit blogs by using Zoundry blog writer software, you will have to do in method 1,2






1. Using some proxy software.






such as Tor(www.torproject.org), Freegate, Wujie as so on.




2. Change Windows hosts file.






Add some blogspot address entry in the hosts file. The file is in C:windowssystem32driversetc directory.


e.g.


127.0.0.1 localhost


72.14.219.190 wadeliu2008.blogspot.com


72.14.219.190 focusoracle.blogspot.com




3. Edit GGPI group hostwiki.






The URL is http://groups.google.com/group/ggpi/web/hostwiki.




4. Use pkblogs proxy website to redirect the blogspot web.






Pkblogs URL is http://www.pkblogs.com/ , you can visit the website, and input your blogspot url.


Another method is more direct. You can visit the blogspot url by the following format.


eg. http://www.pkblogs.com/wadeliu2008 , please change the bold part by other blogspot address.


这个网站最近不好用了, 我们可以通过http://anonymouse.org/http://www.sureproxy.com/ 等代理网站, 间接地访问blogspot的博客.




5. Set proxy URL script for firefox.






Step1: Create one .pac file, such as c:blogproxy.pac, the file is simple, just is,


function FindProxyForURL(url,host){


if(dnsDomainIs(host,".blogspot.com")){


return "PROXY 72.14.219.190:80";


}


if(dnsDomainIs(host,".blogger.com")){


return "PROXY 72.14.219.190:80";


}


if(dnsDomainIs(host,".wordpress.com")){


return "PROXY 72.232.101.41:80";


}


}




Note: You have not to Uppercase or lowercase the "blogspot.com" string, The function will be work well even though the web address is WadeLiu2008.BLOGspot.cOm.


Step2: In Firefox, open Tools(menu)->Options(menu)->Advanced(tab)->Network(tab)->Connect, Settings(button)->Automatically Proxy Configuration URL(box), enter: c:blogproxy.pac




PS, 72.14.219.190 is another blogspot IP, at present it is not been banned. 72.232.101.41 is another wordpress ip.



Tuesday, January 1, 2008

blogspot的Feed


Keywords: blog, blogspot, Feed


现在blogspot已经支持RSS和Atom两种Feed了, Feed地址也非常简单, 只要在Blog地址后面加上/atom.xml或rss.xml就可以了.


比如我的blog



http://wadeliu2008.blogspot.com/feeds/posts/default










RSS Feed和Atom Feed


Keywords: Feeds, RSS, Atom


一直以来, 对于Blog的Feed都是一知半解的. 今天浏览了一下Feed的Wiki(http://en.wikipedia.org/wiki/Web_feed), 摘抄了几句.


A web feed is a data format used for providing users with frequently updated content. Content distributors syndicate a web feed, thereby allowing users to subscribe to it. Making a collection of web feeds accessible in one spot is known as aggregation, which is performed by an Internet aggregator. A web feed is also sometimes referred to as a syndicated feed.



Aggregator 也叫做 Feed Reader.


Feed目前有RSS和Atom两种流行机制, 其中RSS相对更加流行, 不过RSS的各个版本, 存在兼容性问题, 同时基于RSS的Web Syndication比较复杂. 所以Atom应运而生, Atom是基于XML的.


For Atom and RSS feeds from Wikipedia, see Wikipedia:Syndication.





Monday, December 31, 2007

怎样对blogspot上blog的归类


Keywords: blogspot, category, label


blogspot没有提供category功能, 所以网上流行着很多workaround方法, 比如在blog的template插入html block, 或者通过Del.icio.us提供的bookmark, 间接地实现category功能.


新版的blogspot提供了另一个功能, 可以算是category的一种更好的实现.


Sunday, December 30, 2007

WadeLiu的几个Blog站点





Keywords: blogspot, Oracle, Linux, Windows, Db, Database








最终, 我选择http://www.blogger.com/, 也就是http://www.blogspot.com/ 作为几个blog的host, 主要考虑是Blogspot现在由google拥有, 不会说关闭就关闭, The last but not least, 它先天支持google search服务.








共有5个blog站点, 主要是为了更好的定位和归类. 几个blog的照片都放在WadeLiu2008http://picasaweb.google.comBlogPicture中, 为了有所区分, 不同blog的照片加上不同的前缀, 比如FocusWindows的前缀为Windows_, 主博客的前缀为Wade_. 而不同blog的图书以及代码和程序, 放在对应的MediaMax中.








1.个人blog








blog: http://wadeliu2008.blogspot.com/








mail: WadeLiu2008#gmail.com








Mediamax acccount: WadeLiu2008








2. Oracle技术blog








blog: http://focusoracle.blogspot.com/








mail: WadeOracle#gmail.com, FocusOnOracle#gmail.com






Mediamax acccount: WadeOracle








3. Linux技术blog








blog: http://focuslinux.blogspot.com/








mail: WadeLinux#gmail.com, FocusOnLinux#gmail.com








Mediamax acccount: WadeLinux








4. Windows技术blog








blog: http://focuswindows.blogspot.com/








mail: WadeWindows#gmail.com, FocusOnWindows#gmail.com








Mediamax acccount: WadeWindows








5. 其他Database技术blog








blog: http://focusdatabase.blogspot.com/








mail: WadeDatabase#gmail.com, FocusOnDatabase#gmail.com








Mediamax acccount: WadeDatabase








6. 后备的其他Database技术blog (目前不发布blog)








blog: http://focusdb.blogspot.com/








mail: FocusOnDb#gmail.com








MediaMax: WadeDb







Blog Label Placeholder


Keywords: Label, Placeholder



I add some labels in this blog. The labels will act as categories. The label list will update according to posts' categories.



家庭, 照片, 工作感想, 生活点滴, Blog写作, 个人计划, 职场





Saturday, December 29, 2007

blog写作工具(blogger)


Keywords: Blog Editor, Blog Client, Zoundry, Qumana, google Docs


经过我测试多个Blog Editor, 有两个Blog Editor对Blogger的支持较好!



  1. Zoundry (www.zoundry.com), 目前版本为1.0.4

  2. Qumana (http://www.qumana.com), 目前版本为3.0.1


Plus, 上面两个工具若从Word中Paste一个table,在publish到blog上, 往往layout很难看, 可以用google的Docs服务来辅助完成. 因为blogger是由google拥有, 所以对于blogger上的博客, 还可以通过google的Docs服务来发布blog. http://docs.google.com/


个人强烈推荐Zoundry, 理由:


(1)支持多个blog账户


(2)支持Blogger的Label(即Category)功能


(3)可以指定Blog的发布时刻, 甚至是过去的某个时刻.


(4)支持XHTML编辑, 并有Validate功能


(5)可以用作Blog的数据库备份工具.


缺点是: 仅有Windows版本



Qumana相对于Zoundry来讲, 功能要弱一些, 它有个致命的缺点是不支持Unicode, 下面是它的优点:


(1)界面简单, 操作简单


(2)支持多个blog账号


(3)直接可以使用Qumana Ad服务


(3)有Windows, MacOS, Linux多个版本