SELAMAT DATANG DI BLOG ANDRA PRATAMA

Minggu, 26 Desember 2010

Unit 7. Setting up Tables (I)

Posted by Andra pratama 16.20, under | No comments

Unit 7. Setting up Tables (I)

In this unit we're going to see how to work with tables. We'll learn how to insert tables, combine cells, insert rows or columns, and how to change the border size.

Introduction
 
All objects are aligned on the left side of the web site by default. But thanks to the tables it's possible to distribute the text in columns, place the images next to a text block, and many more things we could not do without the tables.
At the moment most web sites are based in tables, and this is because they are very useful to improve the design options.
Tables are composed of a set of cells and are distributed in rows and columns. Below we have an example of a table:

Insert a table
To insert a table go to the Insert menu, and then select the Table option.
In the new window you will need to set the number of Rows and Columns, and the width of the table.
The Width can be defined in Pixels or as a Percent. The difference between these is that the width in Pixels is always the same, independent of the size of the browser window in which you are viewing the page, whilst the width in Percent shows the percentage of the browser window that will be occuped by the table and there fore it wil be adjusted relative to the size of the browser window. This allows users with a large screen to take advantage of the width of it.
Border thickness indicates the border thickness of the table in pixels. It is assigned a one (1) by default.
Cell Padding indicates the space between the cells content and the their borders.
Cell Spacing indicates the space between the table's cells.
A heading for the table can also be established, and it is recommendable to use headings in the case of users that use screen readers. Screen readers read headings and help the users to follow the table information.
If you want to include a title, set it in the Caption option - the title will show up outside the table.
In align caption we indicate where we want to align the title in respect to the table.
In Summary: we indicate a description for the table which screen readers will read, remember that this text will not be visible in the user's browser.

Cell Padding
 
Cells are the squares that compose a table and are the intersection of the rows and the columns.
Text and image
COLUMN
Text inside a cell
CELL
ROW

To insert any element into a cell such as text or images, you just have to place the cursor in there. 

Unit 7. Setting up Tables (II)

Selecting the elements in a table.
 
There are many ways to select a table. One of these is through the Modify menu, by placing the pointer in the table, or by unfolding the contextual menu of the table by right-clicking on it. In both cases you will see the Table option, through which you can select the Select table option.
It's also possible to select a table by clicking on the border that sorrounds it, or clicking on the <table> label that is on the status bar of the document's window.
 
When you select a table or when you place the pointer over any part of it, Dreamweaver shows its width and the one of each column in a green zone. Along the widths are the pull-down panels (heading of the table menu and heading of the column menu). Those menus allow us to quickly access specified commands related to the table.
If you have the cursor in the table and you don't see this green zone you can activate its view by selecting the Tables' width option from Table menu, or by unfolding the menu bars: View menu, Visual helps, or Tables' width. You can deactivate the view by performing this same action.
If you cannot see the table or column width, then the table or the column doesn't have an specific width. If you see numbers, the first number corresponds to an specified width in the properties of the table or column, and the second number is the visual width that is in the design view, for example, in the previous table the third column has 139 (142) in its cells properties. So we have 139 pixels of width, but if it contains an image that needs more space, the column will size 142 pixels (visual width of the column as it is shown on the screen)
When having these differences we can select the Make All Widths Consistent option from the drop-down menu of the table heading.
In this menu we also have the Select Table menu.

There are cases when you need to select only rows, columns or cells.
You can select a row or a column in many different ways although you should try them and select the one you like the most.
These ways of selection are:
Select column option in the heading menu of the column (width green zone). This is valid only to select a column.
Click-and-maintain, dragging the mouse until you select the column/s or row/s completely.
You can also do it by placing the mouse next to the top or left border of the column or row. The pointer becomes a black arrow. When you click, you select the column or the row the arrow is pointing.
To select a row, place the mouse in any part of the row or on the <tr> label of the status bar, (or the <td> label to select the column), and click.

To select many adjacent cells, you have to keep the mouse button pressed while you drag the cells you want to select.
To select one cell or many non adjacent cells, you have to keep the Ctrl key pressed while you click on the cells.

Table format
 
The table properties are specified through its properties inspector.

