THOUSANDS OF FREE BLOGGER TEMPLATES

Label

betawie punya blog

Blogumulus by Roy Tanck and Amanda Fazani Posted by Ade'S Tricks

Kamis, 25 Februari 2010

RegistryBooster 2010 4.6.3.0 plus serial


RegistryBooster 2010 4.6.3.0

RegistryBooster is the easy answer to all your Windows registry problems. This award winning software starts by conducting a deep scan of your registry, checking for file extension errors and other registry conflicts. RegistryBooster will then repair or remove unused, corrupted and harmful files so optimizing your PC’s performance. You can then use regular scans to keep you registry structured and your PC speeding along at peak efficiency. With RegistryBooster you’ll see immediate increases in performance and decreases in system conflicts.

RegistryBooster is the safest and most trusted solution to clean and optimize your system, freeing it from registry errors and fragmented entries. Using advanced error detection technology, RegistryBooster automatically identifies missing, corrupt or possibly harmful items in your Windows registry, dramatically enhancing performance and general stability.

Have you noticed that the longer you have your computer, the slower it runs and the more it crashes? Often this is because whenever you install or uninstall software, add or remove hardware, or change your computer’s settings, the Windows registry is updated. These changes can leave the registry fragmented, with obsolete, corrupted and, in some cases, harmful files. Over time the registry starts to get bogged down and conflicts emerge. Left unchecked, your system will become increasingly unstable, run more slowly and crash more frequently.

One mouse click and our registry cleaner does the rest. And using RegistryBooster regularly keeps your PC free from errors and from obsolete, unused or unwanted files. RegistryBooster is trusted by specialist IT technicians and home PC users around the world to solve all their registry based performance problems.

• Clean Your System and Boost Performance. Boost system performance by cleaning out all missing, unwanted, obsolete and corrupt registry entries automatically with RegistryBooster.
• Repair Your PC and Keep It Tuned. Dramatically improve your computing experience by repairing all registry problems and minimizing application seizures and crashes.
• Exceptionally Simple to Use. Set in a highly intuitive, attractive, logical and user-friendly graphical user interface, Uniblue's registry cleaner sets the standard for ease-of-use.
• More Scanning Options. Due to the improvements made to the scanning engine you are now able to scan for more sections within the registry.
• An Ignore List. This is quite an innovative feature and very useful for those users who are extra cautious with their registry. By specifying the registry section and path the user will be able to exclude registry parts from the scan.
• Log Generation. Displays a transcript of all the actions performed on the registry by a particular fix operation. Especially helpful for those users wanting to know what has been done to their registry.
• Windows Vista Compatible. RegistryBooster is now fully Windows Vista compatible and can still be run on Windows XP. The program automatically adapts itself according to the version of your operating system so you do not have to configure any manual settings.
• Safe and Trusted. Avoid crashes, seizures, slow downs and error messages with the safest and most trusted solution from a leading software vendor.

Supported Systems: Microsoft Windows XP / Vista / 7 (32-bit and 64-bit).Photobucket



Photobucket
READ MORE - RegistryBooster 2010 4.6.3.0 plus serial

membuat tiga kolom blogger template

The Minima template is the easiest Blogger template to customise, as this is the simplest two column template, and has few parameters regarding margins, padding and the like. Once you have developed the third column, it will then be easier to alter font-size, colours and such so leave this until later on. We're going to concentrate on the actual layout first.


