Universal Viewer Pro 6.2.0.0

Posted by chiasedamme on Thursday, June 30, 2011


Universal Viewer Pro is an easy-to-use file viewer application for Windows. It supports lot of file formats, including MS Word, MS Excel, PDF, images, audio, video, web-pages, text, RTF and unknown binary files. No additional software is needed to open Word/Excel/PDF files. Common operations are supported: printing, copying to clipboard, saving-as, search. Pro version contains additional features: support for Word/Excel/PDF files, support for RAW images, new multimedia player, and more.







More about

Avira Premium Security Suite v10.2.0.659

Posted by chiasedamme


If you bank online or use the Internet to make purchases, then you need maximum security. Avira Premium Security Suite not only offers you comprehensive protection from viruses and malware while surfing and emailing, it also has a FireWall to protect you from external attack, even when you are surfing external networks using mobile technology. The suite also blocks nuisance spam mail, while the backup function creates a backup copy of your data.
Functions: AntiVir stops all kinds of viruses; AntiAd/Spyware protects against adware and spyware; AntiPhishing protects your data from phishing attacks; AntiRootkit detects hidden rootkits; AntiDrive-by prevents downloading viruses while surfing the Net; EmailScanner examines incoming and outgoing emails; WebGuard checks downloads and websites for viruses; RescueSystem creates a bootable rescue CD; QuickRemoval removes viruses at the push of a button; NetbookSupport support for computers with low resolution; AHeADTechnology detects even unknown viruses by their profiles; AntiVirProActiv detects unknown viruses by their behavior patterns; AviraSupport there for you in person when questions arise; AntiBot prevents integration in bot-nets; BackupSystem secures your important data; AntiSpam filters against undesired emails; FireWall automatic protection against unprotected access; GameMode suppresses firewall pop-ups while gaming.








More about

WebcamMax v7.5.1.6

Posted by chiasedamme


Use WebcamMax to add thousands of cool effects or doodling to Webcam video for your live video chats and live streaming. You can download limitless effects at WebcamMax site. It enables you to record fantastic videos with our cool effects and directly upload to broadcast on YouTube or WebcamMax site, and snap the picture of video box and upload to share the photos on WebcamMax site. It's really easy to share. Virtual Webcam is also enabled. You can share movies, video clips or your desktop screen with your family and friends through Instant Messengers even without a real Webcam








More about

Xilisoft Video Converter Ultimate v6.6.0623

Posted by chiasedamme


Xilisoft Video Converter Ultimate has the capabilities to convert all popular video formats from HD to HD, HD to SD and SD to SD, transform between audio formats, extract pictures from video and create slideshow-like video from photo collection.








More about

Hiển thị thời gian ước tính để đọc bài viết

Posted by chiasedamme

Tính được thời gian ước tính để đọc một bài viết là một cách thú vị để cho người đọc phần nào hiểu sơ qua về độ dài của bài viết mà không cần phải đọc lướt qua. Người ta ước tính rằng con người chúng ta trung bình cứ mỗi một phút có thể đọc được 300 từ và cứ mỗi 2 giây là có thể xem một hình ảnh. Như vậy dựa vào căn cứ trung bình này, bằng một thuật toán tính đến số từ, các khoảng trắng và hình ảnh trong một bài viết, chúng ta có thể ước tính được thời gian cần để đọc toàn bộ một bài viết.

Qua bài viết này, nhờ sử dụng javascript để tạo những thuật toán cơ bản, mình sẽ giúp bạn hiển thị được thời gian ước tính để đọc một bài viết dưới mỗi tiêu đề bài viết để người đọc bớt phần mệt nhọc đoán chừng độ dài bài viết của bạn.

Để làm được như vậy, bạn hãy thực hiện theo các bước sau đây:

Bước 1. Đăng nhập Blogger. Vào Design >> Edit HTML. Chọn Expand Widget Templates. Đặt đoạn code sau đây vào trước thẻ </head>.

<script type='text/javascript'>
//<![CDATA[
// Estimate-time-to-read-blogspot-post Script by Huynh Nhat Ha
var wordsperminute = 300;
var imagesperminute = 30;

function timeperpostreading(id) {
var postcontent = document.getElementById(id);

var img = postcontent.getElementsByTagName("img");
var numimg = img.length;

var strx = postcontent.innerHTML;
if(strx.indexOf("<")!=-1) {
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}

var blankfirst = /^ /;
var blankfinal = / $/;
var blanktotal = /[ ]+/g;
strx = strx.replace(blanktotal," ");
strx = strx.replace(blankfirst,"");
strx = strx.replace(blankfinal,"");

var words = strx.split(" ");
var numwords = words.length;

var minutes = parseInt((numwords/wordsperminute)+(numimg/imagesperminute));
var seconds = parseInt((((numwords/wordsperminute)+(numimg/imagesperminute))-minutes)*60);
minutes=("0" + minutes).slice (-1);
seconds=("0" + seconds).slice (-2);

var forreturn = "Thời gian ước tính để đọc bài viết này: "+minutes+":"+seconds;
document.getElementById("timeperpost").innerHTML = forreturn;
}
//]]>
</script>

