Όλα τα άρθρα του/της akranas

Περιηγήσεις (Βόρεια Εύβοια 6_7-10-2018)

Από τις περιηγήσεις στις 6 & 7 Οκτ 2018 στην Βόρεια Εύβοια [Προκόπι (Άγιος Ιωάννης ο Ρώσος), Ιερά Μονή Όσιου Δαυίδ, Λουτρά Αιδηψού, Νέα Σινασό (Άγιος Νικόλαος και Παναγία Ντινιούς), Πευκί, Νέα Αρτάκη]

Όσιος Δαυίδ

Λουτρά Αιδηψού

Άγιος Νικόλαος(Νέα Σινασός)

Άγιος Νικόλαος(Νέα Σινασός)

Άγιος Νικόλαος(Νέα Σινασός)
Άγιος Νικόλαος-Ιερά Λείψανα(Νέα Σινασός)

Άγιος Νικόλαος-Νέα Σινασός

Boot into Safe Mode in Windows 10

If you have used Windows 10 for a while, you might have noticed that the «old ways» of booting into Safe Mode no longer work. By that, we mean trying things like pressing the F8 or the Shift + F8 keys on your keyboard while booting. These methods stopped working because the start procedure became faster than ever before. However, that doesn’t mean that Windows 10 has no Safe Mode. It’s just that to get to it you have to follow other procedures. Let’s take a closer look and see a way you can get into Safe Mode in Windows 10:
Use the “Shift + Restart” combination
Open the Start menu and click or tap on the Power button.
Then, while keeping the Shift key pressed, click or tap on Restart.
Note that you can also use the Shift + Restart combination from the Sign In screen: click or tap Power, press and hold Shift and then click or tap Restart.
Then, Windows 10 reboots and asks you to select an option. Choose Troubleshoot.
Then, on the Troubleshoot screen, select Advanced options.
On the Advanced options screen, choose Startup Settings.
Windows 10 says that you can restart your device to change advanced boot options, including enabling Safe Mode. Press Restart.
After Windows 10 reboots, you can choose which boot options you want to be enabled. To get into Safe Mode, you have three different options.
To enable Safe Mode press the 4 or the F4 key on your keyboard, to enable “Safe Mode with Networking,” press 5 or F5, and to enable “Safe Mode with Command Prompt” press either 6 or F6.

Use the Settings app to access the Recovery options

To get into Safe Mode in Windows 10, you can also use the Recovery options available from the Settings app. Open Settings (Windows + I) and head to the Update & security section.
On the left side of the Settings window, press Recovery.
On the right side of the app, in the Advanced startup section, click or tap on the Restart now button.
After Windows 10 restarts, you’ll have to follow the same steps as those we’ve shown you in the second method from this guide. In short, you must go to “Troubleshoot -> Advanced options -> Startup Settings -> Restart”. Then, press 4 or F4 on your keyboard to start in Safe Mode, press 5 or F5 to boot into “Safe Mode with Networking,” or press 6 or F6 to go into “Safe Mode with Command Prompt.”

Πολυτονικό στον υπολογιστή μας

Για να γράψουμε πολυτονικά στον υπολογιστή μας δε χρειάζεται να έχουμε κάποιο ιδιαίτερο πρόγραμμα. Από τη στιγμή που χρησιμοποιούμε windows xp, vista ή windows 7, 8, 8.1 κλπ. τα πολυτονικά υπάρχουν ήδη στον υπολογιστή μας, αρκεί να τα εγκαταστήσουμε.
1. Κάνουμε δεξί κλικ στο εικονίδιο της γλώσσας, που βρίσκεται στην κάτω δεξιά γωνία
2. Από το παράθυρο που θα εμφανιστεί επιλέγουμε «Ρυθμίσεις»
3. Κάνουμε εισαγωγή γλώσσας «Ελληνικά» (θα γίνει έντονο, όπως φαίνεται στην εικόνα) και πατάμε το πλήκτρο προσθήκη
4. Αφού το έχουμε εγκαταστήσει (μπορεί αν χρειαστεί internet) για να να εισάγουμε και το πολυτονικό πληκτρολόγιο πατάμε στο εικονίδιο της γλώσσας των Ελληνικών, επιλέγουμε ιδιότητες και προσθέτουμε και το πληκτρολόγιο για το πολυτονικό.
Στο τέλος Εφόσον έχουμε γυρίσει το πληκτρολόγιο από τα αγγλικά στα ελληνικά (με τα πλήκτρα Alt + Shift) έχει προστεθεί και η επιλογή ελληνικά(πολυτονικό)

