Tuesday, July 26, 2011
Wednesday, June 22, 2011
Tuesday, June 14, 2011
Sarah's Super Cool Random Blog Post
Let's See... Um... What to say I'm so busy with assignments...
Ok so found a really cool CD Labeling kit that will save on printer ink. My printer can print CD Lables but the deal is that ink just costs way to much so for a cheap alternative i found a labling kit... Its so easy!!!! and it looks great on the disc....
Anyway heres some sneak pics of assignment:::: (I would love to show programming bits but my lappy is out of action at the moment so they'll have to wait a few days....)
Well of course its not everything... And yep definately like the publisher... Well only using it because in design's gone crazy... it starts changing measurements into crazy hard to solve problems.... -_- Hm.... should try and get an image of that... ^_^
Ok so found a really cool CD Labeling kit that will save on printer ink. My printer can print CD Lables but the deal is that ink just costs way to much so for a cheap alternative i found a labling kit... Its so easy!!!! and it looks great on the disc....
Anyway heres some sneak pics of assignment:::: (I would love to show programming bits but my lappy is out of action at the moment so they'll have to wait a few days....)
Well of course its not everything... And yep definately like the publisher... Well only using it because in design's gone crazy... it starts changing measurements into crazy hard to solve problems.... -_- Hm.... should try and get an image of that... ^_^
Tuesday, May 17, 2011
Wednesday, May 4, 2011
Researching IP Address Classes
There are 3 classes
A - 10.0.0.0 to 10.255.255.255 (Large network)
B - 172.16.0.0 to 172.31.255.255 (medium I guess)
C - 192.168.0.0 to 192.168.255.255(Home network)
A - 10.0.0.0 to 10.255.255.255 (Large network)
B - 172.16.0.0 to 172.31.255.255 (medium I guess)
C - 192.168.0.0 to 192.168.255.255(Home network)
Wednesday, April 27, 2011
Sunday, April 3, 2011
R.I.P Momo
This weeks post isnt work from class.. I'm too sad to do any. I'm very sorry.
This morning at 3:30am My Lovely beautiful Bunny Boy Momo Passed Away From Stomach Pains/Cancer. He fought as hard as he could and i miss him so very much.
He was 7 years old and one great friend and he'll always be rememberd.
Thanks
Friday, April 1, 2011
Tuesday, March 29, 2011
2-days and still an error!
Sunday, March 20, 2011
Blog Task Week 5
Self Study Questions:
1) DAO Stands for Data Access Object
2) CRUD stands for Create,Repeat,Update,Delete
3) The default "datadirectory" is called App _ Data
4) 'Injected" durning a SQL injection attack is malicious SQL commands
5) an example of a one to many relationship is one car company may have many types of cars.
6) three methods that are supported by the sqldatareader class are "read" , "getint32" and "getstring"
7) a property that must be set to allow the code behind file to respond to users selecting a new item in a drop down list is Autopostback.
8) the event's name that is triggered by the selection is onselectedindexchanged
9) a delegation method is something that calls some other method to do the work.
10) three problems that covered by the term 'object relational impedance mismatch' are unique object and table identifiers, mapping of the data types, relationshipd and normalization.
1) DAO Stands for Data Access Object
2) CRUD stands for Create,Repeat,Update,Delete
3) The default "datadirectory" is called App _ Data
4) 'Injected" durning a SQL injection attack is malicious SQL commands
5) an example of a one to many relationship is one car company may have many types of cars.
6) three methods that are supported by the sqldatareader class are "read" , "getint32" and "getstring"
7) a property that must be set to allow the code behind file to respond to users selecting a new item in a drop down list is Autopostback.
8) the event's name that is triggered by the selection is onselectedindexchanged
9) a delegation method is something that calls some other method to do the work.
10) three problems that covered by the term 'object relational impedance mismatch' are unique object and table identifiers, mapping of the data types, relationshipd and normalization.
Tuesday, March 8, 2011
Web Accessibility task (Draft)
Part One
1. What is in WCAG 2.0?
It has 12 guidelines that are under 4 principles which are "perceivable", "Operable", "understandable", and "Robust" each one has a testable success criteria which has three levels A,AA and AAA.
2. Who poduces WCAG 2.0?
The people who produce WCAG 2.0 is the web content accessiblity guidelines working group or WCAG WG for short. They are part of the W3C (World wide web consortium) web accessibility initiative (WAI).
3. Who are the guidelines design to assist?
The guidelines are designed to assist web content developers, web authoring tool developers, web accessibility evaluation tool developers and other people who need or want the standereds for web accessibility.
4. What are the essential components of Web Accessibility?
The essential components of web accessibility are content, web browsers, media players, assistive technology, users, developers, authoring tools, evaluation tools.
Part Two:
Choose one guideline from each of the four principals (perceivable, operable, understandable, and robust) and discuss the ‘intent’, benefits & give an example of use.
Perceivable -
"1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure."
1.3.1
Intent: to ensure that info and relationships are implied through visual or auditory formatting are preserved when presentation format changes.
Benefits: Helps people with disabilities by allowing users agents to adapt content accordingly to the needs of the users. Blind users benefit when he information is conveyed through color is also there in text. Deaf - Blind users using braille may be unable to access color dependent information.
Example: A text document where its formatted with 2 blank lines befor the titles, asterisks that indicate list items and othere fomatting conventions so that structure can be programmatically determined.
1.3.2
Intent:to enable user agents to provide alternative presentation of the content while perserving reading order needed to understand meaning.
Benefits: help people who rely on assistive tech that reads text out load.
Example: css is used to postition a nav bar, main story of a page and side story. the visuals dont match programmatically but the meaning of the page doesnt depend on that order of the sections.
1.3.3
Intent: ensure all users can gain access to instructions for using content even when they connot perceive shape or size or use of information about spatial location or orientation.
Benefits: Blind and low vision users may not understand info if conveyed by shape or location.
Example: an online multi page survey has a link as a green icon in the lower right hand corner. the arrow is cearly labled "next" with the instructions "move to the next section" the example uses both positioning, color and labeling to identify the icon.
1. What is in WCAG 2.0?
It has 12 guidelines that are under 4 principles which are "perceivable", "Operable", "understandable", and "Robust" each one has a testable success criteria which has three levels A,AA and AAA.
2. Who poduces WCAG 2.0?
The people who produce WCAG 2.0 is the web content accessiblity guidelines working group or WCAG WG for short. They are part of the W3C (World wide web consortium) web accessibility initiative (WAI).
3. Who are the guidelines design to assist?
The guidelines are designed to assist web content developers, web authoring tool developers, web accessibility evaluation tool developers and other people who need or want the standereds for web accessibility.
4. What are the essential components of Web Accessibility?
The essential components of web accessibility are content, web browsers, media players, assistive technology, users, developers, authoring tools, evaluation tools.
Part Two:
Choose one guideline from each of the four principals (perceivable, operable, understandable, and robust) and discuss the ‘intent’, benefits & give an example of use.
Perceivable -
"1.3 Adaptable: Create content that can be presented in different ways (for example simpler layout) without losing information or structure."
1.3.1
Intent: to ensure that info and relationships are implied through visual or auditory formatting are preserved when presentation format changes.
Benefits: Helps people with disabilities by allowing users agents to adapt content accordingly to the needs of the users. Blind users benefit when he information is conveyed through color is also there in text. Deaf - Blind users using braille may be unable to access color dependent information.
Example: A text document where its formatted with 2 blank lines befor the titles, asterisks that indicate list items and othere fomatting conventions so that structure can be programmatically determined.
1.3.2
Intent:to enable user agents to provide alternative presentation of the content while perserving reading order needed to understand meaning.
Benefits: help people who rely on assistive tech that reads text out load.
Example: css is used to postition a nav bar, main story of a page and side story. the visuals dont match programmatically but the meaning of the page doesnt depend on that order of the sections.
1.3.3
Intent: ensure all users can gain access to instructions for using content even when they connot perceive shape or size or use of information about spatial location or orientation.
Benefits: Blind and low vision users may not understand info if conveyed by shape or location.
Example: an online multi page survey has a link as a green icon in the lower right hand corner. the arrow is cearly labled "next" with the instructions "move to the next section" the example uses both positioning, color and labeling to identify the icon.
Sunday, March 6, 2011
Blog Tasks Week 3 (Not Finished Yet)
Self study Questions
1) the difference between a tag and an element is the tag is the characteristics that will br applied to the content of the element.
2) the characters that are used around an attribute name is "<" or its the element name.
3)XHTML is case sensitive.
4)the <"hr" "/"> element is for the Horizontal rule
5)the terms 'strict', 'transitional', 'frameset' refer to different versions of the XHTML DTD
6)The special character for the copyright symbol is "& copy ;"
7)the two required attributes that are for the image element are src and alt.
8)The XHTML that displays a bullet list is:
<"ul">
<"li"> Blah <"li">
<"li"> Blah <"li">
<"ul">
9)the attributes that are use to make part of a table spread over multiple rows or columns are Colspan and rowspan.
10)The name of the element used to create hyperlinks is "a"
1) the difference between a tag and an element is the tag is the characteristics that will br applied to the content of the element.
2) the characters that are used around an attribute name is "<" or its the element name.
3)XHTML is case sensitive.
4)the <"hr" "/"> element is for the Horizontal rule
5)the terms 'strict', 'transitional', 'frameset' refer to different versions of the XHTML DTD
6)The special character for the copyright symbol is "& copy ;"
7)the two required attributes that are for the image element are src and alt.
8)The XHTML that displays a bullet list is:
<"ul">
<"li"> Blah <"li">
<"li"> Blah <"li">
<"ul">
9)the attributes that are use to make part of a table spread over multiple rows or columns are Colspan and rowspan.
10)The name of the element used to create hyperlinks is "a"
Sunday, February 27, 2011
Group Work: Use Cases
1)
Functional: Users log in, Users can view their details, Users can view their account balance, users can delete their account, users can send gift vouchers, users and visitors can browse the catalogue by genre - price or alphabetical, admin staff may log in to the administration area, admin staff may bpdate any catalogue information, users may apply for a refund.
Non-Functional: Attract new users, uses can view their purchase history, users can edit their details, users can purchase more credit, users and visitors can browse the entire catalogue, users may purchasr and download catalogue items, users and visitors may sign up for a weekly newsletter, admin staff may apply refunds to user accounts, the service should support PC and Mobile devices, the service should be online 24/7 and 365 days a year, the interface should contain groovy web 2.0 elements.
2)
Must Have: Users can login, users can view their details, Admin staff may log in to the admin area, admin staff may update any catalogue information, the service should be online 24/7 365 days a year.
Should Have: Attract new users, users can edit their details, usres and visitors can browse the entire catalogue, users and visitors can browse the catalogue by genre price or alphabetically, admin staff may apply refunds to user accounts, the service should support PC and Mobile devices, the interface should contain groovy web 2.0 elements.
Could Have: Users can view their purchase history, users can purchase more credit, users may purchase and dowload catalogue items, users and visitor may sign up for a weekly newsletter.
Want to Have: users can view their account balance, users can delete their account, users can send gift vouchers, Users may apply for a refund.
3)
Identify key concepts:
-Log in
-View Details
-Account balance
-purchase history
-edit details
-delete account
-purchase more credit
-gift vouchers
-browse catalogue
-browse genre, price or alphabetical
-purchase and dowload items
-weekly newsletter
-admin area
-update catalogue info
-apply refunds
-appling for refunds
- PC and mobile
-online 24/7 365 days
-web 2.0
Initial model:
4)
5)
Use case name: Buying an item online
Actors: Visitor
Start page: Home Page
Use case descritpion:
1. The actor clicks on browse catalogue
2. The actor browses by alphabetical
3. The actor chooses a product
4. The actor proceeds to purchase the item.
5. The site shows the result of his purchase.
Functional: Users log in, Users can view their details, Users can view their account balance, users can delete their account, users can send gift vouchers, users and visitors can browse the catalogue by genre - price or alphabetical, admin staff may log in to the administration area, admin staff may bpdate any catalogue information, users may apply for a refund.
Non-Functional: Attract new users, uses can view their purchase history, users can edit their details, users can purchase more credit, users and visitors can browse the entire catalogue, users may purchasr and download catalogue items, users and visitors may sign up for a weekly newsletter, admin staff may apply refunds to user accounts, the service should support PC and Mobile devices, the service should be online 24/7 and 365 days a year, the interface should contain groovy web 2.0 elements.
2)
Must Have: Users can login, users can view their details, Admin staff may log in to the admin area, admin staff may update any catalogue information, the service should be online 24/7 365 days a year.
Should Have: Attract new users, users can edit their details, usres and visitors can browse the entire catalogue, users and visitors can browse the catalogue by genre price or alphabetically, admin staff may apply refunds to user accounts, the service should support PC and Mobile devices, the interface should contain groovy web 2.0 elements.
Could Have: Users can view their purchase history, users can purchase more credit, users may purchase and dowload catalogue items, users and visitor may sign up for a weekly newsletter.
Want to Have: users can view their account balance, users can delete their account, users can send gift vouchers, Users may apply for a refund.
3)
Identify key concepts:
-Log in
-View Details
-Account balance
-purchase history
-edit details
-delete account
-purchase more credit
-gift vouchers
-browse catalogue
-browse genre, price or alphabetical
-purchase and dowload items
-weekly newsletter
-admin area
-update catalogue info
-apply refunds
-appling for refunds
- PC and mobile
-online 24/7 365 days
-web 2.0
Initial model:
4)
5)
Use case name: Buying an item online
Actors: Visitor
Start page: Home Page
Use case descritpion:
1. The actor clicks on browse catalogue
2. The actor browses by alphabetical
3. The actor chooses a product
4. The actor proceeds to purchase the item.
5. The site shows the result of his purchase.
Storyboarding 2
Storyboarding 1
Tuesday, February 22, 2011
Blog Task Week 2
Self Study Questions:
1. The Unified Process is a Iteractive process.
2. The Acronym that is sometimes used for refering to the four levels of prority for requirements is MoSCow Meaning Must Have, Should Have, Could Have, Want to Have.
3. The type of diagram that shows the main concepts and relationships in a system is use case diagram.
4.The name that is given to a user in a particular role in a use case diagram is an Actor which takes up many different roles.
5. A Storyboard is a design process which has, in an example of a website, would have one design for a web page on each board. then in the end joining them together to create the site itself.
6.The direction that the time axis usually goes in a sequence diagram is Horizontal.
7.A server page is used for dynamic content rather than static.
8. The site logo on a web page is commonly found on the left hand side in the top corner.
9. Breadcrumbs help a user to see where they were, where they went next and where they are now. and with the breadcrumbs that have links its easy to return to those previous pages.
10. one way to reduce the size of HTML downloads is put the information in a database. it reduces the size and time it takes to download the HTML.
1. The Unified Process is a Iteractive process.
2. The Acronym that is sometimes used for refering to the four levels of prority for requirements is MoSCow Meaning Must Have, Should Have, Could Have, Want to Have.
3. The type of diagram that shows the main concepts and relationships in a system is use case diagram.
4.The name that is given to a user in a particular role in a use case diagram is an Actor which takes up many different roles.
5. A Storyboard is a design process which has, in an example of a website, would have one design for a web page on each board. then in the end joining them together to create the site itself.
6.The direction that the time axis usually goes in a sequence diagram is Horizontal.
7.A server page is used for dynamic content rather than static.
8. The site logo on a web page is commonly found on the left hand side in the top corner.
9. Breadcrumbs help a user to see where they were, where they went next and where they are now. and with the breadcrumbs that have links its easy to return to those previous pages.
10. one way to reduce the size of HTML downloads is put the information in a database. it reduces the size and time it takes to download the HTML.
Sunday, February 20, 2011
Blog Task Week 1
Self Study Questions:
1. Blog is Short For "Web Log"
2. Wiki is a site on the internet that anyone can edit.
3. The format of an IPv4 IP Address is a 32 bit binary number, Formated like 123.123.123.123. The range of numbers is between 0 and 255.
4. Out of org, int, ant and mil the domain that is not in the top level is ant.
5.The type of HTTP request that is normally used to send data to the server is POST.
6. The port number for non-secure HTTP connections is usually port 80.
7.The name that is given to web based resources that are not public but only available behing the org's firewall is the intranet
8. The window based application links in portal sometimes are called Portlets....
9. Wikipedia is a site that is like an encyclopedia that anyone can edit or create entries. (Wikipedia is not always right)
10. n-tier architecture is a large number of pcs "running different parts of the system across multiple teirs." (page 12)
Exercises:
1.1) Looking up some sites with Top level domain names: An example of an org is www.earthwatch.org (Research and info on sustainbly environment.), Example of a edu is www.edna.edu.au (resouces contributed by educators), Example of a mil is www.nic.mil (US defense department's registry service for its military top level domain), and last example of a top level domain for int is www.itu.int (The ITU, headquartered in Geneva, Switzerland).
Now for a few examples that are top level domains not featured on the diagram on page 6: www.plexicomm.biz (IT&T consultancy.), www.countrylink.info (rail and coach network), europe.coop (global mark of cooperative identity), www.ozmobi.mobi (information about anything to do with australia formatted for mobile devices.).
1.2) Finding online web based word processors: Google Docs, Buzzword, WriteToMyBlog.
Playing around with the word processors i'm guessing that most of the layers in the word processing example would be applied to the tiers. The business logic tier might be a difficult one for the online word processors but other than that the rest can work with the programs.
1.4) The blog is actually, as SMH wrote, one of the worlds best blogs. the site is called Techdirt and features many tech blogs. The author of one of top posters makes very detailed post on what is in the tech news and writes it out in detail. The reason it seems so popular is because its not only interesting to read, it can also produce discussion on the opions of the writer.
1. Blog is Short For "Web Log"
2. Wiki is a site on the internet that anyone can edit.
3. The format of an IPv4 IP Address is a 32 bit binary number, Formated like 123.123.123.123. The range of numbers is between 0 and 255.
4. Out of org, int, ant and mil the domain that is not in the top level is ant.
5.The type of HTTP request that is normally used to send data to the server is POST.
6. The port number for non-secure HTTP connections is usually port 80.
7.The name that is given to web based resources that are not public but only available behing the org's firewall is the intranet
8. The window based application links in portal sometimes are called Portlets....
9. Wikipedia is a site that is like an encyclopedia that anyone can edit or create entries. (Wikipedia is not always right)
10. n-tier architecture is a large number of pcs "running different parts of the system across multiple teirs." (page 12)
Exercises:
1.1) Looking up some sites with Top level domain names: An example of an org is www.earthwatch.org (Research and info on sustainbly environment.), Example of a edu is www.edna.edu.au (resouces contributed by educators), Example of a mil is www.nic.mil (US defense department's registry service for its military top level domain), and last example of a top level domain for int is www.itu.int (The ITU, headquartered in Geneva, Switzerland).
Now for a few examples that are top level domains not featured on the diagram on page 6: www.plexicomm.biz (IT&T consultancy.), www.countrylink.info (rail and coach network), europe.coop (global mark of cooperative identity), www.ozmobi.mobi (information about anything to do with australia formatted for mobile devices.).
1.2) Finding online web based word processors: Google Docs, Buzzword, WriteToMyBlog.
Playing around with the word processors i'm guessing that most of the layers in the word processing example would be applied to the tiers. The business logic tier might be a difficult one for the online word processors but other than that the rest can work with the programs.
1.4) The blog is actually, as SMH wrote, one of the worlds best blogs. the site is called Techdirt and features many tech blogs. The author of one of top posters makes very detailed post on what is in the tech news and writes it out in detail. The reason it seems so popular is because its not only interesting to read, it can also produce discussion on the opions of the writer.
Tuesday, February 15, 2011
Madman Shoping Cart Review.
When you come into madman's website you are confronted with a huge java slide show. The reason I knew it was java is because i looked at the source code. To me the image is too big and it doesnt show and information until you scroll down which means theres alot of effort.
Also on the front page, Its a very eye friendly site. It's not as bright for your eyes. There are many different columns as you can see and each have a different lot of information. Like for promotionas, sales, New releases and new in cinema. To me the page is too long. It drags on and on and my suggestion to them will be to spread it out on more than one page.
The links to get off the page and start shopping is a little difficult to understand. You can browse so many different things. To me i think they dont need as many. I guess for people Like myself who use this site can easily just type in the show we want to get.
Theres 3 Different views when wanting to see the product. The one above is a detailed view. This view shows a overall view of the product. Notice the helpful ad's on the side. They show the other aspects of the site.
With the list view every item is shown in text form. I'd say that this is for people who know what they want rather than people who dont.
The Bookshelf view is the last different view of the catalouge. This view i found the most appealing. The page was set out evenly and the information was in a rollover effect. I really found it useful.
This is the Details page. You can see how neatly its set out. You can see the summery and even try before you buy by watching the epsiodes online.
This is the cart. Again neat and tidy. You can see what other people have bought and watch madman recommends for you on your purchase. Enter a coupon is a plus, but i havent seen a coupon code in years.
Here is where you sign up. I'll note the Head image, A Step by step is used here. so of course following the process is easy. you can login as a returing user as well. This page is also secure.
This is as far as i got. this where information is put in. Nicely space again and very friendly
Also on the front page, Its a very eye friendly site. It's not as bright for your eyes. There are many different columns as you can see and each have a different lot of information. Like for promotionas, sales, New releases and new in cinema. To me the page is too long. It drags on and on and my suggestion to them will be to spread it out on more than one page.
The links to get off the page and start shopping is a little difficult to understand. You can browse so many different things. To me i think they dont need as many. I guess for people Like myself who use this site can easily just type in the show we want to get.
Theres 3 Different views when wanting to see the product. The one above is a detailed view. This view shows a overall view of the product. Notice the helpful ad's on the side. They show the other aspects of the site.
With the list view every item is shown in text form. I'd say that this is for people who know what they want rather than people who dont.
The Bookshelf view is the last different view of the catalouge. This view i found the most appealing. The page was set out evenly and the information was in a rollover effect. I really found it useful.
This is the Details page. You can see how neatly its set out. You can see the summery and even try before you buy by watching the epsiodes online.
This is the cart. Again neat and tidy. You can see what other people have bought and watch madman recommends for you on your purchase. Enter a coupon is a plus, but i havent seen a coupon code in years.
Here is where you sign up. I'll note the Head image, A Step by step is used here. so of course following the process is easy. you can login as a returing user as well. This page is also secure.
This is as far as i got. this where information is put in. Nicely space again and very friendly
Subscribe to:
Posts (Atom)