Thursday, July 14, 2011

Homework #10

What is css?

CSS stands for cascading style sheets. It lets you ad style to your HTML code. Such as letting you change the size of font, the font itself and also the color. It uses or applys it to the HTML code. One of the best ways is to have a external style sheet this can be done by having two different text documents one for the HTML and one for the CSS you then can add a code to the HTML document that gets your CSS file and links it to it thus using your CSS style to change the HTML file.. To me this helps to keep the web pages organized better.
  • Allows you to change the font.
  • Allows you to change the color of the font.
  • Allows your web page to be more readable.
  • Allows you to set the width of how far things go on a page.
Click here to visit lds.org


To create what I did above I typed this html code in the edit part of blogger. I tryed to keep it organized by using <html>  ,  <head>  and the <body> tags to place them accordingly in those spots. My guess is that Blogger doesn't allow you to use them when typing your own html. 

Word count 216

<h3> What is css?</h3>
<p>CSS stands for cascading style sheets. It lets you ad style to your HTML code. Such as letting you change the size of font, the font itself and also the color. It uses or applys it to the HTML code. One of the best ways is to have a external style sheet this can be done by having two different text documents one for the HTML and one for the CSS you then can add a code to the HTML document that gets your CSS file and links it to it thus using your CSS style to change the HTML file.. To me this helps to keep the web pages organized better.</p>
<ul>
<li>Allows you to change the font.</li>
<li>Allows you to change the color of the font.</li>
<li>Allows your web page to be more readable.</li>
<li>Allows you to set the width of how far things go on a page.</li>
</ul>
<a href="http://www.lds.org">Click here to visit lds.org</a>

Thursday, July 7, 2011

Homework #9

A. (10 points) Write a short essay about what you learned from our guest speaker, Bro Robertson about web development. The essay should be at least 200 words in length. My words (210)

I thought that it was interesting how he mentioned that in the future then it will be the little devices that will be more dominating. So when we design web sites we need to also pay close attention to how it will look on a littler device. He also mentioned how important it is to use the external css and to not keep it embedded. I can see that that can really help it to look more organized. I see that it is important to always be looking and learning from the new things that are coming out online. He mentioned a great site that can help us to get some more information. W3.org/tr/css-mediaqueries/ by seeking new information that is just coming out then we will be more valuable employees. It is important to be searching and looking for job opportunities. We never know what might come to us. If we are prepared then we will be much more valuable to them. Many employers now are falling a little behind on what is truly the best ways to get things done and how to use the new technology and software. But if we learn it and stay on top of it then we can be great assets to the company.



B. (10 points) Read Chapter 10 of the text book and do the “Try It Yourself” exercise on page 162.
3 HTML elements

    1. one that I liked was Creating multiple pages with navigation menus. This one can help you to have a better navigational menu. <ul><li><ul><li> 
    2. Something eles that is useful is Horizontal rules this can ad a line to your page that you can modify with css. Use the code <hr> to add this.
    3. Line breaks is another great one u use the element <br> to force a line break. Just pushing enter does not do it. The first time I tried to make a web page then I thought I could just use enter. But it is nice to have something that will force one for you.  
    4.You can also make abbreviations by using something like this <abbr title="Cascading Style Sheets">CSS</abbr> it can be useful to be able to change the text around like that and make it do what you want.

Thursday, June 30, 2011

Homework #8

  1. (20 points) View the following YouTube video to understand the basics of HTML and CSS. http://www.youtube.com/watch?v=GwQMnpUsj8I
answer the following questions

1 – What is an HTML tag? It tells the html text what to do such as <b> (would make the text bold) it also tells the content where to go. It is the structure for the web page.

2 –List one web site that describes all the HTML tags available (or at least most of them).
Says to check google but also w3schools.com has a great list.

3 - What is CSS? Cascading Style Sheet... Which lets you add the style for the website.

4 – List one web site that describes all the CSS tags and attributes available (or at least most of them).
w3schools.com

5 – What does the following tag do?
<img src=”jimmyr.png”/>
It finds the source of that image and displays it on the page.