Through the properties inspector you can modify the specified values when you insert the table. At the same time, you can indicate others as the Align value (which allows one to align the table to the left, middle or right), the background color, or the background image.
If you select a cell or a set of cells, the properties inspector changes in order to specify other colors.

The top of the properties inspector in this case is used to specify the text properties which will be inserted in the selected cell (or cells).
The inferior part is used to specify the value of the each cell such as the color or the background image (other than that specified in a global table), the cell border color, etc.
Two options that you may possibly need to use frequently will be the Horz and Vert, which define the content of the cell in horizontal or vertical way.
To practice you can perform the Step by step exercise in Creating a table.
Changing table and cell sizes
 
As you know, the Width of a table can be defined in Pixels or as a Percentage. The table size through properties inspector will be set by the values of W (Width) and H (Height). Normally only width is specified, not height.

The W and H values of a cell are always in Pixels. It isn't necessary to set any of these values for cells unless you wish to maintain that size and don't want them to be adjusted to the window size.
The table and cells size can be specified not only through the properties inspector. You can also do it by maintaining the mouse pressed on any border,and dragging it to the position that you want. 

Unit 7. Setting up Tables (III)

Adding and clearing rows and columns
 
There are many ways of adding and clearing the rows and columns of a table.
The first thing to do is to place the mouse in a cell or to select several of them, then unfold the table contextual menu by right clicking on it, or you can also open the Modify menu. In both cases you will see the Table option.
Depending on the selected cells, some of the Table options will be able to be used and others won't.
To insert a row or a column, just click on the Insert row or Insert column option. The row is inserted above the cell or the set of selected cells, and columns are inserted to its left.
We can also count with a full advanced option, the Insert rows or columns option. When you select this option you will see a new window where you can define whether you are going to insert rows or columns, their number, and their position.
To delete a row or a column, just place the mouse in the row or column you want to delete, and select Delete row or Delete column from the table menu.

You can also select the row or the column you want to delete and press the DEL key.
To practice you can perform the Step by step exercise to Add and Eliminate rows.
Combining and Dividing cells
 
It is possible to insert tables into other tables. This is called to Nest tables.
Next you have an example of a nesting. As you can see, in the first cell, another table has been inserted.
   
   
 
   
To nest tables, you just have to place the mouse in the cell where you want to insert the new table, and then insert it the way we have just seen.

Combine cells consists of converting 2 or more cells into just one. This will clear the separating border between the cells and they will become one. This can be useful, for example, to use the first row to write the table's title. In this case you would have to combine all the cells of the first row into just one.
Dividing cells consists of spliting them.
One of the ways of dividing or combining cells, is through the properties inspector.

