Travelling...
In case anyone is reading this I currently am tracking my travel progress at my travel blog: http://joelzimmer.blogspot.com/.
A recent graduating coming to terms with the real world, specifically traveling in Israel, Germany, France, Italy, and Greece, then starting a new job in New York.
In case anyone is reading this I currently am tracking my travel progress at my travel blog: http://joelzimmer.blogspot.com/.
Posted by
Joel Z
@
12:18 PM
0
comments
Labels: travel
Hopefully this doesn't come as a surprise to too many of you, but I'm from Winnipeg. Shocking I know. While we are home to a few things (woo being the coldest city in the world with a population over 600,000!) and the close-to-host of major television drama Falcon Beach (now canceled), the one thing we are most famous for would be the Winnipeg Jets.
For those of you that don't know, the Winnipeg Jets were not only a NHL team, but they were our NHL team. Granted, they were pretty awful (ok, really awful), they still provided entertainment, and more importantly, let me see the real greats of the times (Gretzsky, Bure, etc) at my home rink. It was pretty awesome. It's still a dream of many Winnipeggers, even now, to have the Jets back. That being said. It's really just a dream.
Then this morning we got this bombshell:
Tory Leader Hugh McFadyen issued the flashiest election promise of the campaign Monday, pledging the Winnipeg Jets will be back on home ice by 2011. (Winnipeg Free Press)I'd like to thank the Conservative party for going right back to their elementary school politics. This seriously reminds me of the days when the School President would promise something ridiculous, like Coke in the drinking fountains or better food in the cafeteria). While the promise of bringing the Jets home is slightly more realistic (the article does bring up ways to finance the team, but the fact is it that it still costs money, and will cost people money, which is something people don't like giving up), it still stands on the same ground. Why are they appealing to hockey-crazy kids rather than making promises they can keep that would benefit us? Why aren't they improving roads, or making Winnipeg a better place to live?
Posted by
Joel Z
@
3:04 PM
0
comments
Well, I could say thanks to each of you individually, and while I will to some of you, I will say a huge thank you to all of those who wished me a happy birthday, even if you were a bit early, or late (i.e. you still haven't wished me happy birthday and have). I had a grand day of figuring out what clothes didn't fit me anymore and dutifully putting them in my basement until the clothes fairy replaces them or something like that. You all rule.
I saw Spiderman 3! Now, I was a bit disappointed for the second one, mainly because I felt that I spent 2 and a half hours waiting for him to say "I Love You" and that kind of made me want to stab myself in the mouth, but I mended my thoughts and gave it ago, and I'd have to say, well done.
The animation was incredibly well done, from Spidey flying through the air actually looking more like a person rather than a fluid, and Sandman was incredible, I can't imagine how much work went into a particle system like that. There's one more thing, Venom was incredible, they kept him completely under wraps throughout the entire development process and, wow, did he look great. The movie had some hilarious moments, mainly emo-Peter Parker, but also in Bruce Campbell's cameo and pretty much every conversation that involved the butler. I recommend it! But you probably want to wait for the lines to not be so busy.
Oh I also saw previews for Shrek 3 and Pirates of the Caribbean 3! This certainly will be a summer of awesome movies that I will eventually have to rent.
Anyway, thanks again for the birthday wishes. You all rule.
Posted by
Joel Z
@
7:40 PM
0
comments
Labels: movies
Holy Moses Batman! I just got my Israel itinerary, and it looks mind blowingly awesome. From tree planting to Shabbat at the Kotel (celebrating the holiest day of the week at the holiest site in Judaism) on the FIRST DAY to walking through water tunnels, excavating at archaeological digs, climbing mountains, rafting in rivers, riding camels, and sleeping in Bedouin tents, this will not be a trip I will EVER forget.
Be sure to stay tuned for pictures when I leave next week.
Posted by
Joel Z
@
10:52 PM
0
comments
Labels: travel
This is the last of 4 essays I had to write for one of my final classes in University. Enjoy.
Web applications allow organizations to deliver content to their users through a Website accessed on an Internet browser, like Mozilla Firefox or Microsoft Internet Explorer. Usually this content is stored in a database which resides on a remote server; it is accessed through queries, which can usually be customized or entered by the user through Web forms on various Web pages.[i]
Asynchronous Javascript and XML (AJAX) is a name for a set of technologies that allow Web applications to improve their responsiveness and create a better user experience, similar to that of a desktop application.[ii]
A subset of these technologies has been standardized by the World Wide Web Consortium (W3C). The reasonable adoption of these standards by major Internet browsers starting in 2000 has allowed semantically correct Web pages to be presented accurately across all supported platforms.[iv]
The DOM acts as an API that allows for programmatic access of the elements of a Web page.[v] As with APIs in general, this provides the ability for a number of different languages to access the contents of the entire page and manipulate them accordingly by adjusting their position and properties.[vi] The DOM is used by
W3C’s eXtensible Markup Language (XML) allows the developer to create documents containing structured information. It allows for the creation of custom elements to identify structures within a document.[vii] XML is the best technology to handle communication through requests as it provides the most structure; alternatives such as plain text and Javascript’s Object model are possible as well.[viii]
Extensible Hypertext Markup Language (XHTML) and Cascading Style Sheets (CSS) are standards set out that respectively dictate both structural and presentation languages.[ix]
The use of XHTML and CSS reduces development time through validation, which can significantly reduce the time taken to ensure the compatibility of Web pages across browsers.[x] The separation of content from presentation also allows for the simple replacement of either element in the page without disrupting the state of the application. Other benefits that result from the use of these standards include accessibility and internationalization.[xi] Combined with the DOM, using standards enables pages to be dynamically generated and easily changed.
The XMLHttpRequest serves as a connection to the remote server hosting the data to be requested. It allows for data to be encapsulated, which prevents business specific mechanisms of the Web Application from being accessed by the public. The key element in improving user experience comes from the fact that requests can be sent to and received from the remote server without disturbing the user’s experience.[xii] This means that while a user is typing information into a form, a database can be queried and information can be suggested, much like the Google Suggest feature offered by Google.
Javascript is a dynamic object-oriented general-purpose programming language that is bundled with nearly every Internet browser available.[xiii] It allows logic to be added to the page to give feedback to users.[xiv]
Javascript is used to instantiate the XMLHttpRequest object, which uses XML – or another text format – to send messages to the server. These are messages are then in turn interpreted through other methods, which can manipulate the DOM by using the design set out using the standards with XHTML and CSS[xv]
Traditionally, Web applications respond to requests mapped to user actions within the interface. This implies that submitting information in a form results in the server processing and returning a Web page to the client browser; while the server is processing, the user must wait. Each task completed by a user requires waiting, which makes for a negative experience.[xvi]
Unlike traditional Web applications, user actions are encapsulated in Javascript calls to the
The use of this technology is exemplified in Flickr. Managing information about a picture, such as changing the name or description can be done inline, where as retrieved sets of pictures takes slightly longer as it requires more data.
Since
The Websites of the Internet have undergone a fairly major change recently, so much so that they have been relabelled as Web 2.0. Web 2.0 is a concept used to describe Websites that have succeeded after the dot-com bubble burst; it focuses on user-driven content and using the Web as a platform.[xix]
Websites that have been labelled as Web 2.0 include Digg (http://digg.com/) and Flickr (http://flickr.com) and make extensive use of AJAX to improve the experience, bringing an end-to-end experience to their users by offering unique interactions, such as increasing the number of votes (“diggs”) for a particular Website within the page or editing the name or description of a picture inline. The use of
By granting its users the best experience possible, the purpose of Web 2.0 sites – user-driven content and social networks – is much easier to achieve as it can be more popular. [xxi] Socially, this enables developers to create Web applications that a user can interact with to improve the experience of other users online.
The ability to request and write information without interrupting user interaction enables AJAX-based applications to move from additive to collaborative. Google Docs & Spreadsheets allows a document to be accessed and edited online by multiple users at the same time.
This not only enables a number of people to create and maintain documents effectively over large distances. It also provides an accessible, mobile means to store information. This enables productivity to increase and grants the ability for people who may have not been able to communicate to collaborate and create useful content.
By replacing the traditional model of Web applications with asynchronous communication, Web applications that employ
Traditionally, page views were traditionally used as a metric to gauge the popularity and success of a particular Web page. As AJAX-based pages such as Google and Yahoo Maps are becoming popular, measuring page visits becomes much more of a challenge.[xxii] As a result of this challenge, new, more creative ways of creating a basis for ranking the popularity of Websites must be created.
There have been attempts to measure the popularity of a Webpage; however these sites rely on the participation of users and can be swayed through manipulating algorithm (e.g. Digg). Other Websites, such as Alexa which measures Web usage information – what is being seen online and from which site – which can also be effective.[xxiii]
The highest risk that
Both of these issues are a large matter of trust from both the user to the organization, and the organization to the user. The user assumes that the organization will respect the privacy to a reasonable degree as set out in their terms of service, while organizations expect that the interactions with the Website and content are legally owned by the user.
Organizations that provide
· what user information is tracked;
· how data is stored, the security, and intended use;
· and how data breaches and losses will be dealt with;
Additionally, some mechanism by which users can observe the information an organization has stored about them would aide the user in understanding how the organization tracks their use of the application.
[i] “Definitions” (http://www.state.tn.us/guidelines/d.html ). Accessed March 27, 2007.
[ii] Garrett, Jesse James. “
[iii] Garrett, ibid.
[iv] “
[v] Holzschlag, ibid.
[vi] “About the W3C Document Object Model” MSDN Library. (http://msdn.microsoft.com/workshop/author/dom/domoverview.asp) 2007. Accessed March 27, 2007.
[vii] Walsh,
[viii] Garrett, ibid.
[ix] “Mission”, ibid.
[x] Veen, Jeffery. “The Business Value of Web Standards” Adaptive Path. (http://www.adaptivepath.com/publications/essays/archives/000266.php). September 18, 2003. Accessed March 27, 2007.
[xi] Holzschlag, Molly E. and Kaiser, Shirley E. “Frequently Asked Questions (FAQ) – The Web Standards Project” The Web Standards Project. (http://www.Webstandards.org/learn/faq/). February 27, 2002. Accessed March 27, 2007.
[xii] McLellan, Drew. “Very Dynamic Web Interfaces” O’Reilly. (http://www.xml.com/pub/a/2005/02/09/xml-http-request.html) February 9, 2005. Accessed March 27, 2007.
[xiii] Crockford, Douglas. “Javascript: The World’s Most Misunderstood Programming Language” (http://www.crockford.com/javascript/javascript.html) 2001. Accessed March 27, 2007.
[xiv] McLellan, Drew. ibid.
[xv] McLellan, Drew. ibid.
[xvi] Garrett, ibid.
[xvii] Garrett, ibid.
[xviii] Garrett, ibid.
[xix] O’Reilly, Tim. “What is Web 2.0” http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-Web-20.html. [ September 30, 2005 ]. Accessed January 8, 2007.
[xx] Boutelle, Jonathon. “
[xxi] Boutelle, Jonathon. ibid.
[xxii] Daboll, Peter. “Time for a new hit” Yodel Anecdotal. (http://yodel.yahoo.com/2006/12/19/time-for-a-new-hit/) December 19, 2006. Accessed March 28, 2007.
[xxiii] “Alexa Company Info” (http://www.alexa.com/site/company/technology) 2007. Accessed March 28, 2007.
[xxiv] Castledine, Earle. “Using the XMLHttpRequest Object and
Posted by
Joel Z
@
5:43 PM
1 comments
Labels: cs492