Sunday, January 26, 2020

Advantages Of Scripting Language Computer Science Essay

Advantages Of Scripting Language Computer Science Essay A scripting language is a form of programming language that is used to create scripts or bits of code. Scripting languages are often written to facilitate enhanced features of websites, these features are processed on the server but the script of a specific page runs on the users browser. The origin of the term was similar to its meaning in a movie script tells actors what to do: a scripting language controlled the operation of a normally-interactive program, giving it a sequence of work to do all in one batch. For instance, one could put a series of editing commands in a file, and tell an editor to run that script as if those commands had been typed interactively. Advantages of scripting language Its easy to learn and use Minimum programming knowledge or experience required Allows complex tasks to be performed in relatively few steps Allows simple creation and editing in a variety of task editors Allows the addition of dynamic and interactive activties to web pages The editing and running code is fast Disadvantages of scripting language Can be slower to run since they are interpreted and not compiled into machine code. Can be harder to debug since no development environment is available by default. Since they are text based it is easy for other people to modify and thus break it. Why modern web pages use javascript? Browser support- To access flash content you need to install flash plugin into your browser. But to use Javascript you dont need to install a plugin for it, becuase all web browsers have accepted javascript as a scripting language for them and provides support for it. With the use of javascript you can add various features like user authentication, validation etc Javascript easily reads and writes HTML elements and can be embedded into a HTML easily. You can use Javascript to load the page according to the requirement of the browser It is the most light programming language which can be easily loaded on slow internet. An action event can be created with the use of javascript, when a user clicks a button, various events which is not possible through HTML: Javascript has the ability to react on it. Explain the following features of JavaScript, giving an example of each: Objects Javascript has built in objects, some of them are string, date and array. Events A JavaScript can be executed when an event occurs, like when a user clicks on an HTML element. These events can occur when a user clicks the mouse, when a web page has loaded and when an image has been loaded. Methods There are a lot of javascript methods, some of them are anchor, apply, attend, big and blind. Each of these methods are different, for example an anchor method places an HTML anchor that has a NAME attribute around text, an apply method applied a method of an object substituting another object for the current object. Loops Javascript loops often runs with arrays these loops are used to run the same code over and over again, each time with a different value. For example in javascript for is a loop that loops through a block of code a number of times, while loop, loops through a block of code while a specified condition is true. Functions Javascripts has many functions some of them are abs, acos and asin. Each of these methods are different. Abs function returns the absolute value of a number, an acos function returns the arccosine of a number. JavaScript is an object orientated language. Describe what this means. Is JavaScript object-oriented? It has objects which can contain data and methods that act upon that data. Objects can contain other objects. It does not have classes, but it does have constructors which do what classes do, including acting as containers for class variables and methods. It does not have class-oriented inheritance, but it does have prototype-oriented inheritance. The two main ways of building up object systems are by inheritance (is-a) and by aggregation (has-a). JavaScript does both, but its dynamic nature allows it to excel at aggregation. JavaScript is not truly object oriented because it does not provide inheritance. But it turns out that JavaScript supports not only classical inheritance, but other code reuse patterns as well. Task 2 M2 Explain in detail how scripting languages can be used to improve the functionality of web pages. Scripting languages, which can be embedded within HTML, commonly are used to add functionality to a Web page, such as different menu styles or graphic displays or to serve dynamic advertisements. These types of languages are client-side scripting languages, affecting the data that the end user sees in a browser window. Why use Scripting Languages? Quite often we wish to automate a simple task running several programs in a row, installing programs, even writing a simple script or GUI to run a program that needs many parameters. Scripting languages allow us to write such a thing quickly, and run it without any compilation. They also have good support for launching processes and controlling them, parsing text files, etc. With a script, theres never the question of where is the source? or did i re-compile it after i fixed that bug? the script _is_ the source. Client side and Server side Client side In Client side the scripting does all the calculations on the users computer. The web browser or a specific plugin reads the script and converts it into a visual web page. Front end context uses scripting through a user interface. There are many ways a user interface uses scripting one is that it resizes parts of the webpage to make it all fit properly.It also resizes boxes. Most of the information that the user enters into the website stays in the client side and sometimes sent back to the server. Javascript can obtain external files and images. It then exploits all of this using web analytic programs, the server can retrieve all the information from all of these. The difference between client side à ¢Ã¢â€š ¬Ã‚ Ãƒ ¢Ã¢â€š ¬Ã‚ Ãƒ ¢Ã¢â€š ¬Ã‚ Ãƒ ¢Ã¢â€š ¬Ã‚ Ãƒ ¢Ã¢â€š ¬Ã‚ and server side The difference is fairly simple client side code is processed by the client (the browser to be more specific) while the server code is processed by the server . A typical web page as far as the client is concerned consists of some of HTML implemented by CSS, or Javascript. Server side code, on the other hand is never seen by the browser. The browser is not and should never need to be aware of server side scripts such as PHP. Server side code is browser independent which means that if the page you create looks different in internet explorer than it does in opera. Client Side advantages Allow for more interactivity by immediately responding to users actions May improve the usability of web sites for users whos browsers support scripts Can give developers more control over the look and behaviour of their web widgets Secure as it is protected which means it is not possible to read by users, prevents it from being stolen Client Side disadvantages Not all browsers support scripts therefore users might experience errors if no alternatives are provided Different browsers and browser versions support scripts differently thus more quality testing is required More development time and effort might be required Server side advantages Complex processes become more efficient Does not need to rely on specific browsers or plug ins You can make a webside dynamic, PHP a server side scripting language have features such as you can to add a username and password Server side disadvantages Less immediate Can slow down your web site E.g. AJAX, accessibility, alerts, confirming choices, prompting the user, redirecting the user, browser detection, creating rollovers, checking/validating input, handling forms, maintaining cookies Task 3 P5 (b) Design interactive scripts using scripting languages (JavaScript) that can be embedded onto the website created in assignment 1. Select 2 of the following (you may choose your own if you wish) that you must include into a minimum of two web pages: JavaScript slideshow Random image generator Browser version/type detection Software plug-in detection Feedback form using JavaScript validation For each of your chosen scripts produce: Design: A flow chart or Pseudo code Implementation: Annotated screen shots of the scripts in action on the web pages. Correct structure of HTML code which includes correct indentation of the code and well commented. M3 (b) Printouts of the scripts Testing: P6 (b) A test table containing the variables being tested, test data, expected results and actual results. Task 4: D1 Investigate and produce a report (minimum 1 page) that explains at least three examples of how web pages using scripts are implemented differently in two different browsers, for example, Internet Explorer and Firefox. Browser capability Browsers have varying levels of compliance with Style Sheets. This means that some Style Sheet features are supported and some arent. To confuse things more, some browser manufacturers decide to come up with their own proprietary tags. Fortunately, browser compatibility is becoming less of an issue as the latest browser versions are much more standards-compliant than their earlier counterparts. Browser capability is a headache for Javascript coders around the world. There are two ways to allow conditions within your script such as Javascript to take different paths depending on capability These two ways are: 1. Browser detection 2. Object detection Browser detection Browser detection checks with the browser directly to see which make and model it is. This allows you to choose which code to run on your browser. Browser detection is capable of working out the browser and version being used. This allows the web page to use the right code which is to visually display. Browser detection coding function thisBrowserIs(browserTest){ if(navigator.userAgent.indexOf(browserTest)!=-1){ return true; } } This is an example of browser detection coding. This code means that if it can find the string being passed to this function within the navgator user agent property, then return true Object detection Object detection allows you to check if an aspect of the script language definition exists before trying to use it. It means that the script can detect whether certain objects can work with a specific browser. Object detection example: if (document.images) { do something with the images array } Separate style sheets You want to make sure that your style sheets works on most internet browsers. There is different coding with different browsers. Creating Separate Style Sheets for Internet Explorer and Firefox IE and Mozilla handle CSS instructions differently. It can be annoying but, there is a way to get around it. Make multiple style sheets, one for each type of browser. Then customize each style sheet for its corresponding browser. Create two style sheets, one for IE browsers) and one for every other kind of browser Tell Internet Explorer to use a separate style sheet by inserting the following code between your header tags. Change the name and path of the css files to that of the css files on your site. The code must appear in this order. Task 5: D2 Write a report that evaluates the website that you have created stating good points, bad points and discuss at least four different methods that could be used to improve the created web site. I created a website to a book shop called Harlington book store. It took me 3 weeks to completely finish the website with all the books and prices. As I had previous experience in creating websites this website was quite enjoyable to create. I used three main colours on my website so it would look more professional and creative. I included 9 pages to this website and I have created a menu bar so the user can navigate to these pages. To make this website user friendly I have created alt tags and I have checked the browser capability of the website. During this period I had many problems creating the website such as I had to upload the books one by one with prices and for each book I had to download the book cover. This took me more than a week to finish all the books. Another problem I faced was when I had to resize all the images of the book to the same size. Uploading the books were the most hated part when creating this website apart from that creating the website was very enjoyable. One thing to improve this website would be to create a database so when updating the books can be automatically uploaded on the website instead of uploading on the website itself. Checklist for Assignment 2: JavaScript Implementation Content Y/N Comments TASK 1: Describe the main features of the chosen scripting language (P3) Explain what a scripting language is and why is it used in the modern web pages Objects Events Methods Loops Functions JavaScript is an object orientated language. Describe what this means. TASK 2: (M2) Explain in detail how scripting languages can be used to improve the functionality of web pages. TASK 3: Design, create and test web pages using scripts to implement interactivity. (P5 b) (P6 b) (M3 b) Script 1: A flow chart or Pseudo code Screen shots of the scripts in action on the web page. Comment and indent your code Printouts of the scripts A test table for the script Script 2: A flow chart or Pseudo code Screen shots of the scripts in action on the web page. Comment and indent your code Printouts of the scripts A test table for the script Task 4: (D1) How scripts are implemented differently in two different browsers. (3 Examples) Task 5: (D2) Website Evaluation