6 – What does the following tag do?
<title>
It ads a title to the browser.

7 – What does the following tag do?
 <div>
It divides the information so that you can tell it where to go with css later.

8 – Where does the following tag go on an HTML page?
<style>  
It goes in the head also the style can be found in the div tag like this
<div style= “something”>

9 – What does the following tag do?
 <a href=”http://www.byui.edu”>
It makes a hyperlink to the byui website. So that you can click it on your web page.
You can change many of the options with A:link such as the color and the text decoration such as the text being underlined.

B.      (10 points) Write a short essay on your blog about what you learned from our guest speaker, Sis Esplin about communicating ideas using the web. The essay should be at least 200 words in length.

Word count (213)
From sister Esplin I learned about all of the different classes that need to be taken for the communication major it was interesting interesting for me to learn that there was a web site that you can go to and it will tell you what type of font is being used on that image. It is important for us to really understand and learn these skills that we are trying to because they will help us later to get a job. I can see how making a online portfolio could also really help and it gives whoever is interested in hiring you something to look at. It was fun to hear about her story and that she did not realize ether all at once what she wanted to be doing but she found something that she liked and kept doing it. That is what we need to do as well we should find something that we enjoy and not give up doing it. It was nice to find out as well that we are able to go onto the byui website and see some of the classes and how they are based. This will better prepare us when we do take those classes then we will know better what to expect.

Thursday, June 23, 2011

Homework #7

A. (10 points) Read Chapters 8 and 9 of the text and discuss the 5 most important concepts about information architecture detailed in these chapters. The essay should be at least 200 words in length.
My word count (216)
First then we need to have a gap analysis and creation plan- this includes the content that the client will want on the site. “There is no way to have good content without good planing.”Next we need to make good blueprints this is the part where the site starts to be created we need to have a first a content map which includes an outline for the graphics that will be used. Second we need to include a page description diagram which in a sense is like a quick version of the content that will be used and the priority that it will go in. Third is the step for wireframe which show’s how it will function on the web page. This shows what really goes into it. And lastly a storyboard which is a diagram that helps the user see what is going to happen so that they can better understand the processes as well. Those are all the main point that I got from it but also when doing these things then it is important to focus on the user and make sure it is what the client wants as well. We should not just do things because we like them but more importantly it needs to be what others like as well.

B. (10 points) Write a short essay on your blog about what you learned from our guest speaker, Bro Hodges about the importance of gaining as much experience while in school. The essay should be at least 200 words in length.
My word count (225)
I learned how important it is too be working towards a career and not just going to school. It is a blessing to us that we need to have an internship to graduate because in the long run then that can be one of the main things that helps us to get a job. We need to make a list about people that we know who might be able to help us get a job later in our lives. It is nice to know that as we do our internship then we should expect to make around $12 to $17 an hour. When we help out another company then it works both ways we are helping them and we get the experience and they get cheaper labor and no commitment to keep you or not. But as we do our work and our studies here at school then we need to do the best job that we can. Because later then others can tell if they like the things that we have done and the places that we have work. It will make others want to hire us. We need to remember that in the long run our goal is to get a job so that we can be doing something that we enjoy for the rest of our lives and not be struggling financially.

Thursday, June 9, 2011

Homework #6

Part A. Words (229)

I read the Visual Decision Making article at http://www.alistapart.com/articles/visual-decision-making/ and I learned how important good graphics are when making a site. It is not a waist of time to put good graphics onto your site. It can help you to control where you want the reader or user to move there eyes to next. You can use this technique to get the user to look at the information that you want them too first. It is very important to have your main display looking very good. There was a test done that showed that most people make their visual decision about a web page in 50 milliseconds or less. Another study was done explaining why attractive things work better. According to the psychology study then our brain simply likes it better. There are different levels that our mind process a site. Such as when we first look at it all the way until we interact with it we are constantly thinking about something. The data that we have on a site helps the user to realize if they will want to come back at a later time or not. By getting user feedback then we can better understand what it is that people like and don’t like it. It is always best to base a sight off of the needs of the users then our own needs and wants.


Part B. Words (223)

