Today, we're announcing the completion of a new web indexing system called Caffeine. Caffeine provides 50 percent fresher results for web searches than our last index, and it's the largest collection of web content we've offered. Whether it's a news story, a blog or a forum post, you can now find links to relevant content much sooner after it is published than was possible ever before.
Some background for those of you who don't build search engines for a living like us: when you search Google, you're not searching the live web. Instead you're searching Google's index of the web which, like the list in the back of a book, helps you pinpoint exactly the information you need. (Here's a good explanation of how it all works.)
So why did we build a new search indexing system? Content on the web is blossoming. It's growing not just in size and numbers but with the advent of video, images, news and real-time updates, the average webpage is richer and more complex. In addition, people's expectations for search are higher than they used to be. Searchers want to find the latest relevant content and publishers expect to be found the instant they publish.
To keep up with the evolution of the web and to meet rising user expectations, we've built Caffeine. The image below illustrates how our old indexing system worked compared to Caffeine:
Our old index had several layers, some of which were refreshed at a faster rate than others; the main layer would update every couple of weeks. To refresh a layer of the old index, we would analyze the entire web, which meant there was a significant delay between when we found a page and made it available to you.
With Caffeine, we analyze the web in small portions and update our search index on a continuous basis, globally. As we find new pages, or new information on existing pages, we can add these straight to the index. That means you can find fresher information than ever before—no matter when or where it was published.
Caffeine lets us index web pages on an enormous scale. In fact, every second Caffeine processes hundreds of thousands of pages in parallel. If this were a pile of paper it would grow three miles taller every second. Caffeine takes up nearly 100 million gigabytes of storage in one database and adds new information at a rate of hundreds of thousands of gigabytes per day. You would need 625,000 of the largest iPods to store that much information; if these were stacked end-to-end they would go for more than 40 miles.
We've built Caffeine with the future in mind. Not only is it fresher, it's a robust foundation that makes it possible for us to build an even faster and comprehensive search engine that scales with the growth of information online, and delivers even more relevant search results to you. So stay tuned, and look for more improvements in the months to come.
Source : http://googleblog.blogspot.com/2010/06/our-new-search-index-caffeine.html
Tampilkan postingan dengan label programming concept. Tampilkan semua postingan
Tampilkan postingan dengan label programming concept. Tampilkan semua postingan
Selasa, 29 Juni 2010
Selasa, 18 Mei 2010
PestaPesta.com finally finish
PestaPesta.com!
Oke, hari ini upload PestaPesta.com, setelah perjuangan panjang mendapatkan domainnya oleh Ci Sisil, great effort, Ci!
Segera up, buat yang butuh EO (Event Organizer), apapun, Wedding, Corporate Event, Birthday Party, Flower (Bunga), bahkan Dekorasi Pemakaman (Funeral) pun dapat mereka lakukan, silahkan berkunjung. www.pestapesta.com
Screen Shot :
Oke, hari ini upload PestaPesta.com, setelah perjuangan panjang mendapatkan domainnya oleh Ci Sisil, great effort, Ci!
Segera up, buat yang butuh EO (Event Organizer), apapun, Wedding, Corporate Event, Birthday Party, Flower (Bunga), bahkan Dekorasi Pemakaman (Funeral) pun dapat mereka lakukan, silahkan berkunjung. www.pestapesta.com
Screen Shot :

Rabu, 21 April 2010
Perbedaan ID dan Class
Ehm,,, sok keren dikit,, mau share sedikit dari yang kutahu.
Yaitu tentang perbedaan ID dan Class dalam HTML CSS
Yok mulai, perbedaan menyolok dari ID dan Class adalah : for more>>
Label:
bahasa pemrograman,
belajar,
css,
html,
javascript,
php,
programming concept,
programming language,
Tutorial
Sabtu, 20 Februari 2010
Mahkluk aneh bernama MVC (Model-ViewController)
Hai,
sekarang gua mau ngasih tau sedikit yang gua tahu tentang Model-View-Controller programming concept. Diambil dari otak gua, dan dari google n Wiki :
Src :
http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller,
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/images/app-archa2.gif
So, Model-View-Controller (MVC) adalah sebuah pola arsitektur yang digunakan dalam rekayasa perangkat lunak. Pola ini memisahkan "domain logika" (logika aplikasi untuk pengguna) dari input dan presentasi (GUI), memungkinkan pengembangan independen, pengujian dan pemeliharaan dari masing-masing, dalam arti pembuat :

Nah, gambar ini cukup mewakili dari konsep dari MVC secara umum. Kira-kira begini penjelasan lengkapnya :
sekarang gua mau ngasih tau sedikit yang gua tahu tentang Model-View-Controller programming concept. Diambil dari otak gua, dan dari google n Wiki :
Src :
http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller,
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/images/app-archa2.gif
So, Model-View-Controller (MVC) adalah sebuah pola arsitektur yang digunakan dalam rekayasa perangkat lunak. Pola ini memisahkan "domain logika" (logika aplikasi untuk pengguna) dari input dan presentasi (GUI), memungkinkan pengembangan independen, pengujian dan pemeliharaan dari masing-masing, dalam arti pembuat :
- LOGIKA (Controller) dapat mengerjakan pembuatan class-class dan fungsi untuk core modul bersangkutan
- TAMPILAN/DESAIN (View) dapat mengerjakan pembuatan tata letak dan gaya (style) dari tampilan akhir yang dilihat user
- DATABASE (Model) dapat mengerjakan pembuatan table dan database yang diperlukan sesuai dengan class diagram yang telah disepakati bersama

Nah, gambar ini cukup mewakili dari konsep dari MVC secara umum. Kira-kira begini penjelasan lengkapnya :
- MODEL adalah domain spesifik representasi data pada aplikasi yang beroperasi. Domain logika menambahkan makna pada data mentah (misalnya, menghitung apakah hari ini adalah hari ulang tahun pengguna, atau total, pajak, dan biaya pengiriman untuk keranjang belanja item). Ketika sebuah model mengubah keadaan, itu akan memberitahu yang terkait pandangan sehingga mereka dapat me-refresh.
- VIEW merender model menjadi bentuk yang cocok untuk interaksi, biasanya elemen antarmuka pengguna. Beberapa pandangan bisa eksis untuk satu model untuk berbagai tujuan.
- CONTROLLER menerima input dan memulai tanggapan dengan membuat panggilan pada objek model.
Langganan:
Postingan (Atom)
Choose Topic
benediQue
(18)
IT Solution
(10)
pembuatan website
(10)
progress
(10)
project
(9)
Berita IT
(8)
IT
(7)
buat web
(7)
cara buat web
(7)
it business
(7)
toko online
(7)
web3days
(7)
FEEL IT
(6)
bisnis
(6)
company profile
(6)
innovaction
(6)
konsep programming
(6)
php
(6)
Google
(5)
Tutorial
(5)
bahasa pemrograman
(5)
belajar
(5)
harga murah
(5)
harga pembuatan website
(4)
programming concept
(4)
yves andre
(4)
flash
(3)
html
(3)
jQuery
(3)
programming language
(3)
3d animation
(2)
Ajax
(2)
bakmi grand kelinci
(2)
css
(2)
dokumentasi
(2)
flash intro
(2)
javascript
(2)
membuat website
(2)
netbeans
(2)
perfume
(2)
Ajax Library
(1)
GPA
(1)
Google Code
(1)
Indonesia
(1)
Mootools
(1)
Sistem Operasi Linux
(1)
Welcome
(1)
animation
(1)
animation house
(1)
appologize
(1)
asteros
(1)
benedique client
(1)
benedique portfolio
(1)
blog
(1)
bug fixing
(1)
caffeine
(1)
cara membuat website
(1)
cara membuat website gratis
(1)
client
(1)
cool intro
(1)
daftar framework
(1)
design web
(1)
ellingbra
(1)
facebook apps
(1)
fanzilla
(1)
framework
(1)
gasp
(1)
gasp shout
(1)
gaspshout
(1)
google search
(1)
harga buat web
(1)
harga buat website
(1)
jasa membuat website
(1)
jasa pembuatan website
(1)
kebutuhan skill web developer
(1)
klien
(1)
membuat website gratis
(1)
menkominfo
(1)
model view controller
(1)
mvc
(1)
mysql
(1)
pola programming
(1)
programmer
(1)
programming pattern
(1)
rpm konten multimedia
(1)
search engine optimization
(1)
seo
(1)
skill programmer
(1)
skill web developer
(1)
subversion
(1)
tvc
(1)
web company profile
(1)
web developer
(1)
website perusahaan
(1)