<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6717042669925437336</id><updated>2021-01-03T13:08:50.119+05:30</updated><title type='text'>Rawking Tech</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><blogger:adultContent>true</blogger:adultContent><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-4516316923465460823</id><published>2021-01-02T11:28:00.001+05:30</published><updated>2021-01-02T11:28:23.544+05:30</updated><title type='text'>What&#39;s a Webhook?</title><content type='html'>&lt;p&gt;&amp;nbsp;A webhook is an API concept that&#39;s growing in popularity. As more and more of what we do on the web can be described by events, webhooks are becoming even more applicable. They&#39;re incredibly useful and a resource-light way to implement event reactions.&lt;/p&gt;&lt;p&gt;So, what exactly is a webhook? A webhook is a way for an app to provide other application with real-time information. A webhook delivers data to other application as it happens, meaning you get data immediately. Unlike typical APIs where you would need to poll for data very frequently in order to get it real-time. This makes webhooks much more efficient for both provider and&amp;nbsp; consumer. The only drawback to webhooks is the difficulty of initially setting them up.&lt;/p&gt;&lt;p&gt;Webhooks are sometimes referred to as &quot;Reverse APIs,&quot; as they give you what amounts to an API spec, and you must design and API for the werbhook to use. The webhook will make an HTTP request to your app and you will then be charged with interpreting it.&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/4516316923465460823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2021/01/whats-webhook.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/4516316923465460823'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/4516316923465460823'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2021/01/whats-webhook.html' title='What&#39;s a Webhook?'/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-588506716127807375</id><published>2021-01-01T12:54:00.000+05:30</published><updated>2021-01-01T12:54:44.033+05:30</updated><title type='text'>What is a programming language?</title><content type='html'>&lt;p&gt;&amp;nbsp;When beginning your coding journey, you may find yourself asking, &quot;What exactly is a programming language?&quot;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The code is pretty much like writing a paragraph of instruction or creating a to-do list to computers. Unlike us humans, the to-do list and instructions you write for the computer has to be extremely detailed and written in some logic.&lt;/p&gt;&lt;p&gt;With code and programming, you can get to draw complex shapes and create rich computer graphics,&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/588506716127807375/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2021/01/what-is-programming-language.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/588506716127807375'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/588506716127807375'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2021/01/what-is-programming-language.html' title='What is a programming language?'/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-5549196917651415828</id><published>2021-01-01T12:29:00.002+05:30</published><updated>2021-01-01T12:36:52.420+05:30</updated><title type='text'>What is jQuery </title><content type='html'>&lt;p&gt;&amp;nbsp;jQuery is a lightweight, &quot;write less, do more&quot;, JavaScript library.&lt;/p&gt;&lt;p&gt;The purpose of jQuery is to make it much easier to use JavaScript on your website.&lt;/p&gt;&lt;p&gt;jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.&amp;nbsp;&lt;/p&gt;&lt;p&gt;jQuery also simplifies a lot the complicated things from JavaScript, like AJAX calls and DOM manipulation.&lt;/p&gt;&lt;p&gt;The jQuery library contains the following features:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;HTML/DOM manipulation&amp;nbsp;&lt;/li&gt;&lt;li&gt;CSS manipulation&amp;nbsp;&lt;/li&gt;&lt;li&gt;HTML event methods&amp;nbsp;&lt;/li&gt;&lt;li&gt;Effects and animations&amp;nbsp;&lt;/li&gt;&lt;li&gt;AJAX&lt;/li&gt;&lt;li&gt;Utilities&lt;/li&gt;&lt;/ul&gt;Tip: In addition, jQuery has plugins for almost any task out there.&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/5549196917651415828/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2021/01/what-is-jquery.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5549196917651415828'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5549196917651415828'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2021/01/what-is-jquery.html' title='What is jQuery '/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-5718732782249361211</id><published>2020-12-30T17:25:00.002+05:30</published><updated>2020-12-30T17:25:42.559+05:30</updated><title type='text'>What is Phishing? </title><content type='html'>&lt;p&gt;&amp;nbsp;Phishing is a cybercrime in which a target or targets are contacted by email, telephone or text message by someone posing as a legitimate institution lure individuals into providing sensitive data such as personally identifiable information, banking and credit card details, and passwords.&lt;/p&gt;&lt;p&gt;The information is then used to access important accounts and can result in identity and financial loss.&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/5718732782249361211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-phishing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5718732782249361211'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5718732782249361211'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-phishing.html' title='What is Phishing? '/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-440970304504383221</id><published>2020-12-30T17:19:00.005+05:30</published><updated>2020-12-30T17:19:40.521+05:30</updated><title type='text'>Definition of Segmentation </title><content type='html'>&lt;p&gt;&amp;nbsp;Segmentation means to divide the marketplace into parts, or segments, which are definable, accessible, actionable, and profitable and have a growth potential. In other words, a company would find it impossible to target the entire market, because of time, cost and effort restriction. it needs to have a &#39;definable&#39; segment -a mass people who can be identified and targeted with reasonable effort, cost and time.&lt;/p&gt;&lt;p&gt;Once such a mass is identified, it has to be checked that this mass can actually be targeted with the resources at hand or the segment should be accessible to the company.&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/440970304504383221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/definition-of-segmentation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/440970304504383221'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/440970304504383221'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/definition-of-segmentation.html' title='Definition of Segmentation '/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-2995423812431305061</id><published>2020-12-30T17:09:00.001+05:30</published><updated>2020-12-30T17:09:11.699+05:30</updated><title type='text'>What is Digital marketing </title><content type='html'>&lt;p&gt;&amp;nbsp;At a high level, digital marketing refers to advertising delivered through digital channels such as search engines, websites, social media, email, mobile apps. Using these online media channels marketing is the method by which companies endorse goods, services, and brands. consumers heavily rely on digital means to research products. For example, think with Google marketing insights found that 48% of consumers start&amp;nbsp; their inquiries on search engines, while 33% look to brand websites and 26% search within mobile application.&lt;/p&gt;&lt;p&gt;While modern day digital marketing is an enormous system of channels to which marketers simply must onboard their brands, advertising online is much more complex than the channels alone. In order to achieve the true potential of digital marketing, marketers have to dig deep into today&#39;s vast and intricate cross-channel world to discover meaningful interactions with potential and retiring customers based on the data you collect over time.&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/2995423812431305061/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-digital-marketing_30.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/2995423812431305061'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/2995423812431305061'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-digital-marketing_30.html' title='What is Digital marketing '/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-1250093872861033436</id><published>2020-12-28T17:59:00.004+05:30</published><updated>2020-12-28T17:59:25.897+05:30</updated><title type='text'>Evolution of databases </title><content type='html'>&lt;p&gt;&amp;nbsp;The database has completed more than 50 years of jorney of its evolution from flat system to relation and object systeam . It has gone several generations&amp;nbsp;&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/1250093872861033436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/evolution-of-databases.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/1250093872861033436'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/1250093872861033436'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/evolution-of-databases.html' title='Evolution of databases '/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-6478406853832945156</id><published>2020-12-28T17:56:00.004+05:30</published><updated>2020-12-28T17:56:25.435+05:30</updated><title type='text'>What is Database</title><content type='html'>&lt;p&gt;&amp;nbsp;A database is an organized collection of data, so that it can be easily accessed and managed. You can organize data into tables ,row, columns, and index it to make easier to find e=relevant inform Database handles create a database in such a way that only one set of software program provides a The main purpose of the database is to operated&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/6478406853832945156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-database.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/6478406853832945156'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/6478406853832945156'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-database.html' title='What is Database'/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-5532255883505211044</id><published>2020-12-28T17:40:00.002+05:30</published><updated>2020-12-28T17:40:37.558+05:30</updated><title type='text'>What is Data </title><content type='html'>&lt;p&gt;&amp;nbsp;Data is a collection of a distinct small unit of information. It can be used a variety of forms like text,&lt;/p&gt;&lt;p&gt;can be stored in pieces of paper of&amp;nbsp; electronic memory, etc.&lt;/p&gt;&lt;p&gt;Word &#39;DATA&#39; is originated from the word &#39;single piece of information&#39;. it is plural of t In computing, Data is information that can be translated into a from efficient movement and process&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/5532255883505211044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-data.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5532255883505211044'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5532255883505211044'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-data.html' title='What is Data '/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-7647917448693564216</id><published>2020-12-28T17:34:00.003+05:30</published><updated>2020-12-28T17:34:47.677+05:30</updated><title type='text'>Why use JavaScript over other programming languages?</title><content type='html'>&lt;p&gt;&amp;nbsp;Aside from unlimited possibilities, there are many reasons for web developers to use JavaScript over programming languages:&lt;/p&gt;&lt;p&gt;. JavaScript is the only programming language native web browser&amp;nbsp;&lt;/p&gt;&lt;p&gt;. JavaScript is the most popular language&amp;nbsp;&lt;/p&gt;&lt;p&gt;. There&#39;s a low threshold to get started&lt;/p&gt;&lt;p&gt;. it&#39;s a fun language a learn&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/7647917448693564216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/why-use-javascript-over-other.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/7647917448693564216'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/7647917448693564216'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/why-use-javascript-over-other.html' title='Why use JavaScript over other programming languages?'/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-5642175890818368518</id><published>2020-12-28T17:30:00.001+05:30</published><updated>2020-12-28T17:30:13.516+05:30</updated><title type='text'>What is JavaScript ? </title><content type='html'>&lt;p&gt;&amp;nbsp;JavaScript&amp;nbsp; is text-based used web-based application and web browsers. But JavaScript is also used beyond the web in software, servers and embedded hardware controls/ Here are some basic things JavaScript is used for&lt;/p&gt;&lt;p&gt;1. creating web and mobile apps&lt;/p&gt;&lt;p&gt;2. Building web servers and developing server applications&amp;nbsp;&lt;/p&gt;&lt;p&gt;3. Game development&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/5642175890818368518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-javascript.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5642175890818368518'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/5642175890818368518'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/what-is-javascript.html' title='What is JavaScript ? '/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-7810979200173104835</id><published>2020-12-26T21:39:00.004+05:30</published><updated>2020-12-26T21:39:45.215+05:30</updated><title type='text'>Consider Wordsworth as a poet of Nature, as reflected in the poem, &#39;Upon Westminster Beidge&#39; ?</title><content type='html'>&lt;p&gt;&amp;nbsp;Wordsworth is apoet Nature. His poetry generally presents natural scenes and rustic life. Here, the poet is inspired scenes by the beauty of the city of London as seen from the Westminster Bridge in the early morning, The poet shows how a busy city like London has its own beauty in the bright morning. This beauty which clothes the city is slinter yet glorious. Everything in the city has a romantic charm. Ships. towers, domes, theaters and temples are glittering in the smokeless air. The river Thames flows freely. Nature&#39;s tranquility is echoed in the sleeping city. Thus, the poet presents the city of London as an integral part of Nature bridging the urban-rural divide.&amp;nbsp; &amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/7810979200173104835/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/consider-wordsworth-as-poet-of-nature.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/7810979200173104835'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/7810979200173104835'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/consider-wordsworth-as-poet-of-nature.html' title='Consider Wordsworth as a poet of Nature, as reflected in the poem, &#39;Upon Westminster Beidge&#39; ?'/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6717042669925437336.post-8605758634631177053</id><published>2020-12-12T13:47:00.007+05:30</published><updated>2020-12-12T13:47:55.861+05:30</updated><title type='text'>&quot;EARTH HAS NOT ANYTING TO SHOW MORE FAIR&quot;-WHAT DOES THE POET MEAN BY THIS? WHY DOES THE OPENING LINE SEEM TO BE STRIKING ?</title><content type='html'>&lt;p&gt;&amp;nbsp;The sight of the city of London in the early morning is very beautiful. It has impressed the poet so much that poet so much is so beautiful as it. Nothing can be compared to the beauty of the early morning sight of London.&lt;/p&gt;&lt;p&gt;Wordsworth, the poet of Nature, makes an unusual statement about the beauty of the city of London. In other romantic poems, Wordsworth beautifies the rural sight and dignifies the ordinary event of rustic people. Urbanity has never before been glorified by him. This makes the first line striking.&amp;nbsp; &amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://www.rawkingtech.com/feeds/8605758634631177053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.rawkingtech.com/2020/12/earth-has-not-anyting-to-show-more-fair.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/8605758634631177053'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/6717042669925437336/posts/default/8605758634631177053'/><link rel='alternate' type='text/html' href='https://www.rawkingtech.com/2020/12/earth-has-not-anyting-to-show-more-fair.html' title='&quot;EARTH HAS NOT ANYTING TO SHOW MORE FAIR&quot;-WHAT DOES THE POET MEAN BY THIS? WHY DOES THE OPENING LINE SEEM TO BE STRIKING ?'/><author><name>Rahul Paul</name><uri>http://www.blogger.com/profile/17266721182431996023</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>