This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Jumat, 26 September 2014

Creating Web Typography

23-September-2014

In this meeting I've learn more about font css coding and explanation how to use it. Ajarn Sumonta told us to becarefull in choosing the font and size. Here we go....

  • No more than 4 font and size in a web.
  • Readable and Available in every device
  • Avoid using text graphic
The loading if the page will be faster and search engine could search it
  • Deciding
We should give a diffirent type of font for each different topic.
  • Common Web Font
Choose the common web font that installed in every OS
  • Font Face Property
If the device doesn't have the font that mentioned, it will automatically download the font to the server. But every browser has the different implementation for the font.
  • Absolute Units
Specifying the value, the weakness is, we should know the destination medium
  • Relative Units
Could adapt in every device


Cascading Style Sheet

16-September-2014

In this meeting we learn about something that make a web more beautiful and I really interest in it, do you know? yaaap, CSS - Cascading Style Sheet.

A set of style rules is called STYLE SHEET, style rules are composed of 2 parts.

  • Selector
  • Declaration
Declaration is contain PROPERTY and VALUE. 
example :

h1 { color : red ; }
  • h1 = Selector
  • { color : red ; } = Declaration
  • color = Property
  • red = Value
There are three ways to combining CSS in the HTML
  • Inline Style
If we do the CSS in the HTM using this style, the place of the style is inside the tag < >
example :
<h1 style="color:red">Text</h1>This method will work to the tag that has the style in it only.You should put all style in every tag if you want to give style to another tag.
  • Internal Style
In this method the placement of the style is inside the <head> section of HTML and should be put in every HTML that you make.
example :
<head>
          <style>
           p{
              font-weight:bold;

          }
         </style>
</head>
The method only effect the HTML that puted the style.
  • External Style
This is the best method of combining CSS and HTML, because it's more clear and more effective. The placement of the CSS is outside the HTML. In the HTML, you should put this code inside the <head> section.
        <meta charset="UTF-8">
<title>External</title>
<link rel="stylesheet" href="css/style.css" type="text/css">

If you have lot of declaration in one selector, you can combining all in this way :
h2 {
color: #626262;
font: 19px/24px "Times New Roman", Times, serif;
letter-spacing: 2px;
margin: 0;
text-transform: uppercase;
}
This will be more efficient.

One more, this is a universal selector 

div*(font-family:serif;}

It mean, all member of <div> will be form like that.

Using ID attribute selector
this ID only declared once in the HTML. For grouping the a section such as HEADER, SIDEBAR, MAIN, FOOTER.
Different with CLASS attribute, it could declared many times with different name.

In the CSS, ID showed with '#' and CLASS showed with '.' (dot)

LINK

there's two type of link 
  • Partial URL
this url will guide you to the selected file
"images/home.jpg"
  • Complete URL
this url shows the complete name of the url using http
"https://www.blogger.com"

Kamis, 11 September 2014

Planning the Site

9-September-2014

We need to make a good project plan to make a good site and should understand about the web site development.

Requirements and specification

  • We need to understand what are the user need
For the example when the user forgot their password or username, then we should provide for the user to know his password or username via email.
  • User Analysis
We should analyze the user, what kind of content that will we put in the site as the user that will visit our site.
  • Web Failure
The site will be failed if the right user that visit our site are not find what they are looking for.
  • Taxonomy
We should classifying the content as detail as possible.
  • Graphic Design & Page Template
Every page that exist in our site should be designed first, because it will be easy for us to change the concept of our site when its still in mocking/sketch. Also use the Wireframe to make our site more stable. And start working when the design of our site is done.

Kamis, 04 September 2014

HTML5 - New Element

Today, I've learn and practice about new element of HTML5

We can make a canvas and embed something in it.
This canvas is like a table, but i'ts a canvas :v lol we use the javascript to make it.
here is the coding of my canvas.




and violaaa here is the result


Not only the canvas, I also know about the video, check out my code below.



And here is the result of my code.





Selasa, 02 September 2014

Designing the Site

2-September-2014

Today the lecture is about how to design the site, there's lot of requirement to make a good web. Yeeaa, way a lot. OK, what have I learn today are :

  • Balance design and content
The web that will we make should give what user need, and we should not use unnecessary element and content that will distract the user from what are they looking for.
  • Plan easy access
On this part, we should find the easy way for the user to get what the need. The menu of the site should  be clear and to the point. We could add the direct link of the most popular post also. So the user could be easy know what is the popular post.
  • Design Information
We should adjust the color of our site well and readable. We also need to provide the search space to make them easy for looking what they want instantly. And we should make the user know, where they are now, which page did they reading now.
  • Smooth transition
In our web we should consistency with the color adjust in every page of our site. If the home page color will be black and white, so the other page will be black and white also.
  • Active white space
White space here doesn't need to be white as it name, it means the empty space in your site. That will be good if there is no empty space, all space should be used except the right and left side for margin (if used).
  • Design Location
This mean, we should provide the web based on the user behavior of reading. And do not make the user click more than 3 times to go to the page what they want.

Yap, that's all I've got for today, and there was a pretest as usual. Fortunately, I have study before, and all that I've read are out. yeaaaa :D
Don't happy soon, indeed if I've study about it, but after read the question, T.T I forgot and misplace the answer. Yeaa, maybe luck next time :D

Jumat, 29 Agustus 2014

Sirindhorn Museum

Dinosaur graaawrrrrll... I love it, when I was child, I'm a dino maniac haha I love everything about dinosaur, books, movie, toys, story. And my favorite dino is Spinosaurus,it means 'spine lizard'. do you know it? I like it because it has something on its back, Its like a sail or a hump. The function of it's sail is uncertain. Scientist have proposed several hypothesis including heat regulation and display. In addition, such a prominent feature on it's back could make it appear even larger than it was to intimidating other dino.

And here we are, Sirindhorn Museum.









Hong Moon Mung & Wat Nong Wang


Hong Moon Mung Museum is a historical museum of Khon Kaen, in this museum the story of Khon Kaen begin. It's a quite museum, when I was there, there are no other visitor but us.



After that, we go to the next destination. Wat Nong Wang Buddhist Temple near the museum. Its the coolest and shiny Buddhist temple I've ever visit hahaha






Twitter Delicious Facebook Digg Stumbleupon Favorites More