• 12
  • Jun

1. Pigdom

The Full Page Test loads a complete HTML page including all objects (images, CSS, JavaScripts, RSS, Flash and frames/iframes). It mimics the way a page is loaded in a web browser.

The load time of all objects is shown visually with time bars.

You can view the list of objects either in load order or as a hierarchy. The hierarchy view allows you to see which objects are linked to in for example a CSS file.

Every test also shows general statistics about the loaded page such as the total number of objects, total load time, and size including all objects.

Link: http://tools.pingdom.com/

2.Free Internet Web Server Monitoring Tool

It can test pages loading speed in different locations worldwide. 

Locations include: Washington, DC (3 Mbps)Santiago, Chile (760 Kbps)Dortmund, Germany (5 Mbps)Los Angeles, CA (1.5 Mbps)Beijing, China (5 Mbps)Detroit, MI (5 Mbps)Chicago, IL (45 Mbps)St. Petersburg, Russia (5 Mbps)Gloucester, UK (5 Mbps)Sydney, Australia (5 Mbps)

Link: http://internetsupervision.com

Reference: http://nufeng.cn/website-loadtime/

  • 11
  • Jun

 Close my eyes and feel your mind
Time has passed
I walk like a shadow
Never knew what I am going through
You touch my heart and take my breath away  

Whisper on the wind so softly
Let the bright stars fill our dreams with love
Reach for your hand (You're holding my key)
And you show me the way

Tonight, I feel close to you
You open my door and light the sky above
When I need a friend, you are there right by my side
I wish we could stay as one
I wish we could stay forever as one

All the tears that haunt my past
You promised it'll be better tomorrow
Play that song
You and I listened to
And let it gently ease our pain

Tender rain drops from the blue sky
Flowers blooming, life is so divine
Like sunlight on a stream (You're holding my key)
You show the world to me

Tonight, I feel close to you
You open my door and light the sky above
When I need a friend, you are there right by my side
I wish we could stay as one

So much love in this beautiful world
Search for the brightest star in the sky
You will find the meaning of love
Don't be afraid (Don't be afraid)
Just be yourself (Just be yourself)
We need this love... I've never knew

Tonight, I feel close you
You open my door and light the sky above
When I need a friend, you are there right by my side
I wish we could stay as one

Tonight, I feel close to you
You open my door and light the sky above
When I need a friend, you are there right by my side
I wish we could stay as one
I wish we could stay forever as one

Read all...

  • 03
  • Jun

xmlIt was the first time I making feed for a website. This time I chosen the XML type "atom".

After every thing was done, it didn't work. I checked my code times but found nothing wrong. I tested the generated html code line by line, finally I found it was caused by a " ", which is a HTML entity for a non-breaking space. I tested &lt;(<), &gt;(>) and other entities, they were fine.

Searching with "atom and  " in Google, I got the answer. XML only defined 5 entities in html, they are: &amp;(&), &lt;(<), &gt;(>), &quot;("), and &#39;('). But &copy;, &middot;, &nbsp; and many others are not included.

Solution:
Using the unicode character corresponding to " " to replace it. The unicode of non-breaking space is 160, this should be  
Problem solved.

Reference: http://changelog.ca/log/2006/06/12/making_nbsp_work_with_xml_rss_and_atom

  • 02
  • Jun

original

twitter当下有很多种方法可以更改twitter的状态,我在这里将试着尽可能多的介绍一些方法。我可能会有所遗漏,如果你有更好的方法请留言告诉我。希望你可以订阅我在twitter上的更新 LostInTech

桌面客户端

Twhirl - Twhirl 大概最受欢迎的客户端。它同时还支持 TwitPic, TweetScan, FriendFeed 并可以向 Pownce 和 Jaiku发送消息。

Spaz - 同时支持Mac, Window和Linux系统的客户端

Tweetr - 你可以用它向tweeter上的其它用户发送文件,它还内嵌了webcam的功能。

Alert Thingy - 可以让你同时更新FriendFeed和Twitter上的状态。 可以用它轻松的上传图片到Flickr.

TweetDeck - 利用它的分组功能,你可以更好的管理你在twitter上的朋友。

Read all...

  • 30
  • May

20号微软针对中国大陆自动升级的XP系统黑屏了,于是盗版,正版,价格这些东西又被拿到了台面上。网民和大小媒体炒得不亦乐乎。在这次讨论中看到了许多人在反省自己使用盗版的行为,无论如何,我认为这是一个大的进步。

自己是学计算机的,写代码是个怎么回事我再清楚不过了。那一行一行的代码,可是实打实的辛苦,不打折的汗水。关于盗版,早就想写点什么。最早有这个想法 时是在我玩过了仙四之后,听到上软倒掉了的消息的时候。说起这件事觉得挺遗憾的,我想如果那时我在国内,我一定会去买一套正版的仙四。在那个时候上软可能 是国内唯一一家专心在做单机游戏的,在那样艰苦的环境下,就这样的倒掉了。不过后来听说上软并不完全是因为盗版问题,更大的问题是来自大宇公司内部,心中 倒也多少的有了几分释然。

在我的记忆中,我所用过的软件,除了免费授权的,就只用过一套正版的轻轻松松背单词和两套金山公司送的毒霸,其余的,大概都是盗版软件。所以,我也应该加入到反省的队伍中去。

Read all...