<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sweeney1988's Weblog</title>
	<atom:link href="http://sweeney1988.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sweeney1988.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 11 Dec 2009 16:05:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sweeney1988.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sweeney1988's Weblog</title>
		<link>http://sweeney1988.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sweeney1988.wordpress.com/osd.xml" title="Sweeney1988&#039;s Weblog" />
	<atom:link rel='hub' href='http://sweeney1988.wordpress.com/?pushpress=hub'/>
		<item>
		<title>learning log 11/12</title>
		<link>http://sweeney1988.wordpress.com/2009/12/11/learning-log-1112/</link>
		<comments>http://sweeney1988.wordpress.com/2009/12/11/learning-log-1112/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 16:05:40 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=133</guid>
		<description><![CDATA[Lecture 11 &#8211; lecture summary: Un/Supervised Learning: From a theoretical point of view, supervised and unsupervised learning differ only in the causal structure of the model. In supervised learning, the model defines the effect one set of observations, called inputs, has on another set of observations, called outputs. In other words, the inputs are assumed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=133&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;">Lecture 11 &#8211; lecture summary: </span></p>
<p><span style="text-decoration:underline;">Un/Supervised Learning:</span> From a theoretical point of view, supervised and unsupervised learning differ only in the causal structure of the model. In supervised learning, the model defines the effect one set of observations, called inputs, has on another set of observations, called outputs. In other words, the inputs are assumed to be at the beginning and outputs at the end of the causal chain. The models can include mediating variables between the inputs and outputs.</p>
<p>In unsupervised learning, all the observations are assumed to be caused by latent variables, that is, the observations are assumed to be at the end of the causal chain. In practice, models for supervised learning often leave the probability for inputs undefined. This model is not needed as long as the inputs are available, but if some of the input values are missing, it is not possible to infer anything about the outputs. If the inputs are also modelled, then missing inputs cause no problem since they can be considered latent variables as in unsupervised learning.</p>
<p><span style="text-decoration:underline;">Clustering: </span>Cluster analysis is, essentially, the process of taking data and grouping it according to similarities. It might also be called pattern recognition. In the area of supervised classification, we start with pre-determined categories and then label the data accordingly. Cluster analysis is different in that we allow the process itself to identify reasonable categories.</p>
<p><span style="text-decoration:underline;">Partitional clustering : </span>K-means is one of the simplest unsupervised learning algorithms that solve the well known clustering problem. The procedure follows a simple and easy way to classify a given data set through a certain number of clusters (assume k clusters) fixed a priori. The main idea is to define k centroids, one for each cluster. These centroids should be placed in a cunning way because of different location causes different result. So, the better choice is to place them as much as possible far away from each other.</p>
<p><span style="text-decoration:underline;">Hierarchical clustering</span>: In hierarchical clustering the data are not partitioned into a particular cluster in a single step. Instead, a series of partitions takes place, which may run from a single cluster containing all objects to n clusters each containing a single object.  Hierarchical Clustering is subdivided into agglomerative methods, which proceed by series of fusions of the n objects into groups, and divisive methods, which separate n objects successively into finer groupings.</p>
<p><span style="text-decoration:underline;">Measurement of clustering:</span></p>
<ul>
<li><strong>Single link:</strong> in this method the distance between two clusters is determined by the distance of the two closest objects (nearest neighbours) in the different clusters. This rule will, in a sense, string objects together to form clusters, and the resulting clusters tend to represent long &#8220;chains.&#8221;</li>
<li><strong>Complete link:</strong> In this method, the distances between clusters are determined by the greatest distance between any two objects in the different clusters (i.e., by the &#8220;furthest neighbours&#8221;). This method usually performs quite well in cases when the objects actually form naturally distinct &#8220;clumps.&#8221; If the clusters tend to be somehow elongated or of a &#8220;chain&#8221; type nature, then this method is inappropriate.</li>
<li><strong>Average link:</strong> This method is identical to the unweighted pair-group average method, except that in the computations, the size of the respective clusters (i.e., the number of objects contained in them) is used as a weight. Thus, this method (rather than the previous method) should be used when the cluster sizes are suspected to be greatly uneven.</li>
<li><strong>Centroids:</strong> The centroid of a cluster is the average point in the multidimensional space defined by the dimensions. In a sense, it is the centre of gravity for the respective cluster. In this method, the distance between two clusters is determined as the difference between centroids.</li>
</ul>
<p><span style="text-decoration:underline;">Week 12 = Revision week.</span></p>
<p><span style="text-decoration:underline;">Tutorial – Personalized Medicine: </span>Management of a patient&#8217;s medical condition on the basis of the use of diagnostic tools employing molecular analysis of the patient&#8217;s genome to achieve the optimal medical outcomes for that individual. Personalized medicine is an extension of traditional approaches to understanding and treating illness. Since the beginning of the study of medicine, physicians have employed evidence found through observation to make a diagnosis or to prescribe treatment. In the past, this was presumably tailored to each individual, but personalized medicine makes treatment more specific.</p>
<p><span style="text-decoration:underline;">Bioinformatics:</span> The use of computers in solving information problems in the life sciences. It mainly involves the creation of extensive electronic databases on genomes, protein sequences etc. Also involves techniques such as three-dimensional modelling of biomolecules and biological systems. The primary goal of bioinformatics is to increase our understanding of biological processes. What sets it apart from other approaches, however, is its focus on developing and applying computationally intensive techniques (e.g. pattern recognition, data mining, machine) to achieve this goal.</p>
<p><strong><span style="text-decoration:underline;">Reference: </span></strong></p>
<p><span style="text-decoration:underline;">[1]: </span><a href="http://www.cis.hut.fi/harri/thesis/valpola_thesis/node34.html">http://www.cis.hut.fi/harri/thesis/valpola_thesis/node34.html</a></p>
<p>[2]: <a href="http://csurs1.csr.uky.edu/~pthacker/cluster.html">http://csurs1.csr.uky.edu/~pthacker/cluster.html</a></p>
<p>[3]: <a href="http://www.resample.com/xlminer/help/HClst/HClst_intro.htm">http://www.resample.com/xlminer/help/HClst/HClst_intro.htm</a></p>
<p>[4]: <a href="http://home.dei.polimi.it/matteucc/Clustering/tutorial_html/kmeans.html">http://home.dei.polimi.it/matteucc/Clustering/tutorial_html/kmeans.html</a></p>
<p>[5]: <a href="http://www.personalizedmedicine.com/">http://www.personalizedmedicine.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=133&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2009/12/11/learning-log-1112/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning Log &#8211; Health Informatics Week 7/8</title>
		<link>http://sweeney1988.wordpress.com/2009/11/13/learning-log-health-informatics-week-78/</link>
		<comments>http://sweeney1988.wordpress.com/2009/11/13/learning-log-health-informatics-week-78/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 17:54:25 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Health Informatics Blogs]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/2009/11/13/learning-log-health-informatics-week-78/</guid>
		<description><![CDATA[LECTURE: The lecture in week seven stated with communication and networks in healthcare, we where presented with the following peoples network: There are many communication methods such as face to face letter or telephone, as well as new and innovating ways to communicate in healthcare such as video conferencing EDI and some structured LANS and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=131&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>LECTURE: The lecture in week seven stated with communication and networks in healthcare, we where presented with the following peoples network:</p>
<p style="text-align:center;"><img class="aligncenter" title="2" src="http://sweeney1988.files.wordpress.com/2009/11/2.jpg?w=338&#038;h=158" alt="2" width="338" height="158" /></p>
<p>There are many communication methods such as face to face letter or telephone, as well as new and innovating ways to communicate in healthcare such as video conferencing EDI and some structured LANS and WANS. These methods are all very possible but can be prohibited by certain problems for instance costs vs. benefits and timely set-up cost or smaller problems like ‘will the user actually be able to run and operate certain computerized features of communication. Certain requirements must be maintained to have communication software and hardware in place, addressing and software routing as well as maintenance and terminal connections and security must be implemented correctly. In the lecture we also went through the different tiers of system architecture, Presentation tier (GUI), application tier, data/database tier. These tiers as wells as authentication and security we some of the details that followed in creating communications and networks in health care so that information can be encrypted and verified while remaining private and maintaining confidentiality. We also looked into the International Organization for Standardization (ISO) whom began to develop its OSI framework architecture. “It is an abstract description for layered communications and computer <a title="Network protocol" href="http://en.wikipedia.org/wiki/Network_protocol">network protocol</a> design. In its most basic form, it divides network architecture into seven layers which, from top to bottom, are the Application, Presentation, Session, Transport, Network, Data-Link, and Physical Layers. A layer that provides error-free communications across a network provides the path needed by applications above it, while it calls the next lower layer to send and receive packets that make up the contents of the path”. [Ref 1: http://en.wikipedia.org/wiki/OSI_model]</p>
<p style="text-align:center;"><img class="aligncenter" title="Untitled" src="http://sweeney1988.files.wordpress.com/2009/11/untitled1.jpg?w=373&#038;h=291" alt="Untitled" width="373" height="291" /></p>
<p>In week 8 we studies telemedicine, telecare and patient monitoring systems.</p>
<ul>
<li>Telemedicine is thought of as long-distance clinical health care, including practitioner-to-patient meetings (formally referred to as telemedicine encounters), practitioner-to-practitioner discussions (formally referred to as telemedicine consults) and exchange of clinical information via technology. [www.sewtn.com]</li>
<li>Telecare is the term given to offering remote care of elderly and vulnerable people, providing the care and reassurance needed to allow them to remain living in their own homes [www.Wikipedia.com/telecare]</li>
<li>Patient monitoring is the continuous observation of patients life support of physiological function for the purpose of guiding management decisions, including when to make  therapeutic interventions, and assessment of those  interventions” [Hudson, 1985, p. 630].</li>
</ul>
<p>Tutorial:</p>
<p>Biometrics are automated methods of recognizing a person based on acquired physiological or behavioural characteristics.  Biometric technologies are up-and-coming in the health care setting, from access control for doctors to patient identification. Healthcare professionals have stated the significance in using fingerprint recognition as a way of authenticating an persons access to the information systems but must be aware of cleaning regimens of contact devices to minimize the potential for bacterial infections to spread.</p>
<p>What is DICOM &#8211; Digital Imaging and Communications in Medicine.</p>
<p>DICOM differs from other data formats in that it groups information into data sets. That means that a file of a chest X-Ray image, for example, actually contains the patient ID within the file, so that the image can never be separated from this information by mistake.</p>
<p>l       Under MATLAB image processing toolbox:</p>
<ul>
<li>dicomread(filename);</li>
<li>dicominfo(filename); get metadata from DICOM file</li>
<li>dicomwrite(X, filename); write the image X to a DICOM file</li>
<li>dicomanon – remove confidential medical information</li>
<li>dicomdict – set dicom directory</li>
<li>dicomlookup – look up attribute into the dicom directory</li>
<li>dicomuid – cerate a UID</li>
<li style="text-align:center;"><img title="3" src="http://sweeney1988.files.wordpress.com/2009/11/3.jpg?w=175&#038;h=172" alt="3" width="175" height="172" /></li>
</ul>
<p>Using the three-tier architecture we create a basic healthcare webpage to display the information stored in the database that we created in Week6 practical.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=131&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2009/11/13/learning-log-health-informatics-week-78/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2009/11/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2009/11/untitled1.jpg" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2009/11/3.jpg" medium="image">
			<media:title type="html">3</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning Log &#8211;  Health Informatics Week 5/6</title>
		<link>http://sweeney1988.wordpress.com/2009/10/30/learning-log-health-informatics-week-56/</link>
		<comments>http://sweeney1988.wordpress.com/2009/10/30/learning-log-health-informatics-week-56/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 16:15:07 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Health Informatics Blogs]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=122</guid>
		<description><![CDATA[Lecture: in the lecture we discussed five main topics which where patient records, HER (electronic health records), case study to veterans health informatics system and technology architecture (vista), CPRS (computerized patient record system – repackaging) and My HealtheVet. Firstly we looked at the patient records history and background as well as definition of a patient [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=122&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Lecture: </strong>in the lecture we discussed five main topics which where patient records, HER (electronic health records), case study to veterans health informatics system and technology architecture (vista), CPRS (computerized patient record system – repackaging) and My HealtheVet. Firstly we looked at the patient records history and background as well as definition of a patient record and the evolution of the patient record which started around the 19<sup>th</sup> century for clinician to keep medical details in a ledger. In 1960 the problem oriented medical record was established using notes which were recorded using SOAP structure: subjective, objective, assessment, plan. We went through the shortcomings of paper based records due to errors in backup, migration and duplications before moving on to HER, otherwise known as electronic medical records or patient health record which has many functional components such as integrated communications supports, access to knowledge resource, clinical decision support, integrated view of data and clinical order entry. In most modern data applications they are useful for doctor PDA’s and remote access and have huge benefits to patients as it will have easy navigation to all their medical history. Although for developers EHR can prove difficult as allot of medical findings, patient histories and diagnostics are required as well as many different entry methods and security issues. It may prove difficult to distinguish which doctors are authorized to access certain patient details. The biggest advantages are that all data is in one place although this is initially very costly to install and maintain but it saves handwritten information as it may prove hard to read. CPRS on the other hand allows clinicians to enter and update all related information connected with a certain patient as well as order tests for said patient as well as make diagnostics and record procedures, allergies etc to close a file on the patients and use clinical guidelines and medical record compliances to help the patient. It isn’t just for hospital personnel but it allows a variety of staff to analyze data and make decisions based on the information. Finally My HealtheVet is a online web application where veterans and clinicians can optimize health care by providing assessments and education to the online service for further helpings as well as use the web applications for their own appointments, record the patient details and use it for there own daily records and time keeping strategies.</p>
<p><strong> </strong></p>
<p><strong>Tutorial: </strong>In the seminar we covered the problems with NHS and some of the proposed NPfIT solutions. Some of which being the improved patient record sharing, diagnosis retrieval based on patient history and how the MHS email and directory service will enable secure transmission of patient information. Health space – online personal health organiser will allow patients to record their own blood type allergies and other unique details for clinicians. We also looked through GP support systems and NCRS (national care record system) which will hopefully allow for the implementing of an EPR system in the NHS. They claim to provide local integration of clinical systems and revolve around the central data spine and will provide a high level record of clinical data and healthSpace.</p>
<p><strong>Practical: </strong>in the practical we were too create a database using ms access more or less report and form retrieval by typing all the details given to using in the practical sheet in tables in the correct format and make queries based on each table to gain proper and required feedback to forms and rpts. Patient table was created first and amended with a number of input masks and a few other little details to story errors and duplications and from the a query was based on the table and a form which designed. I add my own details on the db like a search query action button to allow the user to enter in the surname of patient to gain access to that specific person details as well as gain a report based on that. As always with access relationships were made and ad hoc queries to as user questions. I created these as well as amending and delete query. I made my way through the different questions for creating queries. The search query was pretty simple in SQL</p>
<p>SELECT firstname, lastname, patientnum, address, age, doctornum, phone</p>
<p>FROM tbl_patient</p>
<p>WHERE (“lastname” = [enter patient surname]);</p>
<p>&nbsp;</p>
<p>SELECT doctornum, age, firstname, lastname<br />
FROM tbl_patient<br />
WHERE (doctornum=[”2”]);</p>
<p>&nbsp;</p>
<p>SELECT doctornum, gender, firstname, lastname<br />
FROM tbl_patient<br />
WHERE (gender=[”female”]);</p>
<p>GROUPBY</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=122&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2009/10/30/learning-log-health-informatics-week-56/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://sweeney1988.wordpress.com/2009/10/16/118/</link>
		<comments>http://sweeney1988.wordpress.com/2009/10/16/118/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 17:01:30 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/2009/10/16/118/</guid>
		<description><![CDATA[Lecture Week 3: I this lecture we watched a few different videos on how x-ray technology and machinery is used and how it works as well as other scanning technologies in health such as CAT, CT, MRI, Ultrasound, ECG, EEG, BCI, EMG, EOG. We gained information on how each of these technologies work and use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=118&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Lecture</strong></p>
<ul>
<li>Week 3: I this lecture we watched a few different videos on how x-ray technology and machinery is used and how it works as well as other scanning technologies in health such as CAT, CT, MRI, Ultrasound, ECG, EEG, BCI, EMG, EOG. We gained information on how each of these technologies work and use specialist signals to make diagnosis as well as the applications involved.</li>
<li>Week 4: in this lecture we went through information processing of medical data in different stages e.g. observation, diagnosis, and therapy. We researched different types of medical data as in visual images, analogue, narrative as well as PACs and 3d medical imaging and simulations and finally e-prescribing.</li>
</ul>
<p><em>is a medical practitioner’s patient-specific clinical and economic information, for consenting patients, to prescribe the most medically appropriate and cost effective</em><em> </em><em>prescription </em><em>at the point of care.</em></p>
<p><strong>Tutorial</strong></p>
<ul>
<li>Week 3: the tutorial in was a chance for us to go over the practical from week two were we had a number of e-health businesses/companies In the UK especially Ireland we each group or individual simply read out any new details that others may have not seen or researched before.</li>
</ul>
<p><strong>Practical</strong></p>
<p>Week 3: in the week three practical we were give a series of matlab questions around about 30 of them which was pleasant. These questions basically asked us to input a number of statements to get a response. I took it upon myself to copy and paste each statement into matlab but realised this didn’t work to well as matlab doesn’t like it when you past some statements it will feed back to the user error messages for certain things like Q5 which was e = d’ it doesn’t like the apostrophe and will feed back Error: The input character is not valid in MATLAB statements or expressions.  The first few questions were very straightforward, asking us only to enter in statements to get a reply such as:</p>
<p><strong><span style="text-decoration:underline;">4.)</span></strong></p>
<p>&gt;&gt; d = [</p>
<p>1 2 3</p>
<p>4 5 6</p>
<p>7 8 9]</p>
<p>d =</p>
<p>1     2     3</p>
<p>4     5     6</p>
<p>7     8     9</p>
<p>After creating a number of matrix we where presented with a few questions on matrix manipulation to try and see what happens to different calculations when added together or changed e.g. We can transpose statements such as &gt;&gt; a = a’.</p>
<p>The forth exercise was to try a number of command which I tried and most managed to work e.g</p>
<p>&gt;&gt;mean_a = mean(a);</p>
<p>&gt;&gt; mean_b = mean(b);</p>
<p>&gt;&gt; mean_c = mean(c);</p>
<p>&gt;&gt; mean_all = [mean_a mean_b mean_c]</p>
<p>mean_all =</p>
<p>3     4     5</p>
<p>&gt;&gt;</p>
<p>The next exercise was to visulise data buy crating maps and labled variables using ‘plot’ commands on the figures we downloaded from webct.</p>
<p>The end result from finger 1,2 and 3:</p>
<p><img style="display:block;margin-left:auto;margin-right:auto;border:0 initial initial;" title="fig1" src="http://sweeney1988.files.wordpress.com/2009/10/fig11.jpg?w=390&#038;h=410" alt="fig1" width="390" height="410" /></p>
<p>Week 4: Audio signal processing: <em>Is the intentional alteration of</em><em> </em><em>auditory</em><em> </em><em>signals, or</em><em> </em><em>sound. As audio signals may be electronically represented in either</em><em> </em><em>digital</em><em> </em><em>or</em><em> </em><em>analogue</em><em> </em><em>format, signal processing may occur in either domain. Analog processors operate directly on the electrical signal, while digital processors operate mathematically on the binary representation of that signal.</em><em></em></p>
<p>Using gold wave we created a speech sample for ourselves in cd quality using a microphone/headset. After this we loaded a few different task which were sound that we must extract breathing sounds from by elimination background sound and noise which we had to do on out own for the final task. Task one and two was just to record our own speech and resample is a different streams.</p>
<p>We also looked into a case study and number of origins to the electronic stethoscope. The ES electronically amplifies body sounds. They require conversion of acoustic waves to electrical signals to be optimized for optimal hearing.</p>
<p><img style="display:block;margin-left:auto;margin-right:auto;border:0 initial initial;" title="fig2" src="http://sweeney1988.files.wordpress.com/2009/10/fig2.jpg?w=227&#038;h=212" alt="fig2" width="227" height="212" /></p>
<p>Reference: <a href="http://en.wikipedia.org/wiki/Electronic_prescribing">http://en.wikipedia.org/wiki/Electronic_prescribing</a></p>
<p><a href="http://en.wikipedia.org/wiki/Audio_signal_processing#Application_areas">http://en.wikipedia.org/wiki/Audio_signal_processing#Application_areas</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=118&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2009/10/16/118/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2009/10/fig11.jpg" medium="image">
			<media:title type="html">fig1</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2009/10/fig2.jpg" medium="image">
			<media:title type="html">fig2</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning Log 2# – HEALTH INFORMATICS</title>
		<link>http://sweeney1988.wordpress.com/2009/10/02/learning-log-2-%e2%80%93-health-informatics/</link>
		<comments>http://sweeney1988.wordpress.com/2009/10/02/learning-log-2-%e2%80%93-health-informatics/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 12:25:38 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Health Informatics Blogs]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=99</guid>
		<description><![CDATA[Lecture: Lectures on Monday mornings aren’t always easy but I found this one to be ok. We went through the details on death prevention and leading studies into the causes and statistics of death and how technology has helped in stabling patients and preventing unnecessary pain or death within certain areas. The lecture entailed allot [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=99&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration:underline;">Lecture</span>:</p>
<p>Lectures on Monday mornings aren’t always easy but I found this one to be ok. We went through the details on death prevention and leading studies into the causes and statistics of death and how technology has helped in stabling patients and preventing unnecessary pain or death within certain areas. The lecture entailed allot of statics analysis into the leading causes of death and how technology can be used to avoid or reduce suffering etc with patients. We went through the changing demographics and population pyramids to see in what form technology has allowed our population to grow larger and older as well as studying how advances have help clinicians and doctors in patient diagnostics communications and different levels of health technologies such as:</p>
<ul>
<li>Tele-medicine</li>
<li>Tele-health</li>
<li>E-health</li>
<li>M-health</li>
<li>Tele-care</li>
<li>E-visits</li>
</ul>
<p>I also gained allot of information about healthcare in providing advances in procedures for protecting patient data and information as well as procedures into medical and surgical practises and finally rehabilitating and easier disease management tactics.</p>
<p><span style="text-decoration:underline;">Tutorial</span>:</p>
<p>MatLab means Matrix Laboratory.</p>
<p>We carried on through a number of Vectors and Matrices practices to gather a better understanding of how mat lab works. It made its way to be confusing but in the end I seemed to get how it worked as we were practicing with columns and rows and how using certain commands will impact the output. In some ways it reminded me of the Linux fedora system commands we used last year for systems software.</p>
<p>Played about with a few matlab feature and number columns such as:</p>
<pre>&gt;&gt; <strong>a = [ 1 2; 2 1 ]</strong>

a =
     1     2
     2     1

&gt;&gt; <strong>a*a</strong>

ans =

     5     4
     4     5
</pre>
<p><span style="text-decoration:underline;">Practical</span>:</p>
<p>Telecare.org – supports a variety of pages to inform patients or relatives/friends of patients on care aid they are able to take to make their lives easier while still maintaining their own independence.</p>
<p>Telehealth refers only to the provision of clinical services whereas telehealth can refer to both clinical and non-clinical aspects.</p>
<p>Clinical uses – Transmission of medical data, health advice over telephone and video conferencing.</p>
<p>Nonclinical – remote admission, internet based healthcare systems, online info, admin uses and healthcare system integration.</p>
<p>Telecare.org has a page detailing equipment to explain to patients/users how the use of sensors and alarms as well as phones and in home systems like pill dispensers can help patients manage their healthcare independently.</p>
<p>Telecare.org quote &#8211; <em><strong>More than 90% of people say they want to live independently in their own homes for as long as they possibly can.</strong></em></p>
<p><a href="http://www.telehealthsolutions.co.uk/">http://www.telehealthsolutions.co.uk/</a></p>
<p>founded in 2006 to converge technology with clinical practice telehealth solutions is a company that has build systems such as the surgery pod and the home pod.</p>
<p>Surgery pod – Allows for announcements to patients with clinicians are available, provide feedback for patients and clinicians as well as the ability to streamline running of specific surgery days and general surgery practises.</p>
<p>Home pod- Home based system for patients to communicated via 3G and provide real independence for patients with technologies such as touch screen systems to dispense pill and proper dosages as well as alert patient to GP appointments etc.</p>
<h1>Local Tele-care Company =</h1>
<h1>Aid Call Ltd Trading as Age Concern Aid Call</h1>
<p>Customer contact details</p>
<p>Jenny Pickvance<br />
tel: 01364 651436<br />
email: <a href="mailto:jenny.pickvance@aidcall-alarms.co.uk">jenny.pickvance@aidcall-alarms.co.uk</a><br />
website: <a href="http://www.aidcall.co.uk/" target="_blank">www.aidcall.co.uk</a> (opens in a new window)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=99&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2009/10/02/learning-log-2-%e2%80%93-health-informatics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning Log 1# &#8211; HEALTH INFORMATICS</title>
		<link>http://sweeney1988.wordpress.com/2009/09/26/learning-log-1-health-informatics/</link>
		<comments>http://sweeney1988.wordpress.com/2009/09/26/learning-log-1-health-informatics/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 18:55:38 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Health Informatics Blogs]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=97</guid>
		<description><![CDATA[Hi, right well as a part of my health informatics course i am asked to write one of these blog things that people seem to be somewhat interested in these days. first of all i shall explain the first week of semester one in four stages: Lecture: Managed to make every lecture in first week which is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=97&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>right well as a part of my health informatics course i am asked to write one of these blog things that people seem to be somewhat interested in these days. first of all i shall explain the first week of semester one in four stages:</p>
<p>Lecture: Managed to make every lecture in first week which is a great success as the university is monitoring attendance like crazy, which is strange as I&#8217;m only paying them three and a half grand a year so i should be able to come in when i think its necessary. Anyway we learnt  allot about the health care industry working with technology that we may develop in the future and we also found that health informatics the the first module as a part of two the other being emerging healthcare technologies which i have also picked to do next semester&#8230;.. oh joy!</p>
<p>Tutorial: Im pretty sure i did the tutorial haha, but it, as most tutorials are its pretty much a lecture in a smaller room. I&#8217;m pretty sure that this is the module that ill like the best this semester although some programming aspects are present in the form of matlab but it seems dead-on and not hugely difficult in some form although it has the ability to get difficult.</p>
<p>Practical: wasn&#8217;t on&#8230;&#8230; nice one. But guess who showed up anyway.</p>
<p>Assignment Progress: I like the idea of these blogs i did then in semester one of year two for e-commerce and i intend to use word press to do each blog. we received some details on the proper assignment have been made available to us.</p>
<p>Thanks!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=97&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2009/09/26/learning-log-1-health-informatics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 10 &#8211; E-Commerce</title>
		<link>http://sweeney1988.wordpress.com/2008/11/28/week-10-e-commerce/</link>
		<comments>http://sweeney1988.wordpress.com/2008/11/28/week-10-e-commerce/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 12:40:50 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ecommerce ict computer science cormac sweeney software webblog]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=87</guid>
		<description><![CDATA[Knowledge management is a process used for the improvement of internal processes within an organization and when combined with ecommerce it opens the possibility of trading knowledge at a cross organizational level. As they are now both established business tools for businesses they represent knowledge assets and have attracted much research attention in the last [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=87&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--><span style="font-size:11pt;font-family:Calibri;">Knowledge management is a process used for the improvement of internal processes within an organization and when combined with ecommerce it opens the possibility of trading knowledge at a cross organizational level. As they are now both established business tools for businesses they represent knowledge assets and have attracted much research attention in the last few years. Although allot of knowledge management mechanisms have not been evaluated in ecommerce it removed independent internet quality as <span> </span>Being able to categorize and identify experiences and approaches in knowledge management towards ecommerce is a glorified internal process.</span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri;"> </span></p>
<p class="MsoNormal"><span class="color"><span style="font-size:11pt;font-family:Calibri;">Knowledge management has been implemented by ebuyer in their collaboration with ‘Order-Work’. Although ebuyer confirmed job cuts after this partnership, ebuyer has improved the management of products and services with ‘order-work’ by there side to install products on their online store. At the moment this only applies to </span></span><span style="font-size:11pt;font-family:Calibri;">business-to-business products but ebuyer is applying their tactics to have this apply also to its normal customer range before Christmas.</span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri;">‘Dave Wood’ (Ebuyer’s head of commercial operations) &#8211; “As digital technology becomes ubiquitous, so has the frustration surrounding installing hardware, particularly routers.<br />
“We wanted to ease that by offering reasonably priced services, but realized it was not viable to provide installation and support services ourselves. ‘Order-Work’s’ business model and values fitted that of Ebuyer.”</span></p>
<p class="MsoNormal"><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:Calibri;">Reference</span></span></em><span style="font-size:11pt;font-family:Calibri;"> &#8211; www.channelweb.co.uk</span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri;">The first of Ebuyer’s products to be promoted were wireless routers, which minimizes customer frustrations when getting connected. I believe this was a great example of knowledge management as is show a long over due insight and improvement to Ebuyer’s on going problem of customer service.</span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri;">‘Toby Strauss’ (Executive chairman of Order-Work) &#8211; &#8220;We are delighted to be working with ebuyer to help them expand into services consistent with their reputation for low prices, swift delivery and excellent customer support. ‘Order-Work&#8217;s’ flexible resourcing model provides nationwide coverage for ebuyer customers for installs and upgrades of their hardware and software purchases so they can get the most out of their technology.&#8221;</span></p>
<p class="MsoNormal"><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:Calibri;">Reference</span></span></em><span style="font-size:11pt;font-family:Calibri;"> &#8211; www.allbusiness.com</span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri;">Ebuyer have made and promoted an increasing knowledge into the way there content has been developed and added positive responses t working with ‘order-work’ especially when dealing with other business and selling wireless products as well as developing and managing the organization better to facilitate large amounts of customers at a satisfactory level. I think its fair to say that the employees have benefited form the collaboration but the few numbers that suffered from job loss have not.<span> </span>Ebuyer’s business environment will allow its employees to change and adapt to company changes and grow with new and relevant ideas to solve different problems.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=87&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2008/11/28/week-10-e-commerce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 9 &#8211; E-Commerce</title>
		<link>http://sweeney1988.wordpress.com/2008/11/21/week-9-e-commerce/</link>
		<comments>http://sweeney1988.wordpress.com/2008/11/21/week-9-e-commerce/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:51:13 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=82</guid>
		<description><![CDATA[Week 9 – E-Commerce. The main aim that most sites start with is that they want to be ‘famous, popular, well-known and respected’. To gain these attributes they need followers and an audience that will know and understand the website and pass the message of that website onto another selection of people to gain a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=82&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:&quot;font-style:normal;" lang="EN-US">Week 9 – E-Commerce.</span></span></em></h1>
<p><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:&quot;font-style:normal;" lang="EN-US"><br />
</span></span></em></p>
<h1><em><span style="font-size:11pt;font-family:&quot;font-weight:normal;font-style:normal;" lang="EN-US">The main aim that most sites start with is that they want to be ‘famous, popular, well-known and respected’. To gain these attributes they need followers and an audience that will know and understand the website and pass the message of that website onto another selection of people to gain a wide interest in one website. I think it would be fair to say that Ebuyer has gain this following, although not always receiving the most positive reviews, it still is well-know and trusted by its customers and business partners. Although gain reviews, usually stating ‘great prices, rubbish customer service’ it is one of the most well known electronics websites on the internet (for the UK) and is no stranger to visitors. Through searching familiar websites and promotion sites I haven’t been able to find any external marketing that Ebuyer have used to promote themselves. I believe Ebuyer have got to the point whereby their attempts to promote themselves further is futile. They have gain all the popularity they have needed and pulled their customers in. to do this I think it would be obvious to say that Ebuyer started by providing genuine value and letting the ‘word of mouth’ system do the rest, allowing Ebuyer to spread among customers through recommendations.</span></em></h1>
<h1><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:&quot;font-style:normal;" lang="EN-US">Objectives:</span></span></em></h1>
<p><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:&quot;font-style:normal;" lang="EN-US"><br />
</span></span></em></p>
<h1 style="margin-left:36pt;text-indent:-18pt;"><!--[if !supportLists]--><em><span style="font-size:11pt;font-family:Symbol;font-weight:normal;font-style:normal;" lang="EN-US"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></em><!--[endif]--><em><span style="font-size:11pt;font-family:&quot;font-weight:normal;font-style:normal;" lang="EN-US">Create valuable content. – does your content make sense and it is properly formatted to be read by millions of people? What effect does the business want to have on the customer there can’t just be a constant churning of information. Everything must be frequent and well balanced.</span></em></h1>
<h1 style="margin-left:36pt;text-indent:-18pt;"><!--[if !supportLists]--><span style="font-size:11pt;font-family:Symbol;font-weight:normal;" lang="EN-US"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:11pt;font-family:&quot;font-weight:normal;" lang="EN-US">Create original content. – Everything the business displays on their website must be original and their own content. If a site is built using others content they tend to do well at the start of their life and then go down-hill, meaning original content build for long-term foundations and makes for a more solid and traffic driven website.</span></h1>
<h1 style="margin-left:36pt;text-indent:-18pt;"><!--[if !supportLists]--><span style="font-size:11pt;font-family:Symbol;font-weight:normal;" lang="EN-US"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-size:11pt;font-family:&quot;font-weight:normal;" lang="EN-US">Create timeless content. – allot of the content that websites provide is limited, obscure and out-of-date, this should be avoided by making sure that the audience reading the information are kept well with relevant and ensured information.</span></h1>
<h1 style="margin-left:36pt;text-indent:-18pt;"><!--[if !supportLists]--><em><span style="font-size:11pt;font-family:Symbol;font-weight:normal;font-style:normal;" lang="EN-US"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></em><!--[endif]--><span style="font-size:11pt;font-family:&quot;font-weight:normal;" lang="EN-US">Write for human beings first, computers second. – I can’t say Ebuyer does this objective at all, due to the large amount of customer service complaints it receives and being a company dealing in computers. Therefore this objective is useless.<em><span style="font-family:&quot;"></span></em></span></h1>
<h1><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:&quot;font-style:normal;" lang="EN-US">Visitors:</span></span></em></h1>
<h1><em><span style="text-decoration:underline;"><span style="font-size:11pt;font-family:&quot;font-style:normal;" lang="EN-US"><br />
</span></span></em></h1>
<h1><em><span style="font-size:11pt;font-family:&quot;font-weight:normal;font-style:normal;" lang="EN-US">As a visitor, a reviewer and an analyst of Ebuyer it is hard to determine and even find out the general hits-per-day of the website. But it is common knowledge that Ebuyer and allot of transaction, e-commerce websites like it all gain an excellent source of web traffic from the fact that they have a search engine. If a user stumbles upon the website they are prompted with questions that they can ask the website themselves. </span></em><span style="font-size:11pt;font-family:&quot;font-weight:normal;" lang="EN-US">Advertising is one easiest ways to get </span><strong><span style="font-size:11pt;font-family:&quot;font-weight:normal;" lang="EN-US">targeted traffic</span></strong><span style="font-size:11pt;font-family:&quot;font-weight:normal;" lang="EN-US"> to your website as visitors can visit even by accidently clicking an advertisement on another website or promotion page. Some may even just bookmark the businesses website, which will allow for targeted trafficking.</span><span style="font-size:11pt;font-family:&quot;" lang="EN-US"></span></h1>
<h1><em><span style="font-size:11pt;font-family:&quot;font-weight:normal;" lang="EN-US"></p>
<div id="attachment_85" class="wp-caption aligncenter" style="width: 190px"><a href="http://sweeney1988.files.wordpress.com/2008/11/ebuyer.gif"><img class="size-full wp-image-85" title="ebuyer" src="http://sweeney1988.files.wordpress.com/2008/11/ebuyer.gif?w=390" alt="Ebuyer"   /></a><p class="wp-caption-text">Ebuyer</p></div>
<p></span></em></h1>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=82&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2008/11/21/week-9-e-commerce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2008/11/ebuyer.gif" medium="image">
			<media:title type="html">ebuyer</media:title>
		</media:content>
	</item>
		<item>
		<title>Week 8 &#8211; E-commerce</title>
		<link>http://sweeney1988.wordpress.com/2008/11/11/week-8-e-commerce/</link>
		<comments>http://sweeney1988.wordpress.com/2008/11/11/week-8-e-commerce/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 22:15:21 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=73</guid>
		<description><![CDATA[From searching ‘Ebuyer’ on Google left me with the follow 10 results: Results: 1 – 10 Search Engine &#8211; Google · www.ebuyer.com · www.ebuyer.com/googlecheckout · www.kelkoo.co.uk/mp-3436823-ebuyer · www.kelkoo.co.uk/m-3436823-ebuyer.html · en.wikipedia.org/wiki/Ebuyer · forums.ebuyer.com/ · www.ciao.co.uk/Ebuyer__5107918 · www.pcpro.co.uk/phpbb/viewforum.php?f=29 · www.channelregister.co.uk/2007/07/07/ebuyer_runs_site_on_commodore64/ · static.ebuyer.com/customer/help/index.html?action=YWJvdXRfdXM= The first result is Ebuyer.com and it displays allot of sub links to pages of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=73&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="font-family:&quot;">From searching ‘<strong>Ebuyer’</strong> on Google left me with the follow 10 results:</span></p>
<p class="MsoNormal"><span style="font-family:&quot;">Results: <span> </span><strong>1</strong> – <strong>10</strong></span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="font-family:&quot;">Search Engine &#8211; Google</span></span></strong></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="font-family:&quot;"></p>
<div id="attachment_76" class="wp-caption aligncenter" style="width: 701px"><a href="http://sweeney1988.files.wordpress.com/2008/11/ebuyer-google-1.jpg"><img class="size-full wp-image-76" title="ebuyer-google-1" src="http://sweeney1988.files.wordpress.com/2008/11/ebuyer-google-1.jpg?w=390" alt="Ebuyer On Google"   /></a><p class="wp-caption-text">Ebuyer On Google</p></div>
<p></span></span></strong></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;"><!--[if !supportLists]--><cite><span style="font-family:Symbol;font-style:normal;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span></cite><!--[endif]--><cite>www.ebuyer.com</cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>www.<strong>ebuyer</strong>.com/googlecheckout</cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>www.kelkoo.co.uk/mp-3436823-<strong>ebuyer</strong></cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>www.kelkoo.co.uk/m-3436823-<strong>ebuyer</strong>.html</cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>en.wikipedia.org/wiki/<strong>Ebuyer</strong></cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>forums.<strong>ebuyer</strong>.com/</cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>www.ciao.co.uk/<strong>Ebuyer</strong>__5107918</cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>www.pcpro.co.uk/phpbb/viewforum.php?f=29</cite></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>www.channelregister.co.uk/2007/07/07/<strong>ebuyer</strong>_runs_site_on_commodore64/</cite></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><cite>static.<strong>ebuyer</strong>.com/customer/help/index.html?action=YWJvdXRfdXM=</cite><span style="font-family:&quot;"><span> </span></span></p>
<p class="MsoNormal"><span style="font-family:&quot;">The first result is Ebuyer.com and it displays allot of sub links to pages of the website. The second is a team up with Google allowing Ebuyer to sell its products using goggles new checkout system. The third and fourth websites, a full and sub-website, review other websites and display their best functions.</span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">Fifth Site – Wikipedia: Provides all info about Ebuyer</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">Sixth Site – Ebuyer Forum</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">Seventh Site – Ciao: Website review Site</span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">Eighth Site – PC Pro: External Forum Site </span></p>
<p class="MsoListParagraphCxSpMiddle" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">Ninth Site – Channel Register: <span> </span>Statistics and Development Testing Site</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">Tenth Site – Ebuyer terms of service and customer information</span></p>
<p class="MsoNormal"><span style="font-family:&quot;">One website that did interest me when I got around page four was another service that Ebuyer offered, which was Ebuyer-Software &#8211; http://www.ebuyersoftware.com/. Until recently I didn’t know Ebuyer sold or had created their own software programs, for example Anti-Virus and Internet Security as well as an office suite and a photo print package.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;"></p>
<div id="attachment_78" class="wp-caption aligncenter" style="width: 643px"><a href="http://sweeney1988.files.wordpress.com/2008/11/ebuyer-google-2.jpg"><img class="size-full wp-image-78" title="ebuyer-google-2" src="http://sweeney1988.files.wordpress.com/2008/11/ebuyer-google-2.jpg?w=390" alt="Ebuyer On Google"   /></a><p class="wp-caption-text">Ebuyer On Google</p></div>
<p></span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="font-family:&quot;">Competitors: </span></span></strong></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span style="font-family:&quot;">Search Engine &#8211; YAHOO</span></span></strong></p>
<p class="MsoNormal"><span style="font-family:&quot;"><span> </span>http://www.onino.co.uk/monitors-shrink/37185.html <span> </span>- this seemed to be an outsourced website that bought then sold Ebuyer’s products from their own website. This seemed strange as the website seems to sell its own products and there is only one sections that sells Ebuyer televisions, whether that’s legal or not?!</span></p>
<p class="MsoListParagraphCxSpFirst" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">When searching on AltaVista the website &#8211; http://www.pricerunner.co.uk/sp/ebuyer_keyboard.html</span></p>
<p class="MsoListParagraphCxSpLast" style="text-indent:-18pt;"><!--[if !supportLists]--><span style="font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><span style="font-family:&quot;">Compares Ebuyer’s prices to other websites and displays Ebuyer products and prices.</span></p>
<p class="MsoNormal"><span style="font-family:&quot;">Finally I found another website selling Ebuyer’s products – http://www.nextag.co.uk/ebuyer-a/zzukzB1z0&#8211;search-html?nxtg=65e40a280514-E9B62F40490D4F3A. This website sells some Ebuyer laptops. This was another of five all together WebPages that are selling Ebuyer’s products from their own WebPages.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=73&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2008/11/11/week-8-e-commerce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2008/11/ebuyer-google-1.jpg" medium="image">
			<media:title type="html">ebuyer-google-1</media:title>
		</media:content>

		<media:content url="http://sweeney1988.files.wordpress.com/2008/11/ebuyer-google-2.jpg" medium="image">
			<media:title type="html">ebuyer-google-2</media:title>
		</media:content>
	</item>
		<item>
		<title>E-commerce &#8211; Week 7</title>
		<link>http://sweeney1988.wordpress.com/2008/11/05/e-commerce-week-7/</link>
		<comments>http://sweeney1988.wordpress.com/2008/11/05/e-commerce-week-7/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 21:12:48 +0000</pubDate>
		<dc:creator>sweeney1988</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sweeney1988.wordpress.com/?p=69</guid>
		<description><![CDATA[Q12. E-commerce – Week 7 The buzzword: Describes the direction in which information infrastructure seems to be moving. Vast computing resources will reside somewhere and we can connect to them and use them as needed.  Rather than draw from your desktop computer your IT power is delivered of the internet and the general concept incorporates [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=69&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span>Q12. E-commerce – Week 7</span></span></strong></p>
<p class="MsoNormal"><span>The buzzword: Describes the direction in which information infrastructure seems to be moving. Vast computing resources will reside somewhere and we can connect to them and use them as needed.<span>  </span>Rather than draw from your desktop computer your IT power is delivered of the internet and the general concept incorporates software as a service to satisfy the computing needs of the user. </span></p>
<p class="MsoListParagraphCxSpFirst"><span><span>·<span>         </span></span></span><span>‘Cloud’ is a metaphor for the internet when depicted in computer network diagrams.</span></p>
<p class="MsoListParagraphCxSpLast"><span><span>·<span>         </span></span></span><span>Style of computing I which ICT related potential is promoted as a service and it allows users to access technology services from the internet without a expansive knowledge.</span></p>
<p class="MsoNormal"><span>IEEE Internet Computing</span><span> states – “Cloud Computing is a paradigm in which information is permanently stored in servers on the Internet and cached temporarily on clients that include desktops, entertainment centres, table computers, notebooks, wall computers, handhelds, sensors, monitors, etc.&#8221; </span></p>
<p class="MsoNormal"><span>Bobby Johnston stated in the guardian newspaper that<em>: <span> </span>&#8220;The interesting thing about cloud computing is that we&#8217;ve redefined cloud computing to include everything that we already do,&#8221; he said. &#8220;The computer industry is the only industry that is more fashion-driven than women&#8217;s fashion. Maybe I&#8217;m an idiot, but I have no idea what anyone is talking about. What is it? It&#8217;s complete gibberish. It&#8217;s insane. When is this idiocy going to stop?&#8221; </em></span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span>Problems:</span></span></strong></p>
<p class="MsoNormal"><span>P: Growing concern that mainstream cloud computing adoption could present a mixture of privacy and ownership issues but at the same time locking consumers out of their own files. </span></p>
<p class="MsoNormal"><span>P: Losing control when using proprietary programs. Users need to make sure to do their own computing on their own computer as if users use a proprietary program on somebody else’s computer it leaves them defenceless. </span></p>
<p class="MsoNormal"><strong><span style="text-decoration:underline;"><span>Impact on E-Commerce:</span></span></strong></p>
<p class="MsoNormal"><span>To understand cloud with ecommerce we need to look at transaction websites or secure WebPages. The main one would be banking websites, but in most cases banking WebPages allow users only to access from one computer generally. ‘Google is the owner of a massive computer infrastructure that people tap into from their homes or offices. Recently Google even joined with IBM to promote cloud computing – and for anyone familiar with the history of information technology, that should be a bright red flag’.</span></p>
<p class="MsoNormal"><span>Reference: <span> </span>www.technology.timesonline.co.uk</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sweeney1988.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sweeney1988.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sweeney1988.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sweeney1988.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sweeney1988.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sweeney1988.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sweeney1988.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sweeney1988.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sweeney1988.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sweeney1988.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sweeney1988.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sweeney1988.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sweeney1988.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sweeney1988.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sweeney1988.wordpress.com&amp;blog=4963854&amp;post=69&amp;subd=sweeney1988&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sweeney1988.wordpress.com/2008/11/05/e-commerce-week-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ecc3a6e62e52d43934b7022a87132e6e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sweeney1988</media:title>
		</media:content>
	</item>
	</channel>
</rss>