Bước 2. Tìm đến dòng <div class='post-header-line-1'/> và đặt trước nó bằng dòng code bên dưới.

<p id='timeperpost'/>

Tiếp tục tìm dòng <data:post.body/> (hoặc <p><data:post.body/></p>) rồi thay thế nó bằng đoạn code bên dưới.

<div expr:id='data:post.id'>
<p><data:post.body/></p>
</div>
<script type='text/javascript'>
timeperpostreading(&quot;<data:post.id/>&quot;);
</script>

Lưu Template là OK. Hy vọng thủ thuật nhỏ này sẽ tạo thêm nét độc đáo cho blogspot của bạn.
More about

FLASH ĐẸP CHO BLOG (phần 1)

Posted by chiasedamme on Wednesday, June 29, 2011

Dưới đây là một số files flash đẹp để bạn có thể trang trí cho Blog mình thêm đẹp, ứng với mỗi files flash là mã code phía dưới, bạn chỉ cần copy và thêm tiện ích HTML/Javacrip rồi dán vào nơi mà bạn muốn. (Bạn có thể thay đổi kích thước ở mục height: chiều cao và width: chiều rộng để cho thích hợp với blog của mình).
Vì files flash nhiều sẽ làm cho Blog load chậm, do đó mỗi bài tôi chỉ giới thiệu 10 files (chia thành nhiều bài), mong các bạn thông cảm.

Mẫu 1:





Mẫu 2:







Mẫu 3:






Mẫu 4:






Mẫu 5:





Mẫu 6:






Mẫu 7:






Mẫu 8:





Mẫu 9:





Mẫu 10:





Xem tiếp phần 2
More about

TRÌNH DIỄN BÀI ĐĂNG MỚI NHẤT

Posted by chiasedamme

Có nhiều cách để các bạn giới thiệu đến mọi người các bài đăng mới nhất trên Blog của mình. Tôi xin chia sẻ đến với các bạn một trong những tiện ích giới thiệu bài đăng mới nhất được tự động trình diễn trông khá đẹp và tự động cập nhật khi bạn đăng bài mới
Mời bạn xem thử tiện ích phía dưới




Xem thử

Đầu tiên, bạn đăng nhập vào blog > chọn Thiết kế > chọn chỉnh sửa HTML, sau đó bấm đồng thời 2 phím Ctrl+F để mở hộp tìm kiếm và gõ vào dòng ]]></b:skin> 


Sau đó, dán đoạn code phía dưới vào trước dòng lệnh ]]></b:skin> sau đó bấm Lưu mẫu.

.mod{
background:#eee; /*màu nền của tiện ích*/
border:3px solid #6D7B8D; /*đường viền của tiện ích*/
margin-bottom:0px;
width:650px; /*độ rộng của tiện ích*/
padding:0px;}
.glv{height:330px; /*chiều cao của tiện ích*/
overflow:hidden;}
.bd{position:relative;padding:4px 4px 4px 6px;}
.gl2-ct .ct{margin-left:0px;position:relative;}

