Welcome to the web help

The Web Help contains resources useful for web developers, these resources includes PHP, JavaScript, HTML and other tutorials, articles and related content.

Latest content added to The Web Help

  • HTML Transparencies by CSS code
    How to make divs or other html content partially transparent.
  • Quick PHP photo gallery
    This script will read all images in current directory and will display them as clickable thumbs.
  • Anti flood script
    A simple script that will redirect the user to another page if it makes too many requests.
  • Image upload script with resize function
    A script that allows you to upload images on server and scall them down if needed.
  • Some basic search engine optimization tips
    If you want your website to have a decent position in search engine results, here are some basic things that you might want to know, ordered by importance
  • CSS pagination style template
    CSS style template for pagination areas of your site.
  • PayPal Refunds policy
    PayPal merchant accounts could cause you to lose money, your software can easy get to warez sites without even getting paid for the software.
  • Customizing the css links
    Some basic information about how html and css file should look like when having different link colors in same page.
  • Places where you can submit your URL for free
    A list of most important search engines that accept manual URL submission.
  • Contact form with Captcha image code validation
    This is a php contact form that will protect you against junk messages by telling the user to enter a verification code. This will verify that the sender is a human and not an automated script.
  • How to insert php code inside .html files
    Normally you can only insert php code blocks into files ending in .php extension, by making some small modification you can also include php code inside html documents...
  • Bookmark Us Script
    This script is used when you need to display "bookmark us" link on your site, when a visitor clicks the link the browser bookmarks window will opena nd will alow you to bookmark that link. It Internet Explorer you will see the bookmarks window open and in Mozilla type browsers you will see a text that says "Bookmark us (CTRL+D)", in Mozilla type browsers you can bookmark current link by this keyboard shortcut...
  • Browser PopUp Windows
    Use this script to open browser pop-up windows when you click a link or an image.
    The script can position the new window at a given x and y position on the screen, you can specify window width, height and you can specify what other items to apear or to hide on the window (buttons, status bar, etc)...