In
the HTML page, the elements – and, in conjunction, the tags and attributes –
all produce “permanent” effects that can only be changed by the creator in the
HTML page, i.e. tags <b>…</b> bolds text and <body bg color = “green”>
makes the background color perpetually green. Are these “static” elements the only
kinds, though? Can there be elements coded to change on their own initiative or
allow users to make changes themselves, such as writing and submitting
comments?
Thursday, October 24, 2013
Week 9 Readings
Articles
CSS Tutorial. (n.d.). w3schools.com.
Retrieved from http://www.w3schools.com/css/
CSS Tutorial: Starting with HTML + CSS. (n.d.) W3C. Retrieved from http://www.w3.org/Style/Examples/011/firstcss
By emphasizing the organic metaphors, Lie and Bos almost imply that CCS documents are almost alive. They have “organs” which determine whether they live fully or not or how well they accomplish basic functions. They have elements that can be passed on to others “genetically.” This is an interesting method for them to use. They could be doing it accidently, for poetic reasons, to make their concepts more relatable, or to make a point on its complexity.
Thursday, October 17, 2013
October 15's Muddiest Point
Different
groups of people manage the Internet, such as the Internet Society (ISOC) and
the Regional Internet Registries. Who do they answer to? Who or what determines
the standards and policies they go by in overseeing the Internet? Or are they
their own organizations, creating their own guidelines?
Week 8 Readings
Articles
“HTML Tutorial.” (n.d.). W3Schools.
Retrieved from http://www.w3schools.com/HTML/
Overall,
the document “HTML Tutorial” (n.d.) provided straightforward information on
using HTML. A lot of it was new and unfamiliar. For example, under the chapter
“HTML Editors,” the tutorial recommends different HTML editors for editing HTML
– even going so far as to suggest that utilizing a basic text editor would help
new users learn about HTML (“HTML Tutorial,” n.d., under “HTML Editors”). I did
not know that such editors existed or that anyone would need it. In retrospect,
though, it would make writing HTML more quick and efficient. I do wonder if
their claim would work, however. It would depend on the user; some people can
learn more easily with firsthand experience while others might need a more
human guide in learning HTML.
There
were some parts, though, I want to know more details about. In the
introduction, the document states that HTML tags and HTML elements usually
describe the same things, “but strictly speaking, an HTML element is everything
between the start tag and the end tag, including the tags” (“HTML Tutorial,”
n.d., under “Introduction”). Usually with the phrase “but strictly speaking,” a
person means an opposite idea; in this case, it implies that although the tags
and elements are used in the same way, they aren’t the same nor act in the same
way. What’s confusing me is what the difference is. The description above for
HTML tags describe the exact same thing (ibid.). So is there a difference?
Should there be a difference? Additionally, I understand the basic idea for why
the tutorial recommends using lower case attributes/attribute values since they
are case-sensitive (ibid., under “HTML Attributes”) but I feel like there is
more to it than that. If I understood the logistics better, I probably would
know why lower case is used instead of upper case – such knowledge would
hopefully clear things up a little. But why one over the other? If both can
theoretically work, then maybe including both can expand the list of attributes
to encompass new kinds or maybe help organize the ones in existence.
“HTML Cheatsheet Guide.” (2008). Webmonkey.com. Retrieved from http://www.wired.com/images/multimedia/webmonkeycheatsheet_full.pdf
The guide “HTML Cheatsheet Guide”
(2008) seems like it would be suitable for a quick reference. It provides tags
and their descriptions for a lot of the most basic HTML a person might have to
do, such as creating a HTML document with <html></html> (“HTML Cheatsheet
Guide, 2008, under “Basic Tags”) or forming new paragraphs with
<p></p> (ibid., under “Formatting). I’ve never had to use HTML like
this before, so I cannot say for sure if the guide covers all of the basic tags
or elements a user would necessarily need. From what I can interpret, though,
it accomplishes its goals.
If I ever had to create a HTML
document by using HTML tags, I would like to experiment with the tags offered.
I would need to get the basics down first, but the later sections – “Forms,”
Graphical Elements,” and “Links” – would prove a good basic challenge. What
would be the most interesting to try is the tags for creating Submit buttons
(“HTML Cheatsheet Guide, 2008, under “Forms”) and adding images and their
descriptions (ibid., under “Graphical Elements). The former seems a little more
complicated than the other more straight-forward tags provided and the later
would be fun to learn, especially since it would be helpful in the future to
have an option in adding pictures to a document.
Pratter, F. E. (2011). “Introduction to HTML,” Chapter 2 of Web Development with SAS by Example. Retrieved
from http://books.google.com/books?id=GQxv8xaIPFYC&printsec=frontcover&dq=inauthor:%22Frederick+E.+Pratter%22&hl=en&sa=X&ei=Mr9eUtnXEdSp4APItICACQ&ved=0CDoQ6AEwAg#v=onepage&q&f=false
Reading this chapter helped answer
some of my questions that I posed in the “HTML Tutorial.” For example,
concerning lower vs upper case, F. E. Pratter (2011) notes that HTML 4.0 tags
aren’t case sensitive but standard requires lower case (20). While this does
not answer why lower case is preferred, it does elaborate on the background for
my questions. However, it disagrees somewhat with the other readings.
Apparently professional Web developers prefer to write HTML from its roots by
employing text editors such as Notepad or KEDIT (Pratter, 2011, 16) – this
questions somewhat the recommendation of “HTML Tutorial” that a basic editor
would help beginners learn HTML (“HTML Tutorial,” n.d., under “HTML Editors”).
Based on the context, they might be both wrong and right; some text editors
would be basic enough for a novice to use and learn from, while there are more
advanced versions for the professionals. It seems kind of strange that Pratter
does not acknowledge the types of editors available based on expertise, or
categorize them by some sort of evaluation. In this regard, the “HTML Tutorial”
at least implies a difference even though it does not state it explicitly. This
might have to do with the type of audiences they each target; both introduce
users to HTML, but whereas the “HTML Tutorial” seems more like shorthand notes
– noting differences and steps – the other is focused on explanations.
The article overall provides a good
analysis of web guides. In particular, D. Goans and his fellow writers’ (2006)
look at what content is in a CMS was interesting. They note that “content” consists
of a broad spectrum of forms depending on the organization, usually including
resource links, webpages, image files, PDFs, PowerPoint presentations, and Word
documents (Goans, Leach, and Vogel, 2006, 31-2). As such, there is no standard
to what “content” is. It can include a wide variety of types of information as
long as it is part of the CMS. Additionally, the content itself “is
disconnected from the layout and design elements of the page” (ibid., 31). It
makes sense; the content is the information itself and permanent while the layout
and design elements can change. However, this can’t be entirely true. While the
two can be separate, the content and layout and design elements do depend on
each other to transfer knowledge. Layout and design elements also determine the
appearance of the content, influencing how a user interprets the information,
so the two are interconnected.
Reading the article also offers a
inside look into the development and consideration of web guides, which was
informative. For example, the explanation of how they decided on the solutions
to their problem – whether through commercial software such as Dreamweaver (Goans,
Leach, and Vogel, 2006, 33), open source web site systems or “Frankensteining”
products together (ibid., 34), or introducing an in-house web development
project (ibid., 34) – supplied not only information on what options are out
there for institutions in similar situations, but also gives an idea of how
library management works, evaluating and determining options as a group.Thursday, October 10, 2013
Sorry about the multiple postings. My internet connection is a little off today, so when I was making my posts, I wasn't sure if my Muddiest Point came through. So my answer to the problem? Push update repeatedly, until I got the oh-so-bright idea to actually check my blog to see if anything came through. Did that - ergo the multiple postings. I tried to fix it up, but I wasn't able to erase any posts except their content. So ignore these extra posts, just focus on the Week 7 readings and the true Muddiest Point.
October 7's Muddiest Point
I still don't understand the difference between IPv4 and IPv6. Is it only the amount of bits each has, or something more? Why is IPv4 more popular than IPv6?
Week 7 Readings
Articles
Tyson,
J. (n.d.). “How Internet Infrastructure Works.” Retrieved October 8, 2013, from
http://computer.howstuffworks.com/internet/basics/internet-infrastructure.htm
Pace,
A.K. (2004, February 1). “Dismantling Integrated Library Systems.” Library Journal, 129(2), 34-36.
Retrieved from http://lj.libraryjournal.com/2004/02/ljarchives/dismantling-integrated-library-systems/
Brin,
S. and Larry P. (n.d.). “Sergey Brin and Larry Page: Inside the Google
Machine.” TED Talks video, 20:36.
Accessed October 8, 2013. http://www.tv.com/web/ted-talks/watch/sergey-brin-and-larry-page-inside-the-google-machine-1545457/
S.
Brin (n.d.) introduces the episode with a look at how Google affects the world.
His methods in presenting it was impactful. Showing the world and the travel of
queries real-time (Brin and Page, n.d., 0:40-3:58) makes their job physical,
something that can be seen and rather than imagined. Thus there is almost an
illusion that their job has a physical presence in the world and that they
manipulate and produce physical things rather than digital. Additionally, the
use of lights and colors to represent the flow of queries plays off of human
psychology. In Western thought at least, light – particularly white –
represents goodness, purity, and truth. When combined with images of parts of
the world black or empty of light, it reinforces assumptions that Google is
providing information that act as beacons in a world dark with ignorance.
L.
Page (n.d.) continues the episode by summarizing the small projects Google has
invested in for developing web tools and how staff work within the company. In
particular, one note he says caught my attention. He acknowledges that a person
has to be smart in how they search via the search engine, and that the ideal
search engine would have artificial intelligence (Brin and Page, n.d.,
16:35-17:02). He, however, doesn’t elaborate on what kind of “smart” is
necessary. In fact, I think it would take more than intelligence to become
successful in searching the web. Anyone who has never spent much time searching
for anything would have trouble no matter how intelligent they are.
Additionally, since everyone uses the Internet, there are different standards
and methods of organizing information and various terminology that varies with
each field. Being smart helps figure out the patterns and routes to take, but
other factors – experience and good judgment skills, for example – should also
be taken into consideration.
Thursday, October 3, 2013
October 7's Muddiest Point
The Dublin Core has two types – Simple and “Qualified”
(nowadays “Refinement”). Why was “Qualified” changed to “Refinement” Dublin
Core? Does the “Qualified” type provide any more features besides extensibility?
Week 6 Readings
Articles
“Local
area network.” (2013, September 30). Retrieved September 30, 2013, from
Wikipedia: http://en.wikipedia.org/wiki/Local_Area_Network
Some
problems posed, though, seem more a common-sense issue than actual barriers.
For example, Coyle notes that less sturdy items may not have enough space for
the two-inch square tag and may require a different checkout system altogether
(ibid., under “Some Problems Remain,” para. 2) and that oddly shaped and
metal-accessorized items produce similar problems (ibid., para. 3). I’m sure
that if I had more knowledge on this issue, I would not be arguing what I’m
about to suggest. However, based on the available knowledge, I think the
problems could be bypassed. If the issue is the structure of the items in
question, why not change it? Maybe store the items in plastic slips or small
“boxes” which provide space for the tags. While this might add more costs, it
could prevent future problems once installed and be less expensive than
maintaining two systems. Otherwise, this could just be a contemporary problem.
The technology itself is advancing; in a few years, there could be smaller, lighter,
more-efficient tags that can be used on the items or ways to combine different
RFIDs so that they all operate on the same system. It all depends on whether
libraries can wait for it to appear or if the problem is immediate.
Subscribe to:
Posts (Atom)