From the guest speaker Brother Memmott. I learned how important it is to have good art and photographs on your site. It can be really attracting to the audience. This is probably the most important job that one person would have when making a website because they have to make it work with the text from the writers, the developers, ect. It has to be able to tie in with everyone elses job and help it out. It is really important to have a good team when making a site and doing these things. For it to look professional. I now understand more about what the role of the designer really is. It is huge but it must be a lot of fun as well. They are in charge of design and branding, user interface, Technology and everything else that goes along in those categories. There are always sites that need help in those areas. But the main part in designing a sight for a company is that you have a team when you are doing it. And to get a nice completed site requires a lot of team effort. And a good team manager. But the time goes by a lot faster as well when you are having fun doing your work. In the end we should just enjoy what we do.

Thursday, June 2, 2011

Homework #5

Starting a web based business article. (Words 190)
In these articles I was able to learn more about making my own web business. I can see that it takes many steps. One of the most important things is the idea for a good business you want something that others want as well. And what is enjoyable to you. You then need that site to have the capability to accept credit cards ect. After that then you need to get someone to host your site. That would then give you a domain name. (.com is most widely used.) You want to have a site that is easy to remember as well. Then anyone is able to see and use the site that you made. You can put it on search engine sites such as google to start getting traffic to that site. One of the ways to get more traffic is to simply update your sites content frequently. With good quality content. And people will be more interested in coming back at a later time. By having a interesting site with something that the visitors want then they will be much more likely to come back at a later time.



Guest speaker, Brother Kent Lundin (Words 367)

I really enjoyed the guest speaker coming and helping us to understand more about web businesses. I learned some more of the basic steps that it takes to make a great website. We need to decide on a good web business make a site and this next step is one that I have not thought much about before but it is one that can tare your site down if you are not careful. That is looking into the legal issues about it. Whatever we do we want to always make sure that we are doing things the legal way. And the rest of the time can be spent on promoting that website. One of the more interesting facts that he stated while teaching us is he explained how google makes most of their money. They make 90% of their income by advertisements that are usually found in the top right corner when you do a search in google. I also learned how we are able to pay them and get our own advertisements there. It is not always cheap to do that but when someone buys something from your site then it all of a sudden becomes more then worth it and in the long run it can start to pay for itself. We need to pay special attention to the what we use as our key words to get people to that site. You are then able to later see which of those words had the most positive effect. Many people think that all they need for a good website is a lot of traffic to that website but there is a big difference between just random people coming to your site and people who actually have an interest on what you are offering. Using the right keywords can really make a big difference for your site. But you always need to pay close attention to what is giving you back the most positive results. It is best to start this a little at a time. If you are expecting everything in one day then you might get discouraged and not do as good later on. It was a great talk!!!

Thursday, May 19, 2011

Homework #4

I'm a Mormon.

Click the link above to view my mormon.org profile.

Elder Ballards “Sharing the Gospel Using the Internet”

I read this talk and it helped me to better understand how truly important  it is to share the gospel in as many ways as we can. We have been blessed with technology and we are now able to share the gospel with more people then ever before. We can all help this work to continue going forth. We can also help the internet to be used for more positive things then negative.  By doing this we will help and bless the lives of other people.

Friday, May 13, 2011

Homework #3

Visit http://beta.byui.edu/
•Comment on what you observe

I can see that they are still in a pre launch stage and the are changing the whole layout of the site. It is really nice to be able to comment and let them know what can be done to improve the site. It takes a ton of work to switch from an old site into a new one.

A. (10 points) Go to any online job search website and search for web design and development positions. Review at least 5 job postings that you think you might be interested in.
On your blog, list the job qualifications required for each position you reviewed.
Note: The following are just a few job search websites. There are many others.
a. Monster.com b. Careerbuilder.com c. Yahoo HotJobs d. USAJobs

Web Designer / Developer

WestHost / UK2Group - Logan, UT 84321