Saturday, January 18, 2020

Procurement & Resource Based View

Procurement is An Integral Part of Resource- ­ Based View of An Organization Phuong Duong University College Dublin (12251697) 4112 words ABSTRACT Procurement has become an increasingly widespread practice among organizations and is today of strategic importance that attract great interest from scholars in the literature. The primary purpose of the paper is to contribute with a review of leading studies that analyze procurement from the resource- ­? based view of the organization. The paper begins by setting out the business environment of procurement and then presents the development and propensity of procurement.This is followed by a review of principal works and differences of perspectives of resource- ­? based view. The next section contains an analysis of the relationship between procurement and resource- ­? based theory and discusses empirical works on outsourcing that address outsourcing from the resource- ­? based view. The studies are classified into two categories : those studying the propensity to procure and those studying the relationship between procurement decision and firm’s performance. Finally, some insights are put together to assess the outsourcing decision influenced by resource- ­? based view with the im of contributing to a better understanding of outsourcing and its role from the perspective of resource- ­? based view of an organization. 1. Procurement and the propensity to procure in modern business context Procurement, or in other words, â€Å"sourcing†, for years has become â€Å"a financial material, but strategically peripheral, corporate function† of an organization (Gottfredson et al. , 2005). In the literature, procurement becomes a key component and is of major strategic importance to many organizations (Humphreys et al. , 1998, Paulraj et al. , 2006). Recent decades have witnessed significant changes in acro- ­? economic trends that direct business environment. These changes have been driven by increased globalization, technology innovation, changing consumer behaviours, and consequently, a shift toward procurement and outsourcing (Giunipero et al. , 2005, Giunipero et al. , 2006, Zheng et al. , 2007). Gottfredson et al. (2005) argued that globalization, accompanied by technological advances, is causing the core of competition to change. These days, the ownership of capabilities of an organization is not as important as its ability to govern and take advantage of critical capabilities, whether or not they are he organization’s assets. Procurement is developing so sophisticatedly that even core functions such as engineering, R&D, manufacturing and marketing can be outsourced. That, according to Gottfredson et al. (2005), in turn, is changing the way the firms think about their organizations, their core values and their competitive abilities. The author also revealed that an emphasis on capability sourcing could result in an organization’s better strategic p osition by reducing costs, streamlining the company, and enhancing quality. Critical functions provided by more qualified partners usually allow organizations to mprove their core capabilities that help them take the lead in their industries. With the business world changing everyday, the propensity to procure becomes prominent than ever. Nowadays procurement is not only practiced by companies in the technology industries but also spread to multiple businesses such as supply chain, manufacturing, services and so forth. It is recognized that not passive cost- ­? focused, but proactive value- ­? focused procurement strategies are a means of achieving competitive advantage and integral to long- ­? term organizational strategy (Leseure et al. , 2005, Mehra and Inman, 2004,Noonan and Wallace, 2004). In a study of the impact of procurement or purchasing on supply integration and performance, Paulraj et al. (2006) also concluded that: (1) a more strategic purchasing function leads to better supply integration; (2) managers must comprehend the importance of purchasing in incorporating buyer- ­? supplier by focusing on â€Å"process, relational, information, and cross- ­? organisational teams†; (3) strategic procurement can create a win- ­? win situation for both buyer and supplier. Taking these into account, it is undeniable that there is a tendency to procure or outsource among organizations.To assist with procurement decision making, Gottfredson et al. (2005) developed a sourcing opportunities map like Figure 1 to help companies judge the relative merits of their outsourcing possibilities. The vertical dimension of the exhibit â€Å"measures how proprietary a process or function is† while the horizontal axis indicates the degree of commonality, both within and outside the company’s industry. The author found that capabilities locating in the upper right portion of the map are potential candidates for procurement. Once capabilities pr omising strong candidates for alternative sourcing are discovered, the ompany needs to figure out how to source them. In this stage, cost and quality requirements should be taken into account to detect key capability gaps to be filled and top- ­? performing competitors or suppliers to partner with. To address these issues, another assessment map has been introduced, again by Gottfredson et al. (2005) as described in the Figure 2 below. Figure 1 What should you outsource? Source: Adapted from (Gottfredson et al. , 2005). Figure 2 How strong are your capabilities? Source: Adapted from (Gottfredson et al. , 2005) The author explained that the position of capabilities on this grid eterminates suitable goals for an outsourcing relationship. Specifically, functions that fall in the upper left should be outsourced to low- ­? cost providers regardless of reduction in quality, while those falling in the lower left require outsourcing partners that can both reduce costs and improve qualit y. 2. Resource- ­based view In the opinion of Mol (2003), resource- ­? based view has today become the domineering perspective of analyzing corporation strategy. However, this concept has been perceived and developed by different scholars in the literature. Porter (1985) suggested a firm’s competitive position an be analyzed by looking at industry structure and the role of internal decision making was overlooked. This theory contradicts itself with earlier strategic management arguments which highlighted both internal and external factors (Skinner, 1969, Ansoff, 1965) and therefore several scholars such as Barney (1991), Amit and Schoemaker (2006), and Peteraf (2006) felt a different perspective and went on developing the resource- ­? based view based on the researches of Coase (1937) and Wernerfelt (1984). In an effort to stress the significance of managerial choice and internal factors, Barney (1991) concluded that he resource- ­? based view â€Å"examines the link between a firm’s characteristics and performance† by investigating varied resources within the firm. By the nature of its activities, procurement management is subject to obtaining inputs from outside partners in the organization’s environment (Mol, 2003). According to Wernerfelt (1984), resource- ­? based approach â€Å"views the firm as a historically determined collection of assets or resources which are tied semi- ­? permanently to the firm’s management†. Lockett and Thompson (2001) criticized that resource- ­? based view is sometimes used to distinguish â€Å"appropriate esources, such as physical capital or brand names, from less tangible assets, such as organizational routines and capabilities†. Appropriate resources can be seen as assets utilized as appropriate over a specific period, while dynamic resources may lie in capabilities that form additional opportunities over time. The crucial requirements of resource- ­? based vi ew are that relevant resources, regardless of their nature, are specific to the firm and not easy to be imitated by rivals (Barney, 1991). It was noted by Lockett and Thompson (2001) that resource- ­? based view is implied in the sense that each firm’s pportunity set is exclusive and a product of the resources is obtained from its past experience. â€Å"Therefore, it follows that decisions about the appropriate boundaries of a firm’s activities should reflect its existing resource bundle. If firms face a similar external environment, in the sense of similar product and factor markets, the resource- ­? based view suggests that those firms with a similar initial resource endowment should display similar ceteris paribus patterns of behavior and performance†. 3. Procurement is an integral part of resource–based view of an organization Procurement and resource- ­based iew Procurement, or in many context, usually referred to as â€Å"outsourcing†, is defined as â€Å" astrategic decision that entails the external contracting of determined non- ­? strategic activities or business processes necessary for the manufacture of goods or the provision of services by means of agreements or contracts with higher capability firms to undertake those activities or business processes, with the aim of improving competitive advantage† (Espino Rodriguez and Padron Robaina, 2006). According to resource- ­? based view, resources can be exploited by means of contracts (Barney, 1999, Gainey and Klaas, 2003,Grant, 1991) and this perspective can be used as a framework to help organizations decide which activities should be outsourced and which to perform in- ­? house. In this regard, one of the dominant frameworks that explain the propensity of procurement is core competences approach (Gilley and Rasheed, 2000, Teng et al. , 2007). Based on this approach, a firm should invest in activities generating core capabilities and outsource the rest (Prahalad, 1990, Hilmer and Quinn, 1994), regarding that the former activities are those providing the firm’s growth and development (Peteraf, 2006). It is pointed out by Prahalad 1990) that a firm can perform better by focusing on those resources generating the core competences. According to the author, short- ­? term success results from the price and the attributes of the products, while long- ­? term competitive advantages lie on the core capabilities, which derives from the firm’s collective learning. Strategic outsourcing, based on resources and capabilities, signifies a deep understanding of the core competences, which assist organizations to build their long- ­? term competitiveness (Bettis et al. , 1992). Espino Rodriguez and Padron Robaina (2006) concluded that the resource ased view helps to distinguish the core competences and provides knowledge (Hilmer and Quinn, 1994) about which activities to perform with internal resources and which to procu re, â€Å"determining that the possession of some resources and capabilities is what defines what the firm itself will do and what it will obtain from third parties†. In order to explain the integral part that procurement plays from resource- ­? based view, it is important to look into the framework developed by Grant (1991), in which a firm’s resources and capabilities are the main considerations in formulating strategies. In this framework or strategy formulation, five stages were established to associate strategy, competitive advantage and resources and capabilities. Among these five stages, the last one refers to â€Å"identifying the resource gaps which need to be filled and invest in replenishing, augmenting and upgrading the firm’s resource base† where there is a place for procurement. This is demonstrated in Figure 3 as below. Grant (1991) believes that regarding the lack of firm’s resources and capabilities, the firm needs to decide betw een developing resources in- ­? house and outsourcing resources from the third parties. Hence, in order to

