-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path2021notlar.html
More file actions
57 lines (36 loc) · 2.35 KB
/
2021notlar.html
File metadata and controls
57 lines (36 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
butonla javascript fonksiyonu çalıştırmanın iki yolu var. birincisi htmlde butonun yanına onclick "fonksiyonadı" eklemek;
<a href="https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_onclick">tık</a><br>
ikincisi ise butona id verip javascript içerisinde o idye sahip olan butonu tıklatmak;
<a href="https://jsfiddle.net/ourcodeworld/rce6nn3z/2/#Result">How to create a file and generate a download with Javascript in the Browser (without a server) - JSFiddle - Code Playground</a><br>
<p id="accept-favor">
<a title="Accept this Favor" href="asd" onclick="return confirm('emin misiniz?');">Accept this Favor</a></p>
<a href="https://stackoverflow.com/questions/4952459/javascript-alert-box-with-confirm-on-button-press">JavaScript alert box with confirm on button press - Stack Overflow</a><br>
<script>this.reset();</script>
"<script>test();</script>" yazarsan sayfa yüklenirken içindeki test fonksiyonu çalışır.
<a rel="nofollow noopener" href="https://github.com">test</a>
<p>variable ve id isimleri:</p>
elma
armut
limon
kahve
oralet
patates
domates
karpuz
<base target="_blank">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
windows 10 ayarlar uygulaması > gizlilik > arkaplan uygulamaları kısmından gereksiz arkaplan uygulamalarını kapat. (neredeyse hiçbiri gerekli değil)
windows 10 ayarlar uygulaması > sistem > varsayılan uygulamalar kısmından default programları seç.
çalıştıra "control.exe folders" yaz, açılan pencerede alt kısımdaki "gizlilik" başlığında iki tane tik var, ordan tikleri kaldır.
çalıştıra "systempropertiesadvanced" yaz, açılan pencerede performans başlığında ayarlar butonuna tıkla, açılan pencerede 1, 5, 7, 9, 11, 13 ve 14 öğelerinin başındaki tikleri kaldır.
smartscreen kapat
windows defender kapat
firewall kapat
bu bilgisayar klasörlerini kaldır
oninput onchange onkeyup onkeydown onfocus onclick onload
<a href="https://en.wikipedia.org/wiki/Data_URI_scheme">data URI scheme - Wikipedia</a><br>
<a href="https://css-tricks.com/data-uris/">Data URIs | CSS-Tricks</a><br>
<a href="https://www.google.com.tr/search?q=data+uri+generator">data uri generator - Google Search</a><br>
<a href="https://www.google.com.tr/search?q=data+uri+example">data uri example - Google Search</a><br>