Review- You need to be able to communicate well with people and will be working with other brands to build web sites that meet the business objectives. Will be working with Marketing executives.
Qualifications- -Extensive understanding of Web site development, and web design maintenance.
-Solid understanding of user interface and overall user experience. This includes overall navigation flow, layout, creation of graphic elements, conversions, etc.
-Extensive skills and knowledge of HTML, CSS, Photoshop, and Dreamweaver.
-Ability to program in JavaScript and PHP are also preferred.
http://www.jobhost.org/jobs/viewjob/web-designer-developer-7dca227128e615cc?source=indeed&medium=sponsored


Zions Bank
Web/HTML Developer - Investments Department
Review- Working with others to produce web sites and will be responsible to make regular changes, including site redesign. Responsible to create new stylesheets, design, and edit web page content.
Qualifications- basic knowledge of internet/intranet web sites, web site design, and web technologies. Working knowledge and experience with HTML, CSS, JavaScript, Search Engine Optimization, CMS, Adobe Flash, Web 2.0 layout, Etc
http://jobview.monster.com/Web-HTML-Developer-Investments-Department-Job-Salt-Lake-City-UT-US-99252220.aspx

Web Developer-CyberSource

Review- CyberSource is a Visa company, it is a global leader in eCommerce payment management.​ it was one of the world's first payment gateways, connecting online merchants to payment networks, including Visa.​
Qualifications- BS or MS degree in Business, Computer Science or MIS discipline with 4+​ years of work experience.Overflowing energy and enthusiasm for being part of a team and working tremendously hard.Delivers quality and thorough solutions that add value to the company.Excellent verbal and written English language skills.Excellent analytical andbinvestigative skills to uncover potential solutions to complex business problems.Strong skills in SQL are required.bSkills in Perl, PHP, Ruby, HTML/​XML, Java, JavaScript and Unix are required.​
http://jobview.monster.com/Web-Developer-CyberSource-Job-Provo-UT-US-98968143.aspx

Sr. Web Developer

 WestHost / UK2Group - Lindon, UT 84042

Review- UK2 Group is a large global web hosting company, with headquarters in London England, and U.S. operations based in Utah. They will work with existing team members under direction to develop internal web-based tools and to develop and maintain web hosting products. They are looking for candidates with minimum of 4-5 years of web development experience.
Requirements- Strong experience with the web (protocols, domain registration, DNS, mail, etc).
- Experience with PHP, JavaScript, jQuery, HTML, CSS, MySQL.
- Experience with Linux; CentOS/RedHat experience preferred.
- Experience with BASH scripting a plus.
http://www.jobhost.org/jobs/viewjob/sr-web-developer-f02b6204271fe225?source=indeed&medium=sponsored


Web Graphic Designer / Developer (American Fork, Utah)
Review- The designer must be able to create ad campaigns for major companies on web sites. Your creativity, understanding of user behavior and strong visual design sense will contribute to developing cutting edge web pages with a great user experience.
Requirements-
• 3-5 years experience preferred

• Application interface and/or website design experience
• Strong analytical and organizational skills
• Communication, Marketing or Graphic Design Bachelor’s degree preferred
• Photoshop and Illustrator proficiency expected
http://saltlakecity.craigslist.org/web/2372740481.html

Wednesday, May 4, 2011

Homework #2

Chapter 6

A. (12 points) Read chapter 6 and answer the following questions. Post the responses on your blog.
  1. Why is it important to create a high level plan for your web site? 
    Because if we don’t then we might make it how we want it, or we might make it how the client wants it and not the costumers, or we might make it how the costumers want it and not the client. We need to have it balanced. Making a plan can help us to accomplish this.
  1. What are the 7 steps of the web site planning process? 
    1. Define project requirements
    2. Conduct research and analysis
    3. Develop design
    4. Build
    5. Test
    6. Deploy
    7. Maintain
  1. What is an information architect? 
    They are the foundation of good web design and development. They help contribute to the plan. They structure the design of shared information, help emerge the principles of design and architecture to the digital landscape.
List the 10 major roles of an information architect.
1. Primary audience goals
2. Persons
3. Current content inventory
4. Competitive analysis
5. Content strategy
6. Content outline
7. Content gap analysis
8. Site diagram
9. Page description diagrams
10. Wireframes
A big portion of their roles are taken part in the planning stages.

