document.body.style.overflow=”hidden”; and document.body.style.overflow=”visible”;
Author Archives: Prosoxi.com Webmaster
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 …
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.
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
Javascript Confirm Form Submission
Javascript Confirm Form Submission Many times you may wish to have the user confirm, before they process a form’s action. For instance, clicking the button may activate a deletion process which you wish to have the user confirm before proceeding. This code allows your users to confirm whether they wish to proceed when processing a …