Posts

Can Volunteering In A Shop be Good For Web Developers?

Image
By McDonald, T. | Date 1st of December 2017 You may have wondered what goes into building a webpage or thought about becoming a web developer yourself. If so, you may have noticed that web developers and technology businesses encourage workers to volunteering in the community because it can be a valuable experience. Can volunteering in a charity shop improve web development understanding if a shop is thought of like a webpage even though volunteering in one will not make anyone a web developer? Is thinking of a webpage like a shop useful? Shops have services going on in the background such as sorting products much as a website will sort data. The back room is unseen by the shopper, yet remains a crucial part of the service much as a server is critical to a webpage. In addition, shops have a window, which displays the services much as a landing page does for a website. Service users must be able to see what the shop has for sale just as a landing page needs to clearly di

How Volunteering can Change Your Life and Boost Your Career.

Image
By McDonald, T.   |  Date 21 of November 2017 Sometimes life can leave us with time on our hands and nothing to fill the void. In other cases, a person may just need a chance to get started or restarted in working life, or maybe, like me, you spend all your time in front of a screen coding and studying and simply need a break. In any case, some suitable activity can provide the experiences all people need in order to achieve a feeling of fulfilment. Volunteering is one such activity that can provide much more than people realise. With this in mind, what can someone expect from volunteering? A volunteer can expect a variety of duties and benefits. Duties in the shop A volunteer can expect a variety of activities. The standard model of a charity shop is to have clothing, housewares and book sections with the intension of providing quality second hand goods in order to support a charity financially. Standard duties in a charity shop can vary but mainly involve sorting and

A Usable Web For All: Accessibility

Image
By McDonald, T. | Date: 19th of November 2017 In the previous blog, usability was briefly covered. Usability is about ensuring a site is easy and pleasant to use. This blog, briefly covers accessibility. Considering accessibility will increase audience and avoid prosecution, so it is worth adhering too.  Make a site accessible to maximise the audience . You may be excused for thinking that accessibility is the same as usability since the two ideas do overlap. However, while usability is more about using the site, accessibility is more about accessing the site using assistive technologies. Assistive technologies are things such as screen readers, which read everything on the screen and even read allowed a description of an image or graphic. In order to do this the image or graphic must have a description in the html code within the tag for the image. Before I go any further, it would be good to examine disability. If you go to a shop and it has a door ten meters in

A Usable Web For All: Usability

Image
By McDonald. T | Date: 12th November 2017 As the web continues to grow more and more people begin to depend on it. Everyone is using the net for all sorts of things including using it as the new high street. We can shop online, socialise online, book holidays online, study for our degree online; in fact, you name it and there is more than likely a website for it. For this reason, it is good to know if a website is reaching the maximum target audience. This blog is in two parts. In this blog, part one, I will cover usability and in part two I will cover accessibility . Make a site user friendly to maximise the audience and audience retention. Have you ever been to a site and left it quickly or stayed for hours at a site? Why did you do that? People go to a site for many reasons including: looking for information; to purchase something; or to use a service. With this in mind if any of us went to a shop and it did not have what we wanted we would leave, correct

The NP vs P issue

Image
By McDonald, T. | Last updated: 7/9/2017 We face problems every day; subsequently, we spend a lot of time attempting to find a reasonable solution even if we do not realise it.  Solving problems is a big part of computer science.  In fact, problems are so important that computer science separates them into different classes including P, NP, NP-complete and NP-hard, but what does it all mean and can NP =P? Computer scientists have developed a way of measuring how long it takes to compute a problem. This is not as easy as it sounds since we cannot just time how long it takes.  Think about it for a minute, if timing an algorithm by looking at the clock, the timing run on different computers would be different each time because different computers could have different hardware such as processors and memory.  Even if running the same algorithm several times on the same computer, the time spent running the algorithm would depend on the other operations the computer was running

Is everything computable?

Image
By McDonald, T. | Last updated 30th of November   Do you think your computer is amazing? It can do so much and reasonably quick most of the time, yes?  Perhaps you are beginning to think it will not be long before a computer can accomplish any task especially with knowledge of Moore’s law whereby the number of transistors per square inch on an integrated circuit doubles every eighteen months.  Nevertheless, some problems are not just difficult they are impossible to solve. For some problem to be computable, it would need to be possible to solve it in a finite number of steps for every instance of that problem; we call this effective procedure.  Alan Turing came up with the idea of a machine that could solve a problem if given a set of precise instructions called a program, which he called a Turing machine.  In addition, he theorised of a universal Turing machine that could take the state of any other Turing machine.  It is important to remember that at the time, modern day co