crossz

Archive for the ‘google’ Category

Title bar for blogspot

In google, howto on April 13, 2008 at 2:42 pm

1.Goto http://www.dynamicdrive.com/style to pick up one style you fancy. Click it, of course, then.

2.There are two parts of codes come to you, one is the CSS codes used to feed BLOGGER DASHBOARD-LAYOUT-EDIT TEMPLATE.
Search “</head>”, put the CSS codes just before that. Save the template.

3.The other codes is for BLOGGER DASHBOARD-LAYOUT-PAGE ELEMENT.
From “Add a Page Element” select HTML/Javascript, feed those codes there without title. Save it.

4.You are almost there, but be careful in the step 2, because the CSS uses some images as button background, where relative url is used for the allocations of those images. Even if you hacked where those stored, namely absolute url, some time those images is not accessible. So my solution is use some photo album service, such as Picasaweb, which can provide absolute url of your photos. Then use this url to replace those relative ones in that CSS codes. Done.

label feeds for Blogspot

In google on April 11, 2008 at 12:56 am
here is how you can get your own label feeds on Blogger blogs.

If you have a Blogspot blog:

http://blogname.blogspot.com/feeds/posts/default/-/labelname

Just be sure to change blogname to match your blog. The labelname is what appears in the URL of your blog label page.

Example URL: http://googleblog.blogspot.com/search/label/personalization

Example Feed: http://googleblog.blogspot.com/feeds/posts/default/-/personalization

If you host your own blog:

http://www2.blogger.com/feeds/blogid/posts/default/-/labelname

The trick here is that you need to find your blog id. To do this,
login to your Blogger dashboard and click on the new post link. In the
URL bar your blog ID will show up and it’ll look something like
this:

http://www.blogger.com/post-create.g?blogID=1234567980123456789

Example URL: http://www.yourblog.com/label/personalization

Example Feed: http://www2.blogger.com/feeds/1234567980123456789/posts/default/-/personalization

If you have spaces in your label, your feed URL would look like the following.

Example URL: http://googleblog.blogspot.com/search/label/policy%20and%20issues

Example Feed: http://googleblog.blogspot.com/feeds/posts/default/-/policy%20and%20issues

or

Example URL: http://www.yourblog.com/label/policy%20and%20issues

Example Feed: http://www2.blogger.com/feeds/1234567980123456789/posts/default/-/policy%20and%20issues

Requirements

Yes, there is one requirement and that is that feeds are enabled for
your blog. It should go without saying, but I thought I’d share.

label feeds for Blogspot

In google on April 11, 2008 at 12:56 am
here is how you can get your own label feeds on Blogger blogs.

If you have a Blogspot blog:

http://blogname.blogspot.com/feeds/posts/default/-/labelname

Just be sure to change blogname to match your blog. The labelname is what appears in the URL of your blog label page.

Example URL: http://googleblog.blogspot.com/search/label/personalization

Example Feed: http://googleblog.blogspot.com/feeds/posts/default/-/personalization

If you host your own blog:

http://www2.blogger.com/feeds/blogid/posts/default/-/labelname

The trick here is that you need to find your blog id. To do this,
login to your Blogger dashboard and click on the new post link. In the
URL bar your blog ID will show up and it’ll look something like
this:

http://www.blogger.com/post-create.g?blogID=1234567980123456789

Example URL: http://www.yourblog.com/label/personalization

Example Feed: http://www2.blogger.com/feeds/1234567980123456789/posts/default/-/personalization

If you have spaces in your label, your feed URL would look like the following.

Example URL: http://googleblog.blogspot.com/search/label/policy%20and%20issues

Example Feed: http://googleblog.blogspot.com/feeds/posts/default/-/policy%20and%20issues

or

Example URL: http://www.yourblog.com/label/policy%20and%20issues

Example Feed: http://www2.blogger.com/feeds/1234567980123456789/posts/default/-/policy%20and%20issues

Requirements

Yes, there is one requirement and that is that feeds are enabled for
your blog. It should go without saying, but I thought I’d share.

google search tricks

In google, howto on January 16, 2008 at 3:19 pm
1.thekeywords site:thewebsite
Things can be found just on the specific web site.

2.intitle:index of filename
If you want to find some mpeg files, then use “intitle:index of mpeg”, google will return some index of mpeg files web address, some of them are just like ftp file lists.

Powered by ScribeFire.

中国访问blogspot的方法

In google, howto on November 22, 2007 at 1:32 pm

