Blog Detail
Web Online Tutorial
http://www.webonlinetutorial.com
This blog is used by web developers to submit examples of the work they do on a day-to-day basics. Here you should find the example of the job you are looking for if not contact us and we will update this. The examples will be on XHTML, CSS, Javascript, PHP, SQL .htaccess, SEO and Linux.
Recent Posts
Create AJAX Object
To create a AJAX object use the following function. function getHTTPObject() { var xmlhttp; if(window.XMLHttpRequest){ xmlhttp = new XMLHttpRequest(); else if (window.ActiveXObject){ xmlhttp=new ActiveXObject(”Microsoft.XMLHTTP”); if...
Google to Not Index Certain Parts of Your Page
There are a number of different ways to stop google from indexing a page on your site. Use robots.txt to block the bot from accessing the page Use meta robots tag NOINDEX Place rel=nofollow on links to the page. But what if you want google to acces...
Javascript Dynamic Text Counter
There will be times in web development when you need to limit the amount of characters are entered in a textarea. For example what twitter have done, they limit you to post items at 140 characters and they count down to this number. You can do this b...
Create a gzip file in PHP
Do you use PHP to create a file, to store data or XML file? These files can normally become very large and use up a lot of bandwidth after awhile, to solve this problem it will useful to gzip these files when creating the data. The function example b...
Get HTML Tags In PHP
Have you ever wanted to compare your page content with your competition? One way of finding out your competition content is to analysis the meta keywords of the pages. This can be a long task to go through every page and view the keywords for that pa...
Post to Wordpress From PHP
Having the ability to post to a wordpress blog from a PHP script will allow many websites to auto blog about different activities on there website. This means that when ever a user submit data via a form this could be sent to this script which will b...


God information. Thanks for the contributing...
Posted: November 22nd, 2009 | More Reviews From brunoteenager | Report This Comment