
If when accessing any folder which does not contain an index file (ex: http://yourtestdomain.com/folder/) a directory listing will be shown displaying a list of the files in that folder. Simply adding a zero size (0 byte) text file named “index.html” ...

1st time when i see :
Http/1.1 Service Unavailable
on www.youtube.com
wow... internet is going down bb !!! ( heavy trafic ... small pipe :P) !

Cat de bine s-o descurca google cu noul domeniu si redirectarea ( 301 redirect ) ... nu stiu, nu prea am experienta majora in astfel de lucruri. Am mai mutat un domeniu acum doua luni si s'a descurcat bine ...
Categories: Hosting, Html, Linux, PhP, Web, Wordpress Tags: 301 redirect, blog, byrev net, hosting dedicat, redirectare url, server nou

XML sitemap submission link for most important search engine:
Google Sitemap
http://www.google.com/webmasters/sitemaps/ping?sitemap=http://blog.4rev.net/sitemap.xml
Live MSN Sitemap
http://webmaster.live.com/ping.aspx?siteMap=http://blog.4rev.net/sitemap.xml
Yahoo Sitemap
http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooDemo&url=http://blog.4rev.net/sitemap.xml
Ask.Com Sitemap
http://submissions.ask.com/ping?sitemap=http://blog.4rev.net/sitemap.xml

Redirect visitor by domain name; Mod Rewrite - URL Rewriting
In some cases the same web site is accessible by different addresses, like byrev.net, www.byrev.net, byrev.blog-u.net and we want to redirect it to one address.
Case 1: www.byrev.net to byrev.net
RewriteEngine On
RewriteCond %{HTTP_HOST} ...

A beta version for Microsoft Windows was released for the first time on June 11, 2007 with support for Windows XP and Windows Vista, although it will also unofficially work on Windows 2000. Safari is a web browser developed ...

Show Vertical Scrollbar in browser
in css file add:
html {
overflow-y: scroll;
}
for mozilla firefox, this:
html {
overflow: -moz-scrollbars-vertical;
}
always show vertical scrollbar!
For individual class , set overflow inside declaration:
.mayclass {
overflow-y: scroll;
}
Or you can rewrite default behavior elements , ex:
div { overflow-y: scroll; }

To use max-width the syntax is:
selector {max-width:value;}
Internet Explorer up to version 6 doesn't support the max-width property but has the ability to perform javascript like functions on it's CSS so you can fake max-width with it. Here's the ...

How can hide ads on free webhosting ?
Ex:
lx.ro
3x.ro
godaddy.com
... and many other !
your web page must be started with:
<div style="position:absolute !important; top: 0px; margin: 0; padding: 0; background-color: white; width: 100%; z-index:65535;">
and before:
</body>
</html>
put:
</div>

Nu stiu cati din voi au vazut mai recent un SO MAC , aka "Leopard" dar daca a'ti vazut probabil ca si meniurile/animatia taskbarului va placut !
Azi am vazut si eu la tolontan, nu am intrat niciodata pe blogul lui, ...