Posts

Showing posts from September, 2023

Analysis on my product database regarding wrbsite

Image
  In the diagram above, i have calculated my total cost and also i ensured there is no mistake in the product ID i entered. Also, here i have shoen the bar chat of my sum of profit by product id. Finally, i made a pie chart using legend labelling.

ANALYSIS OF HOMEPAGE OF NIKE AND LOUIS VUITON

Image
Differences: 1. Louis Vuitton is a luxury fashion brand, while Nike is a sports and athletic brand. 2. The visuals and design of the Louis Vuitton website focus on elegance, while the Nike website emphasizes energy and movement. 3. The product range of Louis Vuitton includes high-end fashion items such as leather goods, accessories, and clothing, whereas Nike offers sports gear, footwear, and apparel. 4. Louis Vuitton targets a high-end niche market, while Nike has a broader target audience. 5. The prices of Louis Vuitton products are significantly higher than that of Nike products. Similarities: 1. Both websites focus on showcasing their products in an aesthetically pleasing manner. 2. Both websites categorize their products based on product type and gender. 3. They both promote their brand through celebrity endorsements and collaborations. 4. The checkout and payment process for both websites are similar. 5. The websites both offer customer service support and provide options to trac...

Website Development Analysis

Image
In this blog, I will be analyzing the content in my website: HOME PAGE AND WELCOME PAGE                    I made an obvious welcome and safe when using and making transaction on the website. FAQ PAGE                                    In Expresso, this are FAQs we have  

My website Procedure

Image
  

alt tags and html 2

  HTML tags are an important aspect of website design and development. Two such tags that are frequently used are the alt tag and title tag. The alt tag, short for alternative text, is used to provide a description of an image on a website. The title tag is used to provide a title or a caption for the image.   The alt tag is important for accessibility purposes. It is used to provide a description of the image for people who are unable to see it, such as visually impaired individuals who use screen readers. The alt text can be written in a way that provides a full understanding of the image for people who cannot see it, including its content, context and function. For example, if an image shows a dog playing with a ball, the alt tag could be “A golden retriever playing with a red ball in the backyard.”   Apart from accessibility purposes, the alt tag also plays an important role in search engine optimization (SEO). Search engines like Google cannot scan images, bu...

My Website ERD

Image
  In the diagram above analysis: Entities: Objects or concepts that are distinct, identifiable, and have a defined relationship with other objects or concepts. Attribute: Characteristics or properties of an entity that describe or define it. Attributes can be qualitative or quantitative. Prime Attribute: An attribute that uniquely identifies an entity within a database. It is also known as a key attribute.

ERD

Entity Relationship Diagram (ERD) is a data modeling technique used to visualize the structure of an organization’s data. ERDs consist of graphical symbols to show entities, attributes, and relationships between entities. Entities are real-world objects, attributes are the properties of entities, and relationships describe how these entities are related to each other (Kroenke, Auer, & Yoder, 2010). ERDs have a variety of applications in different fields, such as project management, computer science, software development, and database design. In software development, ERDs help in designing databases for storing, retrieving, and analyzing specific types of data. In database design, ERDs assist in designing well-organized databases with proper data integrity, avoiding data duplication and redundancy (Hoffer, Venkataraman, & Topi, 2014). One of the main benefits of ERDs is to help developers and IT professionals better understand business logic related to data. ERDs also facilitate...

SDLC(software development life cycle)

The System Development Life Cycle (SDLC) is a methodology introduced to develop and maintain information systems. SDLC is a process that ensures the quality of software development in a systematic way (Hoffer, George, and Valacich, 2015). This blog aims to describe the different phases of the SDLC process and the benefits it offers in the development and maintenance of information systems.  The SDLC process is divided into different phases, each with its specific objective (Davies, 2018). The first phase is planning, where the project is defined by identifying the problem's nature, scope, and goals. This phase helps in outlining the project's objectives, giving the developers a clear understanding of the project's requirements. The second phase is analysis, where the system requirement is defined through data collection, interviews, observation, and analysis. This phase helps to ensure that the developed system meets the end user's requirements (Hevner et al., 2014). Th...