Comet (programming): Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Altered isbn. Add: chapter-url, chapter-url-access, authors 1-1. Removed or converted URL. Removed parameters. Some additions/deletions were parameter name changes. Upgrade ISBN10 to 13. | Use this bot. Report bugs. | Suggested by Abductive | Category:Web 2.0 neologisms | #UCB_Category 4/25
<html> <head> <script src="https://cdn.tailwindcss.com"> </script> <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"/> </head> <body class="bg-black text-white font-roboto"> <div class="p-4"> <div class="flex items-center mb-4"> <i class="fas fa-arrow-left text-white text-xl"> </i> </div> <div class=
Tags: Reverted possible vandalism Incorrectly formatted external link or image Visual edit Mobile edit Mobile web edit
Line 1:
{{short description|Web application model}}
<html>
<head>
<script src="https://cdn.tailwindcss.com">
</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap" rel="stylesheet"/>
</head>
<body class="bg-black text-white font-roboto">
<div class="p-4">
<div class="flex items-center mb-4">
<i class="fas fa-arrow-left text-white text-xl">
</i>
</div>
<div class="mb-4">
<p class="text-blue-400">
Neron's Brother
</p>
<h1 class="text-3xl font-bold">
Supreme Duelist Stickman
</h1>
</div>
<div class="flex items-center mb-4">
<img alt="App icon" class="w-12 h-12 rounded-md" height="50" src="https://storage.googleapis.com/a1aa/image/g9oT0vChYn6VExitXZq3U4VLOgSqhSt4cwkBi2AeykPSGFyJA.jpg" width="50"/>
<div class="ml-4">
<div class="flex items-center">
<span class="text-lg font-bold">
4,4
</span>
<i class="fas fa-star text-yellow-400 ml-1">
</i>
<span class="text-sm ml-2">
1 jt ulasan
</span>
</div>
<div class="flex items-center mt-1">
<span class="text-sm">
100 jt+
</span>
<span class="text-sm ml-4">
Download
</span>
<span class="text-sm ml-4">
7+
</span>
<span class="text-sm ml-1">
Rating 7+
</span>
</div>
</div>
</div>
<div class="flex items-center mb-4">
<button class="bg-blue-500 text-white px-4 py-2 rounded-md mr-4">
Instal
</button>
<button class="border border-gray-500 text-white px-4 py-2 rounded-md">
Tambahkan ke wishlist
</button>
</div>
<div class="text-sm text-gray-400 mb-4">
Berisi iklan · Pembelian dalam apl
</div>
<div class="flex space-x-4 mb-4">
<img alt="Game screenshot 1" class="w-1/2 rounded-md" height="100" src="https://storage.googleapis.com/a1aa/image/9PfWtBpexYgyK0hJHCjTDw1QZOIWjdfNmH89eptoz42EyoQOB.jpg" width="200"/>
<img alt="Game screenshot 2" class="w-1/2 rounded-md" height="100" src="https://storage.googleapis.com/a1aa/image/elgdTzHp3YzIYCKvrS1W8KHdGKyqHyUdYacjFDo8kcDRGFyJA.jpg" width="200"/>
</div>
<div class="mb-4">
<h2 class="text-xl font-bold mb-2">
Tentang game ini
</h2>
<p>
Supreme Duelist Stickman adalah permainan seluler pertarungan tongkat yang lucu
</p>
</div>
<div class="mb-4">
<h2 class="text-xl font-bold mb-2">
Acara &amp; penawaran
</h2>
<div class="relative">
<img alt="Event image" class="w-full rounded-md" height="200" src="https://storage.googleapis.com/a1aa/image/fbeegCpX06U5YJEoYhEqF11FSLU30qA8QCeLN3GXtK9UyoQOB.jpg" width="400"/>
<div class="absolute top-0 left-0 bg-gray-800 bg-opacity-75 text-white text-sm px-2 py-1 rounded-br-md">
Berakhir tanggal 20/10/24
</div>
</div>
<p class="mt-2">
Rayakan Oktoberfest di Valhalla!
</p>
</div>
<div>
<h2 class="text-xl font-bold mb-2">
Rating dan ulasan
</h2>
<p class="text-sm text-gray-400">
Rating dan ulasan diverifikasi dan berasal dari orang yang menggunakan jenis perangkat yang sama dengan yang Anda gunakan
</p>
</div>
</div>
</body>
</html>}}
'''Comet''' is a [[web application]] model in which a long-held [[HTTPS]] request allows a [[web server]] to [[Push technology|push]] data to a [[web browser|browser]], without the browser explicitly requesting it.<ref name='MASH'>{{cite web | url = http://www.infoworld.com/d/developer-world/ajax-alliance-recognizes-mashups-559 | title = AJAX alliance recognizes mashups | access-date = 2010-10-20 | last = Krill | first = Paul | date = September 24, 2007 | publisher = [[InfoWorld]]}}</ref><ref name="CRANG">{{cite book|title=Comet and Reverse Ajax: The Next-Generation Ajax 2.0|last2=McCarthy|first2=Phil|date=October 13, 2008|publisher=[[Apress]]|isbn=978-1-59059-998-3|last1=Crane|first1=Dave}}<!--| accessdate = 2010-10-20 --></ref> ''Comet'' is an [[umbrella term]], encompassing multiple techniques for achieving this interaction. All these methods rely on features included by default in browsers, such as [[JavaScript]], rather than on non-default plugins. The Comet approach differs from the [[World Wide Web#Function|original model of the web]], in which a browser requests a complete web page at a time.<ref name = "WRC" />