4.8.11

Ebook Javascript

JavaScript, theo phiên bản hiện hành, là một ngôn ngữ lập trình kịch bản dựa trên đối tượng được phát triển từ các ý niệm nguyên mẫu. Ngôn ngữ này được dùng rộng rãi cho các trang web, nhưng cũng được dùng để tạo khả năng viết script sử dụng các đối tượng nằm sẵn trong các ứng dụng. Nó vốn được phát triển bởi Brendan Eich tại Hãng truyền thông Netscape với cái tên đầu tiên Mocha, rồi sau đó đổi tên thành LiveScript, và cuối cùng thành JavaScript.

MigoIT.com xin giới thiệu đến các bạn 5 ebook hay về Javascript gồm 3 ebook tiếng Việt và 3 ebook tiếng Anh.

1. Tài liệu Javascript của khoa Toán - Tin trường ĐH Khoa học tự nhiên:

Với HTML and Microsoft FrontPage bạn đã biết cách tạo ra trang Web - tuy nhiên chỉ mới ở mức biểu diễn thông tin chứ chưa phải là các trang Web động có khả năng đáp ứng các sự kiện từ phía người dùng. Hãng Netscape đã đưa ra ngôn ngữ script có tên là LiveScript để thực hiện chức năng này. Sau đó ngôn ngữ này được đổi tên thành JavaScript để tận dụng tính đại chúng của ngôn ngữ lập trình Java. Mặc dù có những điểm tương đồng giữa Java và JavaScript, nhưng chúng vẫn là hai ngôn ngữ riêng biệt.

JavaScript là ngôn ngữ dưới dạng script có thể gắn với các file HTML. Nó không được biên dịch mà được trình duyệt diễn dịch. Không giống Java phải chuyển thành các mã dễ biên dịch, trình duyệt đọc JavaScript dưới dạng mã nguồn. Chính vì vậy bạn có thể dễ dàng học JavaScript qua ví dụ bởi vì bạn có thể thấy cách sử dụng JavaScript trên các trang Web..

Download Tài liệu Javascript - ĐH KHTN (263.28 KB):
Code:
http://www.mediafire.com/?2odlwmdnz2w
2. Ebook Javacscript - Phạm Phú Tài:
Ebook gồm có 5 bài:

Bài 1: Tổng quan về Javascript
Bài 2: Sử dụng Javascript
Bài 3: Hàm và đối tượng
Bài 4: Tạo đối tượng trong Javascript
Bài 5: Sự kiện trong Javascript
Download ebook Javascript - Phạm Phú Tài (139.88 KB):

Code:
http://www.mediafire.com/?yygljmtjiho
3. Giáo trình Javascript - không rõ tác giả:

Download Giáo trình Javascript (1.15 MB):

Code:
http://www.mediafire.com/?cxwjk2jmdnr
4. How to do everything with Javascript :

Download ebook How to do everything with Javascript (4.05 MB):
Code:
http://www.mediafire.com/?2jgjoi1ncji
5. Object-Oriented Javascript

Download ebook Object-Oriented Javascript (3.08 MB):

Code:
http://www.mediafire.com/?oulytyw4mij
6. Foundation Website Creation with CSS XHTML and JavaScript

Download ebook Foundation Website Creation with CSS XHTML and JavaScript (5.92 MB):
Code:
http://www.mediafire.com/?j2zuuygzywo
Code:
Pass: migoit.com
Nguồn: Internet

Ebook Java và lập trình mạng (Phương Lan - Hoàng Đức Hải)


Tập 1 (Applet-AWT-Swing-Graphics-Image-Files&Stream)
Tập 2 (JDBC-Socket-RMI-CORBA-Servlet-JSP-EJB)
Tập 3 (J2ME) :
Chú ý: Các bạn đọc file bằng  Adobe reader, bạn nào  đọc thấy chữ bị lộn ngược thì nhấn chuột phải trên adobe reader chọn Rotete Clockwise (hoặc nhấn ctrl + shift + plus) để đọc nha…
Nguồn: Internet

Related Posts with Thumbnails for Blogger