First of all, set your template to Minima (not the stretch template, but any colour will do!), then follow these instructions:

  1. Go to Template>Edit HTML, leaving the "Expand widget templates" box unchecked.
  2. Now, find this section in the HTML code:
    #sidebar-wrapper { width: 220px; float: right; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }
    Copy this entire section, and paste it directly below. We're going to change the elements I've highlighted in red to the following:
    #left-sidebar-wrapper (this makes the css for this section unique) float: left (this will make the new sidebar float to the left of the main column)
    This will provide the styling for the new sidebar element which we will create next.
  3. Now, you need to find this section further down the page:
    <div id='main-wrapper'>
    . Immedietly before this section, you should paste the following piece of code:
    <div id='left-sidebar-wrapper'> <b:section class='sidebar' id='left-sidebar' preferred='yes'/> </div>
    Let me explain the elements of this code to help you understand what we've just done:
    • This section tells the browser that the left-sidebar element exists here, and to look in the css for the appropriate styling for this element.
    • This tells the browser the class of the sidebar element and all other elements (widgets) which may be included in this section. The ID of this element must be "left-sidebar" in order to make it unique, otherwie this would cause problems when viewing. It is preferred so that it will feature in the layout, even if no widgets are placed within it.
  4. If you preview your template, you will notice that the right sidebar will be beneath the main section at the moment. This is because the outer-wrapper is still only wide enough to accomodate one sidebar. So now we need to expand the oputer wrapper to accomodate this new sidebar. Find this section in the HTML code:
    /* Outer-Wrapper ----------------------------------------------- */ #outer-wrapper { width: 660px; margin:0 auto; padding:10px; text-align:left; font: $bodyfont; }
    We need to increase the width of the wrapper by the width of the left-sidebar-wrapper, in this case 220px. So, change the value in red to 880px.
  5. You may also want to change the width of the header-wrapper to 880px so that it spans the new width of your blog:
    #header-wrapper { width:880px; margin:0 auto 10px; border:1px solid $bordercolor; }
  6. At this point, you should save your template. At present, your new sidebar will not be seen as there are no widgets contained within it, though it will still be present in the markup of the page. Once you have saved your template, go to Template>Page elements in your Blogger dashboard.
  7. Your layouts section should now look something like this: You can now add a page element (or two) to your new left sidebar.
  8. But we aren't quite finished yet! If you add anything to this left sidebar, you will probably notice that it jams right up to the main section, like this: This is because there is no space defined between the left-sidebar and the main section. We need to create this space in the template's HTML. To do this, we will add a margin to the left hand side of the main posts section. Find the following code in your template's HTML and add the code defined in red:
    #main-wrapper { width: 410px; float: left; margin-left: 20px; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */ overflow: hidden; /* fix for long non-text content breaking IE sidebar float */ }
    This defines a margin space of 20px between the left-sidebar and the main column. You should also ensure you adjust thw width of the outer-wrapper from 880px to 900px to ensure the width of your blog is enough to accomodate this margin too. Either that, or you could reduce the width of your main column/a sidebar by 20px to serve the same purpose. Now, your previewed template should look more like this:
  9. Finally, save your template and enjoy your new sidebar!

The same principles described here can help you create a three column template from any Blogger template, though you may find that you'll need to adjust the width, margins and padding for your new sidebar in order for it to look the way you would like.

Also, you can configure your new sidebar to float to the right, and have two sidebars on the right of the main column if you prefer. Simply set the CSS of your new sidebar to float: right; instead.

resources
- http://www.blogger.com/
READ MORE - membuat tiga kolom blogger template

Rabu, 24 Februari 2010

Cara mengatur layout kolom di blogspot

Pada pembahasan sebelumnya sudah saya jelaskan bagaimana cara membuat kolom baru di blogspot, dan pada tutorial kali ini saya akan membahas bagaimana cara mengatur layout kolom yang sudah kita buat, dan pada dasarnya ini juga berlaku buat kolom yang sudah ada baik itu template dengan layout 2 kolom ataupun sudah menjadi 3 kolom. Trik ini sebenarnya tidak rumit karena kita hanya memindahkan kode div di bagian section 3 (HTML) dan sedikit mengubah margin dan paddingnya apabila tampilan layoutnya bertabrakan dengan element lainnya dan posisi floatnya. Seperti biasa saya masih menggunakan acuan contoh layout template minima dan pada dasarnya tutorial ini bisa berlaku juga pada template yang lainnya.
Perhatikan screenshoot di bawah ini
  • Posisi 2 kolom berada di sebelah kanan main post :
READ MORE - Cara mengatur layout kolom di blogspot

Membuat kolom baru di blogspot

