Redirecting visitors to a maintenance page or other temporary page is an essential tool to have in your tool belt. Using HTAccess, redirecting visitors to a temporary maintenance page is simple and effective. All you need to redirect your visitors is the following code placed in your site’s root HTAccess:
Monthly Archives: January 2011
Extending the jQuery Sortable With Ajax & MYSQL
I’ve had a lot of response to the jQuery sortable list post I wrote a while back, and a lot of them ask how to send the results to a database. I’ve often said the best thing to do would be to update it by AJAX, but I’ve never really explained how. So here it …
Continue reading “Extending the jQuery Sortable With Ajax & MYSQL”
Jquery Cycle Plugin and Png Transparency in IE8 and IE7
It isnt a problem with png-transparency since you dont use ie6 probably its the background of the image-element itself, set to opacity=1 by Cycle (why ever ie7+8 show a white background then) #image-container img {background:none !important;} solved this problem in my case
blue screen of death-how to restart remotely
View details
Restart or Shutdown Windows (XP, 2000 and Vista) from Command Line or One-Click Shortcut
“shutdown -a”. There are other options or parameters that available, and users can view all of the flags with “shutdown /?” command at command prompt. The options available for shutdown are:
Jquery Google maps
What is gMap? gMap is a lightweight jQuery plugin that helps you embed Google Maps into your website. With only 2 KB in size it is very flexible and highly customizable. Example This tiny line of code is being used to embed the map below. Simple, isn’t it?