Wednesday, June 3, 2009

Week 13 Assessment and Review

So what have we covered for the semester??

This semester we have investigated multitude of applications and the specific technology they employ, this includes social networking devices and techniques. This has culminated in the construction of a functional website.

The website has 5 separate pages which include:

  • original text and original images that were compiled and shot on film
  • a page which generates an RSS feed
  • an RSS feed subscription to my own MPI104 Blog and the MPI104 course blog
  • working links between all pages
  • a home page
  • an up-counter

Content wise, in order to increase the interestingness of the page for myself and others included material that appeals to me such as links to various external websites, my personal blog, delicious and my flickr account. The regular uploading of text and images to flickr, utilisation of delicious as a transitory bookmarking tool and commenting on peers blogs instilled good work ethics around the need for continual site maintenance. This reiterates the notion of continuous development the of Internet.

Really Simple Syndication commonly abbreviated to RSS is a method of sharing or publishing frequently updated works. The type of sites that are utilising RSS include news, blogs, audio and video. It allows users to be informed of this information update without actually having to visit the site. Updates can be linked to a central site such Google reader or any other frequently used blog. There is no limit to the number of RSS feeds that can be linked. This technology has provided time efficiencies for users.

Counters are, when related to digital logic, a mechanism that stores and displays the number of times that a particular event has occurred. This type of counter is an up-counter (increment counter) which increases in value. The rationale for the use of an increment counter in web design would be to actually log the number of times that a page is viewed. This could then be utilised as part of a marketing strategy or analysis of a web design project during research phase.

File Transfer protocol (FTP) is a method by which files may be shared over a computer network such as the Internet. To make use of FTP the user must have access to a server in order to upload and download files. The main objectives of FTP are:

  • to promote sharing of files (computer programs and/or data).
  • to encourage indirect or implicit use of remote computers
  • to shield a user from variations in file storage systems among different hosts.
  • to transfer data reliably, and efficiently.

Cascading Style Sheet (CSS) is a method of producing and altering web pages quickly and easily. It mainly focuses on those pages written in HTML and XHTML. It allows the user to change the overall layout of a web page without altering the actual content. This is done by keeping the document content and document structure separate.

Templates do not allow the change of any content displayed on the web page. Major changes such as font, font size or colours may only be changed to individual specification through HTML edits. Some aspects of the actual layout are limited when using CSS. An example of this is highly graphical backgrounds where the lack of variables restricts the ability to "change all" or where structure is limited to rectangular shapes.

HTML is a mark up language that is utilised in the construction of Internet sites, via

Overall it has been an extremely informative semester covering various fundamentals which will provide a solid basis to which further multimedia skills can be developed.

Week 12 Revision


Well this week was revision time and iWeb page construction!! Finally everything works on angus' travels !!! Just need to select the photos that i want to use and drop them in!!

Just have to review the semester, few more photos on flickr update delicious and comments on blogs and i am done!!

Tuesday, May 26, 2009

Week 11 Technorati, Ping and other stuff

Ping is discussed in depth on wikipedia. Quite simply, Ping is a program that tests the quality of a network between two computers, via an IP address. It also tests how long the roundtrip takes and how much information is lost during the process.

Technorati, authority?? What does it all mean. Well Technorati is a way that your blog can be noticed or found by using the Technorati search engine. Your page is assessed and read by the search engine, however there is a difference. It reads the entire HTML, not just the first few hundred words. There is however some conflict in the effectivness or legitamcy of a the authority or ranking attached via Technorati. It has been suggested that it failed to take into account the 56 million MySpace pages. It is almost as though Technorati is quite selective or has created and artificial ranking. To increase your ranking and gain authority your blog must incorporate links to other blogs or sites.

Technorati Authority is the number of blogs linking to a website in the last six months. The higher the number, the more Technorati Authority the blog has. (Technorati)

Technorati Rank is calculated based on how far you are from the top. The blog with the hightest Technorati Authority is the #1 ranked blog. The smaller your Technorati Rank, the closer you are to the top. (Technorati)