Κώδικας – Πρόγραμμα σχολείου

Επεκτάσεις->διαχείριση προσθέτων->κλικ στον editor και διορθώνω να εκτελείτε ο κώδικας

To add a link to some JavaScript code at a specific URL, you could use:

$doc = JFactory::getDocument();
$doc->addScript(«http://www.example.com/js/myscript.js»);

How this is rendered depends on the document type. If the document type is HTML then this code will produce following link in the HTML HEAD section:

<script type=»text/javascript» src=»http://www.example.com/js/myscript.js»></script>

<head>
<meta name=»keywords» content=»HTML,CSS,XML,JavaScript, Thanasis Kranas Θανάσης Κρανάς»>
<meta name=»author» content=»Thanasis Kranas»>
</head>

<script>
<!–
document.body.style.backgroundColor = «coral»;
//–>
</script>

<form name=»dynamiccombo»>
<select name=»stage2″ size=»1″ onChange=»displaysub()»>
<option value=»#»>This is a place Holder text </option>
<option value=»#»>This is a Place Holder text </option>
<option value=»#»>This is a Place Holder text </option>
<option value=»#»>This is a Place Holder text </option>
<option value=»#»>This is a Place Holder text </option>
</select>
<input type=»button» name=»test» value=»Go!»
onClick=»gothere()»>
</form>

<script>
<!–

//2-level combo box script- by users.sch.gr/akranas/wordpress/

//STEP 1 of 2: DEFINE the main category links below
//EXTEND array as needed following the laid out structure
//BE sure to preserve the first line, as it’s used to display main title

var category=new Array()
category[0]=new Option(«ΔΙΑΛΕΞΕ ΤΑΞΗ «, «») //THIS LINE RESERVED TO CONTAIN COMBO TITLE
category[1]=new Option(«Τάξη Α», «combo1»)
category[2]=new Option(«Τάξη Β», «combo2»)
category[3]=new Option(«Τάξη Γ», «combo3»)
category[4]=new Option(«Τάξη Δ», «combo4»)

//STEP 2 of 2: DEFINE the sub category links below
//EXTEND array as needed following the laid out structure
//BE sure to preserve the LAST line, as it’s used to display submain title

var combo1=new Array()
combo1[0]=new Option(«Α1″,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/A1.pdf»)
combo1[1]=new Option(«Α2″,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/A2.pdf»)
combo1[2]=new Option(«ΠΙΣΩ ΓΙΑ ΕΠΙΛΟΓΗ ΤΑΞΗΣ»,»») //THIS LINE RESERVED TO CONTAIN COMBO SUBTITLE

var combo2=new Array()
combo2[0]=new Option(«ΒΗ-Ηλεκτρολόγων»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/BH.pdf»)
combo2[1]=new Option(«ΒMHX1-Μηχανολόγων1″,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/BM1.pdf»)
combo2[2]=new Option(«ΒMHX2-Μηχανολόγων2″,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/BM2.pdf»)
combo2[3]=new Option(«ΒMHX3-Μηχανολόγων3″,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/BM3.pdff»)
combo2[4]=new Option(«ΠΙΣΩ ΓΙΑ ΕΠΙΛΟΓΗ ΤΑΞΗΣ»,»») //THIS LINE RESERVED TO CONTAIN COMBO SUBTITLE

var combo3=new Array()
combo3[0]=new Option(«ΓΗ-Ηλεκτρολόγων»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/CH.pdf»)
combo3[1]=new Option(«ΓΟ-Οχημάτων»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/CO.pdf»)
combo3[2]=new Option(«ΓΦ-Φυσικού Αερίου»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/CF.pdf»)
combo3[3]=new Option(«ΓΨ-Ψυκτικών»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/CPs.pdf»)
combo3[4]=new Option(«ΓM-Μηχανολόγων»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/CM.pdf»)
combo3[5]=new Option(«ΠΙΣΩ ΓΙΑ ΕΠΙΛΟΓΗ ΤΑΞΗΣ»,»») //THIS LINE RESERVED TO CONTAIN COMBO SUBTITLE

var combo4=new Array()
combo4[0]=new Option(«ΔΗ-Ηλεκτρολόγων»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/DH.pdf»)
combo4[1]=new Option(«ΔΨ-Ψυκτικών»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/DPs.pdf»)
combo4[2]=new Option(«ΔΟ-Οχημάτων»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/DO.pdf»)
combo4[3]=new Option(«ΔΦ-Φυσικού Αερίου»,»http://2epal-esp-perist.att.sch.gr/joomla/timetable/DF.pdf»)
combo4[4]=new Option(«ΠΙΣΩ ΓΙΑ ΕΠΙΛΟΓΗ ΤΑΞΗΣ»,»») //THIS LINE RESERVED TO CONTAIN COMBO SUBTITLE

var curlevel=1
var cacheobj=document.dynamiccombo.stage2

function populate(x){
for (m=cacheobj.options.length-1;m>0;m–)
cacheobj.options[m]=null
selectedarray=eval(x)
for (i=0;i<selectedarray.length;i++)
cacheobj.options[i]=new Option(selectedarray[i].text,selectedarray[i].value)
cacheobj.options[0].selected=true

}

function displaysub(){
if (curlevel==1){
populate(cacheobj.options[cacheobj.selectedIndex].value)
curlevel=2
}
else
gothere()
}

 

function gothere(){
if (curlevel==2){
if (cacheobj.selectedIndex==cacheobj.options.length-1){
curlevel=1
populate(category)
}
else
//location=cacheobj.options[cacheobj.selectedIndex].value το αρχικό original
//window.open(«http://javascriptkit.com») ανοίγει σε νέο παράθυρο
//window.open(location, «_blank», «toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400»)
window.open(cacheobj.options[cacheobj.selectedIndex].value, «_blank», «toolbar=yes, scrollbars=yes, resizable=yes»)
}
}

//SHOW categories by default
populate(category)

//–>
</script>

<br>
<div style=»background: transparent url(http://2epal-esp-perist.att.sch.gr/wordpress/wp-content/uploads/2014/07/Tosxoleio2.jpg) left top no-repeat; margin: 20px auto; padding: 300px 10px 20px; width: 90%; opacity:0.2;»>
</div>
<br>

 

<p align=»left»><font face=»verdana» size=»0″>script by Κ.Θ.</font><br />

Glitter graphics

pimkLove

Το θέλουμε και για background  κάτι παρόμοιο.

(Κάνε κλίκ στις παρακάτω εικόνες να δεις το αποτέλεσμα)

glitter-graphicsglitter-graphics

γράφουμε κάτι παρόμοιο

<html>
<body background=«http://……glitter-graphics.gif»>
<h1>Hello world!</h1>
<p><a href=«http://http://users.sch.gr/akranas/wordpress»>Visit my site</a></p>
</body>
</html>

Τράπεζα θεμάτων Β Λυκείου Σχ. Έτος 2014-15

Άλγεβρα Β’ Λυκείου – Εκφωνήσεις – Λύσεις

Μαθηματικά Προσανατολισμού Β’ Λυκείου – Εκφωνήσεις

Γεωμετρία Β’ Λυκείου – Εκφωνήσεις – Λύσεις

Trapeza Thematwn Algebra A Lykeiou 3-12-2014-Εκφωνήσεις και Λύσεις