Main > Free Download Search >

Free times like these acoustic script

times like these acoustic

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 196
accurate text counter

accurate text counter


This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times. more>> This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times.<<less
Added: 2003-09-07 License: GPL Price: Free
2241 downloads
PHP click counter

PHP click counter


Ccount is a PHP click counter. With its help you can count clicks on any link on your website. A great tool if you want to know how many times a link has been clicked, a file downloaded and similar. Y more>> Ccount is a PHP click counter. With its help you can count clicks on any link on your website. A great tool if you want to know how many times a link has been clicked, a file downloaded and similar. You can also hide your affiliate links with PHP click counter. As long as its a link - Ccount can count clicks on it! Ccount uses flat-text database so no SQL databases are necessary. I have also developed an admin panel, where you can view link statistics: how many times a link has been clicked (both numerical and graphical display of stats), link with most clicks and average clicks per link. You can also easily add, reset or remove links in the admin panel.<<less
Added: 2004-07-17 License: Freeware Price: Free
1977 downloads
'accurate' text counter

'accurate' text counter


This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times. more>> This is a slightly better version of your standard text counter , this example only increments a count once per session whereas a normal counter could increment several times.<<less
Added: 2003-09-07 License: GPL Price: 0.00
12 downloads
Displaying Dates and Times with ASP

Displaying Dates and Times with ASP


There are various ways to display Dates and Times. You can display the Date in the standard MM/DD/YYYY or with the name of the day and month. You can display the Date with the Time or the Time all by more>> There are various ways to display Dates and Times. You can display the Date in the standard MM/DD/YYYY or with the name of the day and month. You can display the Date with the Time or the Time all by itself. You can also abbreviate the name of the Day or display the Time in either 24 hour or 12 hour format. This article will show you the basics of how it is done.<<less
Added: 2007-06-25 License: Freeware Price: Free
854 downloads
4L hit counter 1.0

4L hit counter 1.0


This is a very simple text based hit counter.It uses only 4 lines of PHP code.This script will count the number of times a page is called and store this number into a simple text file(e.g. hits.txt). more>> This is a very simple text based hit counter.It uses only 4 lines of PHP code.This script will count the number of times a page is called and store this number into a simple text file(e.g. hits.txt).<<less
Added: 2008-03-23 License: Freeware Price: $0.00USD
13 downloads
Link Click Counter without SQL

Link Click Counter without SQL


This counter uses two text files to keep track of the addresses and the number of times each address was accessed. All functionally ran, and allows for custom counter text, as well as formatting of th more>> This counter uses two text files to keep track of the addresses and the number of times each address was accessed. All functionally ran, and allows for custom counter text, as well as formatting of the output, and inclusion of target, class, and id HTML tags. Also, allows for output of the total number of link clicks you have recorded.<<less
Added: 2006-12-26 License: GPL Price: Free
1047 downloads
Vista-like Ajax Calendar version 2 2

Vista-like Ajax Calendar version 2 2


The Vista-like Ajax Calendar (vlaCalendar) version 2 is a unobtrusive web version of the slick and profound Windows Vista taskbar calendar, by using the mootools javascript framework, AJAX, XHTML, CSS and PHP. Key features: o Authentic Vista more>> The Vista-like Ajax Calendar (vlaCalendar) version 2 is a unobtrusive web version of the slick and profound Windows Vista taskbar calendar, by using the mootools javascript framework, AJAX, XHTML, CSS and PHP. Key features: o Authentic Vista look-and-feel o Quick navigation by jumping back and forth between months, years and decades without drop-down boxes o Smooth transition animations o Customizable features o Lightweight (compressed 8,50kB) New features in version 2: o Datepicker functionality (!) o Cleaner and more developer centered - easily editable - CSS, PHP and javascript code o Easily changeable date labels (e.g. different languages) o Easily stylable. Styles are created on top of the general style; the download include two example styles o Both normal and datepicker calendar can be instantiated multiple times<<less
Added: 2008-05-28 License: Free Non-Commercial Price: $0.00USD
24 downloads
Manual Threading in ASP.NET 2.0 1

Manual Threading in ASP.NET 2.0 1


Explains how to create, manage and synchronize threads manually in ASP.NET. Some times thread pool technique is not sufficient to manage certain cases within your application, and the need for manually creating and fully managing a new thread arises. more>> Explains how to create, manage and synchronize threads manually in ASP.NET. Some times thread pool technique is not sufficient to manage certain cases within your application, and the need for manually creating and fully managing a new thread arises. Creating threads manually is much more complex than using the thread pool, and requires you to have knowledge about threading life cycle and concepts.<<less
Added: 2007-02-12 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Manual Threading in ASP.NET
Manual Threading in ASP.NET 2.0Some times thread pool technique is not sufficient to manage certain cases within your ... Some times thread pool technique is not sufficient to manage certain cases within your
License:Freeware
Download
990 downloads
Added: 2007-02-12
FFTW with OpenCV 1.0

