"Select All" Button on the Blog.
Unknown8:02 AM 2 comments


Creating a Text Area Accompanied Select All button. Maybe you all already know what a "Text Area". If you do not look at the boxes beside.

True, this is called the text area but it comes with the "Select All", then what is the function of this Text Area? When asked about the actual function of this text area allows us to perform copy and paste the text provided in the area, while also
save space and time text. Is not easy to stay if you want to copy just the text block and then copied?

It is true that some blogs are usually disable block copy the article in order to avoid visitors to the blog owner articles without permission. OK! rather than linger just me explain how to use this text box:

Click the "Select All" in the text area below,


then right click on the HTML code terblock who then copy.

You must replace the "Enter text to be copied"

To setup can be seen below

1. The word "Select All" can be replaced with the word agan like, for example: Block All, Select All, Etc.

2. WIDTH: 300px is the width

3. HEIGHT: 144px is the height

Additionally it does not need to be replaced.

Its use in the widget you can use the Go to Layout, Add a Gadget, HTML / Java Script.

Or at the time wanted to start a new post into the HTML (click the Compose tab in addition to) and then paste the code before. Done.

MySQL backup with mysqldump
Unknown1:00 AM 0 comments

If the foregoing I have discussed with backup mysql with script in Visual Basic now I will discuss backing up the mysql database with the help of mysqldump.exe program which is inherited from the mysql server. but also combined with script2 in visual basic. Immediately, you just discussed, you must install the mysql server (must have installed it already had a database), then you are looking for mysqldump program and you copy to the folder where your Visual Basic. if you've just created his project.

project consists of a project and a form and a CommandButton
please copy and paste this code.

Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
Private Declare Function WaitForSingleObject Lib "kernel32" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long
Private Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long

Private Const SYNCHRONIZE = &H100000
Private Const INFINITE = -1&
Dim FileNama As String
Sub BuatBAT()
Open App.Path + "\Backup.bat" For Output As #1
Print #1, Tab(1); "mysqldump.exe --user=root --password=dikosongi --host=localhost --databases kkpi --opt --quote-names --allow-keywords --complete-insert --add-drop-database --hex-blob> c:\kkpi.sql"
Close #1

End Sub
Private Sub ShellAndWait(ByVal program_name As String)
Dim process_id As Long
Dim process_handle As Long

process_id = Shell(program_name, vbHide)
DoEvents
' Wait for the program to finish.
' Get the process handle.
process_handle = OpenProcess(SYNCHRONIZE, 0, process_id)
If process_handle <> 0 Then
WaitForSingleObject process_handle, INFINITE
CloseHandle process_handle
End If
' Reappear.
End Sub
Private Sub Command1_Click()
BuatBAT
ShellAndWait App.Path + "\Backup.bat"
kill App.Path + "\Backup.bat"
End Sub


Dood Luck :D
All In One

Install Nginx, PHP5, MySQL-servers on Ubuntu 11.04
Unknown12:51 AM 0 comments


Today ga no activity, then eventually want to end up browsing nyoba nginx apache replacement, n he said nginx much faster than apache. immediately wrote it goes without strings attached ga .. he he ... ga even read it later on. please go to your terminal and make sure terkonek internet to facilitate your move.

1. Install required packages

sudo apt-get install php5-cgi php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl nginx spawn-fcgi mysql-server


2. Run service nginx

sudo / etc / init.d / nginx start


when it'll automatically run the following command

sudo update-rc.d nginx defaults

3. edit file /etc/php5/cgi/php.ini
sudo gedit /etc/php5/cgi/php.ini


Change cgi.fix_pathinfo = 0 to 1 (remove the sign;)
[...]
cgi.fix_pathinfo = 1

4. running php cgi

sudo / usr / bin / spawn-fcgi-a 127.0.0.1-p 9000-u www-data-g www-data-f / usr/bin/php5-cgi-P / var / run / fastcgi-php.pid


I'll go put it at each computer restart rc.local before the exit 0 (the code above it.

5. edit nginx.conf

sudo gedit / etc / nginx / nginx.conf

edit the following
[...]
worker_processes 5;
[...]
keepalive_timeout 2;
[...]

6. Hereinafter change the default file path according to our wishes

We change from / usr / share / nginx / www change it to / home / allinone / public_html (this is assumed allinone your users and create a new folder public_html tu)
sudo gedit / etc / nginx / sites-available / default

