Tampilkan postingan dengan label article. Tampilkan semua postingan
Tampilkan postingan dengan label article. Tampilkan semua postingan

Make a Number in a sequence with HTML

Readers who sapiential ordered list is used to create a list of where each part has a number in sequence. Starting with <OL> tag and end with the closing tag </OL>. To declare every part used <LI> tags where the tags do not need this cover. Until here I have not understand (wakakakaka). By using this you do not need to write down the numbers again

note the following examples that sit so nicely:

<HTML>
    <HEAD>
      <title>beri nomer bro</title>
    </HEAD>
      <BODY>
        Nama grup band terkenal di indonesia
        <OL>
          <LI> Peterpan
          <LI> Wali Band
          <LI> ST 12 Band
          <LI> Kangen Band
          <LI> D Cinnamons Band
          <LI> The Titans Band
        <OL>
      </body>
<HTML>

The result will look like this:



When friends use the ordered list of the default number is 1,2,3 ... friends can change the number with the TYPE attribute in the tag <OL>. In addition to change the type of numbers, HTML also provides a command to determine the value of early number. Used are START = n, where n is the value of early number.
For example there are below:

<HTML>
    <HEAD>
      <TITLE>Dengan Atribut</TITLE>
    </HEAD>
      <BODY>
        <OL TYPE=A>
          <LI>Nama Orang Terganteng
            <OL TYPE=I>
              <LI>Raihand
              <LI>Triaz
              <LI>Giman
              <LI>Gilang
            </OL>
          <LI>Urutan Lima sampai Terakhir
            <OL TYPE=1 START=5>
              <LI>Wahyu
              <LI>Taufik
              <LI>Tito
              <LI>Ditya

            </OL>

          </OL>
      </BODY>
</HTML>


The result will look like this:




READ MORE

Read More pada Blogger

Selamat sore para bloger hehehehe nih nyoba nanggepin salah satu teman kita tentang read more. begini bro Readmore itu adalah pemenggalan kalimat pada posting suatu halaman, Pemenggalan halaman posting biasanya ditandai dengan "Next", "Read More", "Baca Selanjutnya", "Baca berikutnya", "Selengkapnya" dll. Readmore biasanya digunakan untuk menandai bahwa kalimat pada posting masih mempunyai kelanjutan, dan juga berguna mempersingkat halaman posting yang panjang.
dan kita harus menyisipkan HTML bro gak bisa langsung dikasih tanda <--more--> untuk cara dan HTMLnya silahkan kalian lihat dibawah ini bro :


Tahap Pertama ;

Log in dulu ke Blogger / Blogspot, di halaman Dasbor pilih Layout /Tata Letak dan klik Edit HTML.

Klik Expand Template Widget,



kemudian cari kode </head>
salin (copy paste) script di bawah sebelum kode </head> :

      <style>
      <b:if cond='data:blog.pageType == "item"'>
      span.potong {display:inline;}
      <b:else/>span.potong {display:none;}
      </b:if>
      </style>


kemudian cari kode <p><data:post.body/></p> atau <data:post.body/> lalu ganti dengan kode tersebut dengan kode di bawah:

      <b:if cond='data:blog.pageType != "item"'>
      <div expr:id='"summary" + data:post.id'><data:post.body/></div>
      <span class='rmlink' style='float:left'>
      <a expr:href='data:post.url'>READ MORE </a></span>
      </b:if>
      <b:if cond='data:blog.pageType == "item"'><data:post.body/></b:if>

Tulisan READ MORE warna merah bisa diganti, terserah teman².

Kemudian jangan lupa simpan bro

Tahap kedua ;

pada halaman dasbor pilih Setting/Pengaturan lalu klik Format,
lihat di bagian paling bawah ada menu Post Template, isi kotaknya dengan kode berikut:

<span class='potong'>

</span>

Kemudian jangan lupa di simpan lagi bro

Tahap Ketiga ;

Pada saat memposting tulisan pilih Edit HTML, lalu simpan tulisan yang akan ditampilkan sebelum kode
<span class='potong'> dan tulisan yang akan disembunyikan disimpan setelahnya, sebelum kode </span>

ok bro demikian yang saya tau semoga bermanfaat :D <<< sok bijaksana bgt yak :D
READ MORE

Membuat Tag berputar atau Cloud Cumulus Pada Blogger

Menulis lagi bro :D nih permintaan teman kita menanyakan bagai mana caranya buat tag berputar atau Cloud Cumulus hehehehe begini bro tag ini sebenarnya digunakan pada wordpress tapi setelah diutik² sama jago jago ngutik akhirnya bisa dipakai disini dan gue nih acuannya sama Pak Dokter :D maaf ya dok bagi² ilmunya hehehehe langsung aja bro

Log in dulu ke blogger / Blogspot, di halaman Dasbor pilih Layout /Tata Letak dan klik Edit HTML.

Klik Expand Template Widget,



