Archive

July 2008 archive

Whether the rice micro-sync to your blog

July 10, 2008

With a variety of micro-blog and social networking site more and more, at the same time with multiple micro-blog and social network account is also a very common thing. But in order to manage so many accounts on the very trouble. Therefore, I think of all the micro - blog synchronization.

The principle of a micro-blog updates, and other micro-blog is also updated automatically. Here, I recommend whether the rice, because rice has also supported the binding MSN / GTalk / QQ, SMS, WAP mobile Internet, such as updated information is very convenient to use. Most A main question is, whether of rice bound for mobile phones. I is dynamic card, issued free of charge information ... Secondly recommended sharawadgi askew, as if people did not use any more than rice. Therefore, whether the first meal and MSN / GTalk / QQ, mobile phones, such as binding, then read no rice RSS, and then import into other micro-blog.

Chose to update the main source, this time to have to borrow Feedlr, can be separated by a fixed time, crawl RSS content, updated to the twitter, rice has the same sharawadgi distortion, so an update on the effect of the three at the same time update .

Sign rice not, in my room, where to find RSS information. Copy this link.
rss30111 把饭否同步到你的微博客
And then into Feedlr, in the upper right corner choose to add a New Feed, Fill in the input feed in rice has copied RSS link, choose where in the service you want to update to the micro-blog.

Read more ...

猫言猫语

Only piece of code you can edit any page

July 8, 2008

This is a seemingly ordinary "Sina" news headlines, what is strange? A closer look at?

I do not use photoshop to create such a ridiculous title, only a section of code, you can edit this page Sina, of course, the real page will not be changed. This code is: (do not support firefox)
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
Simply paste this code into your browser's address bar, press Enter, you can edit the text on the page. Picture on the page can also cut and paste, zoom, move the location.

mars-iran

Make use of this code can entertain oneself and entertain the people, but it can also be used to deceive people, such as using fake Screenshots plans to promote its own what won what awards like.

Read more ...

Personal collection - boring

Open Firefox's URL auto-complete function

July 7, 2008

Recall that when we use IE, when once in the address bar enter the URL visited, IE automatically to help us make up the latter part of this web site is on auto-complete function.
firefox1 打开Firefox的网址自动完成功能

In fact, Firefox also has this function, but default is closed. We can modify about: config settings to start it. First in the address bar enter about: config, open Firefox's internal settings. Click I promise to be careful. In a few there and then enter the filter browser.urlbar.autoFill, find browser.urlbar.autoFill this setting, double-click it and let it into the value of true, then auto-complete function on the Web site started.
firefox 打开Firefox的网址自动完成功能

PS: screenshot, the forgotten open .....

Firefox, web sites,

Godaddy applications free space and DNS settings

July 3, 2008

Godaddy has just purchased a domain name .... 0.99 of $ mmao.info year. Really cheap. Godaddy heard in the purchase of the domain name may apply to a zone of free advertising space. So Google search on the drive to apply, although give me the application is up. Unfortunately, IP is a G / F / W shield ... NND ~ ~

What is a quiet street application methods:

First of all, landing Godaddy, the mouse on the "Dimains", click "My Domains":

145610277 申请Godaddy免费空间及DNS设置

Click on the need to set up the domain name, as in the figure below, click on the right side of the circle "Hosting:" the beginning of the application space (my question so the browser can only show the 0 0 on the next bar...)

Read more ...

Network

The full push-ups! On the collection of push-ups

July 3, 2008

Everyone said that the recent push-ups, it has collected some information, first of all be from Baidu Encyclopedia:

Push-ups (a push-up) is a strength training one of the important contents. This practice, in sports teaching, training and personal training are frequently used. Its main role is to raise the upper limbs, back and abdominal muscle strength, this practice has a certain universality and effectiveness, and If you are interested in can also be used for some small game.
Push-ups suddenly the word comes from the hot July 1 news conference in Guizhou, the following is reported By:

俯卧撑

This description logic confusion,前言不搭后语, each action strange language, there is no cause and effect, as the key elements of the press conference, it is difficult to convince people fail, leading to a large number of soy sauce into a push-ups Party Party
Guizhou Weng'an informed "6.28" the truth of the incident of vandalism burning (full text) via kwout
Read more ...

Personal collection - bored, network

The most effective compression CSS style sheet and js script

July 1, 2008

This two-day small ink are optimized wordpress theme of his, which he referred to compression Wordpress Stylesheet and JS script such compression CSS style sheet and js script is to use gzip, but also the use of PHP compressed gzip. But this gzip compression consume server CPU resources, (mostly server CPU use restrictions) in a period of high CPU use, gzip compression mode access speed of the page may not compressed page even slower.

,不是所有主机都加载的,至少我现在用的hostmonster主机就没有. To solve this problem, WordPress 2.5 on the abolition of the gzip option, because prior to WordPress 2.5 is the use of the compression. Now whether or not to enable gzip compression, direct server decision. If the server is using Apache 2, the server is using mod_deflate module to achieve gzip, After testing, the use of compression than the use of PHP server compression to faster, smaller and after compression. occupy less resources. Therefore, if your server Apache 2.0 and to load the mod_deflate, not all hosts are loaded, at least I now used by the host hostmonster no.

Well, is not no better compression method? Not. (Small ink: Ah, and not into the subject). Here the most efficient compression method to use PHP or compressed gzip, but the introduction of the static. Through compression, greatly reduction in the size of the file in order to reduce traffic, reduce the load time.

First of all, in your. Htaccess inside add RewriteRule (.*. css $|.*. js $) wp-gzip.php? $ 1 [L] (what your server does not support. Htaccess? That you do not have them are listed a)

This can be css and js file to the wp-gzip.php went from wp-gzip.php before treatment, the code is as follows:

Read more ...

WordPress WordPress,