server {
# Listen 80; # # listen for ipv4; this line is the default and the implied
# Listen [::]: 80 ipv6only default = on; # # listen for ipv6

# Root / usr / share / nginx / www;
root / home / allinone / public_html;
index index.html index.htm;

# Make site accessible from http://localhost/
server_name localhost;

location / {
# First Attempt to serve the request as file, then
# As directory, then fall back to index.html
try_files $ uri $ uri / / index.html;
}

location / doc {
root / usr / share;
autoindex on;
allow 127.0.0.1;
deny all;
}

location / images {
root / usr / share;
autoindex off;
}

# Error_page 404 / 404.html;

# Redirect server error pages to the static page / 50x.html
#
# Error_page 500 502 503 504 / 50x.html;
# Location = / 50x.html {
# Root / usr / share / nginx / www;
#}

# Proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
# Location ~ \. Php $ {
# Proxy_pass http://127.0.0.1;
#}

# Pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
# Location ~ \. Php $ {
# Fastcgi_pass 127.0.0.1:9000;
# Fastcgi_index index.php;
# Include fastcgi_params;
#}

# Deny access to. Htaccess files, if Apache's document root
# Concurs with nginx's one
#
# Location ~ / \. Ht {
# Deny all;
#}
}

7. Finally we just do a restart nginx

sudo / etc / init.d / nginx restart


8. deh finished, now you try to create a web in / home / allinone / public_html

Build a Web Conference for Education
Unknown12:42 AM 0 comments


I have read this article in the magazine info ubuntu linux at 10:04 aka Lucid Lynx release. after I read and I pratekkan could actually and easily. because once the network is trouble then I go ga and ubuntu which I've formatted configuration. Today I tried to repeat the configuration again by reference to the article www.karyaguru.com, this may be useful for education because it can shorten the distance and time in teaching web-based conferencing. immediately wrote the following steps
1. Insert key and repo bigbluebutton

wget http://archive.bigbluebutton.org/bigbluebutton.asc
sudo apt-key add bigbluebutton.asc
echo "deb http://archive.bigbluebutton.org/lucid bigbluebutton-lucid main" | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
sudo apt-get update


2. Doing the Install Packages needed

sudo apt-get install asterisk bigbluebutton


3. configuration
dialog appears when you browse please telephone code 62 for Indonesia (if other country please adjust)
and because it will relate mysql data then will be in order to enter the mysql password (this makes the password)
4. restart BigBlueButton

sudo bbb-conf –restart
sudo bbb-conf –check


5. After that you go to a web browser and type the address ip_address you use.

The 10 Secrets to Speaking English
Unknown6:41 PM 0 comments

1. Self-Esteem

The most important aspect of speaking is having good self-esteem. Self-esteem is how a person feels about himself. This includes “self-talk”, how a person thinks or what a person says to himself. What a person feels determines what he thinks, and what he thinks determines what he says and how he says it. A person who feels good about himself will say good things and speak well. A person who feels bad about himself will think negative thoughts and not have self-confidence. Then fear will cause a person to not speak. When most Chinese people are asked how their English is, or if they are told their English is very good, they immediately respond by saying, “Oh, my English is very poor. I have no chance to practice.” A student of English should not say this to himself or to others. A person who says it often enough will begin to believe it and soon will be paralyzed and unable to speak. Students will begin to forget what they know since the right brain cannot speak or use the knowledge stored in the left brain. A person learning to speak English must put the Chinese custom of modesty (saving face) aside. When complimented, the correct response is “Thank you.” When asked, “How is your English?” or criticized, a good answer is “I love to speak English,” or “My English is improving,” or “I am working very hard to improve my English.” These positive statements will reinforce positive thoughts and good feelings. With increased confidence a person will overcome fear and speak more freely. The mind is the most fantastic computer in the universe. Saying or thinking negative thoughts will short circuit the mind or give it deadly viruses.

2. Teaching Others

It is a known fact that the teacher learns more than the student. One receives more when one gives. When a person only receives, he becomes crippled and soon dies. First of all, a person who teaches someone else to speak English forgets his inhibitions and concentrates on helping. This is a key process in learning. The teacher actually receives more than he gives. The teacher becomes better at speaking when he gives others instructions and encouragement. Secondly, the person who speaks is forced to utilize all the skills of speaking well. The brain is forced to remember what is stored in the left brain, transfer it to the right side, translate it from Chinese into English, and then verbalize it. A teacher must speak to teach. The teacher hears himself speak and recognizes needs and self corrects while teaching, correcting and encouraging the student(s). It’s a great method and a self-motivating process. For thousands of years, this method has been a powerful secret to learning. Remember that teaching others stimulates improvement.

3. Singing Songs

