Wednesday, December 21, 2011
12/21 The Throne
My favorite feature of the device is listening to music while you are using the bathroom or taking any kind of number. i saw that if you use one foot it lifts up the top for number two so; how can the toilet notice that you are taking the number 1.
Tuesday, December 20, 2011
12/20 Wii U
The Wii u is the successor of the Wii but really it takes the fun away
from the Wii because it will be like a ds and there are already ds so i
say the wii should stay because it suppose to be a moving game and that is what the Wii u will take away.the Wii u can be used on the TV and has its own TV screen so that differs from the other Wii consoles.
7. HTML Entities
1. What do you have to do to display a special character in such as (<)
in an HTML document? &
2. What are the three parts of a character entity? Description, Entity Name, and Entity Number
3. What is an entity name? What is an entity number?&entity_name;OR&#entity_number;
4. What is better to use an entity name or an entity number? Entity Name
5. What is the most common character entity in HTML? Non-breaking space
6. Continue to make a list of HTML entity tags.
7. Check out the HTML Entities Reference tags.
2. What are the three parts of a character entity? Description, Entity Name, and Entity Number
3. What is an entity name? What is an entity number?&entity_name;OR&#entity_number;
4. What is better to use an entity name or an entity number? Entity Name
5. What is the most common character entity in HTML? Non-breaking space
6. Continue to make a list of HTML entity tags.
7. Check out the HTML Entities Reference tags.
Friday, December 16, 2011
12/16 Online Education Test*
I know that technology is a big benefit for us and that human being
cannot live without it. Internet is a world and it gives us the
opportunity to tour, but I can see me taking a course online because I
would feel comfortable. I think that if somebody wants to learn and isn't in school they should start online classes. If this person does not understand something they could use the internet as a source.
I haven't had a class online because i am not in college; but if i did i think it would be go for most people. to me i think it could be very crazy because something little can be very distracting to me. Most people i know tell me that online class is better because whatever you need is on the computer and you are doing classes on the computer.
I think that in the future people will be able to take all the classes by internet. They will also lose the value to learn living with other people. the most impotant people will take this option because they won't waste time to go school. So i can see the internet being the wave of the future because most young students want the easy way and the internet is the easiest way for the youth.
I haven't had a class online because i am not in college; but if i did i think it would be go for most people. to me i think it could be very crazy because something little can be very distracting to me. Most people i know tell me that online class is better because whatever you need is on the computer and you are doing classes on the computer.
I think that in the future people will be able to take all the classes by internet. They will also lose the value to learn living with other people. the most impotant people will take this option because they won't waste time to go school. So i can see the internet being the wave of the future because most young students want the easy way and the internet is the easiest way for the youth.
Thursday, December 15, 2011
12/15 Multitasking
Some believe that multitasking can result in time wasted due to human context switching and apparently causing more errors due to insufficient attention. The brain cannot fully focus when multitasking, people take longer to
complete tasks and are predisposed to error. When people attempt to
complete many tasks at one time or rapidly between them,
errors go way up and it takes far longer often double the time or
more-to get the jobs done than if they were done sequentially.
12/13 Gadgets
we are attached to technology gadgets alot because everything is technology
or have it so its used alot. WE were also born into technology so its like a habbit when it comes to computers and things like that.
Friday, December 9, 2011
12/7 Synchronize
I think its a little of both because our mind were taught to learn and do better from anything we do or play.
12/6 Timing
I think you shouldn't Google your significant other because it isn't anything on the computer that she cant tell you. When you do stuff like that i think you don't trust the other person. if i was to see something that i didn't like about my other on the computer i wouldn't feel any-type of way because that's hat she wants to do.
12/5 Googling
The Web provides a convenient and compelling supplement to personal
memory, but when we start using the Web as a substitute for personal
memory, bypassing inner processes of consolidation, we risk emptying our
minds of their riches.
12/2 Test*
the html fromatting helps you make a web page. You can make as many as you want. it also shows you how to change size, fonts, and color.
6c. HTML Fonts
Set the font of text
This example demonstrates how to set the font of a text.
<h1 style="font-family:verdana">This is a heading</h1>
<p style="font-family:courier">This is a paragraph.</p>
Set the font size of text
This example demonstrates how to set the font size of a text.
<h1 style="font-size:200%">This is a heading</h1>
<p style="font-size:110%">This is a paragraph.</p>
Set the font color of text
This example demonstrates how to set the color of a text.
<h1 style="color:blue">This is a heading</h1>
<p style="color:red">This is a paragraph.</p>
Set the font, font size, and font color of text
This example demonstrates how to set the font, font size, and font color of a text.
<p style="font-family:verdana;font-size:110%;color:green">
This is a paragraph with some text in it. This is a paragraph with some text in it. This is a paragraph with some text in it. This is a paragraph with some text in it.
</p>
Thursday, December 1, 2011
11/30 Animated
This is definite. My life has been changed drastically when internet was
introduced. I was able to have a higher level of entertainment,
communication, and interaction. I started out with extreme gaming like
counter-strike, and Warcraft. Now, i am currently focusing on online
earning, and making money. I am spending like 4-5 hours on the internet
daily. How fortunate for us in this age to be able to enjoy such things.
Thank god for that!
Tuesday, November 29, 2011
6b. HTML Formatting
Text formatting
- What does this example demonstate?This text is bold
- How can you format text in an HTML document? HTML uses tags like <b> and <i> for formatting output, like bold or italic text.
- What does this example demonstate?<pre></pre>
- Why would you use preformatted text?It preserves both spaces and line breaks.
- What does this example demonstate?Defines computer code text
- What are "computer output" tags used to display? <code>
- What does this example demonstate?
- Type your address in an HTML document.
- What does this example demonstate?to define contact information for the author/owner of an HTML document.
- What is an acronym?An acronym can be spoken as if it were a word, example NATO, NASA, ASAP, GUI.
- What attribute is used for Abbreviations and acronyms?<abbr>
- Write an example of an acronym. <abbr title="Introduction">Intro.</abbr>
- What does this example demonstate?If your browser supports bi-directional override
- Why would you ever want to change text direction? If you want the new direction to be the default for new documents
- What does this example demonstate?<blockquote></blockquote>
- How would you handle a long quotation in HTML? A short quotation in HTML?The browser inserts quotation marks around the short quotation.The browser inserts white space before and after a blockquote element. It also inserts margins.
- What does this example demonstate?Notice that browsers will strikethrough deleted text and underline inserted text.
- What happens to deleted text in most browsers?the word would get crossed out.
- What happens to inserted text in most browsers?the word would be in front of the crossed out word.
- Describe how you would view HTML source code in a web browser? <del>blue</del> <ins>red</ins>
11/29 Talent or Hard Work
I think you would need a little of both to strive in anything;but to me talent would get you further. wherever you are talent would be the first thing that anyone could point out first. Then, they would notice the hard work that you would put in through the time. I have witness talent being the first thing that anyone see's but i have also notice that most people with talent don't see themselves doing hard labor.
Monday, November 28, 2011
11/28 Thesis / Font
Texting could be good because you are probably at a place where you can't talk. so most people tend to reach out through text. i use text when someone ask me to text them or i just don't want to call them.
Tuesday, November 22, 2011
11/22 Gadgets
I'm very thankful for the smart phones because they help me talk to who i need to. It also lets me go on the internet when I'm outside on somewhere else. The cell phone can also become a game as well.
Subscribe to:
Posts (Atom)