On mouse over alert box
Are you looking for an easy way to launch an alert box on mouse over? This script will do just that. This JavaScript provides an easy way to alert your visitors. However, please ensure you use this script cautiously, as you certainly don’t want to irritate your visitors and cause them to leave your web site.
————————
Sind Sie auf der Suche nach einen einfachen Weg, eine Alert-Box mit der Maus über? Dieses Skript wird genau das zu erfahren. Dieses JavaScript ermöglicht die einfache Benachrichtigung Ihre Besucher. Dennoch möchten wir Sie bitten sicherzustellen, dass Sie mit diesem Script vorsichtig, wie Sie sicherlich nicht möchten, dass Ihre Besucher zu irritieren und dazu führen, dass sie zu verlassen Ihre Website.
Prevent Your Site From Being Framed
If you’ve ever discovered that someone has linked to your web site within a frame, which means your site is stuck in their frame with their information displaying within another frame, you know how frustrating this can be. You want your visitors to visit your web site within their standard browser window - not within another web site’s frame. The following JavaScript code will enable you to prevent your web site from being framed.
————–
Wenn Sie jemals entdeckt, die jemand hat in Verbindung mit Ihrer Website innerhalb eines Frames, was bedeutet, dass Ihre Website steckt in ihrem Rahmen mit ihrer Darstellung von Informationen in einem anderen Rahmen, wissen Sie, wie frustrierend das sein kann. Sie möchten, dass Ihre Besucher zu Ihrer Website in ihrem Standard-Browser-Fenster - nicht innerhalb von einer anderen Web-Site-Frame. Der folgende JavaScript-Code können Sie verhindern, dass Ihre Website nicht gerahmt.
Preloading Images
If you’re looking for a way to speed up your web site’s perceived load time, preloading your images may be your answer. By using the following JavaScript code, you can preload the images you specify prior to your web page opening. This will enable your images to promptly display instead of your visitors having to wait for them to load.
Status Bar Clock
If you’re looking for a way to spice up your web site, this JavaScript code will enable you to display a status bar clock. The status bar is the area at the bottom of a web page that displays various information, such as a web address or link information when you place your mouse over or click on a link. Example displayed below in the status bar.
HTML Special Characters
The following list includes the HTML codes for many of the special character symbols used on Web pages. Not all browsers support all the codes, so be sure to test your HTML codes before you use them. You should also use the Unicode character set, and define that in the head of your document:
Economics free CSS Template
Swanky free CSS Templates
The easiest way for embedding video
The easiest way for embedding video
<object width=”550″ height=”400″>
<param name=”movie” value=”someflashfile.swf”>
<embed src=”someflashfile.swf” width=”550″ height=”400″>
</embed>
</object>
AskApache Password Protect Plugin

RedirectMatch with wildcards
RedirectMatch 301 ^/wp-content/uploads/p/(.*)$ http://z.site.com/p/$1
RedirectMatch 301 ^/(.*)apache-htaccess.html/2/(.*)$ http://www.site.com/htaccess/using-http-headers-with-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/3/(.*)$ http://www.site.com/htaccess/php-htaccess-tips-and-tricks.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/4/(.*)$ http://www.site.com/htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/5/(.*)$ http://www.site.com/htaccess/mod_rewrite-tips-and-tricks.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/6/(.*)$ http://www.site.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/7/(.*)$ http://www.site.com/htaccess/apache-authentication-in-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/8/(.*)$ http://www.site.com/htaccess/security-with-apache-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/9/(.*)$ http://www.site.com/htaccess/ssl-example-usage-in-htaccess.html$2
RedirectMatch 301 ^/(.*)apache-htaccess.html/10/#htaccess-glossary http://www.site.com/htaccess/htaccess-for-webmasters.html#htaccess-glossary
RedirectMatch 301 ^/(.*)apache-htaccess.html/10/(.*)$ http://www.site.com/htaccess/apache-variable-fun-in-htaccess.html$2
RedirectMatch 301 ^/(.*)\.htm$ http://www.site.com/$1.html
RedirectMatch 301 ^/200([0-9])/([^01])(.*)$ http://www.site.com/$2$3
RedirectMatch 301 ^/(.*)/htaccesselite-ultimate-htaccess-article.html(.*) http://www.site.com/htaccess/apache-htaccess.html
RedirectMatch 301 ^/(.*)\.html/1/(.*) http://www.site.com/$1.html$2
RedirectMatch 301 ^/category/(.+)$ http://www.site.com/$1