Singing songs has magic that no other exercise can duplicate. A person who sings English songs over and over again will automatically memorize words and phrases. When someone says, “Let’s sing ‘Jingle Bells’ or ‘Happy Birthday’, immediately a person begins to sing the song exactly right without even thinking about it. There is no hesitation, no translation, no confusion. Also, singing allows for the practice of saying words and, at the same time, practices pronunciation because singers verbalize each word more slowly and exactly with the music. That’s what music does for a person who wants to speak English. Good songs with good words are a great aid to speaking fluently. It is amazing how quickly singing helps a person to speak. Finally, the Chinese language has many tones and in a way the language is sung. When songs are sung in English, the brain can quickly connect the thoughts and meaning with sound.

4. Talking to the TV & Radio

There are English speaking television and radio channels. Watching and listening to them is important, but talking to them is even more important. This may seem strange to family and friends, but it is almost as effective as having a native speaker present. Listening is a great way to learn, but speaking back and asking questions benefits the mind and speaking mechanism as if a real person were there. True, the TV and radio will not answer questions nor pause for comments. Nevertheless, a person’s listening skills will improve and his ability to ask good questions and give good answers will also improve. This is a good method. This method will require concentration since people habitually just “listen” to the radio and TV. Listening is good, but speaking is better. It makes all the difference.

5. Reading Aloud and Reading A Lot

Good teachers always emphasize the value of extensive reading. It’s through reading many stories and books that one absorbs the culture, meaning, and beauty of a language. So the student must Read! Read! Read! But in addition to just reading, students should read out loud. Little children learn to speak by listening to their mothers read to them. Mothers learn to read and speak better by reading and speaking to their children. Together, both the reader and listener learn to tell stories, adding drama and emphasis to words and expressions. It’s important to read to others whenever possible. If there is no one to read to, students can read to themselves. It’s important to read aloud a lot!

6. Calling Others on the Telephone

This is one of the most common and most helpful methods of improving spoken English. First, language students must identify others who are willing to speak to them in English on the telephone. These can be friends, classmates, workmates or family members. Students can either make surprise calls or make appointments to speak with a number of people every day. At first, conversations may only last a few minutes, but with practice, time spent speaking will increase. The value comes in developing the ability to hear and understand the other unseen person. Repeating parts of the conversation and asking the other person to repeat parts of the conversation might prove useful. Soon the ear will become accustomed and the speech will also improve allowing both parties to better understand each other. This can be a fun and very useful practice that exercises the brain, ears and tongue.

7. Group Participation

A student in a formal English class at a school, university, or training company must participate. It is vital to ask questions, offer opinions and actively contribute to the class’s speaking activities. It’s only the active participant whose mind and mouth work together to speak and improve speaking. The left brain of a passive spectator will record what is seen and heard while the right brain weakens and speaking difficulty increases. Also, a person cannot participate unless he attends. Active, dedicated members of a class practice many of the skills necessary to increase verbal speech.

8. Interpreting for Others

Interpreting is one of the strongest methods of exercising the whole brain to improve speaking ability. Interpreters must draw on their left brain reserves while exercising their right brain skills. It is similar to teaching others, but even more powerful because the person interpreting must hear in Chinese, mentally understand and translate information in the mind, then almost instantly verbalizes these ideas correctly in English. The more advanced the English speaking ability, the better the interpretation. It is important to begin very early to interpret, not waiting for proficiency in speaking. Interpreting is not translating written documents which are mostly a left-brain skill.

9. Memorizing New Words and Phrases

In order to progress in learning to speak English, new words must be added to the vocabulary. Always having a small list of words and using them in every day conversation is vital to mastery. Speaking new words in sentences will bring ownership. Doing this faithfully over a period of a few years will build a vocabulary as large as most native English speakers. More effective than just adding new words is adding entire sentences. Great progress comes when quotes and phrases are not just memorized but used in daily speech. The key is to Speak! Speak! Speak!

10. Read, Write, and Memorize Poetry

“Words do not convey meaning, they call it forth.” David O McKay. Like music, poetry enlightens the soul while it exercises the mind in rhythm and vivid imagery. By reading, writing and memorizing poetry, a person is exercising one of the highest forms of spoken English. It energizes both the left and right brain while it conditions thinking and trains the tongue.

Source : http://www.kaskus.us/showthread.php?t=5763467

Dangerous space junk accomplished stage
Unknown6:28 AM 0 comments

Experts in the United States warned NASA that the amount of space junk in Earth orbit has reached a dangerous stage.

Report prepared by the National Research Council states that garbage can cause leaks in spacecraft or destroy satellites.

"The amount of junk orbiting Earth could collide assessed, which in turn will increase the number of waste fractions. It's all increase the risk of damage to aircraft, spacecraft," the report said.

