Shareaholic for Firefox - The best way to share, tweet, bookmark, save and e-mail webpages
Share links quickly from anywhere with anyone

You'll be able to share any webpage, anytime, with services you already know and love like Facebook, Twitter, LinkedIn, Google Mail, WordPress, and lots more! You'll always have your favorite social networking, bookmarking, blogging, and e-mail services at your fingertips.
Unlabelled

Quick Start


After downloading the files, simply place a copy of the
simpleCart.js in your site directory, and attach it to
each page that will be using the cart:

1.<script type="text/javascript" src="simpleCart.js"></script>

PayPal is the default checkout option. So if you have a
Paypal account, you will need to set your account email:

1.<script type="text/javascript">
2.    simpleCart.email = "you@yours.com";
3.</script>

Items for Sale

To have an item for sale (like an awesome t-shirt), you can
put it on your "Shelf" like so:

1.<div class="simpleCart_shelfItem">
2.  <h2 class="item_name">Awesome T-Shirt</h2>
3.  <span class="item_price">$35.95</span>
4.  <input class="item_quantity" value="1" type="text">
5.  <a href="javascript:;" class="item_add">Add to Cart</a>
6.</div>


To create a shelf item, you create a div with a class of
“simpleCart_shelfItem”. Any field you want for your
item can be set by creating a tag with a class of
“item_field-name” and the contents or value of the
tag will be the value added for the item. Please check out
Shelf Setup
for more info about the shelf.

You can also add an item to the cart with a simple link:

1.<a href="javascript:;" onclick="simpleCart.add( 'name=Awesome t-shirt' , 'price=35.95' , 'quantity=1' );">Add To Cart</a>

Cart Links and Cart Summary

If you want to display information about the cart anywhere on your
page, simple create any tag (div, span, a, h2, …etc) with a
specific class name.

For the total items in the cart, use
“simpleCart_quantity”

1.You have <span class="simpleCart_quantity"></span> items in your Cart.

For the cart total, use “simpleCart_total”

1.Cart total: <div class="simpleCart_total"></div>

You can create a Checkout link or Empty Cart

link by using "simpleCart_checkout" and
"simpleCart_empty"

1.<a href="javascript:;" class="simpleCart_checkout">Checkout</a>
2.<a href="javascript:;" class="simpleCart_empty">Empty</a>

The checkout link will immediately send all the items to PayPal (or
another checkout option like Google Checkout)
when you click it. These don't have to be links, however, you can
also use a div, images, or any other tag by simply setting the class
correctly.

The Cart

You can display the full cart on any page by simply creating a div with
a class of "simpleCart_items"

1.<div class="simpleCart_items"></div>

SimpleCart(js) will automatically populate the div with all the items
in the cart. You can change the appearance of your cart or what columns
are in the cart by checking out
Cart Header Formatting.

Added on 6:10 PM

Added on 5:53 PM

Ingin Mempercepat Upgrade / install aplikasi 10.10 Maverick Meerkat? Ganti Aja Kelocal Repository Artinya Proses Upgrade dan Downloadnya cukup di indonesia aja, gak usah Keluar negri.
Indonesia kan juga udah maju dan Rame yang mendukung opensource.


Langsung aja ya Saya Percaya Semua Sudah Mengerti, Jadi Tinggal Ganti Aja source.list Kamu Atau Backup dulu file source.list Kamu

sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup

Dah, Sekarang Kamu Dah Punya sources.list.backup jadi kalo ada masalah tinggal Mengembalikan aja file backup nya.

Selanjutnya tinggal Ganti Aja isi Dari file sources.list dengan repository Local :
sudo nano /etc/apt/sources.list


Repository Buaya
deb http://buaya.klas.or.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://buaya.klas.or.id/ubuntu/ maverick main restricted universe multiverse
deb http://buaya.klas.or.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://buaya.klas.or.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://buaya.klas.or.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://buaya.klas.or.id/ubuntu/ maverick-security main restricted universe multiverse

Repository CBN
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick main restricted universe multiverse
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick-updates main restricted universe multiverse
deb http://ubuntu.cbn.net.id/Ubuntu/ maverick-security main restricted universe multiverse
deb-src http://ubuntu.cbn.net.id/Ubuntu/ maverick-security main restricted universe multiverse