Lalu cari tag dibawah ini

    <b:section class='sidebar' id='sidebar' preferred='yes'>


kalau sudah ketemu bro copas (copy paste) script dibawah ini persis tepat dibawah kode <b:section class='sidebar' id='sidebar' preferred='yes'>

    <b:widget id='Label99' locked='false' title='Labels' type='Label'>
    <b:includable id='main'>
    <b:if cond='data:title'>
    <h2><data:title/></h2>
    </b:if>
    <div class='widget-content'>
    <script src='http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js' type='text/javascript'/>
    <div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></div>
    <script type='text/javascript'>
    var so = new SWFObject(&quot;http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;280&quot;, &quot;330&quot;, &quot;5&quot;, &quot;#ffffff&quot;);
    // uncomment next line to enable transparency
    //so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
    so.addVariable(&quot;tcolor&quot;, &quot;0x333333&quot;);
    so.addVariable(&quot;mode&quot;, &quot;tags&quot;);
    so.addVariable(&quot;distr&quot;, &quot;true&quot;);
    so.addVariable(&quot;tspeed&quot;, &quot;100&quot;);
    so.addVariable(&quot;tagcloud&quot;, &quot;<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>&quot;);
    so.addParam(&quot;allowScriptAccess&quot;, &quot;always&quot;);
    so.write(&quot;flashcontent&quot;);
    </script>
    <b:include name='quickedit'/>
    </div>
    </b:includable>
    </b:widget>

Kemudian jangan lupa simpan bro

Jika udah selesai bro lihat di layout dan tag tersebut ada pada bagian atas tinggal memindahkan sesuka kalian :D

bagian terakhir bro lihat tulisan yang warna merah adalah utuk mengedit ukuran font, warna dasar, dimensi panjang dan lebar.
Ganti default : 280 (lebar), 330 (tinggi), 5(ukuran font), dan #ffffff (warna background) dengan selera kamu.
sedangkan yang dibawah ada angka 333333 itu untuk merubah warna pada tulisan.

Sekian bro dah malam semoga bermanfaat ok salam blogger bro



READ MORE

Pemograman HTML

Mendesain HTML berati melakukan sesuatu tindakan pemrograman. Web yang merupakan implementasi dari HTML yang merupakan refleksi dari orang yang membuatnya. Untuk itu perlu memrogramnya lebih baik agar para pengguna internet bisa betah bro.

Script HTML dapat dapat dilakukan dengan HTML editor (WYISIWYG), seperti Macromedia Dreamweaver. Cara lain bro bisa menuliskan script sendiri menggunakan teks editor biasa seperti notepad.
ada kelebihannya dan kekurangannya dari kedua cara diatas. Kelebihan cara pertama bro, proses design web akan lebih mudah dan menyenangkan karena hasilnya dapat dilihat langsung. Namun kelemahannya dengan HTML editor (Khususnya HTML editor non bahasa pemrograman), kita tidak dapat menyisipkan suatu script tertentu seperti java script, vb script dll bro.

HTML terdiri dari beberapa bagian yang fungsinya sebagai penanda suatu kelompok perintah tertentu misalnya kelompok perintah form yang ditandai dengan kode <form>, judul dengan <title> dll bro.

Elemen HTML dapat didefinisikan sebagai sesuatu kode tertentu yang akan menyediakan tempat untuk meletakkan beberapa kode didalamnya. Untuk lanjutnya perhatikan skema elemen di bawah ini bro :

<html>
    <head>
      <title> </title>
    </head>
      <body>


      </body>
</html>

Keterangannya bro :

- Dokumen HTML selalu diawali dengan tag pembuka <html> dan diakhiri dengan tag penutup </html>.
- Pada elemen head <head></head>, dapat memasukkan kode² untuk menuliskan keterangan tentang dokumen HTML
- Elemen body <body></body> berisi tag² untuk isi atau layout tampilan situs

Jadi jelas bro bahwa elemen merupakan suatu bagian yang besar yang terdiri dari kode² yang disebut tag.

sekian bro semoga bermanfaat

READ MORE

Outdoor Air Pollution

ources of outdoor or ambient air pollution are varied and include both natural and man-made ones. Natural outdoor air pollution includes oxides of sulphur and nitrogen from volcanoes, oceans, biological decay, lightning strikes and forest fires, VOCs and pollen from plants, grasses and trees, and particulate matter from dust storms. Natural pollution is all around us all of the time. However, sometimes concentrations can increase dramatically, for example after a volcanic eruption, or at the beginning of the growing season.

Perhaps of more concern, given our ability to have greater control over its release to the atmosphere, are the man-made air pollutants, which can have a detrimental impact on ambient air quality. The most common source of man-made air pollution outdoors is the burning of fossil fuels, such as coal, oil and gas, in power stations, industries, homes and road vehicles. Depending on the nature of the fuel and the type of combustion process, pollutants released into the atmosphere from the burning of fossil fuels include nitrogen oxides, sulphur dioxide, carbon monoxide, particulate matter, lead and volatile organic compounds (VOCs). Other sources of these pollutants include forest burning, chemical, fertiliser and paper manufacture, and waste incineration. These pollutants are all called primary pollutants because they have direct sources. By contrast, there are no direct ground-level emissions of ozone to the atmosphere. Most ozone in the atmosphere near ground level is formed indirectly by the action of sunlight on VOCs in the presence of nitrogen dioxide, although a small amount comes from high up in the atmosphere where it forms naturally in the ozone layer. Ozone is a secondary ambient air pollutant.

Both primary and secondary pollutants are, to a greater or lesser extent, detrimental to human health, depending on their concentration in the air, and the sensitivity of the individual. Consequently, national and international legislation exists to regulate and control the amount of pollution emitted to the atmosphere, and to ensure that objectives for improving ambient air quality are achieved.


ace

READ MORE

Intel Core i7 975 Extreme Edition [D0 Stepping] Processor Reviewed

Processors seemingly come and go as fast as the seasons. One minute, your system is the top of the line and the next it’s last month’s news. Sometimes, newly revised processors make sense and sometimes they don’t. If you’re an enthusiast who likes to stay as current as possible, it’ll eventually drive you crazy. Thus, you can easily imagine the confusion (and borderline insanity) that people researching new computer upgrades are going through.
The latest Intel processor to hit the market is their Core i7 975 Extreme Processor based on the Nehalem core. It’s Intel’s new top of the line desktop CPU with some modifications that may benefit you if you’ve been holding out for a faster, more efficient processor. Or, perhaps you simply don’t like buying first revisions because you’d like to see if something better comes along. Read on and see if the i7 975 (D0) is the chip that measures up to your standards.


Features and Specifications

The 975 clocks in at 3.33 GHz sporting the same 1333 MHz Front Side Bus as all i7s. If you’re paying attention, that’s only a meager 130 MHz faster than the 965 clocking in at 3.2 GHz. The processor’s Intel Quick Path Interconnect (QPI) speed is still capable of producing a whopping 6.5 GT/s (not GB/s) which equates in to a very large amount of memory bandwidth. That’s 1.7 GT/s more than the base non-Extreme i7 series like the 920, 940, and 950.

If you weren’t privy to the i7 naming convention, any processor ending in a ‘5′ makes it an Extreme Edition (XE) and offers an unlocked Multiplier. Non-XEs are not unlocked. This makes this the ideal series for enthusiasts who don’t know a lot about overclocking and allows you to simply raise the multiplier a couple points in the BIOS to produce overclocking magic.

What Makes the Core i7 975 (D0) Better?
The new D0 stepping means that this is a revised Nehalem core that offers lower power consumption and thermal properties despite the higher frequency. Chances are that you’ve seen more and more D0 Stepping i7 920, 940, 950, and maybe even 965 processors as of late.

The first 965 had a C0 Stepping while the i7 975 sport a D0 Stepping. The C0 stepping, while blistering fast, consumes about 1.35 Volts normally compared to the 975’s 1.15 Volts. The higher voltage most assuredly means the 965 will operate at higher temperatures despite its lower frequencies.

A bonus side effect of the D0 stepping is that the more efficient core should equate to a higher overclock than the 965. It was high heat levels and circuit limitations that kept the 965 from doing very well beyond 4GHz in past testing. We’ll check that out as well during our torture testing of this new core.

What Makes the Retail Box Worth It?

When recommending and building systems, many users ask what the differences and benefits are between buying an OEM vs a retail boxed processor. I typically recommend buying retail because the CPU carries a 3 year warranty whereas the OEM chip can vary from 30 to 90 days warranty depending on the retailer. Only an experienced enthusiast or system builder capable of backing their systems should consider OEM, in my humble opinion.

If you’re a new user or intend to use the system in a professional capacity, you definitely want to get your money’s worth. Stick with the retail box as the processor will at least be covered if something goes wrong.


READ MORE

Intel vs. AMD Processors

Current generation AMD and Intel processors are pretty close in performance, but guessing which will work better involves a complicated mix of both CPU and memory issues. AMD's NUMA architecture does some things better, and Intel's memory access takes a second hit in designs that use FB-DIMMs. But Intel has enough of an advantage on actual CPU performance and CPU caching that current designs are usually faster regardless.

For an interesting look at the low-level details here, the current mainstream parts are compared at http://techreport.com/articles.x/11443/13 and a similar comparison for the just released quad-core Opterons is at http://techreport.com/articles.x/13176/12

Nowadays (mid-2008) Intel vs. AMD is tight enough that in the context of a database application that it shouldn't be a major driver in your purchasing decision process. On a real server, you should be more worried about how good the disk controller is, what the expansion options are there, and relative $/core. In the x86/x64 realm, CPU architecture is not a huge issue right now for most situations where you're running a database.
READ MORE
Powered by ShoutJax