Related Posts with Thumbnails for Blogger
related posts with thumbnails for blogger
Displaying the links to related posts along with a thumbnail of the corresponding post will help you increase the page views/user .Users will be tempted to go for the related posts when they are presented attractively with thumbnails.
This is another first release from me.This one also uses the media thumbnails generated by blogger for each post.
For displaying the thumbnails,this widget will use the images uploaded for the post using the blogger image uploader(from the post editor) [Update - Now supports external images also.]

Related Posts Widget with Thumbnails for Blogger

Here are the detailed steps to install the related posts widget for blogger with thumbnails
1.First of all Login to your blogger dashboard and navigate to Layout > Edit HTML and check the "Expand Widget Templates" check box
2.Now look for
</head>
and replace it with
<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}

#related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:black;
}
#related-posts a:hover{
color:black;
}

#related-posts  a:hover {
background-color:#d4eaf2;
}
</style>
<script type='text/javascript'>
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjk_Ksroqcaud6LcgseCuatI5K-l3iLNRu6rFQkcO4eQsaTRMBrWhawJXx-0MRRFBbxJKDbiwg2FeyvwK48wlHRjmB9QBih3ZOBrzSmKzqukCubA4ybo_Pc0b6lEYD6dDpwOwMfaDFlLM/s400/noimage.png";
var maxresults=5;
var splittercolor="#d4eaf2";
var relatedpoststitle="Related Posts";
</script>
<script src='http://blogergadgets.googlecode.com/files/related-posts-with-thumbnails-for-blogger-pro.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
</head>
3.Now Find
<div class='post-footer-line post-footer-line-1'>
If you cant find it then try finding this one
<p class='post-footer-line post-footer-line-1'>
Now immediately after any of these lines(whichever you could find) place this code snippet
<!-- Related Posts with Thumbnails Code Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if> 
<b:if cond='data:blog.url == data:blog.homepageUrl'><b:if cond='data:post.isFirstPost'>
<a href='http://www.bloggerplugins.org/2009/08/related-posts-thumbnails-blogger-widget.html'><img style="border: 0" alt="Related Posts Widget For Blogger with Thumbnails" src="http://image.bloggerplugins.org/blogger-widgets.png" /></a><a href='http://bloggertemplates.bloggerplugins.org/' ><img style="border: 0" alt="Blogger Templates" src="http://image.bloggerplugins.org/blogger-templates.png" /></a>
</b:if></b:if>
<!-- Related Posts with Thumbnails Code End-->
4.You can adjust the maximum number of related posts being displayed by editing this line in the code.
var maxresults=5;
5.To edit the title of the widget you can change this line of code
var relatedpoststitle="Related Posts";
6.To change the default thumbnail, you can edit this line of code
var defaultnoimage="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjk_Ksroqcaud6LcgseCuatI5K-l3iLNRu6rFQkcO4eQsaTRMBrWhawJXx-0MRRFBbxJKDbiwg2FeyvwK48wlHRjmB9QBih3ZOBrzSmKzqukCubA4ybo_Pc0b6lEYD6dDpwOwMfaDFlLM/s400/noimage.png";
7.To Change the Colour of the Splitter Line , edit
var splittercolor="#d4eaf2";
To change the other colours and all you will have to modify the CSS
If you fall into troubles implementing this,don't panic.. :) .just leave me a comment here and i will help you out. If you like to give me any suggestions on how to improve this widget,then it would be really great.

How to display the related posts on every page and not only on the post pages?

Just remove the two lines starting with <!-- remove --> from both step 3 and step 2.
that is lines
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
and
<!-- remove --></b:if>

Nguồn: Internet

Related Posts Widget for Blogger


The related posts widget will show a new related posts section below your post.The related posts widget fetches the related posts from those posts having the same label as the current post.
To implement the related posts widget you will have to follow 2 simple replacement steps.
1.Login to your blogger account and get into your Dashboard
2.From there go to Layout > Edit HTML and expand your widget templates(option on the right)
3.Now find this line of code