If many cells are chosen they can be combined by clicking on the button of the properties inspector (found at the bottom left of the properties panel, or by selecting the Merge cells option in the Table option. As you have seen, you can get there via the contextual menu of the table or via the Modify menu.
You should remember that it is only possible to combine adjacent cells, or a combination which would lead to another new cell, in the example the result is a square.
In the next table cells 1 and 4 cannot be combined, neither the cells 1, 2 and 3, because those combinations do not lead to a new squared cell.
1 2
3 4

To split a cell you have to click on the button of the properties inspector, or on the Split cell option of the Table submenu.
In both cases, you will see a window like this, in which you need to specify whether the cell is going to be divided by rows or by columns, and the number of these.

To practice you can perform the Step by step Exercise on Combining rows.
Table modes
 
At the time of working with tables, Dreamweaver offers us many different view modes. We have worked all along in this unit with the standar mode, and we will continue working this way, but you can go to different modes through the View menu, and then selecting the Table mode option.
Inside this option we can choose the Standard mode, the Expanded Tables mode, or the Layout mode.
Layout mode is used to draw pages with a defined design based in tables. Using this view, the tables don't have to be obligatorily inserted into text lines as we have been doing up to this moment. They can be inserted into any part of the page, and Dreamweaver will fill the blank space to make it possible for the table to be shown in that position.
Expanded Tables mode adds temporary filling and cell space to a table. It also increases the table borders to make its edition easier. This mode can be used to select tables elements or to have the insertion point in the required way, but in this mode we don't see how the page will be shown.
We will limit this course just to the standard mode.

0 komentar:

Cara Membuat Teks Berjalan dan Berkedip di Blog WordPress, Blogspot, Joomla dan Blog Yang Lain

Mungkin file tutorial ini sudah tak asing lagi bagi para peblogger yang sudah malang melintang dalam menjelajah dan mengubek-ubek blognya. Tapi mungkin juga ada yang belum tahu mengenai tutorial sederhana tentang cara membuat teks berjalan dan berkedip pada blog wordpress, blogspot, joomla ataupun pada blog dengan css yang lain.

Cara ini juga berlaku pada website dengan design sendiri yang berformat html. Teks berjalan dan berkedip pada bahasa html disebut dengan marquee behavior. Nah, kalau teman-teman mencari arti kata marquee di kamus, maka artinya akan lain yaitu “tenda besar”. Pastinya nggak nyambung kan..

Tidak panjang lebar, berikut tutorial cara membuat teks berjalan dan berkedip pada blog wordpress, joomla, blogspot, dan blog yang lain :

1. Marquee 1.0.0

Membuat teks berjalan dan berkedip

Marquee 1.0 ini merupakan marquee behavior standar agar teks anda bisa berjalan secara default (dari kanan ke kiri).

Tag HTML membuat teks berjalan marquee 1.0.0 :

Teks Anda

2. Marquee 1.0.1

Membuat teks berjalan dan berkedip

Marquee 1.0.1 adalah pengembangan dari marquee 1.0.0, Marquee ini mempunyai kelebihan jika anda arahkan mouse pada teks tersebut maka dia akan istirahat atau berhenti.

Tag HTML membuat teks berjalan marquee 1.0.1 :

Teks Anda

3. Marquee 1.0.2

Membuat teks berjalan dan berkedip

Teks dengan marquee 1.0.2 ini maka akan berjalan sebaliknya yaitu dari kiri ke kanan.

Tag HTML membuat teks berjalan marquee 1.0.2 :

Teks Anda

4. Marquee 2.0.o

Membuat teks berjalan dan berkedip

Marquee 2.0.0 ini mempunyai kelebihan bolak-balik dari ruang kotak yang tidak terlihat oleh mata.

Tag HTML membuat teks berjalan marquee 2.0.0 :

Teks Anda

5. Marquee 2.0.1

Membuat teks berjalan dan berkedip

Marquee 2.0.1 adalah pengembangan dari marquee sebelumnya, dengan pancingan scrollamount dia menjadi sangat agresif/cepat.

Tag HTML membuat teks berjalan marquee 2.0.1 :

Teks Anda

6. Marquee 2.0.2

Membuat teks berjalan dan berkedip

Marquee 2.0.2 masih pengembangan dari Marquee 2.0 dengan sentuhan on-mouse-over stop dan on-mouse-out start, seperti marquee 1.0.1 yaitu jika anda arahkan mouse pada teks tersebut maka dia akan berhenti.

Tag HTML membuat teks berjalan marquee 2.0.2 :

Teks Anda

7. Marquee 3.0.0

Membuat teks berjalan dan berkedip

Marquee 3.0.0 adalah marquee climbing, marquee pendaki ini suka sekali ketinggian, sehingga kita lihat arah teksnya pun ke atas. Jika Anda memiliki teks yang banyak, maka marquee ini merupakan pilihan yang tepat dan sangat cocok.

Tag HTML membuat teks berjalan marquee 3.0.0 :

Teks Anda

8 Marquee 3.0.1

Membuat teks berjalan dan berkedip

Marquee 3.0.1 adalah pengembangan dari marquee sebelumnya yang tidak mempunyai batas ruang, marquee ini kita batasi ruang kasatnya sehingga memiliki height 100 saja. Demikian dengan kemampuan scrollamountnya kita perlambat. Dan kita tambahkan on mouse stop/start juga.

Tag HTML membuat teks berjalan marquee 3.0.1 :

Teks Anda

9. Marquee 3.0.2

Membuat teks berjalan dan berkedip

Marquee 3.0.2 masih merupakan pengembangan dari marquee sebelumnya, hanya saja teks berada di tengah ruang kasat.

Tag HTML membuat teks berjalan marquee 3.0.2 :

Teks Anda

10. Marquee 3.0.3

Membuat teks berjalan dan berkedip

Marquee 3.0.3 adalah pengembangan juga dengan arah berlawanan dari marquee sebelumnya. kelebihan marquee ini yaitu teks bisa berjalan menurun atau teks yang kita lihat berjalan dari atas ke bawah. Kemampuan scrollamountnya tidak kita batasi sehingga terlihat agresif dengan ruang kasat yang kecil. Bisa diperlambat dengan format html seperti diatas.

Tag HTML membuat teks berjalan marquee 3.0.3 :

Teks Anda

11. Membuat teks berkedip

Membuat teks berjalan dan berkedip

Untuk membuat teks berkedip seperti diatas sangat mudah dan simple. Tambahkan saja format html seperti dibawah ini :

Tag HTML membuat teks berkedip :

Teks anda

Diatas adalah tutorial sederhana dalam membuat teks berjalan dan berkedip pada blog wordpress, blogspot, joomla ataupun blog yang lain. Semoga bermanfaat..

Sebuah cerita Blogger andra

membuat tulisan/teks berjalan

Apa seh maksudya??pasti kalian pada bingung ya??ok anda bisa melihat Teks yang ada di sini maksdku di blogger ini liat teks yang berjalan persisnya di paling atas sendiri tepatnya di kotak iklan itu lo???saya hanya ingin memberikan sedikit informasi saja, mungkin beberapa blogger sudah mengetahui sebelumnya. tapi ngga apa-apa kan kalau saya share lagi sama blogger yang belum tahu, yaitu membuat text berjalan yang sering disebut-sebut text marquee yang tulisannya bisabergerak kekanan, kekiri atau keatas dan kebawah.

Sebenarnya untuk membuat efek ini tidaklah sulit karena kita tidak memerlukan keahlian HTML yang tinggi. dalam kesempatan ini saya akan membagi tentang cara pembuatan efek tulisan berjalan seperti yang ada pada blok-blok lain biasanya disebut marquee. Efek inipun ada bermacam macam.Anda tidak hanya bisa membuat tulisan berjalan kekiri tapi andapun bisa membuat tulisan berjalan kebawah dan keatas…baiklah saya akan langsung membantu anda bagaimana cara membuat efek seperti ini.
Yang perlu anda lakukan adalah menyalin script ini ke HTML blog anda

Andra pratama

Tulisan yang Hitam itu bisa anda rubah sbb:
- Arah bergerak text bisa anda tulis : ke kiri (left), ke kanan(right), ke atas (up) dan ke bawah (down)

cara pasangnya adalah sebagai berikut1.silahkan anda login diblogger and,tentunya pake ID anda senderi

2.kalau udah masuk bagian dasbor

3.klik tombol Tampilan

4. habis itu Klik tombol Widget letaknya persis di tombol tema

5.Setelah masuk bagian Penyusunan Sidebar

cari

Sindebar bagian TEKS terserah mau pake teks 1-10

habis itu silahkan klik sidebar TEKS tadi dan masukan kode yang anda dapatkan tadi

6.simpan

7.selamat anda sudah belajar dari saya

catatan..trik memakai teks berjalan seperti ini sangat efektif jika kita ingin tulisan kita bisa di lirik oleh pembaca.karena tulisan yang bergerak seperti ini lebih menarik mata pembaca daripada teks yang diam..semoga bermanfaat… ya….

Facebook Bakal Ditutup?

Kabar mengejutkan datang dari Facebook. Jejaring sosial terbesar di muka bumi ini diberitakan bakal segera ditutup dalam waktu dua bulan lagi oleh sang pemiliknya, Mark Zuckerberg.

Seperti dikutip dari weeklyworldnews.com, Minggu (9/1/2011), riwayat Facebook yang memiliki 500 juta pengguna di seluruh dunia ini akan segera berakhir pada 15 Maret 2011 mendatang.

“Facebook sudah benar-benar kebablasan, saya harus mengakhiri semua kegilaan ini. Segala tekanan saat mengelola perusahaan ini telah menghancurkan hidupku,” demikian pernyataan Zuckerberg seperti diklaim weeklyworldnews.com.

Pernyataan Zuckerberg konon diperkuat oleh Avrat Humarthi, vice president Technical Affairs Facebook. “Setelah 15 Maret, semuanya akan kami tutup. Jika Anda ingin melihat kembali foto-foto Anda, kami sarankan segera unduh dari internet. Anda tak akan bisa lagi mengambilnya begitu Facebook kami tutup,” begitu katanya.

Masih menurut klaim situs tersebut, Zuckerberg menilai keputusannya menutup Facebook sangatlah berat. Namun ia merasa itu jalan yang terbaik bagi semua orang.

“Sejujurnya, ini cara yang terbaik. Tanpa Facebook, orang-orang akan pergi ke luar dan menjalin pertemanan yang sesungguhnya. Itu selalu menjadi hal yang baik,” katanya.

Hingga saat ini, cuma situs weeklyworldnews.com yang menulis berita tentang bakal ditutupnya Facebook. Tidak ada media resmi yang memberitakan, sebab situs weeklyworldnews.com ini hanya situs parodi belaka. Isinya jauh dari kebenaran.

Sayuran dan buah terbesar yang pernah tumbuh

Dibaca Kali

Singkong
sayuran buah terbesar
Petani Lebanon Semhat Khalil, dari selatan kota Tyre, hampir tidak percaya ketika panen di kebun ketela miliknya dan menemukan salah satu hasil panennya adalah singkong raksasa dengan berat 11,3kg (24,9pounds).

Buah sumsum
sayuran  buah terbesar
Buah Sumsum terbesar di dunia (113 Lbs atau 65 Kg). Dikembangbiakkan oleh Ken Dade di Norfolk, beratnya mencapai 65kg. Sayur ini butuh 2 orang untuk mengangkatnya. Ini memecahkan rekor sebelumnya yang hanya 3kg.

Nangka
sayuran  buah terbesar
Nangka terberat di dunia (76 Lbs atau 34,4 Kg) Buah manis ini beratnya 34,6kg, dengan ukuran mencapai panjang 57,46cm dan keliling 121,28cm pada 8 Agustus 2003. Dikembangkan oleh George dan Margaret Schattauer dari Captain Cook, Hawaii, USA.

Kubis
sayuran  buah terbesar
Kubis terbesar di dunia (76 Lbs atau 34,4 Kg) John Evans, seorang desainer mekanik yang tinggal 40 mil di utara Anchorage di Palmer, Alaska, memegang 7 rekor dunia untuk sayuran raksasa. Salah satunya adalah kubis ini, memiliki bobot yang lebih dari 34kg membuat sayur ini mencetak rekor tahun 1998.

Semangka
sayuran buah terbesar
Semangka terbesar di dunia (268,8 Lbs atau 122 Kg) memiliki bobot 122kg membuat buah ini menjadi semangka terbesar di dunia. Semangka ini tumbuh di ladang milik Lloyd, keluarganya mempunyai sejarah yang panjang dengan semangka mereka. Pernah memecahkan rekor dunia pada tahun 1979 dengan semangka seberat 200kg.

Wortel
sayuran buah terbesar
Wortel terberat di dunia (18,9 Lbs atau 8,5 Kg) ditanam oleh John Evans pada tahun 1998, dengan berat 8,61kg, ini adalah wortel terberat yang pernah ada.

Labu
sayuran buah terbesar
Labu paling besar di dunia (1689 Lbs atau 766 Kg) tumbuh di Rhode Island, terbesar di dunia adalah labu yang ditampilkan di Topsfield dari Massachusetts pada 2007, beratnya 766kg.

Mentimun
sayuran buah terbesar
Mentimun terbesar (36,1 atau 0,9 MTs) dengan panjang 36,1in, mentimun ini memecahkan rekornya sendiri sebelumnya yang 35,1in di Bath, barat daya Inggris.

Bunga kol
sayuran buah terbesar
Bunga kol terbesar di dunia (31,25 Lbs atau 14,1 Kg) ditanam oleh Evans, bunga kol terbesar di dunia dengan berat 14,1kg pada tahun 1997.

Brokoli
sayuran  buah terbesar
Brokoli terbesar di dunia (35 Lbs atau 15,8 Kg) juga ditanam oleh Evans, pada tahun 1993 brokoli ini memecahkan rekor dunia dengan berat 15,8kg.

13 Resiko Fatal Penggunaan Ponsel Terus-menerus

Dibaca Kali
http://static.inilah.com/data/berita/foto/51549.jpg
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.

Tags

Timer

Populer