PhotobucketBagaimana cara membuat atau menambahkan kolom baru di blogspot? Pada tutorial ringan ini saya akan coba sedikit memberikan konsep yang sangat sederhana bagaimana cara membuat atau menambahkan kolom baru di blogspot, baik itu membuat 2 kolom menjadi 3 kolom maupun 4 kolom atau bahkan lebih, jadi saya harapkan sobat blogger bisa berkreasi sendiri dengan panduan konsep dasar membuat kolom baru di blogspot. Saya akan berikan contoh dan ilustrasi sederhana dengan template 2 kolom, di mana sobat blogger ingin mengubah layout template 2 kolom ini menjadi 3 kolom. Seperti biasa saya menggunakan contoh dengan template minima.Konsep dasar untuk membuat kolom baru :
  1. Mengubah nilai ukuran width main-wrapper, sidebar-wrapper, dan outer-wrapper, biasanya header-wrapper, dan footer-wrapper mengikuti width outer-wrapper
  2. Membuat definisi kolom baru pada section 2 (CSS)
  3. Peletakan tag div baru pada section 3 (HTML) yang sudah dideklarasikan di bagian section 2 (CSS)
  4. Simpan dan lihat hasilnya
Saya akan memberikan penjelasan pada masing-masing poin di atas, saya harapkan sobat blogger dapat mengikuti dengan seksama, baca perlahan-lahan dan pahami setiap petunjuknya.
Mengubah template 2 kolom menjadi 3 kolom


Poin pertama dilakukan adalah mengubah nilai outer-wrapper, main-wrapper dan sidebar-wrapper, pada contoh ini saya menggunakan template minima standart dengan kode CSS defaultnya :

#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:$startSide;
font: $bodyfont;
}

#main-wrapper {
width: 410px;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
width: 220px;
float: $endSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float

Photobucket

Perhatikan nilai yang di cetak tebal yang nantinya nilai tersebut akan kita rubah. Dapat dilihat pada kode tersebut untuk ukuran outer-wrapper:660px, main-wrapper:410px, dan sidebar-wrapper:220px. Kalau sobat perhatikan jumlah width main dan sidebar adalah 630px, di mana sisa 30px adalah untuk margin dan padding atau istilah sederhananya adalah jarak pembatas antara masing container.

Poin kedua adalah menambahkan elemen kolom baru dengan membuat nilai CSSnya, dan ubah juga nilai width outer-wrapper, main-wrapper dan sidebar-wrappernya sehingga akan seperti ini kode yang baru :

#outer-wrapper {
width: 750px;
margin:0 auto;
padding:10px;
text-align:left;
font: $bodyfont;
}

#main-wrapper {
width: 400px;
margin-left: 20px;
float: $startSide;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}

#sidebar-wrapper {
width: 150px;
float: $endSide; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}

#sidebar-wrapper2 {
width: 150px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
}

Photobucket

Perhatikan juga nilai width yang di cetak tebal , yang pada umumnya penjumlahan main-wrapper dan sidebar-wrapper tidak melebihi nilai outer-wrapper ( Width Outer > Main + Sidebar), sisa kekurangan nilai widthnya umumnya di gunakan untuk margin dan padding agar nantinya tidak berdempetan masing-masing container. Sedangkan untuk container baru di tandai dengan warna biru. Nilai 750px tidak harus mutlak, sobat bisa mengubah nilai tersebut dan sesuaikan dengan kebutuhan sobat dan jangan lupa juga mengubah nilai width main dan sidebarnya.
NB : Biasanya saya mencopy kode #sidebar-wrapper dan mengubah id nya menjadi id baru con: #sidebar-wrapper2 kemudian mengubah nilai floatnya menjadi left

Poin yang ketiga membuat tag div sidebar baru di bagian section 3 (HTML), sebelumnya saya akan kasih lihat default kode template minima 2 kolom (no expand widget templates) :

<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</div>
<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
</b:section>
</div>

Photobucket

Kemudian kita akan memasukkan tag div sidebar baru ke dalam structur templatenya

