Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
TeeChart for Java 2012
PDF Renderer SDK 2.20.458
WebSpellChecker.net application Linux 3.7
WebSpellChecker.net application 3.7
VISCOM Video Converter SDK ActiveX 3.05
VISCOM Image to Video Converter ActiveX 7.05
VISCOM Video BroadCast ActiveX SDK 2.38
VISCOM TWAIN Scanner SDK ActiveX 4.31
VISCOM Sound Volume ActiveX OCX SDK 3.08
VISCOM Free PowerPoint Viewer ActiveX 1.52
VISCOM Outlook Express ActiveX OCX SDK 2.46
Hex Comparison 5.1124
VISCOM TIFF Viewer ActiveX SDK 9.5
VISCOM Image Viewer CP Pro ActiveX SDK 9.5
VISCOM Media Player Gold ActiveX 2.54
Top Code
MiniSiteScript - Easy Amazon Affiliate Site Builder 1.0
iAuto Bikes Classified Software 5.5
iLister Classified Script 5.5
iAuto: SEO-Friendly Auto Classifieds Script 5.5
Jquery lightbox effect / image overlay effect script 1.0
Code Line Counter Pro - VB Version 4.0
CZ-Doc2htm 4.0
Vacation Packages Script 1.0
ShixxNOTE 6.net
XFileSharing Pro 1.9
Paid Classified Php Script with built in Members Area 1.1
Precisly vision 2.1.9
Job Listing Script 2.0
iweb Classified pro 3.0.5
PCL Works 32-bit 11.6
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...





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...



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...



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.



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.



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...



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...