Skip to main content

Posts

Showing posts with the label Education

I Went to School for 18 Years... and Got Pranked by Life!

 Hey, I'm Shishir. I'm from Nepal, and now I'm living in Perth, Australia. And here's something I've been thinking about: I spent 18 years of my life going to school. Yeah, 18. I'm 20 now, and honestly? I'm still trying to figure out if it was all... worth it.  It felt like a full-time job. 10 to 4, every day. Backpack stuffed with textbooks, notebooks spilling out, sometimes even an extra bag. Then home, the real work started: homework, test prep, the constant pressure to get better grades. I was convinced that if I worked hard enough, I'd unlock some secret to success. That was the routine until Grade 10. Then came the big decisions: Morning classes or day classes? (Day classes, obviously. Who wants to freeze in the winter?) And then the even bigger ones: Science, commerce, arts, law? What college? I ended up at a pricey college in Kathmandu, because a relative went there. Looking back, I think, "Why didn't I just go somewhere more affordable...

JOB APPLICATION COVER LETTER TEMPLATES AND GUIDES ( FREE ) 2024 - No Experience - Gamesandblogs

 JOB APPLICATION COVER LETTER TEMPLATES AND GUIDES ( FREE ) 2024 -  Gamesandblogs  Here are some of the templates in written format                                                                                                              Your Name                                                                                                              Location                   ...

Is Krishna Real ? Gamesandblogs

 Is Krishna Real? Gamesandblogs About Krishna.. Krishna is one of the most revered and beloved deities in Hinduism. He is worshipped as the eighth avatar (divine incarnation) of Vishnu, the preserver god in the Hindu trinity. However, in many traditions, Krishna is also considered the Supreme God in his own right. Is Krishna Real? Traditional/Religious View: Hindus believe that Krishna was a real person, an avatar (divine incarnation) of Vishnu, who lived approximately 5,000 years ago. He is considered a central figure in Hinduism, revered for his teachings in the Bhagavad Gita and his role in the Mahabharata war. Scholarly View: While there is no definitive archaeological evidence to prove Krishna's existence as described in the texts, many scholars believe there may be a historical basis for the figure. Some suggest he may have been a significant leader, teacher, or philosopher who was later deified. Archaeological Evidence: While some archaeological findings like the Heliodor...

On Libraries Exercise : Questions Answers class 12 English

  On Libraries Exercise : Questions Answers class 12 English Shishir bhattarai September 27, 2021  Understanding the text  Answer the following questions.  a. Where could the author be found when he was late for lunch or dinner? = The author was the voracious reader and fond of reading books. His only time pass was to study books. He used to go to library in his spare time. That's why he could be found in the library if he was ever late for the dinner. b. What are his first memories? = When author was a child, he was introduced to books and library since his parents were fond of books, specially his mother. So, we can say that books and libraries are the first memories of the author. c. Why did he dislike school? = Theoretical and obligatory teachings methods of the school were not liked by the author. Studying becomes easier and matter of interest when student studies with his/her own genuine interest, not by any obligation or instruction. Since, the school was not ...

Creating a Chatbot with HTML Code

Creating a Chatbot with HTML Code Chatbots have become an essential part of modern-day communication, making it easy to interact with customers, provide support, and automate tasks. In this article, we will create a simple chatbot using HTML code and JavaScript. Prerequisites To create a chatbot with HTML code, you need to have basic knowledge of HTML and JavaScript. You should also have a text editor or an integrated development environment (IDE) installed on your computer. Step 1: Setting up the HTML Code The first step is to create an HTML file and set up the basic structure. Here's a simple code to get started: ``` <!DOCTYPE html> <html> <head> <title>Chatbot</title> </head> <body> <div id="chatbot-container"> <div id="chatbot-output"></div> <input type="text" id="chatbot-input" placeholder="Type your message here..."> </div> <script src=...

EXCEL ASSIGNMENT HELP | GAMESANDBLOGS

Here are some commonly used keyboard shortcuts in Excel that work across various versions: 1. Ctrl + C: Copy selected cells or data 2. Ctrl + V: Paste copied cells or data 3. Ctrl + X: Cut selected cells or data 4. Ctrl + Z: Undo the last action 5. Ctrl + Y: Redo the last action 6. Ctrl + A: Select all cells in the worksheet 7. Ctrl + S: Save the workbook 8. Ctrl + F: Open the Find and Replace dialog box 9. Ctrl + H: Open the Find and Replace dialog box with the Replace tab selected 10. Ctrl + B: Apply or remove bold formatting to selected cells 11. Ctrl + I: Apply or remove italic formatting to selected cells 12. Ctrl + U: Apply or remove underline formatting to selected cells 13. Ctrl + P: Print the workbook 14. Ctrl + N: Create a new workbook Here are some additional keyboard shortcuts for Excel: 15. Ctrl + K: Insert a hyperlink 16. Ctrl + E: Flash fill 17. Ctrl + G: Go to a cell 18. Ctrl + J: Fill down a column with the contents of the first cell 19. Ctrl + L: Create a table 20. Ct...

Class 11 English | Unit 8 Humour and Satire Exercise Question Answer Solution | Grammar

  Class 11 English | Unit 8 Humour and Satire Exercise Question Answer Solution | Grammar This is class 12 all chapter

Learn basic HTML Languages in 5 minutes | Gamesandblogs

HTML  HYEPR TEXT MARKUP LANGUAGE It is Used   to organize and format  web pages  and other  documents  on the  World Wide Web . SOME ARTICLE CONTAINS FROM  W3SCHOOLS What Does HTML Tag Mean? An HTML tag is commonly defined as a set of characters constituting a formatted command for a Web page. At the core of HTML, tags provide the directions or recipes for the visual content that one sees on the Web. If you want to use a code example that includes HTML, you must use HTML entities for your < and >. If you don't do this, it will be interpreted as actual HTML CREATE A AWESOME FORM FOR YOUR WEBSITES .SOME MAJOR HTML TAGS Tag Description <!--...--> Defines a comment <!DOCTYPE>   Defines the document type <a> Defines a hyperlink <abbr> Defines an abbreviation or an acronym <acronym> Not supported in HTML5. Use  <abbr>  instead. Defines an acronym <address> Defines contact information fo...