<div id='sidebar-wrapper2'>
<b:section class='sidebar' id='sidebar2'>
</b:section>
</div>
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section>
</div>
<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes'>
</b:section>
</div>

Photobucket

Perhatikan text yang berwarna merah yang merupakan tag div sidebar barunya, sedangkan untuk yang di warnai kuning adalah nilai section class yang mempunyai arti tampillan maupun widget yang di dalam container baru tersebut mengikuti aturan class sidebar seperti nilai background, h2, text dan lain-lain yang di tandai dengan dot [.] con : .sidebar {....} jika sobat ingin memodifikasi tampilan cointainer baru silahkan buat class tersendiri con : .sidebar2 {.....} kemudian ubah section class dengan class yang sobat buat con : <b:section class='sidebar2' id='sidebar2'>, sedangkan untuk text yang diwarnai orange merupakan id yang harus unik atau berbeda dengan id lainnya.
Pada poin ini sebenarnya sobat blogger bisa merubah layout template yang nantinya akan saya bahas lebih dalam lagi pada tutorial berikutnya.

Poin yang keempat adalah simpan hasil pekerjaan sobat dan lihat hasilnya jika terdapat kesalahan pada layoutnya seperti misalnya sidebar baru posisinya jatuh ke bawah, yang perlu di lakukan adalah mengatur nilai width ataupun nilai margin dan paddingnya. Gunakan prinsip trial and error! Semoga berhasil mengubah layout 2 kolom template sobat blogger menjadi 3 kolom atau lebih dengan konsep dasar di atas.


NB.Jangan lupa mengubah nilai width header dan
footernya umumnya mengikuti nilai width outer


READ MORE -

Membuat kolom baru di blogspot

Margin dan Padding.

Margin dan padding merupakan suatu property CSS yang tidak asing buat sobat blogger yang senang dengan mengedit template, di postingan ringan ini saya mencoba mengenal margin dan padding dengan gaya bahasa saya sendiri dan tidak lebih untuk sebagai media catatan saya dan bukan bermaksud untuk menggurui., karena pada dasarnya saya juga sering lupa perbedaan margin dan padding ini :p.
Untuk memudahkan sobat dalam mengenal margin dan padding ini saya akan berikan screenshootnya seperti di bawah ini :
READ MORE -

Margin dan Padding.

free animasi

PhotobucketPhotobucketPhotobucket

Photobucketyang mau ngga usah basa basi,,,,,PhotobucketPhotobucket

langsung klik disana

Free animasi

READ MORE - free animasi

Free Download Animated Wallpaper Maker


Animated Wallpaper Maker 2.0.1 | 5.4 Mb

Breathe new life into your desktop! Animated Wallpaper Maker will help you turn your static photos into animated pictures and set them as your desktop background. You can animate any photo you have. Really! You don’t need expensive, complicated software anymore. You can create your own animated wallpaper in just a few mouse clicks. Load a picture, adjust animation parameters, and place the result on your desktop.
Animated Wallpapers supports both Windows Vista and Windows XP.


HOW IT WORKS
Animated Wallpaper Maker is all-in-one solution for customizing your desktop background with amazing animations effects. It contains an editor that allows you to add animation to standard windows wallpaper (supporting all common image formats) and a built-in player replaces the static windows background with an animated one. The wallpaper animation requires minimum system resources and can be disabled/enabled at will.

FEATURES

* Free to try. Just download and install our trial version. No fee, no registration needed. Evaluate animated wallpapers on your desktop right now!
* Realistic live animation effects. Animated Wallpaper Maker uses up-to-date computer graphic effects for the best picture quality.
* Low resource requirements. Our software was designed to work jointly with office and home software without slowing it down.
* Wallpaper slideshow mode. Animated Wallpaper Maker can operate as wallpaper changer with a smooth fade in/fade out effect.
* Windows Vista/XP support. Animated wallpapers work correctly in both versions of Windows: XP and Vista.
* Instant support.. All registered users are provided with priority technical support. Feel free to contact us with any software-related questions.

Photobucket
READ MORE - Free Download Animated Wallpaper Maker