Efforts to reduce the amount of waste space in recent years suffered a setback due to several factors.

In 2007, China conducted a weapons test by destroying satellite antisatelit no longer in use in space.

This test produces no less than 150,000 satellite fragments with a size of about 1 cm.
cleanup efforts

Two years later, the two satellites, one of which is still active, collided in the orbit and increase the amount of waste fractions in the sky.

"The two events immediately doubling the small fragments in Earth orbit. Cleanup efforts we did in the last 25 years to be wasted," said Donald Kessler, one of the experts at the National Research Council.

International Space Station (ISS), orbiting the Earth with a speed of 28,164 km / hour, sometimes also have to maneuver to avoid collision with space debris.

Last June, a few shards almost ran into the ISS, even had time to make the six crew members entered the rescue capsule and prepare evacuation to Earth.

"The situation is critical," said Kessler, a former NASA scientist is.

National Research Council called for the preparation of international rules to limit the space garbage.

It also calls for more research to find effective ways to clean the air from waste.


source : http://www.kaskus.us/showthread.php?t=10356210

Lirik Lagu "Baby" JeBe (Justin Bieber) versi Indonesia.
Web Space5:35 PM 0 comments

Ini lirik lagu "Baby" - JeBer (versi indonesia)

Kau tahu kamu mencintaiku, aku tahu Anda peduli
Hanya berteriak kapan saja, Dan aku akan ada di sana
Anda ingin cintaku, Anda ingin hatiku
Dan kita tidak akan pernah pernah pernah bisa terpisah <- (gagap kali gan)

Apakah kita item? ane tak tahu.
Apakah hanya teman, Apa yang kau katakan
Berkata ada yang lain, Lihatlah tepat di mata saya

Cinta pertama saya mematahkan hati saya untuk pertama kalinya,
Dan aku suka
Bayi, bayi, ohhh bayi
Seperti bayi, bayi, bayi tidaakk!
Seperti bayi, bayi, ohh bayi
Saya pikir kamu selalu menjadi milikku milikku <- (gagap kali gan)

Bayi, bayi, ohh bayi
Seperti bayi, bayi, bayi tidaakk!
Seperti bayi, bayi, ohh bayi
Saya pikir kamu selalu menjadi milikku, tambang (oh oh)

Untuk Anda, aku akan melakukan apa pun
Dan aku hanya tidak bisa percaya, kita tidak bersama
Dan aku ingin bermain tenang, Tapi aku kehilangan Anda
Saya akan membeli apa pun, aku akan membelikan cincin apapun
Dan saya dalam potongan, Bayi memperbaiki saya
Dan hanya mengoyangkan saya sampai membangunkan anda saya dari mimpi buruk <- (mimpi apa gan?)

Saya turun, turun, turun, dooownn!
Dan aku hanya tidak bisa percaya cinta pertama saya akan sekitar sukabumi.

Dan aku suka
Bayi, bayi, ohh bayi
Seperti bayi, bayi, bayi tidakk!
Seperti bayi, bayi, ohh bayi
Saya pikir kamu selalu menjadi milikku, milikku.

Bagian Rap :

Ketika saya berusia 13, aku adalah cinta pertama saya
Tidak ada orang yang dibandingkan dengan bayi saya
Dan tidak ada yang datang di antara kita yang pernah bisa datang di atas langit
Dia menyuruh saya akan gila, oh aku starstruck <- (apaan ini gan?)
Dia membuat saya terbangun setiap hari, tidak perlu ada kopi Starbucks

Dia membuat harga hatiku
Saya berdetak jantung ketika aku melihatnya di jalanan <- ( ngemis ya gan?)
Dan di sekolah di tempat bermain bayi bayi.
Tapi aku benar-benar ingin melihat dia di akhir pekan
Dia tahu dia membuat saya karena ia begitu Amazin 'dazin'
Dan sekarang hatiku pecah pecah 'tapi aku hanya terus bilang'

Dan aku suka
Bayi, bayi, ohh bayi
Seperti bayi, bayi, bayi tidakk!
Seperti bayi, bayi, ohh bayi
Saya pikir kamu selalu menjadi milikku, milikku.

Dan aku suka
Bayi, bayi, ohh bayi
Seperti bayi, bayi, bayi tidakk!
Seperti bayi, bayi, ohh bayi
Saya pikir kamu selalu menjadi milikku, milikku.

Aku semua pergi
(Yeah, yeah, yeah)
(Yeah, yeah, yeah)
Sekarang aku semua pergi
(Yeah, yeah, yeah)
(Yeah, yeah, yeah)
Sekarang aku semua pergi
(Yeah, yeah, yeah)
(Yeah, yeah, yeah)
Sekarang aku semua pergi, pergi, pergi, pergi
Aku pergi.