Friday, January 10, 2020

Does God Exist Essay

In this busy world where almost everything is explained by Science and evidence, no one seems to bother questioning the existence of God. They are either apathetic or simply decided to be atheists or agnostics. Many people, especially the youth, are apathetic. They would rather preoccupy themselves with the newest game of Playstation 3, Hollywood blockbuster movies, sexy music videos of Paris Hilton, sports car, and other more exciting things. Topics of religion and faith are none of their businesses for these are the problems of the priests, pastors, and other faith defenders. They believe that they are too young to care and the important thing is that they do belong to a certain religion, attend some religious obligations, and those would be enough and will serve as â€Å"tickets† to their salvation. But do they understand what they are doing? Do they know what God they are worshipping to? Do they really reflect if they really want the religion they’re into, or they just go with the flow? Others would simply negate that there is a God. These are the atheists. They do not believe in a Supreme Being who creates and controls everything simply because they do not want to. Then, there are those who play safe, the agnostics. They do not confirm nor deny the existence of God just because no one can prove both arguments. Another belief is that of Scientology. Their stand is the only things that are true in this world are those, which can be explained by Science and supported by evidences. Obviously, they do not have a God. The question now is what do we get with these different views. What happens if we believe in God or not? Are we free from the sufferings of this world if we chose to believe in Him? The answer is no. Mr.  Tom Cruise, who is in Scientology, seems to get all the luck in the world even if he does not believe in God. Mother Theresa of Calcutta, who devoted her life caring for the unfortunate, suffered and died as a poor nun. Has she changed the lives of the poor she took cared of? No. The Philippines, a Catholic country, belongs to the Third World where people die of hunger, experience heinous crimes, and suffer from poverty. On the other hand, parts of Europe and United States, where religion and faith seem to be buried under material aspirations, are among the 1st World countries. Ironically, those who have deep faith are the ones who bear all the cruelties in this world, while those who do not have been quite lucky. How unfair life is, isn’t it? But our religious leaders are ready for their standard answers – â€Å"Better suffer here on earth! The more you suffer, the greater the reward awaiting for you in your after life! † So, let’s all suffer despite our goodness. Isn’t it logical? One day a child asked me if there’s a God and I said yes. Then, she asked again why could not she see Him? I couldn’t simply tell her to close her eyes, just have faith, and believe for this won’t answer her question. I couldn’t just tell her that I have Master Yoda’s â€Å"Force† with me and she should believe it. I have to show it to her and let her feel it. I have to give her something that she would understand. It was not the atheists or agnostics, who are closed to the fact that God exists I had to convince, it was a curious girl wanting to know God’s existence. I have to give her a logical explanation for all of these. St. Thomas Aquinas offered 5 reasonable ways to prove God’s existence. First, he believes that there has to be an â€Å"Unmoved Mover. † At this point, I picked up a stone and threw it away. Then, I asked the girl if who made the stone moved. She eagerly replied, â€Å"You! † I said she was very smart. Then I asked her again who moved me to pick up the stone and threw it. She replied, â€Å"God? † The first argument of St. Thomas has 3 basic facts – one, that nothing can move itself; two, if an object is dependent on another in order for it to move, then the first object in motion also needed a mover; and three, the first mover should be unmoved, and this could be God. Tired of walking, we sat on a wooden bench. I asked the girl if she knew the maker of that beautiful bench, the replied she made was it’s the carpenter. I then asked her if she had an idea who made the carpenter. She frowned and whispered, â€Å"his parents? † Again, I asked her who made the carpenter’s parents’ ancestors? Isn’t it God? St. Aquinas’ second way is the causation of existence. He believes that there must have been an â€Å"Uncaused First Cause† who created everything and began the chain of existence. Related to this is St. Aquinas’ 3rd way or the â€Å"contingent and necessary beings. A bench is a contingent being made by wood that came from a tree; man planted that, and who was created by whom? There must be something/someone at the end who created all contingents. St. Thomas Aquinas believes that every contingent being should be dependent form a necessary being for them to exist and that there must exist a being which is necessary to cause contingent beings – this could be God. The small girl looked perplexed with all of the explanations I was giving her. I diverted her attention by asking him to compare Mr. Brad Pitt and Mr. Tom Cruise, of which of the two were more handsome. She immediately replied, â€Å"Brad Pitt! † I then told her that even if Mr. Pitt has a slight edge over Mr. Cruise, there has to be someone more handsome than Pitt or this may even be the most handsome of all handsome. This is the gradient of beauty or perfection. One has to be compared to another that may have more or less. And this is the 4th way of St. Thomas, the â€Å"argument from degrees of perfection. † He believes that there are grades or degrees of perfection and that there must be a perfect standard by which all qualities are measured and compared with, this could be God. While resting, I asked her if she has been taught in her school about the different human systems, i. e. circulatory, nervous, digestive, and others. She said no. I asked then how about symbiotic relationships, photosynthesis, and formation of clouds, which she again had no knowledge in. But she said that she knew where the food goes after it was eaten. Then, I asked her if she was not perplexed by how systematic nature works. It is easier to accept that there must be an â€Å"Intelligent Engineer† who planned all of these rather than these were all products of a big explosion. St. Thomas last way talks about an â€Å"Intelligent Designer†, someone or something must have done these, and this could be God. I am not sure if all of my explanations were enough for the girl to believe in God, but what I have presented, based on St. Aquinas’ 5 Ways, were all basics in life. We experience them daily. These are evidences just enough to convince ourselves that someone or something must be in control, caused things, and moved things. This someone may be the creator of everything, including love, happiness, pain, and suffering. These logical evidences may be still absorbed by a child, but not for atheists. Non-believers would argue that, granting there is a God, who is all-powerful, all good, and all knowing, why does he let certain things happen. Why does he let the plane with a suicide bomber inside to land in the World Trade Center killing a lot of innocent people? If Superman, a fictional character, can stop a plane from crashing, so why cannot this Someone who is omnipotent? If this Someone is all good, why can he let this happen? If he’s all-knowing, then he knew that it was bound to happen and he didn’t do anything to prevent it. I cannot personally provide an answer to all of these doubts that are sufficient for them to believe. But what I do believe is that maybe, crimes like this, were part of the â€Å"master plan† of the Intelligent Designer. † Maybe, what is â€Å"perfect† for him is different from our own concept here on earth. Every abstract painting must look chaotic and one cannot figure it out easily. But when you see its meaning, you begin to appreciate and treat it as an art. Maybe, this is really what life should be. Probably, the beauty of life includes sufferings, cruelties, chaos, and other unacceptable facts. Relative to why God allowed such crime to happen, I believe that He is just respecting the law of nature. He created man to be intelligent and free, thus, he has all the freedom to do whatever he wants to. But of course, in every action there is a consequence, and man should face that. If he decided to eat more then he’ll have himself full and a possibility of stomach ache. The same goes with killing. If one wants to take others lives into his own hands then he can. But this act does not differentiate man from animals or other lower beings. An additional feature was given by the Intelligent Designer exclusive to man, which is conscience. After we knew the rightness or wrongness of an act, we have this conscience if we feel we have done something wrong. That’s the way it is, that’s human nature. And God respects it. God does not want the plane to crash, the suicide bomber wanted it. God, maybe, allowed it for He has a greater plan and there’s something good coming from that crime. The crash was terrible, people died, but it made Americans pray hard at least for a day. It caused them to unite to fight against terrorism. It caused them their humility that they do not control their lives even though their powerful. Proving God’s existence is almost impossible if you’re convincing an atheist or an agnostic. But it is not our duties to force others to believe in each of our own faiths. There are so much complexities in a religion, whether its Catholic, Moslem, Scientology, or even Atheists. Perpetual debates are heard daily claiming that their religion is the legitimate one, often times causing a fight between its pastors. But we tend to forget the basic and primal fact of being a human, which is to cause harmony to all mankind. Being human is to show love, respect, and service to everyone. I think in the end, when we face our Creator, religion would not be our only pass to salvation, but on how many lives we inspired and changed for the betterment of the world. Aren’t we tired of proving God’s existence? People spend a lot of time and resources looking for evidences of His existence just to correlate Science and Faith. Yes, there are unexplainable things such as violence, crimes, cruelties, and other unfairness of this world, that cast doubts to His existence, but we still manage to live. There is still air to breathe, food to eat, and water to drink. We don’t need a grand miracle of dead people rising to life and water turning into wine. Miracles happen daily from the moment we wake up and live for another day. It is not God who should prove His existence to us because it is obvious thru the wonders of this world. It is we, man, who should prove our existence to Him. Let us prove to Him that despite the materialistic and busy world we live in, human goodness still exists.