The best way to increase your Technorati Authority is to write things that are interesting to other bloggers so they'll link to you. Linking to source material when you blog is also a great way to engage in conversation and help others find what you find interesting. (Technorati)

Tuesday, May 19, 2009

Week 10 RSS and Counters

Counters are when related to digital logic a mechanism that stores and displays the number of times that a particular event has occurred. This type of counter is an up-counter (increment counter) which increases in value. The rationale for the use of an increment counter in web design would be to actually log the number of times that a page is viewed. This could then be utilised as part of a marketing strategy or analysis of a web design project during research phase.

Two alternative methods of conducting web based analysis or "a traffic report of web pages or servers" is to use web server logfile analysis or through the use of page tagging . Web server logfiles are a method of storing information with regard to the pages that are visited and build data with regards to the popularity of website. Page tagging, uses JavaScript on each page to notify a third-party server when a page is rendered by a web browser. These two methods both have advantages and disadvantages.

The Wikipedia RSS definition is listed through this link. Really Simple Syndication or RSS for short is a method of sharing or publishing frequently updated works. The type of sites that are utilising RSS are news, blogs, audio and video. It allows users to be informed of this information update without actually having to visit the site. Updates can be linked to a central site such as a blog that the blogger uses frequently. There is no limit to the number of RSS feeds that can be linked. This technology has provide time efficenies for users.

Google reader is a web based RSS feed reader. It works by accessing the URL of a particular site and the RSS reader checks the user's subscribed feeds regularly for new work, downloads any updates that it finds, and provides a user interface to monitor and read the feeds all within Google reader.

Sunday, May 17, 2009

Week 9 Experimentation

This is a simple test to see if i can upload photos with music to blogger.



Here is a link for all those that have not downloaded the Adobe CS3 Photoshop short cuts




Tuesday, May 12, 2009

Week 9 FTP and Athene


Wikipedia define FTP as File Transfer protocol, which is a method by which files may be shared over a computer network, such as the internet. To make use of FTP the user must have access to a server to be able upload and download files on that server.

A rudimentary interpretation of this is that FTP is a pipeline through which files may be uploaded and downloaded from a server. It does however require FTP soft ware such as Fetch or WSFTP .


Throw this one in for all those that are struggling, new use for computer!!!


The main objectives of FTP are,
  • To promote sharing of files (computer programs and/or data).

  • To encourage indirect or implicit use of remote computers

  • To shield a user from variations in file storage systems among different hosts.

  • To transfer data reliably, and efficiently.

Without an FTP it is impossible to make content from a local (own) computer freely available to a remote (in this case the CSU server).


There are several modes of operation for the FTP,

  • Active mode~the FTP client opens a dynamic port and sends the server information via the FTP.

  • Passive mode~ the FTP server opens a dynamic port and sends the FTP client the server's IP address to connect to, then information is exchanged via the FTP

  • Extended passive mode~the FTP server operates exactly the same as passive mode, however it only transmits the port number (rather than the IP address) and the client is to assume that it connects to the same IP address that was originally connected to.

There appeared to be one limitation with regards to FTP and using a simple text editor or program such as Microsoft Word in that, picture files were not so simple to upload by simply including in the text and saving as a htm or html format.


Using a standard FTP can leave the client open to data interception by any other person using the same network. Hence the need to use a secure connection to prevent the interception using Secure File Transfer Protocol SFTP .


Now thats all the mundane work done!! Now for the interestingness... It is great to be a stage that we are actually going to be able to build an interesting web page and it will do something. If only to use a template provided by iWeb program. It is a step forward from blogging. But it all seems to be coming together.

Tuesday, May 5, 2009

Week 8 Assessment and Other Stuff

During the week had our first assesment for MPI104, quite daunting at first probably due to the unknown nature of the subject. Think i did reasonably well, only time will tell.

Here is a link to the World Press Photo of the Year !! Well worth a look for some inspiration.

Also have taken the time to clean up my own digital images and found stuff i thought i had lost, this one is the Huka Falls in Taupo NZ, just a little bit of water flowing there!!