Admin says that : "Ya Ampun, kenapa malah jadi gini?"

Ombak Luar Biasa Yang Ditangkap Kamera
Web Space5:12 PM 0 comments

Pasti banyak sekali orang yang pernah melihat ombak apalagi yang tinggal di tepi pantai. Pasti lah kita merasakan betapa dahsyat nya dan indah nya ombak tersebut yang tidak jarang akan mengingatkan kita pada kebesaran Tuhan sang penciptanya. Inilah ombak-ombak yang luar biasa tingginya dan indah nya yang berhasil ditangkap.











Sumber : Dari berbagai Sumber.

13 Resiko Penggunaan Handphone.
Web Space4:59 PM 0 comments


Tidak bisa dipungkiri bahwa telepon seluler (ponsel) telah banyak menghadirkan berbagai kemudahan dalam hidup manusia. Meski banyak diperdebatkan, banyak kalangan khawatir akan dampak negatif dari radiasi yang ditimbulkan. Penelitian terbesar yang pernah dilakukan tentang bahaya ponsel telah membantah adanya risiko kanker otak pada penggguna ponsel. Penelitian yang dilakukan sendiri oleh organisasi kesehatan dunia (WHO) tersebut menunjukkan risikonya tidak terlalu besar untuk dikhawatirkan.

Namun penelitian terbaru di India kembali menegaskan adanya ancaman kanker terutama pada anak dan remaja. Sang peneliti, Prof Girish Kumar bahkan mengatakan bahaya radiasi juga terdapat di sekitar menara Base Transceiver Station (BTS).
"Satu BTS bisa memancarkan daya 50-100W. Negara yang punya banyak operator seluler seperti India bisa terpapar daya hingga 200-400W. Radiasinya tak bisa dianggap remeh, bisa sangat mematikan," ungkap Prof Kumar.

Dikutip dari DNAindia, berikut ini sejumlah dampak negatif yang bisa ditimbulkan akibat radiasi yang berlebihan dari ponsel dan menara BTS:

1. Risiko kanker otak pada anak-anak dan remaja meningkat 400 persen akibat penggunaan ponsel. Makin muda usia pengguna, makin besar dampak yang ditimbulkan oleh radiasi ponsel.

2. Bukan hanya pada anak dan remaja, pada orang dewasa radiasi ponsel juga berbahaya. Penggunaan ponsel 30 menit/hari selama 10 tahun dapat meningkatkan risiko kanker otak dan acoustic neuroma (sejenis tumor otak yang bisa menyebabkan tuli).

3. Radiasi ponsel juga berbahaya bagi kesuburan pria. Menurut penelitian, penggunaan ponsel yang berlebihan bisa menurunkan jumlah sperma hingga 30 persen.

4. Frekuensi radio pada ponsel bisa menyebabkan perubahan pada DNA manusia dan membentuk radikal bebas di dalam tubuh. Radikal bebas merupakan karsinogen atau senyawa yang dapat memicu kanker.

5. Frekuensi radio pada ponsel juga mempengaruhi kinerja alat-alat penunjang kehidupan (live saving gadget) seperti alat pacu jantung. Akibatnya bisa meningkatkan risiko kematian mendadak.

6. Sebuah penelitian membuktikan produksi homon stres kortisol meningkat pada penggunaan ponsel dalam durasi yang panjang. Peningkatan kadar stres merupakan salah satu bentuk respons penolakan tubuh terhadap hal-hal yang membahayakan kesehatan.

7. Medan elektromagnet di sekitar menara BTS dapat menurunkan sistem kekebalan tubuh. Akibatnya tubuh lebih sering mengalami reaksi alergi seperti ruam dan gatal-gatal.

8. Penggunaan ponsel lebih dari 30 menit/hari selama 4 tahun bisa memicu hilang pendengaran (tuli). Radiasi ponsel yang terus menerus bisa memicu tinnitus (telinga berdenging) dan kerusakan sel rambut yang merupakan sensor audio pada organ pendengaran.

9. Akibat pemakaian ponsel yang berlebihan, frekuensi radio yang digunakan (900 MHz, 1800 MHz and 2450 MHz) dapat meningkatkan temperatur di lapisan mata sehingga memicu kerusakan kornea.

10. Emisi dan radiasi ponsel bisa menurunkan kekebalan tubuh karena mengurangi produksi melatonin. Dalam jangka panjang, kondisi ini dapat mempengaruhi kesehatan tulang dan persendian serta memicu rematik.