Repository FOSS-ID
deb http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://dl2.foss-id.web.id/ubuntu/ maverick-security main restricted universe multiverse

Repository IndikaNET
deb http://ubuntu.indika.net.id/ maverick main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick main restricted universe multiverse
deb http://ubuntu.indika.net.id/ maverick-updates main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick-updates main restricted universe multiverse
deb http://ubuntu.indika.net.id/ maverick-security main restricted universe multiverse
deb-src http://ubuntu.indika.net.id/ maverick-security main restricted universe multiverse

Repository ITB
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
deb-src ftp://ftp.itb.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse

Repository ITS.
deb http://mirror.its.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick main restricted universe multiverse
deb http://mirror.its.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mirror.its.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mirror.its.ac.id/pub/ubuntu/ maverick-security main restricted universe multiverse

Repository Komo
deb http://komo.vlsm.org/ubuntu/ maverick main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick-updates main restricted universe multiverse
deb http://komo.vlsm.org/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://komo.vlsm.org/ubuntu/ maverick-security main restricted universe multiverse

Repository Undip
deb http://jaran.undip.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://jaran.undip.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://jaran.undip.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://jaran.undip.ac.id/ubuntu/ maverick-security main restricted universe multiverse

Repository UGM
deb http://repo.ugm.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://repo.ugm.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://repo.ugm.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://repo.ugm.ac.id/ubuntu/ maverick-security main restricted universe multiverse

Repository UI
deb http://kambing.ui.edu/ubuntu/ maverick main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick-updates main restricted universe multiverse
deb http://kambing.ui.edu/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu/ maverick-security main restricted universe multiverse

Repository UMS
deb-src http://mugos.ums.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://mugos.ums.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mugos.ums.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mugos.ums.ac.id/ubuntu/ maverick-security main restricted universe multiverse

Repository UNEJ
deb http://mirror.unej.ac.id/ubuntu/ maverick main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick main restricted universe multiverse
deb http://mirror.unej.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick-updates main restricted universe multiverse
deb http://mirror.unej.ac.id/ubuntu/ maverick-security main restricted universe multiverse
deb-src http://mirror.unej.ac.id/ubuntu/ maverick-security main restricted universe multiverse

Silahkan Di Coba Mana Yang Paling Kenceng Dengan Akses Kita Sendiri, Selamat Mencoba.
Bikin Post dengan Thumnails Mantep Pisan, Aku Mencoba Upload File js ku di  www.yourjavascript.com Langsung Maknyus, Silahkan Langsung Buktikan.

<script language="JavaScript">
imgr = new Array();
imgr[0] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[1] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[2] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[3] = "http://i43.tinypic.com/orpg0m.jpg";
imgr[4] = "http://i43.tinypic.com/orpg0m.jpg";
showRandomImg = true;
boxwidth = 298;
cellspacing = 8;
borderColor = "#ffffff";
bgTD = "#000000";
thumbwidth = 40;
thumbheight = 40;
fntsize = 12;
acolor = "#666";
aBold = true;
icon = " ";
text = "comments";
showPostDate = false;
summaryPost = 40;
summaryFontsize = 10;
summaryColor = "#666";
icon2 = " ";
numposts = 5;
home_page = "http://zaqiatussyiva.blogspot.com/";
</script>
<script src="http://yourjavascript.com/11071122111/recentposts_thumbnail.js" type="text/javascript">
Seperti Nampak Pada Halaman ini..???

Mempercepat Faster Mozilla Firefox

Mozilla merupakan salah satu browser open source yang paling diminati saat ini. Bahkan beberapa orang yang telah menggunakannya mengatakan melebihi Internet Explorer. Berikut cara mempercepat Mozilla dalam browsing di internet dengan seidikit trik..