FFTW with OpenCV 1.0


In Image Processing, we will using FFT operation many times. Ufortunately, OpenCV only came with DFT function. So we need to use a third party FFT library in order to perform FFT operation. FFTW is a good choice. Its very fast and freely available at more>> In Image Processing, we will using FFT operation many times. Ufortunately, OpenCV only came with DFT function. So we need to use a third party FFT library in order to perform FFT operation. FFTW is a good choice. Its very fast and freely available at http://www.fftw.org. This is an example on how to perform FFT operation using FFTW in OpenCV. It simply loads an image, compute FFT & IFFT, then display the final result. The resulted image has no difference with the original, as it should.<<less
Added: 2008-04-19 License: GPL Price: $0.00USD
13 downloads
Adsense CTR 2.4

Adsense CTR 2.4


This script tracks adsense ad activity such as who clicked on an ad, what ad they clicked on and how many times. Records their IP address and more. A must have is your using Google adsense. more>> This script tracks adsense ad activity such as who clicked on an ad, what ad they clicked on and how many times. Records their IP address and more. A must have is your using Google adsense.<<less
Added: 2004-02-29 License: GPL Price: $0.00USD
16 downloads
Design-time support for ASP.net composite controls

Design-time support for ASP.net composite controls


Creating composite controls in ASP.net can prove to be quite a tedious process at times, when it comes to the actual HTML the control renders. Especially since design-time support for composite controls are quite limited, fortunately we can always add more>> Creating composite controls in ASP.net can prove to be quite a tedious process at times, when it comes to the actual HTML the control renders. Especially since design-time support for composite controls are quite limited, fortunately we can always add our own support, like described in this code example<<less
Added: 2008-09-07 License: Freeware Price: $0.00USD
14 downloads
Super Simple Pageview Counter 1.0

Super Simple Pageview Counter 1.0


This is a Super Simple Pageview Counter. It is the easiest to use counter available. It just shows you how many times a page has been loaded. Very useful, very fast, and very simple. You can get support from my website - http://www.php-coder-for- more>> This is a Super Simple Pageview Counter. It is the easiest to use counter available. It just shows you how many times a page has been loaded. Very useful, very fast, and very simple. You can get support from my website - http://www.php-coder-for- hire.com/<<less
Added: 2007-02-08 License: Freeware Price: $0.00USD
13 downloads
ClickCounter 2.0

ClickCounter 2.0


ClickCounter is an easy to install and easy to use Click Tracker. Simply add a link in the administration panel and you can replace a download link on your website so that you can count how many times a file has been downloaded or how many times a page more>> ClickCounter is an easy to install and easy to use Click Tracker. Simply add a link in the administration panel and you can replace a download link on your website so that you can count how many times a file has been downloaded or how many times a page has been visited. NOW IN ITS SECOND VERSION! WITH MORE FEATURES THAN EVER BEFORE... Simple to install and use * Add unlimited links * Specify maximum link clicks * Specify URLs that users should be taken to if an error occurs * Gather stats from link clicks * Easily add links * Easily delete and reset click counts, now with confirmation! * Display the click count on any page * Secure administration area<<less
Added: 2008-05-15 License: Freeware Price: $0.00USD
13 downloads
Working With Time Zones in PHP

Working With Time Zones in PHP


This tutorial explains how to handle converting times to different time zones using the DateTime and DateTimeZone classes provided by PHP 5.2.0+. It will show how to collect the time zone in the Area/Location format and how to use it for converting to more>> This tutorial explains how to handle converting times to different time zones using the DateTime and DateTimeZone classes provided by PHP 5.2.0+. It will show how to collect the time zone in the Area/Location format and how to use it for converting to and from that zone. This is useful for online applications that will be used by users in many locations.<<less
Added: 2009-04-22 License: PHP Price: $0.00USD
12 downloads
Savas Link Manager

Savas Link Manager


PHP/MySQL links page for your website. Features: Easy to use admin panel (edit/delete/add links). Cool display - can be integrated into any website. Link counter - displays how many times a link was c more>> PHP/MySQL links page for your website. Features: Easy to use admin panel (edit/delete/add links). Cool display - can be integrated into any website. Link counter - displays how many times a link was clicked. Users are able to submit links themselves, but are shown only after admin aprooval<<less
Added: 2006-12-01 License: Free for non-commercial use Price: Free
1061 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5