11. Risiko kanker di kelenjar air ludah meningkat akibat penggunaan ponsel secara berlebihan.

12. Medan magnetik di sekitar ponsel yang menyala bisa memicu kerusakan sistem syaraf yang berdampak pada gangguan tidur. Dalam jangka panjang kerusakan itu dapat mempercepat kepikunan.

13. Medan elektromagnetik di sekitar BTS juga berdampak pada lingkungan hidup. Burung dan lebah menjadi sering mengalami disorientasi atau kehilangan arah sehingga mudah stres karena tidak bisa menemukan arah pulang menuju ke sarang.


http://www.kaskus.us/showthread.php?t=10112436

IBM Ciptakan Chip Meniru Otak Manusia
Web Space4:50 PM 0 comments

Komputer yang dikendalikan oleh otak manusia telah lama menjadi kiasan menjijikan dalam film fiksi ilmiah, namun pemikiran ini bisa satu langkah mendekati kenyataan berkat proyek SyNAPSE milik IBM.


Proyek ini bertujuan untuk membuat chip yang mampu melakukan “komputasi kognitif”, yang berarti chip ini akan secara langsung bereaksi dan memecahkan masalah berdasarkan pada rangsangan eksternal dan kejadian di sekitar.

Dua chip prototipe telah dibuat, menggunakan algoritma canggih dan sirkuit silikon untuk menciptakan fenomena spiking neuron dan sinapsis dalam sistem biologi.

Hal ini memungkinkan prosesor untuk "belajar" dari pengalaman, menemukan korelasi, membuat hipotesis dan meniru struktural dan plastisitas sinaptik otak.

Dharmendra Modha, pemimpin proyek ini, menyatakan bahwa IBM bertujuan untuk menciptakan sebuah sistem yang tidak hanya menganalisis informasi kompleks dari beberapa modalitas sensor sekaligus, tetapi juga dapat secara dinamis dapat berinteraksi dengan lingkungannya. Semua sementara untuk menyaingi ukuran otak dan penggunaan rendah daya.

Modha mengilustrasikan ide dibalik pembuatan chip ini dengan konsep lampu lalu lintas yang mampu mengintegrasikan pemandangan, suara dan bau, serta tanda persimpangan aman sebelum terjadi kecelakaan. Terdengar sedikit seperti film Minority Report, film fiksi ilmiah canggih tentang orang berkemampuan melihat masa depan.

Sumber : Kaksus.us

Jual Indonesia Lewat Facebook
Web Space4:36 PM 0 comments


BIRO Humas Belanda TMC-World, atas perintah Kementerian Budaya dan Pariwisata Indonesia, merancang dan mengelola halaman Facebook khusus bernama Wonderful Indonesia NL.

Wonderful Indonesia NL adalah semacam platform untuk dan oleh warga Belanda yang cinta Indonesia dan dimaksud untuk mempromosikan Indonesia di Belanda. "Lewat platform ini Kementerian Budaya dan Pariwisata ingin menyampaikan bahwa Indonesia tidak hanya terdiri dari pulau Bali saja," ungkap Mark Denslagen dari TMC-World seperti dikutip Radio Nederland di situsnya, Kamis (1/9/2011).

Wahana ini dimaksud untuk berbagi pengalaman dan foto. Orang yang belum pernah ke Indonesia bisa mengajukan pertanyaan tentang vaksinasi atau pulau-pulau mana yang patut dikunjungi. Sementara mereka yang sudah pernah ke Indonesia atau memiliki hubungan dengan Indonesia, bisa menjawab pertanyaan. Jadi saling membantu.

Sejauh ini Belanda memiliki sekitar tujuh juta pengguna Facebook. Facebook merupakan jejaring sosial terpopuler dan paling mudah diakses di Belanda.

Isi dari Wonderful Indonesia NL sangat beragam. Orang menentukan sendiri informasi apa yang dipasang di sana. Namun topik utama tetap, Indonesia sebagai tujuan berlibur. Halaman ini tidak bermaksud sebagai sarana informasi politik. Tetapi memberi tips perihal kesukaan orang Belanda dari Indonesia, atau info seputar harga tiket pesawat yang murah. Tidak hanya itu, halaman facebook ini juga kadang-kadang menyediakan hadiah.

Ramai dikunjungi

Wonderful Indonesia NL dibuka sebulan lalu secara low-profile. Tapi mulai bulan ini, akan gencar diperkenalkan. "Selama satu bulan, orang sudah ramai mengajukan pertanyaan, misalnya tentang vaksinasi apa yang diperlukan jika mau berlibur ke Bali atau Lombok. Itu perkembangan bagus," demikian Mark Denslagen.