B. (12 points) Develop a graduation plan and post it on your Blog
My Graduation plan A.A.S. Degree Program Web Development
 
Spring 11
Fall 11
Spring 12
Fall 12
Spring 13
Wdd (1)

Comm 130 (3)

Foundation (11)
Art 130 (3)

Cit 203 (3)

Cit 320 (3)

Foundation(3)

Cit 210 (3)

Art 230 (3)

Cit 313 (3)

Foundation
(3)
Cit 230 (3)

B250 (3)

CS 371 (3)

Foundation (3)
Eng 321 (3)

Cit 336 (3)

Cit 356 (3)

Cit 436 (3)
 
I have the plan to get my A.A.S. Degree in web Development I need to take 28 Core Course credits and 15 WDD Emphasis credits And 19 Foundation credits But if I change my mind and plan to get a B.S. Degree I will need to take these additional classes.

Foundations (20)
Core Courses

WDD 398 (3)
 WDD Emphasis: 9 credits


CIT 320 – Database Design & Devel (3)
CIT 370 – Computer Security (3)
CIT 410 – Systems Analysis (3)
CS 308 – Technical Comm (2)
CS 313 – Web Engineering II (3)
CS 371 – Human Computer Interaction (3)

Wednesday, April 27, 2011

What it takes to be great

Short comment about the article "What it takes to be great."

We need to Strive to follow the example of Tiger Woods and Bobby Fischer and just keep practicing with whatever our talents are. We are not born to be great at one thing, that comes through many hours of hard practice and by not giving up. We need to realize that it takes more then just one day to be great at something. Studies have showed that we begin to really master something after ten years of hard practice for me I want to continue learning and doing the things that I know and enjoy.

Chapters 1,2,3,4 questiones

  1. What is the definition of the term internet? What is the definition of the term World Wide Web? What is the difference between the two?
  • Internet- Is a computer network that can link all computers together. And allows you to get the information off of the web.
  • World Wide Web- Is a system that links text and other documents to the internet to be viewed around the world. It consists of HTTP, HTML and URL
  • The difference- The internet lets you get the information and the web is where it is coming from or stored. You can not really use one of them without the other.
    2. What is a Web Server? What kind of information does it receive? What kind of      
        information does it send out?
  • Web Server- Originally it served files from a file system to the client and it still does that but also gets the information from storage areas and assembles it as requested.
  • Kind of information received- static files requesting what the user put out. Static files can be such as movies, images etc.
  • What information it sends out- HTTP requests from browsers.
  1. What is a Web Browser? What kind of information does it receive from the internet? What does it do with that information that it receives?
  • Web Browser- Is a program that can gather the requests of the user and display the information that is retrieved from the web.
  • Kind of information received from the internet- It has access to getting the information or websites off of the web. It can receive the information that the users uploaded onto the web.
  • What it does with the information- Displays it to the user and organizes it. It can also cache that information so that it can be accessed quicker.
  1. What is a URL? Describe what it means.
  • It is the addresses of the pages on the web or internet. The Universal Resource Locator (URL).
  1. What three core technologies make up the web? Briefly describe each technology.
    1. HTTP- It is a protocol that is used for information between clients. Usually a browser or server
    2. HTML Which is the language used to mark contents of a page
    3. URL which is the addresses of the web pages.
  1. Find five forums dedicated to web design and development. Investigate how lively the community is on each and whether you can get authoritative answers from it.
  • http://www.sitepoint.com/forums/ Has over 400,000 Members can be used to get some great information. With that many members you can get some great answers from experts.
  • http://www.webdevforums.com/ Has 20,000 Members, some great post headings. You can feel confident that there are some experts on there.
  • http://www.webdeveloper.com/ Has many topics, It seems as though there are a lot of unanswered questions on this one. But a great way to learn is buy answering questions.
  • http://www.webdesignforums.net/ An organized forum with many frequently asked questions that have already been answered.
  • http://www.iwebbuddy.com/ This one only has 351 members therefore it would be harder then some of the other forums to get the answers that are needed.