Selasa, 28 Desember 2010

social networking

Social Networking atau Jaringan Sosial merupakan konsep pengembangan yang bisa dimanfaatkan didalam dunia pendidikan. Social networking diaplikasikan kedalam bentuk situs jejaring sosial. Selain berguna untuk menjalin silaturrahim juga berguna untuk menunjang didalam meningkatkan efektifitas belajar. Bentuk social networking ini dapat dikembangkan dengan cara membentuk komunitas berupa kelompok belajar dan diskusi sesuai dengan minat dan bidang orang-orang yang terlibat didalamnya.

Situs social networking atau dengan istilah lainnya situs jejaring sosial terus melakukan pengembangan. Kita bisa memanfaatkan situs jejaring sosial seperti facebook (http://www.facebook.com), My Space (http://www.myspace.com), Friendster (http://friendster.com), Library Thing (http://www.librarything.com). Situs-situs ini bisa dimanfaatkan bukan hanya untuk berinteraksi dengan teman, tetapi lebih dari itu dapat dimanfaatkan sebagai tempat berdiskusi kelompok belajar, tugas, ataupun berbagi informasi terbaru.

Bentuk-bentuk pembelajaran yang bisa dimanfaatkan menggunakan situs jejaring sosial ini seperti:
1.Membuatkan grup yang dengan yang membahas satu bidang misalnya sistem informasi.
2.Membuat batasan grup secara umum ataupun hanya terbatas daerah, sekolah ataupun terbatas pelajaran tertentu saja.
3.Membuat kelompok kecil yang terdiri dari belasan orang yang hanya menerima anggota setelah disetujui.
4.Mengirimkan pesan ke seluruh anggota dan meminta tanggapan.

Potensi-potensi yang terdapat disitus jejaring sosial inilah dapat meningkatkan proses pembelajaran secara digital. Selain potensi positif, juga terdapat bahaya untuk privasi atau area pribadi karena masing-masing pengguna mempublikasikan profil mereka secara terbuka.


jadi berhati hatilah kalau menggunakan

website

A website (also spelled Web site[1][2]) is a collection of related web pages, images, videos or other digital assets that are addressed relative to a common Uniform Resource Locator (URL), often consisting of only the domain name (or, in rare cases, the IP address) and the root path ('/') in an Internet Protocol-based network. A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network.
A web page is a document, typically written in plain text interspersed with formatting instructions of Hypertext Markup Language (HTML, XHTML). A web page may incorporate elements from other websites with suitable markup anchors.
Web pages are accessed and transported with the Hypertext Transfer Protocol (HTTP), which may optionally employ encryption (HTTP Secure, HTTPS) to provide security and privacy for the user of the web page content. The user's application, often a web browser, renders the page content according to its HTML markup instructions onto a display terminal.
All publicly accessible websites collectively constitute the World Wide Web.
The pages of a website can usually be accessed from a simple Uniform Resource Locator (URL) called the homepage. The URLs of the pages organize them into a hierarchy, although hyperlinking between them conveys the reader's perceived site structure and guides the reader's navigation of the site.
Some websites require a subscription to access some or all of their content. Examples of subscription websites include many business sites, parts of news websites, academic journal websites, gaming websites, message boards, web-based e-mail, social networking websites, websites providing real-time stock market data, and websites providing various other services (e.g. websites offering storing and/or sharing of images, files and so forth).

sumber: wikipedia

Hosting

Layanan hosting internet adalah jasa layanan internet yang menyediakan sumber daya peladen-peladen untuk disewakan sehingga memungkinkan organisasi atau individu menempatkan informasi di internet berupa HTTP, FTP, EMAIL, atau DNS
Peladen hosting terdiri dari sebuah peladen atau gabungan peladen-peladen yang terhubung dengan jaringan internet berkecepatan tinggi.
Ada beberapa jenis layanan hosting yaitu shared hosting, dedicated server, VPS atau "Peladen maya terdedikasi", dan colocation server.

Domain

Nama domain (domain name) adalah nama unik yang diberikan untuk mengidentifikasi nama server komputer seperti web server atau email server di jaringan komputer ataupun internet. Nama domain berfungsi untuk mempermudah pengguna di internet pada saat melakukan akses ke server, selain juga dipakai untuk mengingat nama server yang dikunjungi tanpa harus mengenal deretan angka yang rumit yang dikenal sebagai IP address. Nama domain ini juga dikenal sebagai sebuah kesatuan dari sebuah situs web seperti contohnya "wikipedia.org". Nama domain kadang-kadang disebut pula dengan istilah URL, atau alamat website.
Pada awalnya nama domain hanya dapat dituliskan dengan ke-26 abjad Latin, namun saat ini telah dimungkinkan untuk menggunakan abjad asing dengan Internasionalisasi nama domain.
Sistem nama domain (DNS) adalah aturan yang dipakai dalam sistem penamaan dari nama domain ini.
 l  b  s Domain kelas-atas Generiks
Tidak bersponsor  .biz  .com  .edu  .gov  .info  .int  .mil  .name  .net  .org
Bersponsor  .aero  .cat  .coop  .jobs  .mobi  .museum  .pro  .tel  .travel
Infrastruktur  .arpa  .root
Startup phase  .asia
Diusulkan  .berlin  .bzh  .cym  .gal  .geo  .kid  .kids  .mail  .nyc  .post  .sco  .web  .xxx
Dihapus  .nato
Dipesan  .example  .invalid  .localhost  .test
Pseudo-domain  .bitnet  .csnet  .ip  .local  .onion  .uucp
Tidak resmi  see Alternative DNS roots

See also: Domain Kelas-atas Kode Negara

Daftar ccTLD


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

*=Registrasi luar negeri yang diperbolehkan

[sunting] A

[sunting] B

[sunting] C

[sunting] D

[sunting] E

[sunting] F

[sunting] G

[sunting] H

[sunting] I

[sunting] J

[sunting] K

[sunting] L

[sunting] M

[sunting] N

[sunting] O

[sunting] P

[sunting] Q

[sunting] R

[sunting] S

[sunting] T

[sunting] U

[sunting] V

[sunting] W

[sunting] Y

(kode domain secara resmi digantikan oleh .cs (lihat di atas) namun tetap dipakai; kode domain "dipakai untuk pergantian" oleh ISO 3166-1)

[sunting] Z

Keyword In Computer World

In computer programming, a keyword is a word or identifier that has a particular meaning to the programming language. The meaning of keywords — and, indeed, the meaning of the notion of keyword — differs widely from language to language.
In many languages, such as C and similar environments like C++, a keyword is a reserved word which identifies a syntactic form. Words used in control flow constructs, such as if, then, and else are keywords. In these languages, keywords cannot also be used as the names of variables or functions.
Some languages, such as PostScript, are extremely liberal in this approach, allowing core keywords to be redefined for specific purposes.
In Common Lisp, the term "keyword" (or "keyword symbol") is used for a special sort of symbol, or identifier. Unlike other symbols, which usually stand for variables or functions, keywords are self-quoting and evaluate to themselves. Keywords are usually used to label named arguments to functions, and to represent symbolic values.
Languages vary as to what is provided as a keyword and what is a library routine. Some languages, for instance, provide keywords for input/output operations whereas in others these are library routines. In Python (versions earlier than 3.0) and many BASIC dialects, print is a keyword. In contrast, the C and Lisp equivalents printf and format are functions in the standard library.
Typically, when a programmer attempts to use a keyword for a variable or function name, a compilation error will be triggered. In most modern editors, the keywords are automatically set to have a particular text colour to remind or inform the programmers that they are keywords.
In languages with macros or lazy evaluation, control flow constructs such as if can be implemented as macros or functions. In languages without these expressive features, they are generally keywords.
 In corpus linguistics a keyword is a word which occurs in a text more often than we would expect to occur by chance alone. Keywords are calculated by carrying out a statistical test (e.g., loglinear) which compares the word frequencies in a text against their expected frequencies derived in a much larger corpus, which acts as a reference for general language use.

SEO (optimisasi mesin pencari)

Optimisasi mesin pencari (bahasa inggris: Search Engine Optimization, biasa disingkat SEO) adalah serangkaian proses yang dilakukan secara sistematis yang bertujuan untuk meningkatkan volume dan kualitas trafik kunjungan melalui mesin pencari menuju situs web tertentu dengan memanfaatkan mekanisme kerja atau algoritma mesin pencari tersebut. Tujuan dari SEO adalah menempatkan sebuah situs web pada posisi teratas, atau setidaknya halaman pertama hasil pencarian berdasarkan kata kunci tertentu yang ditargetkan. Secara logis, situs web yang menempati posisi teratas pada hasil pencarian memiliki peluang lebih besar untuk mendapatkan pengunjung.
Sejalan dengan makin berkembangnya pemanfaatan jaringan internet sebagai media bisnis, kebutuhan atas SEO juga semakin meningkat. Berada pada posisi teratas hasil pencarian akan meningkatkan peluang sebuah perusahaan pemasaran berbasis web untuk mendapatkan pelanggan baru. Peluang ini dimanfaatkan sejumlah pihak untuk menawarkan jasa optimisasi mesin pencari bagi perusahaan-perusahaan yang memiliki basis usaha di internet.

sumber: wikipedia