Warga Belanda masih sangat tertarik pada Indonesia. Bagaimanapun juga, Belanda dan Indonesia menjalin hubungan sejarah.

Indonesia merupakan satu dari sekian tujuan terpopuler bagi warga Belanda. Di Belanda terdapat pula komunitas besar warga Indo (keturunan Indonesia-Belanda, red). Mereka adalah duta besar terbaik untuk Indonesia.

Warga Indo Belanda ini sangat bangga dengan Indonesia. Mereka suka bercerita tentang negeri tersebut dan apa saja yang bisa dilakukan di sini. "Itu mungkin juga salah satu alasan mengapa Indonesia masih begitu populer di Belanda," tandas Mark Denslagen.


Sumber : http://www.kaskus.us/showthread.php?t=10351656

85% Wanita Terganggu Postingan di Facebook
Web Space4:10 PM 0 comments


Jakarta - Seperti halnya di dalam kehidupan nyata, tak semua teman kita di Facebook ramah dan menyenangkan. Sebuah studi menyebutkan, sebagian besar pengguna Facebook wanita merasa terganggu oleh apa yang diposting oleh teman-teman mereka di jejaring sosial tersebut. 


Survei yang dilakukan Eversave, perusahaan yang menawarkan layanan transaksi harian online ini awalnya berniat mencari tahu bagaimana jejaring sosial mempengaruhi reaksi konsumen wanita terhadap transaksi harian mereka. Namun tak disangka, survei ini malah menemukan indikasi negatif psikologi dan sosial dalam ber-Facebook.


Dilansir Los Angeles Times dan dikutip detikINET, Selasa (4/4/2011), dari 400 wanita pengguna Facebook yang disurvei Eversave, sebanyak 85 persen mengatakan kerap merasa terganggu dengan postingan teman-teman mereka.
Para partisipan mengatakan, terkadang teman-teman mereka terlihat menyombong atau terlalu berlebihan dalam memposting informasi. Alhasil, sesuatu yang seharusnya berada dalam koridor pribadi, diumbar ke publik.


"Ada orang-orang yang terlalu banyak mengeluh sepanjang waktu, berbagi pendapat soal pandangannya terhadap politik padahal tidak diminta atau membual soal kehidupannya seperti tampak sempurna," kata salah satu partisipan.


Studi ini juga menemukan 79 persen dari partisipan menggunakan Facebook untuk mengetahui kehidupan teman-teman mereka dan 64 persen untuk saling berbagi informasi.


Kami sangan terkejut mengetahui respons yang memperlihatkan hubungan 'benci namun suka' yang dialami wanita terhadap Facebook," kata Chief Executive Prospective, Jere Doyle, yang memiliki Eversave.

Beginilah Cara kerja Motor 4-Tak
Web Space4:07 PM 0 comments


Mengapa mesin disebut 4 tak, karena memang ada 4 langkah. Berikut adalah detail dari setiap proses.

Disebut langkah intake karena langkah pertama adalah menghisap melalui piston dari karburator. Pasokan bahan bakar tidak cukup hanya dari semprotan karburator. Cara kerjanya adalah sbb. Piston pertama kali berada di posisi atas (atau disebut Titik Mati Atas). Lalu piston menghisap bahan bakar yang sudah disetting/dicampur antara bensin dan udara di karburator. Piston lalu mundur menghisap bahan bakar. Untuk membuka, diperlukan klep atau valve inlet yang akan membuka pada saat piston turun/menghisap ke arah bawah.

Gerakan valve atau inlet diatur oleh camshaft secara mekanis. Yakni, camshaft mengatur besaran bukaan klep dengan cara menekan tuas klep. Camshaft sendiri digerakan oleh rantai keteng yang disambungkan antara camshaft ke crankshaft. Untuk detilnya, lihat gambar berikut.

Perhatikan bahwa A adalah Intake Valve (klep masuk bahan bakar) dan klep ini ditekan (membuka) karena I (camshaft) menekan valve A. Dengan demikian, pada saat piston turun, maka A terbuka sekaligus bahan bakar ditarik masuk ke ruang bakar. A akan menutup sampai batas tertentu sebelum langkah kedua : kompresi. Rantai keteng tidak terlihat karena akan sulit digambarkan di atas, tetapi crankshaft (P) terhubung dengan camshaft (I). Beberapa mobil Eropa seperti Mercedez menggunakan rantai sebagai penghubung antara crankshaft dan camshaft, tetapi umumnya di mobil Jepang menggunakan belt yang kita kenal sebagai timing belt.

