Skip to main content
CafeWebmaster

Main navigation

  • Tools
    • MD5 converter
    • SHA1 converter
    • Base64 encode
    • Base64 decode
    • HTML entities encode
    • HTML entities decode
    • Raw url encode
    • Raw url decode
    • UTF8 encode
    • UTF8 decode
    • Unix Time to Human Date converter
    • Remove duplicate lines
    • Sort text lines
    • Backwards - Mirrored Text
    • PiRaTe tExT
    • Your IP Address & Hostname
  • Forums
  • Free PHP Scripts
    • Image watermark with PHP
    • Page generation time with PHP
  • CSS
    • CSS hidden left menu
    • CSS horizontal menu
  • Free Fonts
  • Image Editors
  • Tutorials
    • Check password strength / safety with PHP and Regex
    • Cómo hacer que su sitio web popular!
    • How2 make a website popular
    • How2 secure your website
    • Kennwort Sicherheit mit PHP und Regex Prüfen
    • Page generation time and http-referrers with php
    • Redirect webpages with HTML, PHP, .htaccess, Java+Script, CGI-Perl, ASP.NET and ColdFusion
  • New
User account menu
  • Log in
By Anonymous (not verified), 30 November, 2010

Websites offering Alexa Toolbar and manipulation

Sometimes I see a non-real difference on Alexa between websites. Some of websites advertising for MSIE Alexa Toolbar or Sparky for free. They want get a better place on Alexa ranking using own visitors traffic combined with Alexa Toolbar. Is this legal?

On the other side there a websites with huge traffic, but they get a bad rang because their visitors not using Alexa.

  • Read more about Websites offering Alexa Toolbar and manipulation
  • Log in to post comments
By Anonymous (not verified), 19 November, 2010

Adobe Indesign or QuarkExpress for monthly magazine?

Hello, we want to publish a monthly magazine. But we dont know which software to take to create pages on a computer. What do you advise Indesign or Quark?

  • Read more about Adobe Indesign or QuarkExpress for monthly magazine?
  • Log in to post comments
By Anonymous (not verified), 19 November, 2010

Our automated system will not approve this name (Facebook)

Why do I get this error while trying to register on Facebook:

Our automated system will not approve this name. If you believe this is an error, please contact us.

  • Read more about Our automated system will not approve this name (Facebook)
  • Log in to post comments
By Anonymous (not verified), 2 November, 2010

Install Curl on PHP5 Webmin + Debian

I wrote a script for Twitter with Oauth. After running it I got this error:

Fatal error: Call to undefined function curl_init() in /var/public_html/www

Because Curl wasnt install and couldnt find in php.ini file or in webmin navigation functions.

I wanted to install curl for Apache+PHP on my Linux dedicated server with Debian+Webmin.

This code helped me to install curl:

apt-get clean && apt-get update && apt-get install php5-curl
  • Read more about Install Curl on PHP5 Webmin + Debian
  • Log in to post comments
By Anonymous (not verified), 24 October, 2010

Multiple Virtual Hosts on Localhost of Apache / WAMP

You want to test multiple domains/sites on your local computer. Each site need to run on root level without urls without subdirectory. You have to create multiple vhosts. For each virtual host creata an entry in windows host file: hosts
Run a text editor as administrator to have right to make changes under windows.

C:\Windows\System32\drivers\etc\hosts :

127.0.0.1       www.mysite1.example
127.0.0.1       www.example.ku

httpd.conf :

NameVirtualHost 127.0.0.1



  • Read more about Multiple Virtual Hosts on Localhost of Apache / WAMP
  • Log in to post comments
By Anonymous (not verified), 24 October, 2010

Modify etc/hosts under Windows7

You cannot change hosts file under Window7 oder vista. To do it run a text editor as administrator and edit the file.

  • Read more about Modify etc/hosts under Windows7
  • Log in to post comments
By Anonymous (not verified), 12 October, 2010

Connection problem or invalid MMI code

I am using HTC-Desire with Android 2.2. and got this error: Connection problem or invalid MMI code

And I cant call and accept calls. But my network status seems to be ok. What is the reason and how to fix it ?

  • Read more about Connection problem or invalid MMI code
  • Log in to post comments
By Anonymous (not verified), 12 October, 2010

List all files in a Directory without Filesize, heading info under Windows using MS-Dos Dir command

With following dos command you can list all files in a directory without filesize, heading info under Windows and save it to a filename like allfilesname.txt:

dir /B > allfilesname.txt
  • Read more about List all files in a Directory without Filesize, heading info under Windows using MS-Dos Dir command
  • Log in to post comments
By Anonymous (not verified), 7 October, 2010

How to exit from fullscreen mode of Putty ?

I am using windows7. How to exit from fullscreen mode of Putty ? I cant do it.

  • Read more about How to exit from fullscreen mode of Putty ?
  • Log in to post comments
By Anonymous (not verified), 6 October, 2010

Invalid utf8 character string

If you get this error: "Invalid utf8 character string" when you are using iconv you should convert from utf-8 to utf-8 to.

$htmc = iconv("ISO-8859-9", "UTF-8//TRANSLIT//IGNORE", $htmc);
		 
$htmc = iconv("UTF-8", "UTF-8//TRANSLIT//IGNORE", $htmc);

Dont forget: //TRANSLIT comes before //IGNORE

  • Read more about Invalid utf8 character string
  • Log in to post comments

Pagination

  • First page
  • Previous page
  • …
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Current page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • …
  • Next page
  • Last page
CafeWebmaster.com(CW) is a free online community for webdevelopers and beginners. Anybody can share their code, articles, tips, tutorials, code-examples or other webdesign related material on the site. Newbies can submit their questions and reply to existing questions. CW does not guarantee or warrant reliability of code, data and information published on the site. Use the site on your own risk. The site takes no responsibility of direct or indirect loss or any kind of harm to its users. The site also doesn't take responsibility of infected files or source code with any kind of infection or viruses, worms, spywares, malwares, trojan horses. CW reserves the right to edit, move, or delete any of content for any reason.