├── Lesson10 ├── app.js └── index.html ├── Lesson11-2 ├── app.js └── index.html ├── Lesson11 ├── app.js └── index.html ├── Lesson12 └── index.html ├── Lesson13 ├── index.html └── script.js ├── Lesson14 ├── index.html └── script.js ├── Lesson15 ├── index.html └── script.js ├── Lesson16-2 ├── app.js ├── img │ ├── css.jpg │ ├── html.jpg │ ├── javascript.jpg │ └── php-mysql.jpg └── index.html ├── Lesson16 ├── app.js ├── index.html └── script.js ├── Lesson17 ├── index.html └── script.js ├── Lesson18 ├── index.html └── script.js ├── Lesson19 ├── index.html └── script.js ├── Lesson2 ├── editor-websites-link.txt └── script.js ├── Lesson20 ├── index.html └── script.js ├── Lesson21 ├── index.html └── script.js ├── Lesson22 ├── index.html └── script.js ├── Lesson23 ├── index.html └── script.js ├── Lesson24 ├── index.html └── script.js ├── Lesson25 ├── index.html └── script.js ├── Lesson26 ├── index.html └── script.js ├── Lesson27 ├── index.html ├── javascript.png └── script.js ├── Lesson28 ├── app.js └── index.html ├── Lesson29 ├── app.js └── index.html ├── Lesson3 ├── index.html └── script.js ├── Lesson30 ├── index.html └── script.js ├── Lesson31 ├── index.html └── script.js ├── Lesson32 └── script.js ├── Lesson33 ├── index.html └── script.js ├── Lesson34 ├── index.html └── script.js ├── Lesson35 ├── index.html ├── logo.png └── script.js ├── Lesson36 ├── index.html └── script.js ├── Lesson37 ├── index.html └── script.js ├── Lesson38 ├── index.html └── script.js ├── Lesson39 ├── index.html └── script.js ├── Lesson4 ├── index.html └── script.js ├── Lesson40 ├── index.html └── script.js ├── Lesson41 ├── index.html └── script.js ├── Lesson42 ├── app.js ├── index.html ├── old-lesson.html └── script.js ├── Lesson43 ├── app.js └── index.html ├── Lesson44 └── editor │ ├── app.js │ ├── index.html │ ├── logo_icon.png │ └── style.css ├── Lesson45 ├── index.html ├── javascript.png └── script.js ├── Lesson46 ├── index.html ├── javascript.png ├── page2.html └── script.js ├── Lesson47 ├── home.html ├── index.html └── script.js ├── Lesson48 ├── index.html └── script.js ├── Lesson49 ├── index.html └── script.js ├── Lesson5 ├── index.html └── script.js ├── Lesson50 ├── index.html ├── logo.png └── script.js ├── Lesson51 └── website │ ├── img1.jpg │ ├── img2.jpg │ ├── img3.jpg │ ├── index.html │ ├── logo.png │ └── script.js ├── Lesson52 ├── index.html └── script.js ├── Lesson53 └── script.js ├── Lesson54 ├── app.js └── index.html ├── Lesson55 ├── index.html └── script.js ├── Lesson56 ├── app.js └── index.html ├── Lesson57 ├── app.js └── index.html ├── Lesson58 ├── app.js └── index.html ├── Lesson59 ├── app.js ├── index.html └── logo.png ├── Lesson6 ├── app.js └── index.html ├── Lesson61 └── index.html ├── Lesson62 ├── index.html └── script.js ├── Lesson63 └── script.js ├── Lesson64 ├── index.html └── logo_icon.png ├── Lesson65 ├── app.css ├── app.js ├── index.html └── logo_icon.png ├── Lesson66 ├── app.js └── index.html ├── Lesson67 ├── index.html └── script.js ├── Lesson68 ├── app.js └── index.html ├── Lesson69 ├── index.html ├── js.jpg └── script.js ├── Lesson7 ├── app.js └── index.html ├── Lesson70 ├── index.html ├── js.jpg └── script.js ├── Lesson71 ├── app.js └── index.html ├── Lesson72 ├── app.js ├── index.html └── script.js ├── Lesson73 ├── img │ ├── css.jpg │ ├── html.png │ └── js.jpg ├── index.html └── script.js ├── Lesson75 ├── index.html ├── js.jpg └── script.js ├── Lesson77 ├── time.css ├── time.html └── time.js ├── Lesson78 ├── time.css ├── time.html └── time.js ├── Lesson8 ├── app.js ├── index.html └── script.js ├── Lesson80 ├── index.html └── script.js ├── Lesson81 ├── index.html └── script.js ├── Lesson82 ├── index.html ├── music.mp3 └── script.js ├── Lesson83 ├── index.html ├── music.mp3 └── script.js ├── Lesson84_85_86_87_88 └── audio_player │ ├── audio │ └── music.mp3 │ ├── audio_player.html │ ├── css │ ├── article.css │ ├── audio_player.css │ ├── header_nav.css │ └── resize.js │ ├── img │ ├── back.png │ ├── logo.jpg │ ├── logo1.jpg │ ├── next.png │ ├── pause.png │ └── play.png │ └── scripts │ ├── colors.js │ ├── player_buttons.js │ ├── player_buttons.txt │ ├── resize.js │ ├── speedVolume.js │ └── volume.js ├── Lesson89 ├── index.html └── script.js ├── Lesson9 ├── app.js └── index.html ├── Lesson90 ├── index.html └── script.js ├── Lesson91 ├── index.html └── script.js ├── Lesson92 ├── index.html └── script.js ├── Lesson93 ├── app.js └── index.html ├── Lesson94 ├── app.js └── index.html ├── Lesson95 ├── app.html ├── app.js └── index.html ├── Lesson96 ├── app.js └── index.html └── Lesson97 └── geo-location ├── app.js ├── img.jpg ├── index.html └── logo.jpg /Lesson10/app.js: -------------------------------------------------------------------------------- 1 | 2 | // outerHTML يتم استخدامها لإستبدال عنصر المحدد مع القيمة الذي يتواجد ضمنها بقيمة جديدة 3 | // او يمكنك استخدامها للحصول على العنصر المحدد مع القيمة الذي يتوجد ضمنها 4 | // ----------------------------------------------------------------------------------------- 5 | // outerText يتم استخدامها لإستبدال عنصر المحدد مع القيمة الذي يتواجد ضمنها بنص جديد 6 | // او يمكنك استخدامها للحصول على العنصر المحدد مع القيمة الذي يتوجد 7 | // ضمنها بصيغة نص 8 | // ----------------------------------------------------------------------------------------- 9 | // innerHTML 10 | // يتم استخدامها لتعديل على القيمة العنصر المحدد 11 | // او يمكنك استخدامها لعرض للمحتوى العنصر المحدد 12 | // ----------------------------------------------------------------------------------- 13 | // innerText 14 | // text يتم استخدامها لعرض العنصر المحدد على شكل نص 15 | // text او لتحديد قيمة جديدة للعنصر المحدد بصيغة نص 16 | // ------------------------------------------------------------------------------------ 17 | 18 | 19 | let header = document.getElementById("header"); 20 | header.innerHTML = "
12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Lesson12/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
Name: | 31 |Password: | 32 |User: | 33 |
---|
Coder Shiyar
"; 14 | 15 | // document.getElementById("content").innerText = "" + text + "
"; 14 | } 15 | 16 | getLanguage(language){ 17 | if(language == "Arabic"){ 18 | alert("قمت بتحديد : " + language); 19 | } 20 | if(language === "English"){ 21 | alert("موقعنا لا يدعم لغة الإنجليزية"); 22 | } 23 | 24 | } 25 | } 26 | onload = new App(); -------------------------------------------------------------------------------- /Lesson39/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Result - النتيجة
36 |تعلم جافا سكريبت
` 11 | document.write(html) 12 | console.log(href); 13 | -------------------------------------------------------------------------------- /Lesson50/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |Text - نص
56 | 60 | 61 | 62 | 63 |Result - نتيجة
64 | 67 | 68 |76 |80 |موقع لفك تشفير النص المشفر بنظام 77 | القاعدة 64 , او تشفيرها بنظام القاعدة 64
78 | 79 |
SHIYAR APP
65 |Free on Google Play
66 | 67 | 68 |SHIYAR APP
17 |Free on Iphone Story
18 | 19 | 20 |جافا سكريبت
5 | ` 6 | 7 | document.write(html) 8 | -------------------------------------------------------------------------------- /Lesson7/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |11-11-2019
20 |11-11-2019
20 |Coder Shiyar
"; 14 | 15 | // document.getElementById("content").innerText = "