WebMastersCity.Network

WebMastersCity.Network

Search   in  

 Create an AccountHome | Submit News | Your Account | Content | Topics | Top 10  

Modules
· Home
· 01 WebMaster Tips
· 02 AJAX Examples
· 03 PHP Scripts Ex
· 04 Java Scripts Ex
· 05 WebMaster Blog
· 06 Web Links
· 07 Downloads
· Private Messages
· Stories Archive
· Submit News
· Surveys
· Topics
· Your Account

  
Web Tools

  • String to One Line : Make your code in one line, just copy and paste your code in the box and submit it will remove all chr(13) and n and give you a one line of code, you can use this as even JavaScript Variable Click Here

  • Highlight PHP Script in its own colors
     This is a small tool it will shows you all the PHP code you submit it will highlight in its own PHP code color.

  • String to AJAX and PHP : A tool to make fields to AJAX and PHP script, I was doing AJAX and PHP for a long time and writing same thing again and again so boring and also waste of time, so I planed to do a small program that will output code as AJAX and to PHP, you have to pass relevant parameters to the programs and it will give you a structured  code for AJAX and PHP. Click here to experience the code.

  • Drag and drop to order list elements with Scriptaculous:
    1. Example one will show you how to create a sortable list using UL and LI and it will allow you to drag and drop the changes of the sorted list will print in a text box for your convenience to PHP or ASP. Example 1 is basic example to give you an idea what I am talking about. Try My Example 1 or View the My Code
    2. Example two will show you how to create a sortable table with. Here you can create a table with table record and you can drag and drop as you want. and also list will print in a text box for your convenience to PHP or ASP. Example 2 is little advanced example to give you an idea how to work with table. Try My Example 2 or View the My Code