Blog

Ένα μικρό τέχνασμα που μπορεί να φανεί χρήσιμο όταν μια συγκεκριμένη ιστοσελίδα δεν φαίνεται να φορτώνει σωστά ή δεν εμφανίζει το πιο πρόσφατο περιεχόμενο, είναι ο καθαρισμός της προσωρινής μνήμης cache του browser.


Continue reading →

Recently I was in a need displaying a collapseable tree of filesystem folders in a PHP app of mine. I found many jQuery plugins but none was exactly what I was looking for, so i wrote my own Jquery plugin for displaying a tree of folders. The plugin comes with it's own PHP connector since it uses Ajax to generate new nodes.


Continue reading →