How to Display Twitter Tweets on a Blog


Twitter is a real-time information network powered by people all around the world that lets you share and discover what’s happening now. It is a free social networking and microblogging service that enables its users to send and read messages known as tweets.
Twitter's widgets are compatible with any website and most social networks. Simply choose one where you would like to include it.
Want to show your latest entry to Twitter on your blog or website? It’s really very simple..
  1. Login to your Twitter account.
  2. Click the Settings menu in the top right.
  3. On the Account tab, see the More Info URL. Click the link You can also add your Twitter to your site here.
  4. In the "Widget for .." select My Website. There will appear a few options for your website widgets. Please select a Profile Widget.
  5. Next you will go to Customize Your Profile page Widget.

There are some customization menu (settings) in there:
  • Setting: the contents with your Twitter username
  • Preference: a feature on the widget settings
  • Appearance: a Twitter widget display settings. Please sesuikan to view your blog to make it more interesting.
  • Dimensions: set the size of the widget.
When is enough, please click the Finish button & Grab Code which is on the bottom. then on the same page will appear Twitter widgte code that you have.
That's the code you add to your website or blog to raise the status of Twitter widget.
Baca selengkapnya...

Creating Simple Web Pages

Now, I will tell you about how to creating simple web pages that involve text elements, line, color and image. Where there is at least a heading and the color line, the picture with a frame/border and the main page with a background. Like This:


HEADING LEVEL TAG

To make the title text with a larger size, we use a Heading Level Tag. These are not the same as the <head> ... </head> tags used to demarcate the header section of an HTML source code document.

HTML uses six levels of “heading level” tag pairs; the smaller the heading level number, the larger is the print size:


<H1>heading</H1> creates heading level #1 (24 point type—largest)

<H2>heading</H2> creates heading level #2 (18 point type)

<H3>heading</H3> creates heading level #3 (14 point type)

<H4>heading</H4> creates heading level #4 (12 point type)

<H5>heading</H5> creates heading level #5 (10 point type)

<H6>heading</H6> creates heading level #6 (8 point type—smallest)

A line space automatically is inserted before and after a heading (that is, an entire line is skipped between a heading and any text before and after it).


INSERT IMAGE

You can insert image in to your page, we will use the <img> tag. For example, to insert an image called picture.gif, located in the same directory as the file that is going to show it, we write:

<img src="picture.gif"></img>

And to make its border, you can type the following

border="5"


HORIZONTAL RULE

To add a horizontal rule to your page, you will need to locate the <hr>

And to resize this horizontal rule, you can type the following

width="35%"

If you will change the color of horizontal rule you can type the following

color="red"


BACKGROUND IMAGE

To add a background image to your page, you will need to locate the <body> tag in your document. What we are going to do is add a command after the word body. So, go to the end of the word body, skip a space, and type the following:

background=""


Now your body tag should look something like this:

<body background="">


Now, we are going to place the url of the image inside the quotation marks. So, if the image I want to use is at http://www.mysite.com/image1.gif, I would insert this into the command, like this:

<body background="http://www.mysite.com/image1.gif">

Finally

And this is my sample HTML code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<body background=”Gita_Gutawa-078.jpg”>
<h1>MERAIH MIMPI</h1>
<HR COLOR="BLUE">
<p align="justify">Kuberjalan Raih cita.. Untuk dunia yang baru di depan mataku.. Tak ada ketakutan akan gelapnya malam.. Fajar kan beri arti dan sinari dunia.. Mimpi kan menjadi nyata bila ku tetap percaya.. Walau rintangan menghalang kekuatan masih ada.. Kubernyanyi hingga fajar.. Cinta dan keyakinanku percaya akan diriku.. Mampu jalani hidupku.. Uuuu Kau takkan tau bila tak mencoba.. Jalanmu masih panjang.. Percayalah!!!</p>
<HR COLOR="RED">

<RIGHT>
<p> </p>
<HR align="right" WIDTH="35%" COLOR="BLUE">
<p align="right"><img src="361.jpg" width="154" height="148" border="5" /></p>
</RIGHT>
</body>
</html>

Baca selengkapnya...

INDEKS PRESTASI PTI OFFERING B

Buat teman-teman yang belum tau nilai IP nya bisa download KHS-nya.
Jadi ga usah repot-repot ke Malang lagi kan.. hhe . Maaf ya kalo ada data yang salah. Tau sendiri lah kan nilai statistikku cuman B- hha

Yang NIM 107533411080 ga ad soalnya kehapus..maaf ya..sms aq aj hho

Berikut adalah KHS yang bisa Anda download berdasarkan NIM..


+ 107533407711
+ 107533407712
+ 107533407713
+ 107533407714
+ 107533407715
+ 107533407716
+ 107533407717
+ 107533407719
+ 107533411076
+ 107533411077
+ 107533411078
+ 107533411079
+ 107533411081
+ 107533411082
+ 107533411083
+ 107533411084
+ 107533411085
+ 107533411086
+ 107533411087
+ 107533411088
+ 207533408574
+ 207533408575
+ 207533408576
+ 207533408577
+ 207533408578
+ 207533408579
+ 207533408580
+ 207533408581
+ 207533408582

Mudah-mudahan bermanfaat
Baca selengkapnya...

MASKING IMAGE


Sekarang kita akan belajar teknik bagaimana melakukan masking image atau juga bisa disebut menggabungkan 2 gambar. Cukup mudah kok..


Step one- buka 2 gambar yang akan disatukan. Gak usah banyak-banyak dulu. Saya akan menggunakan contoh gambar seperti yang ada dibawah ini. Dan jika Anda ingin menggunakannya juga, boleh kok. Tenang aja ga usah sungkan.. hhe






Step Two-Copy gambar kedua(gita gutawa) dan paste ke gambar pertama(bunga) atau gunakan move tool (V) untuk mendrag gambar kedua ke gambar pertama. Samakan ukuran gambar pertama dan gambar kedua dengan freetransform (Ctrl+T)

Step Three- pilih the Rectangular Marquee Tool (M) dan ganti the feather to 50 px. Atau tergantung dari keinginan atau feeling kamu. Jika anda menggunakan gambar yang lebih besar mungkin bisa lebih besar. Pokoknya tergantung feeling so good lah.. hhe




Step Four-Bikin seleksi seperti gambar ini menggunakan the Rectangular tool, sekarang! Cepetan gak usah kelamaan mikir.





Step Five- tekan tombol DELETE pada keyboardmudan simsalabim kamu akhirnya bisa melakukan masking image. Hha.. puas? Puaas?

hasilnya kayak gini


Baca selengkapnya...