Cara Membuat Screensaver Dengan Css

read more 0
Pada Tutorial Blog Sebelumnya Blog Sharing Ilmu Pengetahuan Sudah Menjelaskan Pada Sobat Semua Tentang Bagaimana Cara Membuat Link Bergoyang Di Blog Dengan Java Script. Tetapi Pada Tutorial Blog Kali Ini Blog Sharing Ilmu Pengetahuan Akan Menjelaskan Pada Sobat Semua Tentang Bagaimana Cara Membuat Screen Saver Dengan Css.Sudah Terasa Lama Blog Sharing Ilmu Pengetahuan Sudah Tidak Menjelaskan Lagi Tentang Blog ..Nah Kali Ini Saya Akan Posting Tentang Blog Lagi..Blog Ini Juga Pernah Posting Tentang Cara Membuat Screen Saver .Tetapi Itu Menggunakan Java Script..nah Kali Ini Membuatnya Dengan Css3. Nah Klo Mau Liat Demonya Sobat Bisa Liat Gambar Dibawah Ini..



Nah Itu Adalah Screenshot Dari Screen Saver Dengan Css.

Jika Sobat Menginginkan Screen Saver Seperti Itu Silakan Sobat Ikuti Langkah-Langkah Berikut Ini :

  1. Login Ke Akun Blog Sobat
  2. Pada Dasbor Klik Rancangan--> Kemudian TAMBAH GADGET Dan Pilih HTML Java/Script
  3. Pastekan Kode ini Tepat Didalamnya