.vpv{padding:0px;width:316px; /*độ rộng cảu phần bên trái của tiện ích*/
display:none;
position:absolute;
color:#000;
border-right:1px solid #5C5858;
}
.gl-title a {color:#0000ff; /*màu text của tiêu đề bài viết bên trái*/
font-size:13px;
font-weight:bold;}
.gl-title a:hover {color:#ff0033;}
.glv .on{display:block;}
.vimg{width:305px; /*độ rộng của ảnh bên trái*/
height:200px; /*chiều cao của ảnh bên trái*/
border:1px solid #fff;padding:2px;}
.glv ul.vpv-ft li{
list-style-type:none;}
.vpv-ft{
width:40%; /*độ rộng phần bên phải*/
position:absolute;
top:0px;
right:0px;
margin-top:5px;
text-align:left;}
.vpv-ft a{
color:#000099; /*màu tiêu đề bên phải*/
font-size:11px;
font-family:arial;
text-decoration: none;}
.vpv-ft a:hover{color:#ff0033;}
.vpv-ft li{
list-style-type:none;
min-height:40px;
cursor:pointer;
border-bottom:1px solid #5C5858;
position:relative;
text-align:left;}

.vpv-ft li.last{
border-bottom:0;
padding-bottom:5px;}
.vpv-ft li.first{
border-top:1px solid #5C5858;
padding-bottom:5px;}
.vpv-ft li.on{
background:#AFC7C7;
}

.vpv-ft img{
float:left;
width:34px; /*độ rộng của ảnh bên phải*/
height:30px; /*chiều cao của ảnh bên phải*/
margin:3px 4px 0px 2px;
padding:0px;}
.vpv-ft a{font-family:verdana;}
.glv .vpv-ft .on .imgpointer{display:block;}
.glv .vpv-ft .imgpointer{
display:none;
height:14px;
width:6px;
position:absolute;
left:-10px;
top:7px;}

Sau khi lưu xong, bạn chọn thiết kế > Chọn thêm tiện ích > Thêm HTML/Javacrip rồi dán code phía dưới vào

<script language="JavaScript">
imgr = new Array();
imgr[0] = "http://sites.google.com/site/fdblogsite/Home/nothumbnail.gif";

showRandomImg = false;

fntsize = 12;
acolor = "";
aBold = false;


text = "comments";
showPostDate = true;

summaryPost = 150; //số ký tự hiển thị của bài viết tóm tắt bên trái
summaryFontsize = 12;
summaryColor = "";

numposts =6;
label = "Advanced blogger"; /*nhãn bài viết*/
home_page = "http://dunghennessy.blogspot.com/"; /*thay thành địa chỉ blog của bạn*/

</script>
<div id="gl2" class="mod glv"><div class="bd"><div id="gl2-vd"></div><div class="gl2-ct"><div id="gl2-ct1" class="ct on">
<script src="http://dl.dropbox.com/u/66348944/ya_glv_post.js" type="text/javascript">
</script></div>
<script src="http://dl.dropbox.com/u/66348944/ya_ct_post.js" type="text/javascript">
</script></div>
</div>
</div>

<script src="http://dl.dropbox.com/u/66348944/ya_jquery_03.js" type="text/javascript">
</script>
<script src="http://dl.dropbox.com/u/66348944/ya_jquery.min.js" type="text/javascript">
</script>
<script src="http://dl.dropbox.com/u/66348944/ya_jquery_02.js" type="text/javascript">
</script>
<script src="http://dl.dropbox.com/u/66348944/ya_jquery_01.js" type="text/javascript">
</script><script type="text/javascript">
(function() { new YAHOO.sea.fp.TodayVSet('gl2-ct1', true); })();
(function(){YAHOO.util.Event.addListener(window,'load',function(){window.setTimeout(function(){
},500);});})();
</script>

Bạn thay đổi địa chỉ blog của bạn vào và bấm lưu lại là xong.
Ở code trên thì tiện ích này sẽ hiển thị tất cả các bài đăng trên blog của bạn. Nếu bạn muốn tiện ích chỉ hiển thị các bài đăng ở một nhãn nhất định thì bạn cần phải thay 2 đoạn code (màu vàng)
<script src="http://dl.dropbox.com/u/66348944/ya_glv_post.js" type="text/javascript"> bằng đoạn code sau: <script src="https://dl.dropbox.com/u/66348944/ya_glv_label.js" type="text/javascript">
Và:
<script src="http://dl.dropbox.com/u/66348944/ya_ct_post.js" type="text/javascript"> bằng đoạn code sau: <script src="https://dl.dropbox.com/u/66348944/ya_ct_label.js" type="text/javascript">
Chúc các bạn vui
More about

Cài đặt plugin Lightwindow cho blogspot

Posted by chiasedamme on Tuesday, June 28, 2011

Hẳn bạn từng nhìn thấy hiệu ứng phóng đại hình ảnh sau khi được click bằng cách sử dụng plugin Lightbox. Có một plugin khác có thể tạo hiệu ứng tương tự, ngoài ra có thể vận dụng cho các liên kết văn bản (Lightbox không có chức năng này), đó là Lightwindow. Lưu ý Lightwindow có sử dụng thư viện Scriptaculous nên sẽ gặp xung đột với thư viện jQuery. Nếu bạn vốn sùng jQuery thì k nên áp dụng plugin này. Nếu bạn thích dùng plugin này thì có thể áp dụng bởi vì sau này mình sẽ giới thiệu nhiều ứng dụng rất độc đáo từ Lightwindow cho blogspot.

Demo.

Để cài đặt plugin, bạn hãy thực hiện theo các bước sau đây.

Bước 1. Đăng nhập Blogger >> Design >> Edit HTML. Đặt đoạn code sau đây vào trước thẻ </head>.

<script src='http://ajax.googleapis.com/ajax/libs/prototype/1.7/prototype.js'/>
<script src='http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8/scriptaculous.js'/>
<script src='/lightwindow.js' type='text/javascript'/>
<style type='text/css'>
#lightwindow_overlay {display: none; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 100%; height: 100px; z-index: 500;}
#lightwindow {display: none; visibility: hidden; position: absolute; z-index: 999; line-height: 0px;}
#lightwindow_container {display: none; visibility: hidden; position: absolute; padding: 0; margin: 0;}
* html #lightwindow_container {overflow: hidden;}
#lightwindow_contents, #lightwindow_loading {-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 40px #DDD inset;-webkit-box-shadow:0 0 40px #DDD inset;box-shadow:0 0 40px #DDD inset;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=&#39;#FF000000&#39;, EndColorStr=&#39;#FF333333&#39;);}
#lightwindow_contents {background-color:transparent;overflow:hidden;padding:15px;position:relative;z-index:0;}
#lightwindow iframe {background-color:#EEE;}
#lightwindow_loading {background-color:#333;height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999;}
#lightwindow_loading img {float:left;margin:30px 0 0 50px;}
#lightwindow_loading span {color:#DDD;float:left;font-size:14px;margin:42px 0 0 5px;}
#lightwindow_loading span a {color:#FFF;cursor:pointer;}
#lightwindow_loading_shim {display: none; left: 0px; position: absolute; top: 0px; width: 100%; height: 100%;}
#lightwindow_navigation {position: absolute; top: 0px; left: 0px; display: none;}
#lightwindow_navigation_shim {display: none; left: 0px; position: absolute; top: 0px; width: 100%; height: 100%;}
#lightwindow_navigation a, #lightwindow_navigation a:link, #lightwindow_navigation a:visited, #lightwindow_navigation a:hover, #lightwindow_navigation a:active {}
#lightwindow_previous, #lightwindow_next {width: 49%; height: 100%; background: transparent url(http://4.bp.blogspot.com/_hljKDuw-cxQ/S7-2SvxQr2I/AAAAAAAAPco/-gc4E8VldT8/s00/blank.gif) no-repeat; display: block;}
#lightwindow_previous {float: left; left: 0px;}
#lightwindow_next {float: right; right: 0px;}
#lightwindow_previous:hover, #lightwindow_previous:active {background:transparent url(http://1.bp.blogspot.com/_hljKDuw-cxQ/S9EejrJXmbI/AAAAAAAAPjY/9aPH2xVljC0/s00/LWicoleft.png) no-repeat 20% 50%;}
#lightwindow_next:hover, #lightwindow_next:active {background:transparent url(http://3.bp.blogspot.com/_hljKDuw-cxQ/S9EekC5PIZI/AAAAAAAAPjg/5NGAs-8SGcM/s00/LWicoright.png) no-repeat right 50%;}
#lightwindow_previous_title, #lightwindow_next_title {display: none;}
#lightwindow_galleries {display:none !important;}
#lightwindow_data {position: absolute;}
#lightwindow_data_slide {display:none !important;}
#lightwindow_title_bar {height: 25px; overflow: hidden;}
#lightwindow_title_bar_title {color:#DDD;float:left;font-size:14px;line-height:25px;margin-left:20px;text-align:left;}
a#lightwindow_title_bar_close_link, a#lightwindow_title_bar_close_link:link, a#lightwindow_title_bar_close_link:visited {-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;-moz-box-shadow:0 0 17px #FFF inset;-webkit-box-shadow:0 0 17px #FFF inset;box-shadow:0 0 17px #FFF inset;background-color:#000;color:#AAA;cursor:pointer;display:block;float:right;font-family:Verdana;font-weight:bold;height:22px;line-height:22px;padding:0 30px;text-align:right;text-transform:lowercase;}
a#lightwindow_title_bar_close_link:hover {color:#FFF;background-color:#222}
#lightwindow p {color: #000; padding-right: 10px;}
a.lightwindow {cursor:url(http://3.bp.blogspot.com/_hljKDuw-cxQ/SRW_3-NMIiI/AAAAAAAAIhU/Prj4Nj-4tx8/s00/magplus.gif), pointer !important;}
a.lightwindow img {cursor:url(http://3.bp.blogspot.com/_hljKDuw-cxQ/SRW_3-NMIiI/AAAAAAAAIhU/Prj4Nj-4tx8/s00/magplus.gif), pointer !important;}
</style>

Bạn nên tải về file js lighwindow.js sau đó upload lên host hoặc lên googlecode để sử dụng cho blogspot của bạn.

Lưu Template.

Bước 2. Thiết lập cấu trúc HTML cho các liên kết như sau:

<a class='lightwindow' href='#' params='lightwindow_width=600,lightwindow_height=600,lightwindow_loading_animation=true' rel='nofollow' title='Title Text'>Text Link</a>

Chú ý điều chỉnh width (600) và height (600) tương ứng với chiều rộng và chiều cao của cửa sổ hiệu ứng sao cho tương thích với từng trường hợp áp dụng.

Để áp dụng plugin này cho hình ảnh, bạn có thể sử dụng cấu trúc HTML như sau:

<a class="lightwindow" href="URL_hình ảnh"><img src="URL_hình ảnh" width="350px" height="250px"/></a>
More about

CafeSuite v3.58.1

Posted by chiasedamme


CafeSuite is powerful Cyber Cafe management software that helps with managing customers and employees, controlling computers and printers, securing systems, accounting and billing. It simplifies and automates running your Internet Cafe business. Unlike many other competitive programs, CafeSuite is robust, quick, secure and very intuitive and easy to use. It doesn't matter how big your Internet cafe is - CafeSuite is capable of controlling any number of workstations. CafeSuite is designed to be a complete solution for Internet cafes and to make life easier for Internet cafe owners, operators and customers.








More about

UltraISO Premium Edition v9.36.2766

Posted by chiasedamme


UltraISO can extract, create, edit, and convert CD/DVD image files. It can directly edit an ISO file, make ISO images from CD/DVD-ROMs, create a new ISO from files and folders on your computer, and make bootable CDs and DVDs.
In addition, UltraISO can convert nearly all known CD and DVD image formats to ISO, BIN/CUE, Nero (NRG), Alcohol 120% (MDS/MDF), and CloneCD (CCD/IMG/SUB) formats, as well as burn CD/DVD images directly with built-in burning engine and emulate ISO images with up to 8 virtual CD/DVD drives.








More about

Avast! Internet Security v6.0.1184 & Avast! Pro Antivirus v6.0.1184

Posted by chiasedamme


Avast! software provides complete virus protection for your computer. Antivirus engine is complemented by anti spyware, firewall and antispam modules to protect you against phishing schemes, identity theft and internet distributed web viruses. Automatic updates for greater user convenience and safety. Top user ratings among free antivirus software.
The new avast! includes a spyware detection engine. To protect you from identity theft as well as viruses. avast! Pro Antivirus better protection during web surfing. Full featured antivirus software. Better than our free antivirus, especially for web surfing, but without the firewall and antispam included in avast! Internet Security. Also if you wish to customize your security, this is the recommended software. The Avast! Internet Security application comes with an antispam filter and built in firewall. Once installed, avast! runs silently in the background to protect your computer against all known forms of malware. You dont need to do anything else just install and forget!
Active internet users need greater protection for themselves as they shop and bank on line. To secure against threats from infected web sites and the growing risk of identity theft, avast Internet security provides you with continuous protection from its layers of antivirus, anti spyware, anti rootkit protection, firewall and antispam.

Avast! Pro Antivirus Based on the award winning avast! antivirus engine, avast! antivirus contains all of the features you would expect in a modern antivirus program. It incorporates anti spyware technology certified by West Coast Labs Checkmark process, as well as anti rootkit and strong self protection capabilities, but now provides even faster scanning with improved detection ability. It contains several real time Shields which continuously monitor your email and internet connections and check the files on your computer whenever they are opened or closed.




DOWNLOAD HERE







More about

AVG PC Tuneup 2011 v10.0.0.26

Posted by chiasedamme


AVG PC Tuneup is your one-stop shop to help you get the most out of your PC. Fix issues affecting your PC's performance and enjoy a faster running PC. Get rid of tell-tale traces of your activity and files you hoped were gone for good.Fix registry problems that cause freezing and crashing. Fix cluttered and corrupted registries that consume memory, slow down your applications, and cause overall stability problems. Improve your connection with an Internet optimizer that automatically tunes your settings to speed up your online life. AVG PC Tuneup comes fully equipped with a file recovery tool so that you can recover files that have been damaged or accidentally deleted within Windows








More about

FLASH ĐẸP CHO BLOG (phần 2)

Posted by chiasedamme

Bài trước tôi đã giới thiệu với các bạn các files flash đẹp cho blog (phần 1), nay tôi post thêm phần 2, cũng giống phần trước, ứng với mỗi file flash là code phía dưới bạn chỉ cần copy và thêm tiện ích HTML/Javacript rồi dán nó vào bấm Lưu và di chuyển đến chỗ nào mình thích






Mẫu 1:




Mẫu 2:





Mẫu 3:





Mẫu 4:





Mẫu 5:







Mẫu 6:





Mẫu 7:





Mẫu 8:





Mẫu 9:






Mẫu 10:






More about

IconCool Studio Pro v7.24 Build 110620

Posted by chiasedamme on Monday, June 27, 2011


IconCool Studio is an absolute solution to create, edit, convert, extract 32-bit icons or cursors. Featured with powerful marquee operation, new gradient effect creation, visible filter and effects operation, color management, convenient shortcut key operation, friendly and clear user interface and supporting multi-format images import and export function, IconCool Studio 6 enhances your icon designs and conveys the comfortable operating experience and quality. The included Mixer enables you to create custom icons from scratch, using multiple layers and a variety of ready-to-use design elements, and offers icon beginners an easy way to create and edit icons.








More about

Windows Loader v2.0.4

Posted by chiasedamme


This is the loader application that’s used by millions of people worldwide, well known for passing Microsoft’s WAT (Windows Activation Technologies) and is arguably the safest Windows activation exploit ever created.
The application itself injects a SLIC (System Licensed Internal Code) into your system before Windows boots; this is what fools Windows into thinking it’s genuine.








More about

Morpheus Photo Animation Suite v3.16

Posted by chiasedamme


Morpheus Photo Animation Suite is the all-in-one animation suite that contains Morpheus Photo Morpher, Morpheus Photo Warper, Morpheus Photo Mixer, as well as all 15 sample morphs, warps, and mixes.The all-in-one animation suite includes Morpheus Photo Morpher v3.16, Morpheus Photo Warper v3.16, Morpheus Photo Mixer v3.16, as well as all 15 sample morphs, warps, and mixes.








More about

Bài viết mới nhất cho nhãn không dùng Javascript

Posted by chiasedamme

Dạo này do bận viết bài phân tích tiền tệ nên mình không còn nhiều thời gian dành cho Blogspot. Tuy nhiên niềm đam mê lĩnh vực này cứ mãi thôi thúc mình cố gắng đóng góp chút gì đó cho cộng đồng. Và mình quyết định trở lại để cùng chia sẻ những thủ thuật về Blogspot với những người bạn thân mến trong cộng đồng Blogger Việt. Để kỷ niệm ngày trở lại, mình xin chia sẻ một thủ thuật, tuy không mới song cũng không cũ, đó là tiện ích Bài viết mới nhất cho nhãn không dùng Javascript.

Thực ra, tiện ích này được áp dụng từ thủ thuật Tiện ích Bài viết mới nhất không dùng Javascript áp dụng cho toàn blogspot mà mình đã vận dụng trước đây từ ý tưởng sử dụng tiện ích BlogList để tạo tiện ích bài viết mới nhất có ảnh đại diện.

Bạn có thể xem Demo tại trang chủ của blog này. Để tạo tiện ích này bạn hãy thực hiện như sau.

Bước 1. Đăng nhập Blogger, vào Page Elements >> trên sidebar, nhấn Add a Gadget chọn Blog List (Danh sách Blog).

Tại mục Title, bạn hãy đặt theo tên nhãn cần áp dụng tiện ích.

Tick chọn vào các mục Title of most recent item, Snippet of most recent item, Thumbnail of most recent item.

Nhấn ADD TO LIST.

Sau đó dán vào mục Add by URL với địa chỉ sau đây:

http://huynh-nhat-ha.blogspot.com/feeds/posts/default/-/Tên nhãn1?start-index=1

Rồi tiếp tục Add by URL thứ 2

http://huynh-nhat-ha.blogspot.com/feeds/posts/default/-/Tên nhãn1?start-index=2

rồi thứ 3

http://huynh-nhat-ha.blogspot.com/feeds/posts/default/-/Tên nhãn1?start-index=1

cứ thế cho đến khi nào bạn cần dừng lại (1,2,3,4… là số bài viết mới nhất hiển thị cho nhãn).

Bạn cần thay huynh-nhat-ha bằng tên blogspot của bạn và Tên nhãn1 bằng tên của nhãn cần áp dụng, rồi nhấn SAVE để lưu tiện ích.

Bước 2. Vào Edit HTML, chọn Expand Widget Templates.

Dùng từ khóa BlogList1 (nhấn Ctrl +F) tìm đến đoạn code tương tự như sau.

<b:widget id='BlogList1' locked='false' title='Tên nhãn 1' type='BlogList'>
<b:includable id='main'>

…. Phần nằm giữa này là code trọng tâm của tiện ích …

</b:includable>
</b:widget>

Ở đây bạn cần chú ý thẻ <b:includable id='main'> và thẻ </b:includable> chứa code trọng tâm của tiện ích, nói chung đoạn code nằm giữa 2 thẻ này rất dài. Việc bạn cần làm tiếp theo là thay đoạn code nằm giữa 2 thẻ đó bằng đoạn code dưới đây.

<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>

<div class='widget-content'>
<!-- Recent Posts Widget without Javascript Styled by Huynh Nhat Ha -->
<div class='recentposts-ha-main' expr:id='data:widget.instanceId + &quot;_container&quot;'>
<ul expr:id='data:widget.instanceId + &quot;_blogs&quot;'>
<b:loop values='data:items' var='item'>
<li>
<div class='RPcontent'>
<!-- ảnh đại diện float về bên trái -->
<div class='RPthumbnail'>
<b:if cond='data:item.itemThumbnail'>
<!-- nếu bài viết có hình ảnh thì dùng -->
<img class='RPifthumb' expr:src='data:item.itemThumbnail.url'/>
<b:else/>
<!-- nếu bài viết không có hình ảnh thì dùng ảnh riêng -->
<!-- ở đây ta đặt URL ảnh đại diện riêng -->
<img class='RPnothumb' src='http://bit.ly/hGWr7r'/>
</b:if>
</div>
<!-- tiêu đề bài viết -->
<div class='RPtitle'>
<a expr:href='data:item.itemUrl' expr:title='data:item.itemSnippet' target='_blank'><data:item.itemTitle/></a>
</div>
</div>
<div style='clear: both;'/>
</li>
</b:loop>
</ul>
</div>
<!-- End the widget styles -->
</div>

Bước 3. Đặt code CSS bên dưới vào trước dòng ]]></b:skin>.

.recentposts-ha ul{list-style-type:none;margin:0;padding:0}
.recentposts-ha ul li{background-color:transparent;clear:both;list-style:none}
.recentposts-ha ul li:hover{background-color:#e2fcef}
.recentposts-ha .RPcontent{padding:5px}
.recentposts-ha .RPtitle{height:30px}
.recentposts-ha .RPtitle a{color:#069;font-family:Arial;font-size:12px;font-weight:bold}
.recentposts-ha .RPtitle a:hover{color:#AC0101;text-decoration:none}
.recentposts-ha .RPthumbnail{float:left;margin:0 5px 0 0}
.recentposts-ha img{height:50px;width:50px}

Lưu Template là OK.

Cứ như vậy bạn có thể áp dụng cho nhiều nhãn và bạn sẽ sử dụng BlogList2, BlogList3, BlogList4, BlogList5…

Lưu ý nếu bạn áp dụng thủ thuật này tại những vùng có chiều rộng khá lớn (ví dụ phần Main) thì có thể bố trí các bài viết thành 2 cột, bạn chỉ cần thêm code CSS như thế này:

.recentposts-ha ul li {float: left;margin-right: 10px;width: 48%}
More about

Kaspersky Windows Unlocker 2011 (June Edition)

Posted by chiasedamme on Sunday, June 26, 2011


Kaspersky WindowsUnlocker utility allows to treat registry of all operating systems installed on your computer (including installed at different sections in different locations of one partition), and treatment of user registry branches. Kaspersky WindowsUnlocker does not perform any file operation (for the treatment of infected files, you can use the Kaspersky Rescue Disk 10).
Boot the computer with a disk containing Kaspersky WindowsUnlocker:
1. Download the disk image utility Kaspersky WindowsUnlocker.
2. Burn the image to the desired carrier.
2.1 Recording an image utility CD / DVD-ROM.

You can burn the iso-image to a blank CD / DVD using any program for recording optical disks (eg, Nero Burning ROM, ISO Recorder, DeepBurner, Roxio Creator or other program).

3. Run the file rescue2usb.exe and follow the onscreen instructions.
After that, you need to boot from a mounted diska.V result, download the Linux operating system with the definition of the devices connected to a computer, and finds the file systems on hard drives and external. After loading the operating system, you can get to work








More about

StudioLine Photo Classic Plus v3.70.34.0

Posted by chiasedamme


StudioLine Photo Classic Plus is an organizing and editing software for digital photos. Images can be imported from camera, scanner and all popular file formats. The image archive is the central database where you conveniently categorize your images and add keywords and descriptions. Standard IPTC and Exif tags are fully supported. 35 professional image tools are included with dual-monitor support to improve exposure problems, red-eye effects, color tones. Photos can be printed, e-mailed, uploaded as Web galleries or turned into calendars and greeting cards. A layout editor allows free design of album pages and other collage projects, including attractive text effects. CD/DVD writing is included--complete with printed CD inserts








More about

Winstep Nexus Dock v11.5

Posted by chiasedamme


The Winstep Nexus Dock is a free Windows dock application that provides fast access to your most frequently used applications, with flexible options allowing it to dock or float anywhere on the screen. Every feature you would expect from a dock and then more, including widgets, many different mouse-over effects, skins, drag-and-drop, ability to display running applications and the system tray, Windows 7 "superbar" ability with Aeropeek, live icon reflections and support for Windows Aero Glass effects








More about

WinUtilities Professional Edition v10.22

Posted by chiasedamme


WinUtilities Pro is an award winning collection of tools to optimize and speedup your system performance. This suite contains utilities to clean registry, temporary files on your disks, erase your application, and internet browser history, cache and cookies. It also supports to defragment your disk drives and improve computer performance and stability. Built-in startup cleaner allows you to control startup programs that load automatically with windows, find duplicate files, fix broken shortcuts, and uninstall unneeded software. It also features secure file deletion, recycle bin shredding, system maintenance tasks scheduling, and undelete deleted files.







More about

Trojan Remover v6.8.2 Build 2599

Posted by chiasedamme on Saturday, June 25, 2011


Trojan Remover aids in the removal of Malware – Trojan Horses, Worms, Adware, Spyware – when standard anti-virus software either fails to detect them or fails to effectively eliminate them.
Standard antivirus programs are good at detecting this Malware, but not always so good at effectively removing it. Trojan Remover is designed specifically to disable/remove Malware without the user having to manually edit system files or the Registry. The program also removes the additional system modifications some Malware carries out which are ignored by standard antivirus and trojan scanners.








More about

Folder Guard Professional v8.4.0

Posted by chiasedamme


Folder Guard Professional is a powerful computer security software that you can use to control access to files, folders, and other Windows resources, such as Control Panel, Start Menu, and so on.
You can use Folder Guard to lock your personal files and folders with passwords, to stop other users from peeking into your records. You can even completely hide your private folders from virtually all applications, and such folders would remain invisible until you enter a valid password. You can also protect sensitive system files from modification or destruction, disable access to the removable drives, restrict access to Control Panel, and more.









More about

IObit Malware Fighter PRO v1.0

Posted by chiasedamme


IObit Malware Fighter is an advanced malware & spyware removal utility that detects, removes the deepest infections, and protects your PC from various potential spyware, adware, trojans, keyloggers, bots, worms, and hijackers.
With the unique "Dual-Core" engine and the heuristic malware detection, IObit Malware Fighter detects the most complex and deepest spyware and malware in a very fast and efficient way. IObit Malware Fighter has a enhanced real-time protection and frequent automatic updating for prevention of zero-day security threats. IObit Malware Fighter can work with your Antivirus for a superior PC security









More about

FLASH ĐẸP CHO BLOG (Phần 3)

Posted by chiasedamme

Dưới đây là một số files flash đẹp để bạn có thể trang trí cho Blog mình thêm đẹp, ứng với mỗi files flash là mã code phía dưới, bạn chỉ cần copy và thêm tiện ích HTML/Javacrip rồi dán vào nơi mà bạn muốn. (Bạn có thể thay đổi kích thước ở mục height: chiều cao và width: chiều rộng để cho thích hợp với blog của mình).
Vì files flash nhiều sẽ làm cho Blog load chậm, do đó mỗi bài tôi chỉ giới thiệu 10 files (chia thành nhiều bài), mong các bạn thông cảm.

Mẫu 1:





Mẫu 2:







Mẫu 3:






Mẫu 4:






Mẫu 5:





Mẫu 6:






Mẫu 7:






Mẫu 8:





Mẫu 9:





Mẫu 10:






More about

FLASH ĐẸP CHO BLOG (Phần 4)

Posted by chiasedamme

Dưới đây là một số files flash đẹp để bạn có thể trang trí cho Blog mình thêm đẹp, ứng với mỗi files flash là mã code phía dưới, bạn chỉ cần copy và thêm tiện ích HTML/Javacrip rồi dán vào nơi mà bạn muốn. (Bạn có thể thay đổi kích thước ở mục height: chiều cao và width: chiều rộng để cho thích hợp với blog của mình).
Vì files flash nhiều sẽ làm cho Blog load chậm, do đó mỗi bài tôi chỉ giới thiệu 10 files (chia thành nhiều bài), mong các bạn thông cảm.

Mẫu 1:





Mẫu 2:







Mẫu 3:






Mẫu 4:






Mẫu 5:





Mẫu 6:






Mẫu 7:






Mẫu 8:





Mẫu 9:





Mẫu 10:






More about