• Blogs (9)
    • 📱 236 - 992 - 3846

      đź“§ jxjwilliam@gmail.com

    • Version: ‍🚀 1.1.0
  • 3 small and interesting PHP applications

    Blogs20122012-07-16


    3 small and interesting PHP applications

    I wrote 3 simple and interesting PHP scripts: with jQuery plugins’ support, they implement: register, send_email, search functions individually. The scripts are accessible at:

    https://github.com/williamjxj/3-small-but-interesting-PHP-applications

    1. search.php
      search.php script: search files in certain directory to get the context by keyword. It runs perfect, the advantages:

      • Esay usage, all web-based, Ajax-driven.
      • Using jqtransform
      • The display results is adjustable. The matching times are displayed right side of the mapping files.
      • keyword is highlight, easy to identify.
      • Display looks good. The search form uses jqtransform - a jQuery Plugin CSS render library.
      • The codes are simple and easy to integrated with other apps. Ccan be shared.
      • Any tech issues, I am here for consulting :-)
    2. register.php
      Using jquery.easing.js to generate a dynamic form for register purpose.
    3. send_email.php
      Using jQuery validationEngine and jqtransformplugin to generate a form to send email.