</head>
and replace it with
<!--Related Posts Scripts and Styles Start-->
<!--Remove--><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type="text/css">
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts .widget{
padding-left:6px;
margin-bottom:10px;

}
#related-posts .widget h2, #related-posts h2{
font-size: 1.6em;
font-weight: bold;
color: black;
font-family: Georgia, &#8220;Times New Roman&#8221;, Times, serif;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
color:blue;
}
#related-posts a:hover{
color:blue;
}
#related-posts ul{
list-style-type:none;
margin:0 0 0px 0;
padding:0px;
text-decoration:bold;
font-size:15px;
text-color:#000000
}
#related-posts ul li{
background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB80zJCQvaejutPXW_5XDr3BxLIairt8UUMdyooRoGTahDsm9v5KxyPL0vvYBFP2gAOtsIdAJnBSg-RniGk62ndmiwYI2aLDihAwCxcIeNIRbv-MHybeEfe878u4Q41qiQ356MdgFIGUo/s200/greentickbullet.png) no-repeat ;
display:block;
list-style-type:none;
margin-bottom: 13px;
padding-left: 30px;
padding-top:0px;}
</style>

<script type='text/javascript'>
var relatedpoststitle="Related Posts";
</script>
<script src='http://blogergadgets.googlecode.com/files/related-posts-for-blogger.js' type='text/javascript'/>

<!--Remove--></b:if>
<!--Related Posts Scripts and Styles End-->
</head>
If you want to change the title of your widget you can edit this line of the above code
var relatedpoststitle="Related Posts";
If you want you can edit the blue and black colors present in this code 4.Now find this line of code
<div class='post-footer-line post-footer-line-1'>
If you cant find it then try finding this one
<p class='post-footer-line post-footer-line-1'>
Now immediately after any of these lines(whichever you could find) place this code snippet
<!-- Related Posts Code Start-->

<!--Remove--><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>

<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>

<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop><a href='http://www.bloggerplugins.org/2009/08/related-posts-for-blogger-widget.html'><img style="border: 0" alt="Related Posts Widget for Blogger" src="http://image.bloggerplugins.org/blogger-widgets.png" /></a>

<script type='text/javascript'>
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels(&quot;<data:post.url/>&quot;);
</script>
</div>

<!--Remove--></b:if>
<!-- Related Posts Code End-->
 
this line determines the number of related posts that are displayed..and by default 6 posts are fetched from each label.
Now you should have a working related posts widget on your blog.If you want to customize the look and feel,then you can alter the CSS rules.OR if you have any doubts or need any modifications,you can surely contact me via comments or at Blogger Forums .The codes are well commented .So this can be easily removed whenever you want..
Note: If you want to display the Related Posts on every page, then remove the 4 lines of code starting with <!--Remove-->

 Nguồn: Internet

2.8.11

Hiren’s BootCD 14.0


Hiren’s Boot CD is a boot CD containing various diagnostic programs such as partitioning agents, system performance benchmarks, disk cloning and imaging tools, data recovery tools, MBR tools, BIOS tools, and many others for fixing various computer problems. It is a Bootable CD; thus, it can be useful even if the primary operating system cannot be booted. Hiren’s Boot CD has an extensive list of software. Utilities with similar functionality on the CD are grouped together and seem redundant; however, they present choices through UI differences. Hiren’s BootCD – All in one Dos Bootable CD which has all these utilities.
Hiren’s BootCD 14.0 Updated on 24-05-2011

Changes
+ HBCD Folders restructured
+ Dialupass 3.16
+ Image For Windows 2.62a
+ Parted Magic 6.1 (replaced RIPLinux)
+ WebBrowserPassView 1.11 (replaced foxpass/iepass)
- WinKeyfinder
* Autologon 3.01
* Autoruns 10.07
* Avira AntiVir Personal (24-05-2011)
* Calcute 11.5.15
* ComboFix (24-05-2011)
* Don’t Sleep 2.31
* Dos – Minor bugs fixed
* Dr.Web CureIt! Antivirus (24-05-2011)
* GRUB4DOS 2011-04-23
* isolinux/memdisk 4.04
* Malwarebytes Anti-Malware 1.50.1 (24-05-2011)
* MiniXp – Added/updated LAN/WLAN/Storage drivers, msi installer support and other minor improvements
* Offline NT Password 2011-05-11
* PhotoRec 6.12
* Process Explorer 14.12
* Process Monitor 2.95
* RKill (24-05-2011)
* Spybot – Search & Destroy 1.6.2 (24-05-2011)
* SpywareBlaster 4.4 (24-05-2011)
* SumatraPDF 1.1
* SuperAntispyware 4.53.1000 (24-05-2011)
* System Explorer 2.8.1
* TCPView 3.04
* TestDisk 6.12

Hiren's BootCD 14.0 Download