9月27日:360安全卫士推出个人隐私保护工具360隐私保护器,目标直接瞄准QQ软件,360与腾讯在客户端领域再起冲突。腾讯方面向搜狐IT回应称,媒体报道提及的“隐私扫描”内容,是对QQ安全功能的误解,腾讯QQ软件绝对没有窥探用户隐私的行为,也绝不涉及任何用户隐私的泄露。
9月28日:腾讯在科技频道发布《360浏览器涉嫌借色情网站推广遭公安立案调查》一文,对此进行了反击。随后,360也发布了一则公告,阐明开发360隐私保护器的原因以及技术原理,同时也对为何网友把记事本的文件名改成QQ .exe后,隐私保护器还会进行监测等问题进行了解释。
9月29日:快播公司发布声明称遭公安立案调查一文属于捏造事实,已经向深圳警方通报备案,并谴责诽谤行为。
9月30日:360隐私保护器发布第二版,新增对腾讯TM和MSN监控。360声明,腾讯网刊发虚假新闻有违新闻道德。360致网民的一封信:用户隐私大过天。腾讯晚间7点发布360隐私保护器真相。
10月1日:360再发声明,腾讯对QQ窥私解释纰漏百出
10月11日:腾讯方面以QQ产品团队名义对外再发声明,称QQ被诬蔑窥视用户隐私,表示绝没有窥视隐私的行为。
Sliding/Gliding Menus
How To Create A ‘Mootools Homepage’ Inspired Navigation Effect Using jQuery
Nowadays there are a competing host of JavaScript libraries around these days. Though I prefer jQuery, I have always liked the way the menu on MooTools worked. So in this tutorial well get that same effect.
Creating tabbed content is easy with jQuery UI. Using a simple HTML layout and calling the tabs function is all it takes. Here, I'll show you how to make a degradable tabbed interface. That is, we'll make it so the page is still readable when JavaScript is disabled. This involves hiding and showing elements using JavaScript before enabling tabs.
See the live demo. Try turning off JavaScript to see how it degrades.
Here is the HTML of the tab widget. By default, UI tabs use an unordered list with anchor links as the tabs and corresponding div tags with the content. The list starts hidden and will be shown with JavaScript, and each section has a heading that we will hide if JavaScript is enabled.
<ul class="tabmenu hidden">
<li><a href="#tab-1">Tab 1</a></li>
<li><a href="#tab-2">Tab 2</a></li>
<li><a href="#tab-3">Tab 3</a></li>
<li><a href="#tab-4">Tab 4</a></li>
</ul>
<div id="tab-1">
<h2>Tab 1</h2>
<p>Content of tab 1</p>
</div>
<div id="tab-2">
<h2>Tab 2</h2>
<p>Content of tab 2</p>
</div>
<div id="tab-3">
<h2>Tab 3</h2>
<p>Content of tab 3</p>
</div>
<div id="tab-4">
<h2>Tab 4</h2>
<p>Content of tab 4</p>
</div>
</div>
Sugarhosts 现在推出 Shared Starter、Shared Pro 和 Business Basic 主机的终身七折优惠!
优惠码: "Halloween",有效期截至2010年11月1日
适用于年付、两年付、三年付新订单。点击进入官网
中国人大网昨日公布车船税法草案征求意见,乘用车根据排量划定七档征税。
车船税税目税额表显示,1.6升以上-2.0升(含)税额为660-960元,4.0升以上税额为3600-5400元。
草案规定,车辆适用税额由省区市政府按照规定,在车船税税目税额表规定的税额幅度内确定。
目前车船税的依据为2006年由国务院制定的车船税暂行条例,对于乘用车,无论排量和价值大小,统一征收60-660元的税额。
同时公布的车船税法草案说明解释,豪华车和普通车按相同税额缴税,未充分体现车船税的财产税性质和应有的调节功能。