<style type="text/css">body .saving{position: fixed;width: 100%;top: 0;left:0;height: 100%;opacity: 0.98;filter: alpha(opacity=98);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";background: #000;border-bottom: 3px solid transparent;z-index: 999999;-o-transition: all 3s ease-in-out 10s;-moz-transition: all 3s ease-in-out 10s;-webkit-transition: all 3s ease-in-out 10s;}body:hover .saving {opacity: 0.0;height:0.001%;filter: alpha(opacity=0);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";background: #0a7f01;border-bottom: 5px solid #333;-o-transition: opacity 2s ease-in-out 2.5s, background-color 3s linear 0.5s, height 1s ease-in 1.8s;-moz-transition: opacity 2s ease-in-out 2.5s, background 3s linear 0.5s, height 1s ease-in 1.8s;-webkit-transition: opacity 2s ease-in-out 2.5s, background 3s linear 0.5s, height 1s ease-in 1.8s;}body .saving p.esm1{margin: 0;padding: 0;width: 92%;background: transparent;font-size: 100px;font-family: "Serif", Times New Roman;color: #FF0000;text-shadow: 0 0 2px #ccc, 0 -5px 4px #ff3, 2px -6px 6px #fd3, -2px -8px 9px #f40,   2px -10px 10px #f10;position: relative;margin-top: 200px;line-height: 20px;font-weight: bold;text-align: center;border: 30px solid transparent;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;-o-transition: -o-transform 5s ease-out 8s, background-color 4s ease-out 12s;-moz-transition: -moz-transform 5s ease-out 8s, background 4s ease-out 12s;-webkit-transition: -webkit-transform 5s ease-out 8s, background 4s ease-out 12s;}body:hover .saving p.esm1{font-size: 10px;color: red;width: 25%;margin: 340px 0 0 300px;padding: 25px;background: #aaa;border: 20px solid #888;border-radius: 170px;-moz-border-radius: 170px;-webkit-border-radius: 170px;-o-transform:translate(600px,-500px) rotate(360deg) scale(0.2);-moz-transform:translate(600px,-500px) rotate(360deg) scale(0.2);-webkit-transform:translate(600px,-500px) rotate(360deg) scale(0.2);-o-transition: font 1.1s 0.1s, width 1.3s 0.4s, margin-left 0.8s 1.2s, -o-transform 1.2s linear 1.5s, background-color 0.6s ease-in 0.6s, margin-top 1.2s ease-in 0.5s, border 3s ease-in;-moz-transition: font 1.1s 0.1s, width 1.3s 0.4s, margin-left 0.8s 1.2s, -moz-transform 1.2s linear 1.5s, background 0.6s ease-in 0.6s, margin-top 1.2s ease-in 0.5s, border 3s ease-in;-webkit-transition: font 1.1s 0.1s, width 1.7s 0s, margin-left 0.8s 1.2s, -webkit-transform 1.2s linear 1.5s, background 0.6s ease-in 0.6s, margin-top 1s ease-in 0.5s, border 3s ease-in, -webkit-border-radius 3s ease-in;}.saving p span.esm2{font-size: 18px;opacity: 0.5;filter: alpha(opacity=50);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";display: block;text-align: center;width: 300px;margin: -10px auto; font-weight: normal;padding: 2px 8px;background: #000;border: 1px solid #333;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;color: #0000FF;text-shadow: none;font-family: Arial, Helvetica, sans-serif;-o-transition: 1s ease-out;-moz-transition: 1s ease-out;-webkit-transition: 1s ease-out;}.saving:hover p span.esm2{font-size: 10px;width: 200px;padding: 0;}.saving p span.esm3{color: #ccc;font-family: "Tahoma", Arial, Helvetica;display: block;margin:10px auto;background: url http://i964.photobucket.com/albums/ae124...) left center repeat-x;background: -moz-linear-gradient(top,#666,#111);background: -webkit-gradient(linear,0% top,0% bottom,from(#111),to(#666));opacity: 0.6;filter: alpha(opacity=60);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";width: 250px;text-shadow: 1px 1px 1px #000;border: 1px solid #333;border-radius: 4px;padding:2px 10px;-moz-border-radius: 4px;-webkit-border-radius: 4px;font-size: 12px;font-weight: normal;line-height: 16px;}.saving .by_Tejahtc {margin-left: 30px;text-align: center;color: #015828;font-size: 12px;font-weight: normal;position: absolute;bottom: 30px;width: 100%;height: 20px;left: 0;}.saving .by_Tejahtc span.esm4 {color: #aaa;font-style:italic;font-size:14px;font-weight:bold;text-transform:uppercase;}#recpost {width:210px;overflow: hidden;height: 327px;float: right;margin-top: 10px;padding: 4px 2px;background: transparent;border: 1px solid transparent;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;-o-transition: all 1.5s ease-out;-moz-transition: all 1.5s ease-out;-webkit-transition: all 1.5s ease-out;}</style>

<div class='saving'>
<p class='esm1'>Tejahtc<br/>
<span class='esm2'>Energy Saving Mode using CSS3</span><br/><br/>
<span class='esm3'>Move your mouse to go back to the page!<br/>Gerakkan mouse anda dan silahkan nikmati kembali posting kami!</span></p>
<div class='by_Tejahtc'>Original design by: <span class='esm4'> Tejahtc.blogspot.com - Tejahtc.blogspot.com</span> - Oktober 2010</div>
</div>

   4. Ubah Kata Nama Tejahtc Dengan Nama Sobat.
   5. Dan Yg Terkahir Simpan


SELAMAT MENCOBA DAN SEMOGA BERHASIL

Kumpulan Pantun Lucu Dan Gokil Terbaru 2011

read more 0
Pantun Lucu banget dan gokil abis terbaru 2011 - Kumpulan Pantun Lucu dan gokil yang paling lucu dan paling gokil sepanjang sejarah. Tidak ada yang bisa mengalahkan kelucuan dan kegokilan pantun-pantun ini. Hahahaha... Tuh, kan belum apa-apa saya udah ketawa terbahak-bahak. Ini karena pantun lucu atau karena saya gila, ya? Entahlah...! Yang jelas, kumpulan pantun lucu dan gokil paling gokil sepanjang sejarah ini merupakan koleksi pantun ke tiga yang saya publikasikan di blog ini.

Pastinya kamu masih ingat dua pantun saya sebelumnya, yaitu pantun jenaka dan pantun cinta. Apa, Gak inget? Ya udah, silahkan baca saja dalam artikel Pantun Jenaka dan Pantun cinta. Nah, sekarang mari kita sambut kumpulan pantun lucu berikut ini:


pergi ke Bandung naik Taksi
naik taksi tak perlu bayar
sampai Bandung turun taksi
turun taksi baru bayar..kahkahkah

jalan jalan ke kota depok
nemuin uang segepok
ada apa dibalik tembok
ada nenek lagi cebok

Jalan-jalan ke pinggir empang
nemu sendok dipinggir empang
hati siapa tak bimbang
situ botak minta dikepang

Buah kedondong Buah atep
Dulu bencong sekarang tetepp

Buah semangka buah duren

Nggak nyangka gue keren

Buah semangka buah manggis
Nggak nyangka gue manis

Buah apel di air payau
Nggak level layauuuuuuu.....
Pohon kelapa, Pohon durian,
Pohon Cemara, Pohon Palem

Pohonnya tinggi-tinggi Bo!

Buah Nanas, Buah bengkoang
Buah jambu, Buah kedondong
Ngerujak dooooooooonggggggg...

Ada padi, Ada jagung
Ada singkong, Ada pepaya
Panen ni yeeeeeeeeeeeee!


Disini Gunung, Disana gunung
Banyak amat yah gunungnya...
Disini bingung, Disana linglung
Emangnya enak, engga nyambung....

Sayur sop, Sayur kacang
Meking lop yok yang

Buah semangka berdaun sirih

Buah ajaib kali yah?????????

Kura-kura dalam perahu
Iseng banget tuch kura...

Jalan kaki ke pasar baru
Jauh boooooooooooo....

Jambu merah di dinding
Jangan marah just kidding


jauh di mata,dekat dihati
jauh di hati,dekat dimata
jauh-dekat seribu perak

makan roti pake sambel
makan telor pake garem
kalo ogut lagi kesel
mata ogut suka merem

Nemu gesper, di pinggir jalan
kalo laper, makan tu gesper
Men sana in corpore sano
gue maen kesana,
elo maen ke sono!
hahaha....palelo ijo

disana gunung, disini gunung,
ditengah-tengah bunga melati

saya bingung kamu pun bingung
kenapa ada bunga melati ???!?
Jalan-jalan ke kota paris
lihat rumah berbaris-baris
enak luh jalan jalan melulu

buah kedong-dong buah tomat
Eh, Elu bodong amat

Pohon cabe berbuah cabe
Pohon tomat berbuah tomat
kalo pohon tomat berbuah cabe
itu ajaib. Iya ngga Mat?

buah duren di pohon beringin
resek banget tuch duren....

ayam kurus bulunya banyak
rugi banget yang beli.........

kakak monyonk adik memble
keturunan jelek kali ye.......

bunga melati bunga mawar
bunga mawar bunga melati
aduh pantun ini norak sekali

Nah, itulah koleksi pantun lucu dan pantun gokil paling lucu dan paling gokil sepanjang sejarah, halah...

Akhir kata:
kopi pahit jangan diminum
saya pamit, assalamualaikum

Fasilitas Baru Bagi Pengguna Blackberry

read more 0
Hmm.., baru dapat info dari dari sebuah majalah, PCPlus. Ada fasilitas baru bagi pengguna BlackBerry. Namanya Fun with BlackBerry Webpage. Aplikasi ini membuat kamu bisa menyimpan berbagai hal menyenangkan ke ponselmu.
Mau bikin wallpaper yang menarik? Bisa. Begitu juga jika mau memakai nada dering yang populer. Jejaring sosial dan multimedia sampai aplikasi produktivitas dan utilitas, alias aplikasi-aplikasi BlackBerry yang paling populer juga boleh dilihat. Kalau perlu, instal saja semuanya.
Agar kamu kian gaul, kamu bisa terhubung ke komunitas BlackBerry melalui forum myBlackBerry. Kamu juga bisa mengikuti feed Twitter BlackBerry, bergabung ke Facebook fan page dan masuk ke blog Inside BlackBerry.
Bukan hanya itu. Mulai hari ini sampai 13 September mendatang, ada game online Fun At Your Fingertips. Mainkanlah, ambil sebanyak mungkin App yang kamu dapatkan saat lepas landas dengan BlackBerry, di pesawat dan sebelum kamu mendarat lagi. Uji refleks kamu untuk menghindari balon terbang.
Jika kamu tercatat sebagai salah satu dari tiga pencetak skor terbesar dalam seminggu, ksmu akan mendapatkan goodie bag. Dan kalau kamu menjadi pencetak skor terbanyak di akhir kontes, kamu akan dihadiahi smartphone BlackBerry Bold 9700 warna putih.

Bagi yang berminat silakan kunjungi www.blackberry.com/ap/fun
Enjoy it !!!

Cerita Sukses Pendiri, Pemilik, Pembuat Google

read more 0
Assalamualaikum Wr.WB.Pada Tutorial Blog Sebelumnya Blog Sharing Ilmu Pengetahuan Sudah Menjelaskan Pada SObat Semua Tetang Bagaimana Cara Membuat Link Bergonyang Di Blog..Tapi Pada Tutorial Kali Ini Blog Sharing Ilmu Pengetahuan Akan Menceritakan Tetang Suksesnya Pendiri,Pemilik,Pembuat Google..Wah rasanya kalau kita bicara 2 Pendiri Google orang ini kayaknya penuh Cerita Sukses Seru yang fenomenal, bayangkan hanya dalam waktu 10 tahun lebih, mereka berhasil menempati posisi 5 besar warga terkaya di AS. Dan menjadi TOP 30 Orang Terkaya Didunia, wow gimana gak kaya? Mereka aja bisa membayar ratusan ribu orang didunia dari Program Google Adsense.
Publisher newbie kelas ecek2 seperti saya saja mampu dibayar dengan angka cuman [rahasia] digit $ perbulan, nah kalau dilihat dari 10 web terbaik versi alexa (data versi oktober 2008) tiga webnya adalah milik om google : youtube, google.com dan blosgpot.
Bagaimana kalau kita kilas sedikit tentang cerita sukses nya melalui sejarahnya om Google ini :
Google berasal dari kata googol yang diplesetkan. Di situs milik majalah Moment, Mark Malseed menyebutkan dua orang ini bersahaja, pria baik-baik, dan tak terlena oleh kemewahan. Sergey (34) tak pernah bisa melihat makanan tersisa di piring.
Demikian pula Larry (34), ia tak silau dengan atribut kemewahan, walau mereka kini memiliki pesawat pribadi Boeing 767 yang disulap menjadi rumah mewah untuk perjalanan mereka. Google Inc berkantor di Googleplex, di selatan San Fransisco Bay.
Majalah Fortune pernah menjuluki Googleplex sebagai tempat bekerja terbaik di AS pada tahun 2007. Suasana kekeluargaan, makanan gratis tiga kali sehari, lokasi perawatan bayi bagi ibu muda, serta kursi pijat elektronis pun tersedia. Kedua orang ini bertemu ketika sama-sama belajar teknik komputer di Stanford University tahun 1995. Pertemuan itu ditandai dengan perdebatan, tetapi mereka tetap menjalin kontak dan terus saling beradu argumentasi.
Keduanya lalu mendirikan sergeyandlarry- proyek yang kemudian melahirkan Google, dimulai dari sebuah garasi di Menlo Park, California, milik Susan Wojcicki yang kini menjadi Wakil Presiden Manajemen Produk Google. Susan adalah kakak Anne Wojcicki, istri Larry.
Situs ini khusus mendalami pencarian informasi hasil-hasil riset yang sudah dituangkan internet. Idenya sederhana. Di dunia akademis, Anda akan dianggap berkualitas dan makalah Anda lebih bernilai jika semakin banyak mengutip hasil-hasil riset hebat. Akan tetapi, butuh 5.700 tahun mencari informasi pada tiga miliar halaman Google yang ada sekarang.

Pertanyaan mereka adalah bagaimana mendapatkan informasi itu dalam hitungan detik dengan hanya membukasatu situs bank data? You Google it! (Anda cari saja di Google), demikian perkataan majalah Forbes pada edisi 26 Mei 2003, menceritakan sukses dari jerih payah duet ini. Sebelum Google muncul, mencari informasi yang relevan di internet sama seperti berjalan pada malam gelap.
Kami ingin menawarkan web yang tidak saja ingin mencari informasi, tetapi web yang menyenangkan, ” kata Sergey, Presiden Teknologi Google. Bagaimana mereka bisa sukses? “Cerita orang tua soal Rusia, dan pengalaman masa kecil saya yang selalu takut menghadapi otoritas di Rusia. Juga kesediaan ayah saya mengambil risiko hijrah ke AS telah membuat saya memberontak, ” ujar Sergey melukiskan niatnya untuk menghapus kekecewaan sang ayah soal Rusia. Suatu saat, di samping ayahnya, Sergey berujar, “Terima kasih, Pak, telah membawa saya ke AS.”
Michael, ayah Sergey, merendah. “Ide kewirausahaan Sergey pasti tidak datang dari latar belakang kehidupan keluarga. Akan tetapi, saya bangga, tak pernah menyangka dia akan seperti ini,” kata Michael. Namun, sukses bisnis Google juga dipoles setelah Sergey dan Larry menyewa Eric E Schmidt, mantan karyawan Sun Microsystems. Di balik sukses inovasi Google juga ada sekian banyak doktor matematika dengan lulusan terbaik.

BIODATA

Nama: Lawrence (Larry) Page

Lahir : Lansing, Michigan, AS, 26 Maret 1973
Status : Pendiri dan menjabat sebagai Presiden produk Google Inc.

Kekayaan bersih : 18,5 miliar dollar AS (2007), nomor lima terkaya diAS bersama Sergey berdasarkan majalah Forbes, Maret 2007
Istri : Lucy Southworth
Sekolah : SD, SMP Montessori, Lansing, Michigan. SMA dari EastLansing. Sarjana Muda dari University of Michigan bidang teknikkomputer, gelar master dari Stanford University
Penghargaan : Global Leader for Tomorrow dari The World EconomicForum
Nama: Sergey Brin
Lahir : Moskwa, Rusia, 21 Agustus 1973. Pada 1979 keluarganya bermigrasi ke Maryland, AS
Sekolah : SD, SMP di Paint Branch Montessori School, Adelphi, Maryland. SMA di Eleanor Roosevelt, gelar master dari University of Maryland, bidang matematika. Dia mendapat beasiswa dari National Science Foundation untuk belajar di Stanford University, bidang komputer. Sama seperti Larry, ia meninggalkan program doktor untuk mendalami Google
Penghargaan : Januari 2005 ia bersama Larry Page dinominasikan sebagai Young Global Leaders oleh World Economic Forum. Tahun 2007 ia dinyatakan sebagai nomor satu dari 50 orang terpenting di web.
Istri : Anne Wojcicki, menikah di Bahamas, 2007

Game Android Terbaru Juli 2011 | New Android Games Pack up to 3000 Games

read more 0

Android Game Pack - daripada beli di market android, ribuaan aplikasi premium bisa anda dapatkan gratis,, koleksi Android platform permainan yang paling populer. Paket termasuk permainan dengan tema yang berbeda: logika, arcade, simulator balap, RPG. Game yang paling dalam paket ini adalah kompatibel dengan versi yang berbeda dari ponsel pintar, dan beberapa dari mereka memiliki beberapa installer. 3 Kingdoms TD-adalah Menara Pertahanan klasik dengan permainan baru. Anda dan pahlawan Anda untuk pergi ke Pertempuran Tiga Kerajaan.



isi pack Diantara nya...

  1. Angry Birds- a puzzle video game developed by Rovio Mobile, in which a player using a slingshot to shoot birds
  2. Armored Defense Lite (Beta)- military arcade with excellent graphics.
  3. Assassin's Creed- All known game Assassin's Creed. In this game you can develop the patience and skill to accumulate skills.
  4. Astral Commander- Space arcade game, in which, controlling robots, you must build towers to repel an enemy attack
  5. Avatar 3D- The game will take you to interesting and fascinating world that is beyond your imagination.
  6. Bebbled Lite- an exciting and beautiful puzzle game for Android. You need to find and remove the balls from the playing field a similar color
  7. Burning Tires 3D- In this mobile racing with fantastic graphics, you are invited to ride on the most dangerous places on the planet
  8. Crystal Defenders- addictive game in style turrets
  9. Dante THE INFERNO- video games in the genre of slasher with elements of role-playing game
  10. Dark Area Lite 3D- Lite version of the 3D first-person shooter for powerful handheld device.
  11. DynamoKid Touch- arcade classic character toys
  12. EA FIFA 10- an excellent 3D football from Electronic Arts is now on Android
  13. European War- Strategic toy. Expands its forces on land and at sea, dive into Europe 19 centuries
  14. Farm Tower- arcade on the physics of which you need to help safely descend from the high towers baby animals
  15. Forest Runner- a game about the conqueror of the jungle
  16. Fruit Pirate (3D)- cuts fruits and earn points.
  17. GT Racing Motor Academy- one of the real and the most realistic racing simulators.
  18. Guitar Hero 5 Mobile- Famous console game Guitar Hero is now on your Android
  19. Gun Bros 3D- real 3D-action game in which (as befits the genre), you have to destroy the hordes of enemies in a non-stop
  20. Half-Life- a video game in the genre of sci-fi first-person shooter.
  21. Haypi Kingdom- the massive online game about the Middle Ages
  22. Hero Of Sparta- a great game from GameLoft in 3D. Superb graphics and gameplay. You'll fight with mythical creatures
  23. HexDefense- camoya arcade and a saturated genre of Tower Defense games to Android
  24. Jewellust- beautiful puzzle game for Android
  25. Labyrinth Full- a classic game where you control a steel ball by tilting a wooden labyrinth.
  26. Leap Sheep!- Fun arcade game where you have to jump over a flock of sheep over the fence.
  27. Majesty Fantasy Kingdom Sim- a huge magical world in which it is YOU have the honor to become the head of a small fairy-tale kingdom.
  28. Math Scramble- a puzzle game in which you want to make mathematical examples
  29. Modern CombatSandstorm- clone of the Call of Duty on your smartphone. You'll play an American soldier, your goal unichnozhit terrorists.
  30. Mr.Wiener- logic puzzle
  31. Modern Combat Black Pegasus HD 2- Modern Combat 2: Black Pegasus improves gameplay first Modern Combat
  32. NOVA- To protect each other, space refuge together in an alliance, which was named Near Orbit Vanguard Alliance
  33. Need for Speed Shift - the famous race from the developers of the company EA Games.
  34. Paper Toss- office fun.
  35. Peeping Tom- do not give spying eyes of the girl washable.
  36. Plateau - an entertaining puzzle game in which you want to move the ball so that the lines are not crossed.
  37. Prince of Persia- The legendary Prince of Persia series is now in your smartphones android
  38. Pro Evolution Soccer 2011- an excellent football simulator with 3D graphics and running with G-Sensor
  39. Real Football 2011- 3D GameLoft football from now on Android
  40. Reckless Racing - combines a classic racing gameplay with good graphics environment.
  41. Shrek Kart - miles of fun racing with Shrek and his friends
  42. Singularity - 3D space shooter
  43. Skies of Glory - Ruthless dogfights in the skies during World War II.
  44. Slice It- we cut a finger with a knife as a variety of shapes
  45. SmackTalk!- Deal with the hamster
  46. Space War HD- classic Invaders for Android
  47. SpeedX 3D- you have to shoot on three-dimensional tunnel, dodging obstacles.
  48. Splinter cell Conviction- Sensational shooter is now on the Android OS
  49. Super Dynamite Fishing - blast fishing on Android.
  50. Tetris For Android- a good Tetris for Android smartphones with high-quality graphics
  51. The Last Defender HD- modern warfare, you are the rocket launcher and destroy armored vehicles
  52. The Sims 3- The famous life simulator Sims 3 is now on Android!
  53. Tile Storm Lite (3D) - a beautiful puzzle game for the android with beautiful 3D graphics
  54. Tom Clancy's HAWX - simulator with spectacular graphics platform android
  55. Treasures of Montezuma 2- is a colorful and addictive puzzle game in the style of "three in a row"
  56. TurboFly 3D - futuristic racing for Android
  57. WARP - in this game you have to save our planet from meteorites
  58. War2 - War online
  59. Wild West Sheriff - Western, the problem is not getting to shoot bandits in the other
  60. Winds of Steel - one of the best flight simulation for Android
  61. Worms 2010 - a classic comic war game returns to mobile. Get a platoon of worms with powerful weapons and attack the enemy
  62. X Construction- arcade game for Android Building bridges and inspect them for strength to passing on his train
  63. Xeno Tactic II Lite- qualities of the game for Android, which is necessary to defend your base from enemy invasion
  64. Yumsters - Yumsters! Settle them in my phone - and you always forget about boredom!
  65. Zuma's Revenge - the legendary Zuma returned.

Download
Fileserve.com
  1. http://www.fileserve.com/file/vbRyctH/Android_Games_Pack.part1.rar
  2. http://www.fileserve.com/file/f8wsWGg/Android_Games_Pack.part2.rar
  3. http://www.fileserve.com/file/FbC8bTE/Android_Games_Pack.part3.rar
  4. http://www.fileserve.com/file/mMBEb8K/Android_Games_Pack.part4.rar
  5. http://www.fileserve.com/file/gGC62GP/Android_Games_Pack.part5.rar
  6. http://www.fileserve.com/file/SdXMd29/Android_Games_Pack.part6.rar
Filesonic.com
  1. http://www.filesonic.com/file/1243069254/Android_Games_Pack.part1.rar
  2. http://www.filesonic.com/file/1243069124/Android_Games_Pack.part2.rar
  3. http://www.filesonic.com/file/1243086294/Android_Games_Pack.part3.rar
  4. http://www.filesonic.com/file/1243085784/Android_Games_Pack.part4.rar
  5. http://www.filesonic.com/file/1243085824/Android_Games_Pack.part5.rar
  6. http://www.filesonic.com/file/1243094194/Android_Games_Pack.part6.rar

Uploadstation.com
  1. http://www.uploadstation.com/file/ESUB2mB/Android_Games_Pack.part1.rar
  2. http://www.uploadstation.com/file/w3E3aRS/Android_Games_Pack.part2.rar
  3. http://www.uploadstation.com/file/CYWsXJh/Android_Games_Pack.part3.rar
  4. http://www.uploadstation.com/file/q3mYzED/Android_Games_Pack.part4.rar
  5. http://www.uploadstation.com/file/jQmt25u/Android_Games_Pack.part5.rar
  6. http://www.uploadstation.com/file/5RQXsxf/Android_Games_Pack.part6.rar
Wupload.com

Kode Rahasia Aplikasi HP Android Terbaru

read more 0
Assalamualaikum Wr.WB.Pada Artikel Sebelumnya Blog Sharing Ilmu Pengetahuan Sudah Share Tetang Suksesnya Pemilik Google.Tetapi Pada Artikel Kali Ini Saya Akan Share Tentang Handphone Android..HP Yg Trend Pada Tahun 2011 ini..Saya Akan Share Kode Rahasia Aplikasi HP Android .kode Rahasia Aplikasi HP Android – Download Aplikasi Handphone Android Terbaru – sekarang ini hp sudah banyak yang memakai sistem operasi android, pastinya akan terasa cangiih dan nyaman dalam menggunakannya, kami baru saja menukan beberapa pengecekan untuk aplikasi hp yang memakai sitem operasi android, di bawah ini adalah kodenya :


Information about phone and battery
* # * # 4636 # * # *

This suggests the following four on-screen menu:
* Phone Information
* Battery information
* History of Batteries
* Usage Statistics

Reset the data such as origin
* # * # 7780 # * # *

This will remove the following:
* Google account settings are stored in your phone
* System and application data and settings
* Applications that were Download
and will NOT delete:
* Current software systems and application packages
* Card SD files such as photos, music files, etc.

Note: Once you give this code, you get a prompt on the screen asking you to click on the button “Reset Phone”. So you get a chance to cancel your surgery.

Format the original manufacturer
* 2767 * 3855 #

Think before you give this code. This will delete all files and settings, including internal memory storage. This will also reinstall the phone’s firmware.

Note: Once you give this code, there is no way to cancel the operation unless you remove the battery from the phone. So think twice before giving this code.

Information about camera phones
* # * # 34971539 # * # *

This code shows the four following menu:
* Update the firmware of the camera in the picture (Do not try this option)
* Update the camera firmware in the SD card
* Get the camera firmware version
* Get count of firmware updates

WARNING: Do not use the first option is declared, the camera phone will stop working and you will need to take your phone to a service / shop to reinstall the firmware of the camera.

This code can be used to change the “End Call / Power”
* # * # 7594 # * # *

This code can be used to change the “End Call / Power” action on your phone keypad. So the default, if you press the button for a moment, it will show a screen that asks you to select options from the Silent mode, and Turn off Airplane mode phone.
You can change the action using this code. You can activate this power directly from the button so you do not have to waste your time in choosing the option.

Open a screen where copy files
* # * # 273 283 * 255 * 663 282 *#*#*

Service mode log
* # * # 197328640 # * # *

You can run various tests and setting changes in service mode.

Test Code: WLAN, GPS and Bluetooth
* # * # 232339 # * # * – test WLAN
* # * # 526 # * # * – test WLAN
* # * # 528 # * # * – test WLAN (Use the “Menu” to launch a variety of test)
* # * # 232338 # * # * – Displays the MAC address of the WiFi
* # * # 1472365 # * # * – GPS test
* # * # 1575 # * # * – another test GPS.
* # * # 232331 # * # * – Bluetooth test
* # * # 232337 # * # – Displays the Bluetooth address

Launch GTalk Service Monitor
* # * # 8255 # * # *

Code to get the firmware version information:
* # * # 4986 * 2650468 # * # * – PDA, Phone, H / W, RFCallDate
* # * # 1234 # * # * – PDA and Phone
* # * # 1111 # * # * – FTA SW Version
* # * # 2222 # * # * – FTA HW Version
* # * # 44336 # * # * – PDA, Phone, CSC, Build Time, Changelist number.

The code to launch various Factory Tests:
* # * # 0283 # * # * – Loopback packet
* # * # 0 *#*#* – LCD test
* # * # 0673 # * # * or * # * # 0289 # * # * – Melody test
* # * # 0842 # * # * – Device tests (Vibration, and Backlight test)
* # * # 2663 # * # * – Touch screen version
* # * # 2664 # * # * – Touch screen test
* # * # 0588 # * # * – Proximity sensor test
* # * # 3264 # * # * – RAM version

Selamat Menikmati kode aplikasi dari sistem operasi android terbaru

Cara Membuat Link Bergoyang Dengan Javascript

read more 0
Assalamualaikum Wr.Wb.. Pada Tutorial Blog Sebelumnya Blog Sharing Ilmu Pengetahuan  Sudah Menjelaskan Pada Sobat Semua Tentang Bagaimana Cara Membuat Form Komentar Klasik Di Atas Kotak Komentar Blog.Tetapi Kali Ini Saya Akan Menjelaskan Pada Sobat Semua Tentang Bagaimana Cara Membuat Link Bergoyang Dengan Javascript.Link Bergoyang Adalah Link Yg Ketika Mouse Menyorotnya Akan Bergoyang Atau Bergerak Seperti Bergoyang.Link Bergoyang ini Digunakan Untuk Memperkeren Link Saja.. Nah Membuat Link Bergoyan Sangatlah Mudah,..Karna Sobat Semua Hanya Menambahkan Beberapa JavaScript..
Jika Sobat Berkenan Silakan Sobat Ikuti Langkah-Langkah Berikut:

  1. Login Ke Blog Sobat
  2. Pada Dasbor Pilih >>Rancangan-->Kemudian EDIT HTML
  3. Cari Kode </head> Dan Letakan Kode Script Berikut Tepat Diatas Kode </head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script type='text/javascript'>         
$(document).ready(function()  {          
$(&#39;a&#39;).hover(function() {  //mouse in          
$(this).animate({ marginLeft:  &#39;12px&#39; }, 400);          
}, function() { //mouse out           
$(this).animate({ marginLeft: 0 }, 400);          
});           
});</script>
 
  
4.Simpan Templatenya Dan Lihat Hasilnya

~SELAMAT MENCOBA DAN SEMOGA BERHASIL !~

Cara membuat form komentar klasik di atas kotak komentar Blog

read more 0
Assalamualaikum wr. wb . Pada Tutorial Blog Sebelumnya Blog Sharing Ilmu Pengetahuan Sudah Menjelaskan Pada Sobat Semua Tentang "Kostumisasi Avatar Komentar", Tetapi Kali Ini Blog Sharing Ilmu Pengetahuan Akan Menjelaskan pada Sobat Semua Tentang Bagaimana Cara membuat form komentar klasik di atas kotak komentar Blog,. Kalau Sobat Belum Tau Apa Itu For Komentar Klasik,Sobat Bisa Lihat For Komentar Klasik Punya ANe Yg Terletak Diatas Kotak Komentar punya Ane,.
 Terus apa kegunaannya For Komentar Klasik Ini..?
Nah kegunaannya adalah , jika ada pengunjung blog kita yag ingin berkomentar tetapi kotak komentar kita tidak muncul karena mungkin, karena masalah koneksi  maka kotak komentar kita tidak muncul , nah kalau kotak komentar kita tidak muncul , si pengunjung tadi bisa mengklik tombol from komentar klasik yang sudah di sediakan. di atas kotak komentar jadi si pengunjung tetap bisa berkomentar walaupun kotak komentar kita tidak muncul .


Bagi sobat yang berminat memasang from komentar klasik di blog Sobat,Sobat bisa mengikuti langkah-langkah berikut ini :

  1. Login ke blogger dengan akun blogger anda.
  2. Pilih rancangan ,-->  langsung menuju ke EDIT HTML.
  3.  Centang Kolom Expand Template Widget
  4. Kemudian cari kode <data:blogTeamBlogMessage/>. Kalau sudah ketemu masukkan kode berikut ini tepat dibawah kode yang  anda temukan :
<div style='margin-bottom:5px'>
<a expr:href='&quot;http://www.blogger.com/comment.g?blogID=Nomor Id Anda&amp;postID=&quot; +data:post.id+ &quot;&amp;isPopup=true&quot;' onclick='javascript:window.open(this.href,&quot;bloggerPopup&quot;,&quot;toolbar=0, location=0,statusbar=1,menubar=0,scrollbars=yes,width=400,height=450&quot;); return false;' title='Popup Window Komentar'>
<b style='border:1px solid #c0c0c0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:2px 10px; color:#333333; background-color:#f6f6f6;'>Klik Disini bila kotak komentar tidak muncul</b>
</a>
</div> 

Tulisan Nomor id anda  Ganti dengan nomor id anda , caranya lihat tulisan angka yang ada di addresbar anda ,untuk lebih jelasnya lihat gambar berikut :





Nah di tempat yang diwarnai warnai itulah nomor id blog anda .
Tulisan (Klik Disini bila kotak komentar tidak muncul) bisa anda ganti dengan kalimat sobat sendiri .
Kalau sudah tinggal di save deh dan lihat hasilnya..?


Selamat mencoba......! Dan Semoga Berhasil
 
Powered by by: Blogger
Maaf Untuk sementar masih dalam proses perbaikan...