Blog Detail

Web Online Tutorial

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.

subscribe Recent Posts

  • Create AJAX Object

    Posted on Friday November 20th, 2009 at 14:05 in 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

    Posted on Saturday November 14th, 2009 at 16:37 in google, SEO

    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

    Posted on Friday November 13th, 2009 at 16:32 in javascript, 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

    Posted on Thursday November 12th, 2009 at 16:22 in php, gzip

    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

    Posted on Thursday November 12th, 2009 at 15:49 in php, keyword, array, title, html tags, h1

    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

    Posted on Friday October 30th, 2009 at 14:00 in php, wordpress, xml

    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...

Comments & Reviews

This blog is currently rated a 5.00 out of a possible 5 based on 1 comment.

brunoteenager

5 stars Bruno Resende Ramos

God information. Thanks for the contributing...

Posted: November 22nd, 2009 | More Reviews From brunoteenager | Report This Comment

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 3 + 2
Comment:
  Remember Information