Archive for April, 2008

WAMP5 Installation Kits Software & Servers PHP

WAMP5 WAMP5 now includes a php settings manager, an alias manager, apache 2.2.4, MySQL 5.0.37, PHP 5.2.2, a multilingual support and a lot of other usefull features. WAMP5 comes with a service manager as a tray icon. WAMP5 automatically installs apache, PHP5, MySQL… on your system. Easy to install, easy [...]

Finding links using Regular Expression Syntax Miscellaneous Tutorials & Tips ASP

Finding links using Regular Expression Syntax In this example source code we will find links in a test using regular expression syntax. You may use this pattern to find in a custom script.

Zapatec Javascript Tree Trees Navigation Scripts & Programs

Zapatec Javascript Tree The Zapatec Javascript Tree is a free, attractive, and search engine friendly way to display information. Unlike most other Javascript trees, you build the Zapatec Javascript Tree using HTML, not Javascript. You don’t need to learn any new functions or worry about making javascript syntax errors. You [...]

PowerASP Counter Image Based Counters Scripts & Components ASP

PowerASP Counter This is a simple “ASP Based” hit counter system. It also has “FixedDigitCount” support for the graphical version. The zip file includes 8 digit collections to get you started.

PostNuke Portal Systems Scripts & Programs PHP

PostNuke PostNuke is an advanced weblog/Content Management System (CMS). It offers full CSS support, HTML 4.01 transitional compliant, advanced blocks system, ability to run multiple sites from one code base and is fully multi-lingual enabled. <b>.726 update:</b> XML/RPC support, visual text editor, new banner system & sideblock banners, Apache 2.0, [...]

Compacting an Access database from ASP code Database-related Tutorials & Tips ASP

Compacting an Access database from ASP code This source code can compact and repair your MS-Access database files. If you compact your access files regularly, it will work more faster and secure. Also you will save some hard disk space.

DeveloperCube Forums & Online Communities

DeveloperCube DeveloperCube is a web development community featuring discussions on design, programming, hosting and more.

PowerASP Guest Book Guestbooks Scripts & Components ASP

PowerASP Guest Book Features include: Ability to Cycle through messages in an increment that you can easily change to any value you like, Forward and Previous Buttons are dynamically created on the fly and only show up when appropriate, Easily customized since it is simple ASP written with Visual Interdev [...]

PunBB Discussion Boards Scripts & Programs PHP

PunBB PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer features than many other discussion boards, but is generally faster [...]

Checking Files Exists File Manipulation Tutorials & Tips ASP

Checking Files Exists If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is ‘FileExists’ that we will use it now.