Untuk mempercepat browsing :
  1. Ctrl+Enter, ini untuk membuka domain yang menggunakan .com. caranya adalah ketikkan nama domain kemudian klik ctrl+enter. contohnya, anda ingin membuka "www.yahoo.com" jadi ketiklah "yahoo" kemudian klik ctrl+enter
  2. Shift+Enter, ini untuk membuka domain yang menggunakan .net. caranya adalah ketikkan nama domain kemudian klik shift+enter. contohnya, anda ingin membuka "www.telkom.net" jadi ketiklah "telkom" kemudian klik shif+enter
  3. Ctrl+Shift+Enter, ini untuk membuka domain yang menggunakan .org. caranya adalah ketikkan nama domain kemudian klik ctrl+shift+enter. contohnya, anda ingin membuka "www.dikti.org" jadi ketiklah "dikti" kemudian klik Ctrl+Shift+Enter

Tweeking Firefox :
  1. Ketik "about:config" di firefox anda kemudian enter
  2. Maka akan keluar sebuah settingan untuk tweaking firefox
  3. Untuk merubahnya, klik 2 kali dan masukkan data perubahannya
  4. Jika data dibawah tidak terdapat dalam settingan default firefox, klik kanan pilih New. Untuk data berupa angka, pilih Integer, untuk true/false pilih Boolean.

Untuk pengguna DSL :
  1. Set "network.http.pipelining : true"
  2. Set "network.http.proxy.pipelining : true"
  3. Set "network.http.pipelining.maxrequests : 64″
  4. Set "ngelayout.initialpaint.delay : 0", apabila belum ada silahkan klik kanan, new>integer>nglayaut.initialpaint.delay
  5. Set"trim_on_minimize : true", apabila belum ada silahkan klik kanan, new>boolean>trim_on_minimize (lebih efektif pada Windows)

Untuk pengguna ADSL :
  1. Set "network.http.max-connections : 64″
  2. Set "network.http.max-connections-per-server : 21″
  3. Set "network.http.max-persistent-connections-per-server : 8″
  4. Set "network.http.pipelining : true"
  5. Set "network.http.pipelining.maxrequests : 100″
  6. Set "network.http.proxy.pipelining : true"
  7. Set "nglayout.initialpaint.delay : 0″

Untuk pengguna Dial Up
  1. Set "browser.cache.disk_cache_ssl : true"
  2. Set "browser.xul.error_pages.enabled : true"
  3. Set "network.http.max-connections : 32″
  4. Set "network.http.max-connections-per-server : 8″
  5. Set "network.http.max-persistent-connections-per-proxy : 8″
  6. Set "network.http.max-persistent-connections-per-server : 4″
  7. Set "network.http.pipelining : true"
  8. Set "network.http.pipelining.maxrequests : 8″
  9. Set "network.http.proxy.pipelining : true"
  10. Set "plugin.expose_full_path : true"
  11. Set "signed.applets.codebase_principal_support : true"
  12. Set "content.interrupt.parsing : true"
  13. Set "content.max.tokenizing.time : 3000000″
  14. Set "content.maxtextrun : 8191″
  15. Set "content.notify.backoffcount : 5″
  16. Set "content.notify.interval : 750000″
  17. Set "content.notify.ontimer : true"
  18. Set "content.switch.threshold : 750000

This template has inbuilt Recent Posts with Thumbnails widget. All you have to do is enter your blog url and it will do the rest.
Look for this code in the template
(Edit the values to fit your blog)

boxwidth - Width of the widget
cellspacing - Space between cells (default one is good)
borderColor - Border color (add the background color of your template to perfectly blend it in the template)
thumbwidth & thumbheight - Width and Height of the thumbnail (default are good)
fntsize - Font size of the title
acolor - Color of the title
aBold - you want bold titles? (true or false)
numposts - How many posts you want to show?
home_page : http://schemar-mag.blogspot.com/ (change this to your blog url)

This script is currently hosted in my server ( http://myblogtalk.com/bloggertemplates/js/recentposts_thumbnail.js ).
But, it is STRONGLY Recommended to download the script and upload to your own hosting (google for free javascripts hosts) and replace that url with yours.

4. Last but not the least.. Save the Changes.

That's it guys!

Note : Make sure you selected YES in Settings » Site Feed » Full » Allow Blog Feeds
Unlabelled

Added on 6:15 AM


Moment of logB-)
Unlabelled

Added on 4:59 AM


Enjoy whit my
Unlabelled

Added on 4:57 AM