Blog Detail
Recent Posts
Lighttpd
I recently found out that lighttpd powers several popular Web 2.0 sites like YouTube, wikipedia and meebo. It has to be a pretty good web server if such a big sites are using it. I thought that they are on apache, but anyway I just wanted to share th...
Remove multiple slashes anywhere in url using .htaccess
Hello, Sometimes a url can be accessed like this http://minanov.com//test.html. The above url is the same as this one http://minanov.com/test.html, it points to the same content. The search engines looks at this url as a duplicate content, which is n...
Programming rules: Always make a backup!
Probably you all know this one, or you already expirienced it by yourself, but I noticed that I forget it sometimes and when at that moment the problems start to appear :), as always… So it is very simple, before you make any change to your cod...
How to strip HTML and PHP tags from text with PHP?
If you ever need to clean a text from HTML or PHP tags you can do that very easy using the PHP function strip_tags. This is how you can use the function: $text_without_html_and_php_tags = strip_tags(”text with html and php tags”); You can...
How to list all installed plugins in Firefox?
Today I wanted to check which version the flash plugin I have installed in my Firefox 3 browser. I found a very interesting hidden page that Firefox has and lists all the installed plugins. to view this page you have to write about:plugins in the loc...
Pictures partially displayed, tinyMCE problem, lightbox2 problem because of sendfile
I had this problem a long time, I found a post I wrote from 2007-10-27. The symptoms are Pictures displayed from the web server are not complete, only the top part of the picture is displayed, and the rest of the picture is black. This usually happe...