Langkah ini adalah lanjutan dari langkah di atas. Setelah piston mencapai titik terbawah di tahapan intake, lalu valve intake tertutup, dan dilakukan proses kompresi. Yakni, bahan bakar yang sudah ada di ruang bakar dimampatkan. Ruangan sudah tertutup rapat karena kedua valve (intake dan exhaust) tertutup. Proses ini terus berjalan sampai langkah berikut yakni meledaknya busi di langkah ke 3.

Tahap berikut adalah busi pada titik tertentu akan meledak setelah PISTON BERGERAK MENCAPAI TITIK MATI ATAS DAN MUNDUR BEBERAPA DERAJAT. Jadi, busi tidak meledak pada saat piston di titik paling atas (disebut titik 0 derajat), tetapi piston mundur dulu, baru meledak. Hal ini karena untuk menghindari adanya energi yang terbuang sia-sia karena pada saat piston di titik mati atas, masih ada energi laten (yang tersimpan akibat dorongan proses kompresi). Jika pada titik 0 derajat busi meledak, bisa jadi piston mundur tetapi mengengkol crankshaft ke arah belakang (motor mundur ke belakang, bukan memutar roda ke depan). Setelah proses pembakaran, maka piston memiliki energi untuk mendorong crankshaft yang nantinya akan dialirkan melalui gearbox dan sproket, rantai, dan terakhir ke roda.

Langkah terakhir ini dilakukan setelah pembakaran. Piston akibat pembakaran akan terdorong hingga ke titik yang paling bawah, atau disebut Titik Mati Bawah. Setelah itu, piston akan mendorong ke depan dan klep exhaust membuka sementara klep intake tertutup. Oleh karena itu, maka gas buang akan terdorong masuk ke lubang Exhaust Port (atau kita bilang lubang sambungan ke knalpot). Dengan demikian, maka kita bisa membuang semua sisa gas buang akibat pembakaran. Dan setelah bersih kembali, lalu kita akan masuk lagi mengulangi langkah ke 1 lagi.

Sumber : http://www.kaskus.us/showthread.php?t=10037901

Langsung Tidur Setelah Makan Malam Tingkatkan Risiko Stroke
Web Space3:56 PM 0 comments

Kecenderungan saat perut merasa kenyang seusai makan malam adalah mengantuk dan ingin segera tidur. Namun sebaiknya tunggu dulu 1-2 jam, sebab risiko stroke akan semakin meningkat jika jeda waktu antara makan dengan tidur terlalu dekat.

Memberikan waktu bagi perut sekitar 60-70 menit untuk mencerna makanan diklaim bisa mengurangi risiko stroke hingga 66 persen dan akan semakin berkurang jika jedanya semakin lama. Setiap peningkatan jeda selama 20 menit, risikonya berkurang 10 persen.

Namun jeda yang terlalu lama tidak akan membuat risiko stroke hilang sama sekali, karena batas maksimalnya dikatakan hanya 2 jam atau 120 menit. Boleh-boleh saja menunggu lebih dari 2 jam sebelum tidur, namun tidak dijamin manfaatnya akan terus meningkat.

Cristina-Maria Kastorini, MSc, ahli gizi dari University of Ioannina di Yunani mengatakan jika seseorang langsung tidur setelah makan malam maka orang tersebut rentan mengalami refluks asam lambung. Kondisi ini menyebabkan asam lambung naik menuju kerongkongan dan memicu rasa tidak nyaman.

Saat tidur, refluks bisa memicu penyempitan saluran napas dan sleep apnea sehingga rentan mengalami henti napas saat tidur. Meski tidak memicu stroke secara langsung, berbagai penelitian membuktikan bahwa sleep apnea berhubungan dengan risiko kerusakan pembuluh darah di otak yang memicu stroke.

Hasil penelitian yang dipresentasikan dalam European Society of Cardiology Congress 2011 ini melibatkan sedikitnya 1.000 warga Inggris. Sebanyak 500 orang partisipan berasal dari kelompok sehat, 250 orang pernah stroke dan sisanya 250 orang mengalami sindom jantung koroner akut.

Sementara itu ahli jantung dari Mayo Clinic, David Holmes, MD sependapat bahwa langsung tidur setelah makan malam dapat meningkatkan risiko stroke. Namun untuk memastikannya, butuh penelitian lebih lanjut dengan jumlah sampel yang lebih besar.

"Saat kita makan, kadar gula darah berubah, kolesterol berubah dan aliran darah juga berubah. Semua itu mempengaruhi risiko stroke," ungkap Dr holmes yang tidak terlibat dalam penelitian tersebut, seperti dikutip dari WebMD, Kamis (1/8/2011).



Ilustrasi