Crossonline below is my Blog ID, just change it to yours, it will work. Anything wrong, please comment to let me know, thanks.

  • pkblogs.com/crossonline
  • inblogs.net/crossonline
  • 更改C:\WINDOWS\system32\drivers\etc\hosts,添加 72.14.219.190 crossonline.blogspot.com
  • 最近部分地区的电信好像是又把blogspot.com给封了,至少在极速客那里很多人反应,河北网通这里还是好好的,可以正常访问。不过看到极速客提供的比较费神费力的修改Hosts的方法,我很乐意分享一下我是怎样访问被封杀的blogspot的。首先打开Notepad(或者其他的编辑器),写入如下内容:
    function FindProxyForURL(url,host){if(dnsDomainIs(host, ".blogspot.com")){    return "PROXY 72.14.219.190:80";}}

    另 存为proxy.pac到C盘的根目录下,以Firefox为例,打开Firefox,依次点击Tools->Options-> Advanced->Network->Settings…->选中Automatic proxy configuration URL,在下面填写:

    file:///C:/proxy.pac

    ,再点Reload,再点Ok,一路 Ok下去,就可以了。这个方法的巧妙之处(其实一点都不巧妙啦)就在于不用像极速客介绍的那样修改一堆有的没的的Hosts,只要一个“.”就保证了所有 blogspot的子域名可以没有限制的访问(内含GFW关键字的除外),嗯,Enjoy。

    P.S. Linux用户应该不需要Linux版本了吧,照葫芦画瓢对与Linux用户来说应该是再简单不过了,XD

    下面有朋友提到WordPress.com可不可以通过这种方式访问,回答是:当然可以!只需要把proxy.pac用记事本打开,修改为

    function FindProxyForURL(url,host){if(dnsDomainIs(host, ".blogspot.com")){    return "PROXY 72.14.219.190:80";}if(dnsDomainIs(host, ".wordpress.com")){    return "PROXY 72.232.101.41:80";}}

    然 后保存,重启浏览器就可以了。这个原理是利用了该域名的多服务器的特征,每个服务器对应一个IP,GFW只是封杀了其中的一个IP地址,默认的那个,其他 的还是好好的,所以可以用这种方法进行访问,但也取决于网站本身,比如vox.com之前还支持,后来其IP地址为“204.9.178.110”的服务 器修改了设置,所以上方法就不能用了。以此类推,同志们还可以去Hack一下Technorati等等其他好的网站的其他服务器的IP地址,这样照着修改 一下就能畅通无阻的访问了。此致,敬礼。

######################################
flickr的访问:
使用firefox和其插件access flickr.

gMOVE series

In google on November 19, 2007 at 3:38 pm

Google has recently updated the migration tools from Google Apps to “move email from anywhere – not just IMAP systems – to the Premier, Education or Partner Editions of Google Apps.” An example of solution that uses the API is gMOVE from LimitNone, a tool that migrates your email, contacts and calendars from Outlook to Google Apps. gMOVE also migrates the tasks from Outlook to an iGoogle gadget.

The tool costs $19 and it works with any Google Apps account. If you post an insightful comment that explains why do you want to migrate from Outlook to Google Apps, you could get gMOVE for free. Don’t forget to include your email address so I can contact you.

LimitNone also has a free tool that lets you move from a Gmail account to another Gmail account or to Google Apps: it transfers your messages, filters, contacts and calendar events.


Blogged with Flock

gMOVE series

In google on November 19, 2007 at 3:38 pm

Google has recently updated the migration tools from Google Apps to “move email from anywhere – not just IMAP systems – to the Premier, Education or Partner Editions of Google Apps.” An example of solution that uses the API is gMOVE from LimitNone, a tool that migrates your email, contacts and calendars from Outlook to Google Apps. gMOVE also migrates the tasks from Outlook to an iGoogle gadget.

The tool costs $19 and it works with any Google Apps account. If you post an insightful comment that explains why do you want to migrate from Outlook to Google Apps, you could get gMOVE for free. Don’t forget to include your email address so I can contact you.

LimitNone also has a free tool that lets you move from a Gmail account to another Gmail account or to Google Apps: it transfers your messages, filters, contacts and calendar events.


Blogged with Flock

intitle:"index.of"(mp3)anythingyouwant

In google on August 16, 2007 at 11:46 am
intitle:”index.of”(mp3)anythingyouwant

search mp3 or some document with intitle is so efficient.

Powered by ScribeFire.

intitle:"index.of"(mp3)anythingyouwant

In google on August 16, 2007 at 11:46 am
intitle:”index.of”(mp3)anythingyouwant

search mp3 or some document with intitle is so efficient.

Powered by ScribeFire.