Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Online Notebook Manager 1.0
DMXReady Blog Manager 1.0
Availability Booking Calendar 1.5
Free Hotel Management Source Code 1.0
Artistic Photo Gallery 1.0
Advanced Image Grid AS 2.0 1.0
The Viral Script 1.0
bretteleben.de Panoramascript 1.01
One more way ... 1.01
ASPAuctionPro 1.1
bretteleben.de Lakescript 1.01
bretteleben.de Slideshow 1.01
Pacific Timesheet 6.4
DMXReady Classified Listings Manager 1.0
DMXReady Secure Login Manager 1.0
Top Code
Adirex 3D Chess Client 1.0
Habanero 2.0.1b
ikiCLassifieds 2.0
JVMail 2.0.0
P2P .htManager 0.2
Smart Font Listbox 1.0
Su Logu 0.6.2
Ticket Support Script 1.1
Time and Attendance 1.0
WhoisOnsite 1.VIII
XMBForum 1.9.10 Karl
phpTimeSheet 1.3.0-preview 2
Arbitrary-shape Popup Box 1.0
CSTreeBean 0.3
encbtn32.zip 1.00.00b
Code Listing by Francisco Charrua

Code 11-20 of 25   Pages: Go to  << Prior  1  2  3  Next >>  page  


I wrote this for a web hosting client who was in the real-estate business. It allows you to put listings up for sale and for rent. Installing this script requires some knowledge of PHP and MySQL. Don't forget to create the necessary tables and to edi



This is the ASP version of params.php. The function is not as necessary in ASP as it is in PHP, but it makes translating my scripts an easier task.



This is the photo gallery that I personally use. I always post 800 by 600 high to medium quality jpegs that I optimise for the web using photoshop. I also always make my thumbnails 100 by 100. You can visit my photo gallery here. I usually put my sou



Mouse-events.html is a template for handling three basic mouse events: Moving, pressing down on a button, and releasing the button. It works in IE 5+ and should also work in NS 6+.



Drag your photos directly from your digital camera, to your online gallery. jpg-dump-photo-gallery.php?b will take the jpegs in the source folder and make thumbnails and viewable images for you. jpg-dump-photo-gallery.php without the ?b will allow yo



This function allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content to regular HTML. Given a choice, server side processing of form variables is preferable.



4 javascript cookie functions that I wrote for various website projects. I put them together in this script and used the above form to debug them. They allow you to access, assign, modify, and delete your cookies with client-side code.



This is a PHP based shopping cart which uses MySQL database as backend for storing data. This program is easy to use on any website. If this program is used by the web owners on their website it enables their site visitors to purchase products online



Items shopping cart is a database driven PayPal cart. It was written to be easily modified and integrated into an existing e-commerce site. It allows people to shop on your web site, and allows you to keep track of the details of their purchases.



Although it is possible to use include files in ASP, I found that it was not possible to do so during runtime. VBScript seems to be lacking an include function. So I wrote these 3 functions: asp_html_include(), asp_vbs_include(), and vbs_include(). T