Friday, February 10, 2012

Corel Draw X5 (Portable)


sebelumnya aku udah pernah share Corel Draw X5 + keygen . sekarang aku mau share coreldraw X5 tapi versi portablenya jadi ga perlu install

spesifikasi yang diperlukan:

* Microsoft® Windows® 7, Windows Vista®, Windows® XP, with latest service packs installed (32-bit or 64-bit editions)
* Intel® Pentium® 4, AMD Athlon™ 64 or AMD Opteron™
* 512 MB RAM (1 GB recommended)
* 750 MB hard disk space (1 GB for typical installation without content). Up to 6GB needed to install extra content
* Mouse or tablet
* 1024 x 768 screen resolution (768 x 1024 on a Tablet PC)
* DVD drive
* Microsoft® Internet Explorer® 7 or higher

Download via IDWS:
Corel Draw X5 (Portable) - (209.22 MB)

#Tested by me on Windows 7 Home Premium 64 bit

Thursday, February 9, 2012

Adobe Dreamweaver CS5.5 v11.5.1.5344 (Portable)


sekarang aku mau share Adobe Dreamweaver CS5.5 v11.5.1.5344 versi portable . fiturnya sih sama aja sama yang ga portable . cuma yang ini ga pake install tinggal klik dan jalankan programnya..
System Requirements

Windows

  • Intel® Pentium® 4 or AMD Athlon® 64 processor
  • Microsoft® Windows® XP with Service Pack 2 (Service Pack 3 recommended); Windows Vista® Home Premium, Business, Ultimate, or Enterprise with Service Pack 1; or Windows 7
  • 512MB of RAM
  • 1GB of available hard-disk space for installation; additional free space required during installation (cannot install on removable flash storage devices)
  • 1280x800 display with 16-bit video card
  • DVD-ROM drive
  • Broadband Internet connection required for online services and to validate Subscription Edition (if applicable) on an ongoing basis*

Mac OS

  • Multicore Intel processor
  • Mac OS X v10.5.8 or v10.6
  • 512MB of RAM
  • 1.8GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
  • 1280x800 display with 16-bit video card
  • DVD-ROM drive
  • Broadband Internet connection required for online services and to validate Subscription Edition (if applicable) on an ongoing basis*

Download via IDWS :
Adobe Dreamweaver CS5.5 v11.5.1.5344 (Portable) - (164.33 MB)

#Tested by me on Windows 7 Home Premium 64 bit

Sunday, January 29, 2012

Cara Membuat Show/Hide Chatbox Pada Blogger Dengan Jquery


Kali ini saya mau share cara buat chatbox di blogger kita agar bisa di show dan hide dengan menggunakan Jquery. caranya mudah aja:

1.Login Blogger » Design
2.Klik Add Gadget » HTML/Javascript
3.Copy dan pastekan kode dibawah ini



<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){

$(".btn-slide").click(function(){
$("#panel").slideToggle("slow");
$(this).toggleClass("active"); return false;
});

});
</script>
<style>
#panel {
height: auto;
background:#000;
width: auto;
display: none;
padding: 7px;
border: #0C0;
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
}
.slide {
margin: 0;
padding: 0;
border-top: solid 4px #f90;
background: url(https://lh3.googleusercontent.com/-XGxvD-bjtLk/TXo6ZGh056I/AAAAAAAAAUI/zvBMp0DrML4/s1600/btn-slide.png) no-repeat center top;
}
.btn-slide {
background: url(https://lh5.googleusercontent.com/-Ia33wJE4nHY/TXo1KNUSasI/AAAAAAAAAUE/Uss0CKLZP9U/s1600/white-arrow.gif) no-repeat right -50px;
text-align: center;
width: 144px;
height: 31px;
padding: 10px 10px 0 0;
margin: 0 auto;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
.active {
background-position: right 12px;
}
</style>
<div id="panel">

KODE CHAT BOXMU

<center><a href='http://dok-edok.blogspot.com/2012/01/cara-membuat-showhide-chatbox-pada.html' target='_blank'>Get This Widget<br />(Show/Hide Chatbox)</a></center>
</div>
<p class="slide"><a href="#" class="btn-slide">Chatbox</a></p>


4. Ganti tulisan berwarna MERAH di atas dengan kode chatboxmu
5. Tekan save dan selesai