document.body.style.overflow=”hidden”;
and
document.body.style.overflow=”visible”;
display an object inf javascript
Here’s how to show the contents of a object in Javascript
function concatObject(obj) { str=''; for(prop in obj) { str+=prop + " value :"+ obj[prop]+"\n"; } return(str); } Continue reading "display an object inf javascript"
Disable restart after Windows Automatic Updates
- Click Start -> Run
- Enter “gpedit.msc”
- Go to Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update
- Double-click on “Re-prompt for restart with scheduled installations” “No auto-restart for scheduled Automatic Update installation”
- Disable it! Enable it!
- Reboot the computer
Multiple CSS Background Images
One of the biggest annoyances with CSS is the inability to apply more than one background image to a box.
I’m currently working on a site that is in particular need of this. The only way to tackle it, at the moment, is to throw an ass-load of span
or div
tags in the mix (or to rely on tags that are slightly more meaningful, if they’re appropriate, but that’s not always possible). Continue reading “Multiple CSS Background Images”
Easy Display Switch with CSS and jQuery
Today, I would like to go over a quick and simple way to allow your users to switch page layouts by using CSS and jQuery. Continue reading “Easy Display Switch with CSS and jQuery”
Celebrating / eortologio GREEK
#Celebrating their name’s day:
feedUrl = “http://eortologio.gr/rss/si_el.xml” #today
#feedUrl = “http://eortologio.gr/rss/si_av_el.xml” #today – tomorrow
#feedUrl = “http://eortologio.gr/rss/si_av_me_el.xml” #today – tomorrow – the day after tomorrow