-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
708 lines (681 loc) · 40.7 KB
/
index.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>High Monkeys</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link href="css/yphresies.css" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NDZ79BWJFK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NDZ79BWJFK');
</script>
<script>console.log('Google Analytics : Ready');</script>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="assets/img/navbar-logo.png" alt="" /></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Μενου
<i class="fas fa-bars ml-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#services">ΥΠΗΡΕΣΙΕΣ</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#portfolio">Instagram</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#blog">Blog</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">ΕΚΔΗΛΩΣΗ ΕΝΔΙΑΦΕΡΟΝΤΟΣ</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container">
<div id="slogan-welcome" class="masthead-subheading">Καλώς ορίσατε !</div>
<div id="slogan-slogan" class="masthead-heading"></div>
<!--<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#services">ΣΥΝΕΧΕΙΑ</a>-->
<img src="/assets/img/separator2.png" class="separator_to_arrow" style="width: 159px;height: 36px;">
<img src="/assets/img/arrow3.gif" class="separator_to_arrow" style="display:none"></img>
</div>
</header>
<!-- Yphresies - yphresies -->
<section class="page-section" id="services" style="">
<div class="container">
<div class="text-center">
<h2 class="section-heading">Υπηρεσίες</h2>
<h3 class="section-subheading text-muted"></h3>
</div>
<div id="yphresies_doxeio_0">
<div id='yphresies_doxeio_1'>
<div id='yphresies_doxeio_titloi'>
<div class="yphresies_kathgoria_titlos"><span>Κατασκευή</span></div>
<div class="yphresies_kathgoria_titlos"><span>Γραφιστική</span></div>
<div class="yphresies_kathgoria_titlos"><span>Προώθηση</span></div>
</div>
<div id='yphresies_doxeio_keimeno'>
<div class="yphresies_kathgoria_keimeno">
<p>• Κατασκευή Ιστοσελίδων</p>
<p>• Κατασκευή Ηλ. Καταστημάτων / E-shop</p>
<p>• Κατασκευή εφαρμογών κινητών / Apps</p>
<p>• Κατασκευή προγραμμάτων / Desktop</p>
<p>• Υποστήριξη όλων των παραπάνω</p>
</div>
<div class="yphresies_kathgoria_keimeno">
<p>• Δημιουργία λογότυπου</p>
<p>• Δημιουργία καρτών</p>
<p>• Δημιουργία βίντεο</p>
<p>• Δημιουργία αφισών</p>
<p>• Δημιουργία φυλλαδίων</p>
</div>
<div class="yphresies_kathgoria_keimeno">
<p>• Προώθηση στις μηχανές αναζήτησης</p>
<p>• Προώθηση στα μέσα κοινωνικής δικτύωσης</p>
<p>• Προώθηση με αντικείμενα που έχουν το λογότυπο</p>
<p>• Βελτιστοποίηση για τις μηχανές αναζήτησης / SEO</p>
<p>• Προώθηση στο Youtube</p>
</div>
</div>
</div>
</div>
</section>
<!-- Insta - insta -->
<section class="page-section bg-light" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading ">Ζωντανή ροή Instagram</h2>
<h3 class="section-subheading text-muted"></h3>
</div>
<div id='insta_doxeio2'>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
<div class='insta_foto'><img src=""></img></div>
</div>
<br>
<a class="insta-button" href="https://www.instagram.com/highmonkeysgr/" style="background-color:green;"><img class="insta-button__icon icon" src="https://www.highmonkeys.gr/assets/img/logos/really_small_logo.png"></img><span class="insta-button__content">Follow us on Instagram</span></a>
</div>
</section>
<!-- Blog - blog -->
<section class="page-section" id="blog">
<div class="container">
<div class="text-center">
<h2 class="section-heading ">Blog</h2>
<h3 class="section-subheading text-muted"></h3>
</div>
<div id="blog-doxeio">
<a>
<div class="blog-post">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post blog-post-skouro">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post blog-post-skouro">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post blog-post-skouro">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post blog-post-skouro">
<div class="blog-titlos">
</div>
</div>
</a>
<a>
<div class="blog-post">
<div class="blog-titlos">
</div>
</div>
</a>
</div>
</div>
</section>
<!-- Contact-->
<section class="page-section" id="contact">
<div class="container">
<div class="text-center" style="background-color: #4b4b4b3d">
<h2 class="section-heading text-uppercase">ΕΚΔΗΛΩΣΗ ΕΝΔΙΑΦΕΡΟΝΤΟΣ</h2>
<h3 class="section-subheading text-muted" style="color:white !important">Στείλτε μας μήνυμα και θα επικοινωνήσουμε μαζί σας, το συντομότερο δυνατόν.</h3>
</div>
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<div class="row align-items-stretch mb-5">
<div class="col-md-6">
<div class="form-group">
<input class="form-control" id="name" type="text" placeholder="Ονοματεπώνυμο*" required="required" data-validation-required-message="Παρακαλώ εισάγετε ονοματεπώνυμο." />
<p class="help-block text-danger"></p>
</div>
<div class="form-group">
<input class="form-control" id="email" type="email" placeholder="Email*" required="required" data-validation-required-message="Παρακαλώ εισάγετε e-mail." />
<p class="help-block text-danger"></p>
</div>
<div class="form-group mb-md-0">
<input class="form-control" id="phone" type="tel" placeholder="Τηλέφωνο*" required="required" data-validation-required-message="Παρακαλώ εισάγετε τηλέφωνο." />
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group form-group-textarea mb-md-0">
<textarea class="form-control" id="message" placeholder="Το μήνυμά σας*" required="required" data-validation-required-message="Παρακαλώ πληκτρολογήστε το μήνυμά σας."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="text-center">
<div id="success"></div>
<button class="btn btn-primary btn-xl text-uppercase" id="sendMessageButton" type="submit">Αποστολη</button>
</div>
</form>
</div>
</section>
<!-- Footer-->
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-right"></div>
<div class="col-lg-4 my-3 my-lg-0">
<a class="btn btn-dark btn-social mx-2" href="https://twitter.com/highmonkeysgr"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/highmonkeysgr"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="https://www.linkedin.com/company/highmonkeys"><i class="fab fa-linkedin-in"></i></a>
</div>
<div class="col-lg-4 text-lg-right">
Copyright © highmonkeys 2021. <br>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals-->
<!-- Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">Inhousegroup.gr</h2>
<p class="item-intro text-muted">Κατασκευή και συντήρηση E-Shop πλατφόρμας OpenCart</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/InHouse Group - Εταιρία Ανακαινίσεων και διακόσμησης.jpg" alt="" />
<p></p>
<ul class="list-inline">
<li>Χρονολογία έναρξης: 2018</li>
<li>Κατηγορία : E-shop</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">Webout.gr</h2>
<p class="item-intro text-muted">Κατασκευή Ιστοσελίδων, E-Shops, συντήρηση και προώθηση</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/We are Webout Digital Marketing Agency Google Partenrs.jpg" alt="" />
<p></p>
<ul class="list-inline">
<li>Ημερομηνία έναρξης: 2018</li>
<li>Κατηγορία : Ιστοσελίδες, E-shop</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">NaturalCarePro.gr</h2>
<p class="item-intro text-muted">Συντήρηση και ανανέωση E-shop πλατφόρμας OpenCart</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Natural Care Professional.jpg" alt="" />
<p></p>
<ul class="list-inline">
<li>Ημερομηνία έναρξης : 2018</li>
<li>Κατηγορία : E-shop</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">14deftera.gr</h2>
<p class="item-intro text-muted">6 χρόνια συντήρησης καιανανέωσης περιεχομένου περιοδικού</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/14 Δεύτερα πριν από το big bang.jpg" alt="" />
<p></p>
<ul class="list-inline">
<li>Ημερομηνία έναρξης : 2014</li>
<li>Κατηγορία : Blog</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">Monumenta</h2>
<p class="item-intro text-muted">Κατασκευή εφαρμογής για όλες τιςγνωστές πλατφόρμες κινητών</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/monumenta.jpg" alt="" />
<p></p>
<ul class="list-inline">
<li>Ημερομηνία έναρξης : 2019</li>
<li>Κατηγορία : Εφαρμογή</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 6-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">Compacohellas.gr</h2>
<p class="item-intro text-muted">Κατασκευή και συντήρηση E-shop δικής μας πλατφόρμας (MonkeyCart)</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/compacohellas.jpg" alt="" />
<p></p>
<ul class="list-inline">
<li>Ημερομηνία έναρξης : 2020</li>
<li>Κατηγορία : E-shop</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 7-->
<div class="portfolio-modal modal fade" id="portfolioModal7" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">Compacohellas.gr</h2>
<p class="item-intro text-muted">Κατασκευή και συντήρηση E-shop δικής μας πλατφόρμας (MonkeyCart)</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/compacohellas.jpg" alt="" />
<p></p>
<ul class="list-inline">
<li>Ημερομηνία έναρξης : 2020</li>
<li>Κατηγορία : E-shop</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 8-->
<div class="portfolio-modal modal fade" id="portfolioModal8" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="">HTA basic HOW-TO</h2>
<p class="item-intro text-muted"></p>
<img class="img-fluid d-block mx-auto" src="assets/img/articles/HTA Applications Windows Εφαρμογές.jpg" alt="" />
<p>
<article class="markdown-body entry-content container-lg" itemprop="text">
<p>WE all know that there are plenty of modern tools out there, but, for sure, wouldn't it be great to create a simple html file and just by changing it's filename extension from ".html" to ".hta" having a perfectly working application for all MS Windows systems!?</p>
<p>Based on the principle of the least effort (<a href="https://en.wikipedia.org/wiki/Principle_of_least_effort" rel="nofollow">https://en.wikipedia.org/wiki/Principle_of_least_effort</a>), you may wish anytime in
your life to create, REALLY FAST, a simple but yet robust working application with graphical user interface. Yes you can. Without Internet. Without Electron. (But Only for MS Windows).</p>
<p>*********************************And yes, you can convert your code into Executable (.exe) ! (CHECK BELOW)</p>
<pre><code> Documentation map :
1. Why HTA, instead of Electron or other ?
2. STOP TAKING BROADBAND CONNECTION AND TIME FOR GRANDED, EVERYWHERE
3. HTA NEEDED META TAGS : x-ua-compatible (super simple)
4. HTA NEEDED META TAGS : <HTA:APPLICATION> (optional)
(BOILERPLATE TO INSTANT COPY - PASTE) .>>>>>>>>>> 5. FINALY, GIMME SELTER (BOILERPLATE TO INSTANT COPY - PASTE)
6. Convert into Executable
</code></pre>
<p><strong>HTA stands for HTML Application and it was introduced as technology back in 1999.</strong></p>
<p>\// (Wikipedia)
An HTML Application (HTA) is a Microsoft Windows program whose source code consists of HTML, Dynamic HTML, and one or more
scripting languages supported by Internet Explorer, such as VBScript or JScript. The HTML is used to generate the user interface,
and the scripting language is used for the program logic.
[..] HTAs give the developer the features of HTML together with the advantages of scripting languages. They are popular with
Microsoft system administrators who use them for system administration from prototypes to "full-scale" applications, especially
where flexibility and speed of development are critical. (<a href="https://en.wikipedia.org/wiki/HTML_Application" rel="nofollow">https://en.wikipedia.org/wiki/HTML_Application</a>)
\//</p>
<p><strong>-> HMMM... SO IT SOUNDS GREAT BUT WHY HTA, INSTEAD OF ELECTRON (OR VISUAL BASIC VIA MS VISUAL STUDIO, ETC.) ? (1)</strong></p>
<p>In fact, there are 2 known ways (to develop desktop apps fast and easily) : Electron, and HTA.
About Electron, the lazy way would be to go, here, on GitHub, at Electron/releases and download a stable release
(right now 15-8-18, the best choice would be electron v2.0.7), depending on your system (Win/Mac/Linux). For a Windows
application you'd propably choose electron-v2.0.7-win32-x64.zip and then unzip at your projects folder. Under Electron's "/Resources"
folder, create a folder named "app" and paste there your html file as "index.html". You may need to create a "manifest" and a "package"
(package.json) file. See further, at <a href="https://electronjs.org/docs/tutorial/first-app" rel="nofollow">https://electronjs.org/docs/tutorial/first-app</a>.
Ofcourse this way would be better if you'd like to create a fully featured application. Thus, you'd be able to have an application working
with other OS as Linux and MacOS. On the other hand, why mess with "manifests", downloading Electron files (~50mb) and wasting time
at Electron documentations, for, let's say, an application that is showing plain messages with simple calculations ?</p>
<p><strong>--> STOP TAKING BROADBAND CONNECTION AND TIME FOR GRANDED, EVERYWHERE. (2)</strong></p>
<p>In my current job, we just needed an application that converts text input from Uppercase to Lowercase,
just to change some products names. Thing is, that messing with Electron would had taken years, so I created a simple HTA application
in seconds, <em>even without Internet connection to download the Electron files</em> !</p>
<p><strong>So, HTA is a real great tool to work with, even in ourdays!</strong></p>
<p><strong>-> HTA NEEDED META TAGS ********************************************************************************** (3)</strong>
It's REALLY important to put the meta-tags below in your scripts, as higher as you can and before importing any library or calling any
external script. X-ua-compatible, in case it's below anything else, it's just going to waste time, because when it's called it forces
browser (internet explorer) to check again the code ! So remember : BASIC HTA META-TAGS ALWAYS ON TOP. ! :)</p>
<ol>
<li>
<p>x-ua-compatible
In order to work with todays browser standards you need to specify a modern IE version :
for win7/later (best!)
for Vista,2008
for XP,2003
for NT 4.0, 98, 2000, ME
for Win95
(for example, see boilerplate below)</p>
</li>
<li>
<p>HTA:APPLICATION ************************************************************************************** (4)
example (first, see boilerplate below): <HTA:APPLICATION ID="HelloExample" BORDER="thick" BORDERSTYLE="complex"/><br>
Accepted values :<br>
*ApplicationName : Sets the name of the HTA.<br>
*Border : Sets the type of border used for the HTA window.<br>
->Values include: Thick. Creates a resizeable window.<br>
->Thin. Creates a window that cannot be resized.<br>
*BorderStyle : Sets the style of the content border in the HTA window. Values are:<br>
->Normal. Standard Windows border style. This is the default value.<br>
->Raised. Raised three-dimensional border.<br>
->Sunken. Sunken three-dimensional border.<br>
->Complex. Combines sunken and raised styles.<br>
->Static. Three-dimensional border typically used for windows that do not allow user input.<br>
*Caption : Yes/No value specifying whether the HTA displays a title bar. The default value is Yes.<br>
*Icon : Sets the path name of the icon that appears in the upper-left corner of the HTA window.<br>
The icon can be either a .ico or a .bmp file. If not specified, a generic application icon is used.<br>
*ID : Sets the identifier for the HTA:Application tag.<br>
This property is required if you need to write a script that returns the attributes of the HTA.<br>
*MaximizeButton : Yes/No value specifying whether the HTA displays a Maximize button in the title bar. The default value is Yes.<br>
*MinimizeButton : Yes/No value specifying whether the HTA displays a Minimize button in the title bar. The default value is Yes.<br>
*ShowInTaskbar : Yes/No value specifying whether the HTA is shown in the Windows taskbar.<br>
Regardless of the value set for this property, the HTA will always appear in the list of applications that are accessible when you<br>
press ALT+TAB. The default value is Yes.
*SingleInstance : Yes/No value specifying whether more than one instance of this HTA can be active at any given time.<br>
For this property to take effect, you must also specify the ApplicationName attribute. The default value is Yes.<br>
*SysMenu : Yes/No value specifying whether the HTA displays the System menu in the title bar.<br>
The System menu is displayed in the upper-left corner of the HTA window and provides access to menu items such as Minimize,
Maximize, Restore, and Close. The default value is Yes.<br>
*WindowsState : Sets the initial size of the HTA window. Values are: Normal Minimize Maximize</p>
</li>
</ol>
<p><strong>-> FINALY, GIMME SHELTER (BOILERPLATE) ********************************************************************** (5)</strong>
*Minimal boilerplate (paste on notepad, do your tricks and save as .hta) :</p>
<title>Application Title</title>
<script src="<a href="https://code.jquery.com/jquery-3.3.1.min.js" rel="nofollow">https://code.jquery.com/jquery-3.3.1.min.js</a>" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<style>
</style>
<script type="text/javascript">
</script>
<script language="VBScript">
'VBS code goes here
</script>
<script type="text/javascript">
function Window_onLoad(){ // resize to quarter of screen area, centered
//Custom resize - :
//window.resizeTo(300,290);
// - or resize depending on screen (very beautiful). :
//window.resizeTo(screen.availWidth/2,screen.availHeight/2);
//Centering :
//window.moveTo(screen.availWidth/4,screen.availHeight/4);
}
window.onload=Window_onLoad;
</script>
<p><strong>-> Convert into executable</strong>
It's highly suggested to download VBSedit and HTAedit. Just download VBSedit and HTAedit will be also installed.
(It's better to go and get them from their official trusted source, here : <a href="https://www.vbsedit.com" rel="nofollow">https://www.vbsedit.com</a>).
Then on HTAedit paste your code and go to "File" > "Convert Into Executable". First you'll asked where to save the .hta file
and then about the .exe file. It's really easy. Go ahead, check it ! Now !</p>
</article>
</p>
<ul class="list-inline">
<li>Ημερομηνία έναρξης : 2020</li>
<li>Κατηγορία : E-shop</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times mr-1"></i>
Κλείσιμο
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://www.highmonkeys.gr/js/libs/jquery.color-2.2.0.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Contact form JS-->
<script src="assets/mail/jqBootstrapValidation.js"></script>
<script src="assets/mail/contact_me.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<script src="js/yphresies.js"></script>
<!-- Snow - snow -->
<!--
<script>
document.addEventListener('DOMContentLoaded', function(){
var script = document.createElement('script');
script.src = 'https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js';
script.onload = function(){
particlesJS("snow", {
"particles": {
"number": {
"value": 200,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"opacity": {
"value": 0.7,
"random": false,
"anim": {
"enable": false
}
},
"size": {
"value": 5,
"random": true,
"anim": {
"enable": false
}
},
"line_linked": {
"enable": false
},
"move": {
"enable": true,
"speed": 5,
"direction": "bottom",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": true,
"rotateX": 300,
"rotateY": 1200
}
}
},
"interactivity": {
"events": {
"onhover": {
"enable": false
},
"onclick": {
"enable": false
},
"resize": false
}
},
"retina_detect": true
});
}
document.head.append(script);
});
</script>
<style>
#snow {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1000;
}
</style>
<div id="snow"></div>
-->
<div id='mobile_debug' style="display:none">
<p>Mobile Debug</p>
</div>
</body>
</html>