Power Search  |  My Account  |  Post Yours  
 Search    in       
ScriptMenu > PHP > Tips and Tutorials > Development
 


Lists:    2       

    Vision.To Code Library Refer   Rate   Details   Visit    
Sign-Up for free membership account and submit your SourceCode. You will get your own CodeLibrary "corner" and can modify your submissions at any time, you have even your "private" section. Will be added RSS2.0 FEED'S for 10 latest code submissions and 10 latest code updates. Membership is FREE
Hits:  323
Ratings:  0.00
   Date Added:  Aug-10-2005  

    PROGRAMMING WEB WIDGETS WITH PHP Refer   Rate   Details   Visit    
This article describes an approach to programming web user interface components (widgets) using object-oriented programming techniques and providing a way to easily manipulate the overall design of a site with WYSIWYG HTML editors lime Macromedia Dreamweaver.
Hits:  945
Ratings:  2.00
   Date Added:  Jul-17-2005  

    ftp clients Refer   Rate   Details   Visit    
My experience with ftp clients. It focuses on using IE as an ftp client.
Hits:  794
Ratings:  4.38
   Date Added:  Aug-01-2005  

    Output Caching in PHP Refer   Rate   Details   Visit    
Caching output in PHP can reduce server load and speed up your site. This tutorial explains how to alter your site to save your server from processing scripts and querying databases more than is needed.
Hits:  881
Ratings:  4.00
   Date Added:  May-30-2005  

    Alternating row colors Refer   Rate   Details   Visit    
Alternating row colors is a very good way to make big tables more ergonomic and esthetic. Script and explanation here. Also explains the modulus operator.
Hits:  886
Ratings:  3.00
   Date Added:  Aug-07-2005  

    Property and Method Overloading Tutorial Refer   Rate   Details   Visit    
Brief introduction into using PHP's overload extension to overload property access and method calls within a class.
Hits:  493
Ratings:  5.00
   Date Added:  Aug-11-2005  

    Creating and using a timing class Tutorial Refer   Rate   Details   Visit    
The purpose of this tutorial is to talk about two seperate concepts; profiling and object oriented programming (OOP). In this tutorial we'll create a simple class to allow you to create one or more timers. You can then use these timers to show you how long a script or function takes to run, which can help you determine what portions of your script are eating up the most processing time. This is sometimes referred to as profiling. You can also use timer objects to provide generic timer display in your scripts.
Hits:  750
Ratings:  5.00
   Date Added:  Aug-17-2005  

    Recursion in PHP Refer   Rate   Details   Visit    
Learn how recursion works and how to implement it in PHP.
Hits:  908
Ratings:  3.67
   Date Added:  Jul-10-2005  

    Object-oriented approach to programming HTML form components in PHP Refer   Rate   Details   Visit    
Article describing a method of representing HTML form controls in PHP ising OO approach enabling hassle-free and easy way to program controls thruout the site.
Hits:  967
Ratings:  5.00
   Date Added:  Jul-12-2005  

    Introduction to PHP Regular Expressions (#1): General Mechanics Refer   Rate   Details   Visit    
Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions ('regex') over native functions because of one thing: power. In PHP the 'ereg_' functions are what utilize ERE POSIX, and the 'preg_' functions utilize PCRE. In this 'introduction to regular expressions' the author will assume no prior knowledge of regex, and will try to give you the most thorough explanation of this powerful tool as possible.
Hits:  1128
Ratings:  5.00
   Date Added:  Aug-21-2005  

   2       

© 2005 ScriptMenu.com   -    terms of use  -  privacy policy  -  contact us