webmaster tutorials and internet facts

PHP Ajax chat tutorial

In this tutorial you will learn how to create your own chat using php, mysql and ajax technology . This is the basic tutorial of working browser chat , and it will work great on any existing PHP based website , or as a stand alone chat website.  First consider which folder will contain your [...]

Ajax php example

AJAX is a complex technology that means different things to different people. Computer users appreciate that their favorite websites are now friendlier and feel more responsive. Web developers learn new skills that empower them to create sleek web applications with little effort. Indeed, everything sounds good about AJAX! Here is an example of how to use ajax to [...]

Download videos from youtube – the easiest way

Youtube is a popular video sharing website of all the times. There are many ways to download videos from Youtube, you can also download your own videos in mp4 format inside of your youtube profile. But it is impossible to download any youtube video when you are browsing videos of other users as a registered [...]

Wordpress twitter search box designs

In this post you will learn how to change designs for wordpress twitter search provided by twitterloo twitter search engine. All the forms are made on html language, and we will teach you how to change basic form colors to fit your wordpress blog design. This tutorial for bloggers and anyone wants to know how [...]

PHP mysql connection class

If you are pure PHP developer, and maybe creating your own classes framework, you can use PHP mysql connection class, include it in your created bootstrap or in the place you would like to connect to the database with require or include function , for example you stored the code in mysql.class.php file , require [...]

Donate Ubuntu project

It’s always hard to donate without getting nothing back, something that you can touch or to have fun with, you say. I’ve just spent a few bucks to Ubuntu project, and I will tell you what, I’m really happy that my few bucks donation, and donated funds from other Ubuntu users could change the world’s [...]

Cron cpanel tutorial

How many times you developed your project and wanted to add automated solution to execute script exactly 3 times a week, to send emails for example to all users, or tweet random RSS feeds via Twitter API automatically, or collect links from somewhere in specified time ? Every developer sometimes needs it, Cron was developed [...]

htaccess file tips and tricks

Htaccess (hypertext access) found as an .htaccess file is the default name of a directory and file level configuration file that allows for decentralized management of apache web server configuration. .htaccess file located inside the web tree, and is able to override a subset of the server’s global configuration. htaccess file configuration is a very important [...]

The ways your twitter account could be hijacked

How many times you logged in your twitter account and found some strange message twittered like “hey, visit my site” or something you never twittered, one shiny day you find 2000 porn links in your twitter account and it takes time to delete them all. Or maybe your account suspended and you really don’t understand [...]

How to add twitter search engine into wordpress blog

To add twitter search engine into your wordpress you don’t need any plugins.  Twitterloo green bear search engine allows you to embed the html code into your wordpress blog. Let your visitors search latest tweets and youtube videos. How to embed twitter search into your wordpress blog ? Simple login to your wp-admin, click on appearance [...]