Sunday, August 7, 2011

list1

hey, this time i'm not going to tell you something about HTML , but this time we back to learn python. like before, i got the exercise from here. and for the exercise is we are going to complete the list functions in list1.py file, don't worry , if you have no idea about that you can get the material here. okay, i will directly show you how is the exercise like...

alright, in that exercise we are going to filling up 3 functions and there are match_ends , front_x , and sort_last . you got the point? then , you can try it yourself , you can download the source here. and you can read my source also, you can get it here.
but , it will be great if you try for it first ... happy practice ... see you ^_^

Friday, August 5, 2011

Nested List

welcome Back... <alright> , can you write that tag in the HTML document ? :D ... actually that was what i am thinking about yesterday when i write the posting before this post. ( i couldn't write any that to show ) because i use to Hide the preparation mode for my blog editor ... and , now you can see that i am already able to write this <tag> ... ^_^ do you want to know how? , it's about HTML character entities , if you want to know more about that thing you can go and search it, because right now i don't know how tho write HTML character entities in this document ... wkwkwk... let's go to the point, today i'am going to tell you about how we make this...
  • learn how to program
    • programming language
      • Python
      • C++
      • shell script
      • Java
  • Get one of the open-source Unixes and learn to use and run it
  • Learn how to use the World Wide Web and write HTML
  • If you don't have functional English, learn it
yeah, that's what we call nested list , it because we have another list inside the list, it is usually used when we are going to make a website , something like this often happens. and you can see the source here ... thank you , see you again ^_^

Wednesday, August 3, 2011

Some tags and its attribute (HTML)

hai... so you have been learning about HTML?... i have something for you, and i think it is important enough for you to know. we have already know about tag right? yea, something like a tag ? i'm sure that you have already know about that , we use it when we are going to make a link for something we need a tag with its attribute called href , and for example it's going to be like this . but, today i will tell you about something different, and this is the form.
last name gender male
alright, that is the example , now you can try that form. first, try to move our pointer to the word "first name" and then move the pointer to "last name" , can you see the different?, alright if you didn't see the different try to click on it... or you can try to move your pointer to the gender section , as usual you can highlight the word "male" or "female" and see the difference ... The secret is about label tag and its attribute called for , and we make it make sense with tag attribute called id for the input tag. ^_^ now you got something? and here is the source or you can watch the video about this tutorial here... ... see ya ...

Tuesday, August 2, 2011

Formatting Text

hello , nice to meet you again... :D here we go , i have something for you , and it's a little tutorial about HTML. This is bold This is Strong ... actually, can you find the difference about bold and strong tag?.... alright then, This is Big This is emphasize This is Italic This is small and for me this is new...

This is subscript and superscript

... How about you? did you get something new ? ... honestly , i know about HTML document when i was in college , and at that time when i learn HTML i just know about BOLD , ITALIC , and UNDERLINED , so for me this is something new. i think here is a very good references if you're going to learn about HTML , Javascript, CSS and anything else about web programming .... ^_^ oh , almost forgot here is the source ....