Thursday, January 2, 2020

Origins of Racism Essay - 2456 Words

Origins of Racism There are many theories that attempt to identify the precise origins of racism. The three articles that were designated for reading each try to answer the question of what are the sources of racism. Of the three, I found that both Loewenberg#61501;s and Allport#61501;s arguments combined best explain where racism stems from. By using the aforementioned articles I will assert my opinion of the subject, and use past and current class readings to support my argument. In doing so, some light may be shed upon what are the actual derivations of racism. In Allport#61501;s article, Formation of In-Groups, there is a social psychological approach taken. He uses in-groups and reference groups to aid in his defining†¦show more content†¦In-groups are often recreated to fit the needs of individual group members, and when the needs are strongly aggressive, the redefinition of the in-group may primarily be in terms of the hated out-groups (Allport 94). The hated out-group in terms of racial relations of whites is people of color. Reference groups sometimes have the same meaning as in-groups. This is mostly when the reference group accepts the individual. An example of this is when a black wants to be part of the white majority, and isn#61501;t able to because of his color and affiliation with the black in-group. This is brought on by the demand for people color to adapt to white culture. In doing so, people of color are forced to rid themselves of taking pride in their ethnicity and culture. By doing this, a person of color may develop self-hate for themselves as individual or for their group. The minority group member is forced to make the dominant majority his reference group in respect to language, manners, morals, and law. He may be entirely loyal to his minority in-group, but he is at the same time always under the necessity of relating himself to the standards and expectations of the majority (Allport 95). The dominant majority is for him a r eference group. It exerts a strong pull upon him, forcing attitudinal conformity. Thus, both in-groups and reference groups are important in the formation of attitudes (Allport 97). All humans have needs, andShow MoreRelatedThe Origins Of Racism1281 Words   |  6 PagesThe origins of racism in our individual lives are difficult to trace. Our everyday lives are polluted with racist jokes, unfair treatment, and inequality. As well as negative stereotypes that create disadvantages, in the work place, education, and in public. We are constantly surrounded by this polluted air and must face these disadvantages. No matter what race, color, class or gender we are, we have a voice and the ability to counteract racism and prejudices and eliminate the racial smog that surroundsRead MoreAnalysis Of The Article School s Discipline For Girls Essay1541 Words   |  7 PagesSocietal Racism in the United States In her article, â€Å"School’s Discipline for Girls Differs by Race and Hue (2014),† Tanzina Vega emphasises and addresses the issue of societal racism by sharing with the reader the personal experiences of young African American girls within the school disciplinary system in the United States. Through examining these girls experiences, it becomes apparent that societal racism, or racism that is overwhelmingly and systemically prevalent and entrenched in all aspectsRead MoreRacism : The Roots Of Racism1144 Words   |  5 Pagesmajor issue of racism in America and the effect it had on the people at the receiving end.The book showed how the whole government system was racist and would not allow the non-whites to uplift.As a result they always remained in poverty.So as part of my research assignment I decided to conduct research on racism. My hypothesis was that even though racist policies have ended racism is still a major issue in the society .I broke my research down to 3 primary question. Origin of racism in America.WhatRead MoreImpact Of Colonia On Indian Ocean And The Trans Atlantic Trading Systems848 Words   |  4 PagesAn Analysis of the Impact of Colonia Racism in the Indian Ocean and the Trans-Atlantic Trading Systems This African study will compare the impact of colonial racism as part of the exploitation of African people by European traders in the Indian Ocean and trans-Atlantic trade systems. The origin of international trade in the Indian Ocean stemmed from the arrival of the Portuguese, which sought out gold and loot to be taken from the Swahili peoples. In this manner, the Swahili were not technologicallyRead More Du Bois vs. Cox Essay1075 Words   |  5 Pagesdevelopment their own opinion. How did this concept of race develop into the immense issue we are facing now? According to Oliver C. Cox, the origin of race relations starts with ideas of ethnocentrism, intolerance, and racism. W. E. B. Du Bois said that if what want to find the truth out about race we need to look at the history of the world past the last centuries. The origin of race in my judgment as resulted from both history and the concepts mentioned in Cox’s opinion. nbsp;nbsp;nbsp;nbsp;nbsp;HeRead MoreRacism And The Immigration Restriction Act Of 19011432 Words   |  6 Pages Table of Content †¢ Introduction †¢ What is racism? †¢ History of Racism in Australia †¢ Effects †¢ Causes †¢ Where does racism come from? †¢ Who experiences racism? †¢ What can be done to fight racism? †¢ Where does racism come from? †¢ Graph †¢ Solution †¢ Conclusion †¢ Bibliography Racism Report INTO: The Immigration Restriction Act of 1901 led to the limitation of non-European migration, which became known as White Australian Policy .In 1901, 98% of people in AustraliaRead MoreRacism Is A Long And Controversial Issue1340 Words   |  6 PagesRacism has been a long and controversial issue in the United States. Workplace racism has existed just as long. In this report, I will discuss what race is and the five different types of racism, the types of workplace racism, the laws that were put in place to prevent workplace racism and the potential solutions to solving it. First, the question: What is race? Race is defined â€Å"as the biological heritage including physical characteristics such as one’s skin color and associated traits that peopleRead MoreRacism : Racism And Racial Discrimination1425 Words   |  6 PagesRacism consists of ideologies and practices that seek to justify, or cause, the unequal distribution of privileges, rights or goods among different racial groups. Modern variants are often based in social perceptions of biological differences between peoples. These can take the form of social actions, practices or beliefs, or political systems that consider different races to be ranked as inherently superior or inferior to each other, based on presumed shared inheritable traits, abilities, or qualitiesRead MoreIdeology Of Racism983 Words   |  4 PagesAnalysis of Racism Introduction Racism is defined as the negative feeling towards people belonging to other races whereby a person firmly believes that to be true based on genetic endowment. Such negative feeling is justified by factors, such as failure, ego, economic setbacks, or resources. Racism is one of the greatest problems mankind faces as the dominant groups holding the notion that their superiority in biological endowment justifies them to mistreat other based on their race. Racism encompassesRead MoreTraditional Practices And Other Cultural Beliefs1748 Words   |  7 Pagessociety. Patricia Cardosa brings out issues of family values, racism and social expectations of women in the film ‘Real Women have Curves’. In the film, women are required by society or their families to fulfill specific family values against their wish. On the other hand, Villanueva raises similar issues in his autoethnography. In one part, the book is an autobiographical, giving detail of his life as an American of Puert o Rican origin living in New York since childhood. The other part gives Villanueva’s