Home » All posts
File Renamer Turbo v2.73
Người đăng: ngaybennhau on Thứ Hai, 25 tháng 10, 2010
Tạo nút trượt lên đầu và cuối trang web bằng jQuery
Người đăng: ngaybennhau on Chủ Nhật, 24 tháng 10, 2010
Xem demo.
Sau đây là các bước thực hiện thủ thuật.
1. Bước 1: Dán đoạn code CSS này vào trước thẻ </head> (áp dụng cho cả Blogger).
.nav_up{
padding:7px;
background-color:white;
border:1px solid #CCC;
position:fixed;
background:transparent url(http://www.tympanus.net/scrollupdown/images/arrow_up.png) no-repeat top left;
background-position:50% 50%;
width:20px;
height:20px;
bottom:10px;
opacity:0.7;
left:30px;
white-space:nowrap;
cursor: pointer;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
-khtml-border-top-left-radius:3px;
-khtml-border-top-right-radius:3px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
padding:7px;
background-color:white;
border:1px solid #CCC;
position:fixed;
background:transparent url(http://www.tympanus.net/scrollupdown/images/arrow_down.png) no-repeat top left;
background-position:50% 50%;
width:20px;
height:20px;
bottom:10px;
opacity:0.7;
left:70px;
white-space:nowrap;
cursor: pointer;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
-khtml-border-top-left-radius:3px;
-khtml-border-top-right-radius:3px;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
</style>
<script src="http://www.tympanus.net/scrollupdown/scroll-startstop.events.jquery.js" type="text/javascript"></script>
<script>
$(function() {
var $elem = $('#content');
$('#nav_up').fadeIn('slow');
$('#nav_down').fadeIn('slow');
$(window).bind('scrollstart', function(){
$('#nav_up,#nav_down').stop().animate({'opacity':'0.2'});
});
$(window).bind('scrollstop', function(){
$('#nav_up,#nav_down').stop().animate({'opacity':'1'});
});
$('#nav_down').click(
function (e) {
$('html, body').animate({scrollTop: $elem.height()}, 800);
}
);
$('#nav_up').click(
function (e) {
$('html, body').animate({scrollTop: '0px'}, 800);
}
);
});
</script>
Liệt kê tiêu đề bài viết mới nhất cho 1 nhãn
Người đăng: ngaybennhau
1. Đăng nhập vào Blogger.
2. Vào Bảng điều khiển (Dashboard) >> Thêm tiện ích (Add A Gadget) >> Chọn HTML/Javascript .
3. Đặt tiêu đề cho widget của bạn. Dán đoạn code bên dưới vào phần nội dung của widget.
<!-- Recent Posts by Label Start -->
<script type="text/javascript">
function recentpostslist(json) {
document.write('<ul>');
for (var i = 0; i < json.feed.entry.length; i++)
{
for (var j = 0; j < json.feed.entry[i].link.length; j++) {
if (json.feed.entry[i].link[j].rel == 'alternate') {
break;
}
}
var entryUrl = "'" + json.feed.entry[i].link[j].href + "'";//bs
var entryTitle = json.feed.entry[i].title.$t;
var item = "<li>" + "<a href="+ entryUrl + '" target="_blank">' + entryTitle + "</a> </li>";
document.write(item);
}
document.write('</ul>');
}
</script>
<script src="http://yourname.blogspot.com/feeds/posts/summary/-/Label name?max-results=postnumber&alt=json-in-script&callback=recentpostslist"></script>
<!-- Recent Posts by Label End -->
Thay Label name bằng tên nhãn cần hiển thị những bài viết mới nhất.
Thay Postnumber bằng số bài viết cần hiển thị, ví dụ: 5, 7, 10, … Nếu muốn hiển thị tất cả bài viết thì để là 500 (số tối đa cho widget này).
Chú ý: Tiêu đề các bài viết được liệt kê có dấu chấm đầu dòng (dùng thẻ <ul>). Nếu bạn muốn được liệt kê theo số thứ tự thì thay đoạn document.write('</ul>'); bằng document.write('</ol>');
Đánh giá chi tiết ưu nhược điểm Laptop eMACHINES D730
Người đăng: ngaybennhau on Thứ Sáu, 22 tháng 10, 2010
Cấu hình emachines D730
* Bộ vi xử lý Intel Core i3 330M (2.13GHz, HyperThreading).
* Chipset Intel HM55.
* Chip đồ họa tích hợp Intel GMA HD.
* Dung lượng RAM 2GB DDR3 bus 1066MHz
* Ổ cứng 320GB tốc độ 5400rpm.
* Màn hình 14 inch tỷ lệ 16:9 độ phân giải 1366×768 pixel.
* Wi-Fi 802.11 b/g/n.
* Pin 6 cell dung lượng 48WHr.
* Giá: 10.690.000 đồng, đã bao gồm VAT (cập nhật 20/9/2010 tại WWW.THEGIOISO.VN )
Kiểu dáng thiết kế


Cạnh trước được trang bị đầu đọc thẻ đa năng và các đèn báo hiệu.

Cạnh trái bao gồm giắc cắm nguồn, khe thoát nhiệt, cổng D-Sub, cổng HDMI, cổng USB.

Cạnh sau không có cổng giao tiếp nào khác.

Ngoài 2 giắc 3.5 ly cho loa và micro, cạnh phải còn có thêm 2 cổng USB và ổ đĩa quang.
Bàn phím và touchpad

Trải nghiệm khi sử dụng

Kết luận

Ưu:
o Giá hấp dẫn.
o Cấu hình tốt.
Khuyết:
o Chất lượng loa chưa cao.
o Touchpad có kích thước bé.
Start Menu 7 PRO v3.84
Người đăng: ngaybennhau
Start Menu 7 - the best software to replace the standard Windows Start Menu ever made. Before creating Start Menu 7 program, I've spent a lot of time to understand how a human brain works with visual information. That's why Start Menu 7 is so easy and natural to use for everybody.
DOWNLOAD HERE
Glary Utilities PRO v2.29
Người đăng: ngaybennhau on Thứ Năm, 21 tháng 10, 2010

Furthermore, Glary Utilities includes the options to optimize memory, find, fix, or remove broken Windows shortcuts, manage the programs that start at Windows startup and uninstall software. Other features include secure file deletion, an Empty Folder finder and more. Other features include secure file deletion, an Empty Folder finder and more. All Glary Utilities tools can be accessed through an eye-pleasing and totally simplistic interface.
