slow
image_bmp
This PHP class allows creating and outputting images in BMP format more>>
It does not require any external modules such as the GD library or ImageMagick. Since the BMP format is not optimized in any way, dealing with such images is a slow process.
Javading Image Slideshow 1
Image Slide Show is a very simple to use script,Time and effects can be adjusted to suite your needs. the effects can easily be modify according to the user, the speed can be adjusted fast or slow, and finally pictures will be auto detected when more>> Image Slide Show is a very simple to use script,Time and effects can be adjusted to suite your needs. the effects can easily be modify according to the user, the speed can be adjusted fast or slow, and finally pictures will be auto detected when uploading it into the folder so no hustle no database and best of all its free.<<less
How To Modify Web.Config At Run Time 1
This tutorial explains how to modify web site settings, like connection strings, session timeout etc. at run time. It is very useful in some scenarios, but you need to know that your web application can load slower first time after changes in web.config more>> This tutorial explains how to modify web site settings, like connection strings, session timeout etc. at run time. It is very useful in some scenarios, but you need to know that your web application can load slower first time after changes in web.config are made.<<less
Slide-in window 1
Box slides in from the top and slows down in the center of the page. The box has the transparent shadow. The content of the slide-in box can be indexed by the search engines (SEO friendly). The script is cross-browser. more>> Box slides in from the top and slows down in the center of the page. The box has the transparent shadow. The content of the slide-in box can be indexed by the search engines (SEO friendly). The script is cross-browser.<<less
PHPCache, a simple, powerful object caching solution 0.9
If you have a dynamic website, written in PHP and your site is slow then this solution might help you. Some times you have to have some slow query then process the result afterwards which makes the whole thing even slower. more>> If you have a dynamic website, written in PHP and your site is slow then this solution might help you. Some times you have to have some slow query then process the result afterwards which makes the whole thing even slower.<<less
pChart 1.23
pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. Focus has been put on more>> pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. Focus has been put on rendering quality introducing an aliasing algorithm to draw eye candy graphics. In fact, quality is slowing down the renderer engine... this is one of our way of improvment!<<less
Apache AxKit
Apache AxKit is an XML application server for Apache. more>> Apache AxKit is a convenient server management tool which is used for Apache. It provides on-the-fly conversion from XML to any format, such as HTML, WAP or text using either W3C standard techniques, or flexible custom code. AxKit also uses a built-in Perl interpreter to provide some amazingly powerful techniques for XML transformation.
AxKit makes the separation of content and presentation a practical reality. The pipelining technique that AxKit uses allows content to be converted to a presentable format in stages, allowing certain platforms to see data differently to others. AxKit allows web designers to focus on web site design, content developers to work on a purely content basis, and webmasters to focus on their core competencies.
AxKit is based on components that are replaceable. This allows the web site developer to create a completely custom XML Application Server based around the AxKit API. AxKit can either automatically provide caching facilities, or you can create yThe toolkit also provides ability to build component based web sites, and dynamic content.
Database integration is fully supported, allowing either delivery of XML from a database, or XML generation from a database query. Dynamic web components can be built using the Perl language, making the possibilities as infinite as CGI scripts, without the potential mess that CGI programming can cause.
Major Features:
- XSLT based pipelined XML transformations
- Standards base stylesheet selection criteria
- Output in more than 180 different character sets (although browser support means that only about 10 of those are useful).
- XSP support for the Perl language, including Perl DBI based SQL taglib
- Built in Perl interpreter no more CGI overhead
- Plug-in API All components are replaceable with custom components.
- Support for almost every platform around: Linux, Solaris, HPUX, AIX, Windows NT, BeOS, *BSD, VMS.
- Intelligent caching technology means yDeliver to different media using the sames set of URLs for all media types. Media types supported are: Screen (web browsers), Handheld (such as palmtop computers and mobile phones), TV (for example Skys "Open", or Microsofts WebTV), braille, aural, print, projection and tty (for text-only browsers).
- GZipped output encoding great for slower links
Advertisement Slideshow 1.0
This image advertisement script allows you to display and rotate banners automatically without needing to reload the page. You can display any number of banners as a slideshow similar to cinema pre-feature advertisements. Accepts images, text, or rich more>> This image advertisement script allows you to display and rotate banners automatically without needing to reload the page. You can display any number of banners as a slideshow similar to cinema pre-feature advertisements. Accepts images, text, or rich HTML in a dynamic manner. Set the script to automatically cycle through the contents like in a scroller or manual selection. Furthermore, we made inputting the contents a breeze simply wrap desired blocks of HTML in a special tag div, and they are automatically added to the slideshow. Warning: may not work with some browsers and each offsite servers can cause delays if they are down or slow. The demo illustrates, you must wait for the rotation. While it appears to behave like an animated gif, each banner rotation is accessing a distinct individual offsite URI smoothly without the page needing to reload.<<less
INTRODUCTION TO PHP part 1
This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room more>> This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room<<less
Automated MySqDump Database Backup 1
mySQLdump Database Backup is a PHP script that: is executed either on a scheduled basis via cron or your manually via your browser; will backup any number of databases (data and structure); gzips the output files; allows you to download individual backup more>> mySQLdump Database Backup is a PHP script that: is executed either on a scheduled basis via cron or your manually via your browser; will backup any number of databases (data and structure); gzips the output files; allows you to download individual backup files or all backups bundled in a zip archive; optionally optimize tables in the databases; deletes old backup files from the server when new backups are created; eliminates transfering the backups to your PC using an FTP client or worse, excruciatingly slow transfer via email attachments; has HTMl user guide with complete instructions for installing and using (visit the site to read it). And it is free!<<less
Bundle-fu 1.1
Lots of tiny asset files will slow down your load time. Without requiring any additional xml/yml config files, bundle-fu makes asset bundling possible in two short lines of code. more>> Lots of tiny asset files will slow down your load time. Without requiring any additional xml/yml config files, bundle-fu makes asset bundling possible in two short lines of code.<<less
Improve your ASP.NET Site performance with Caching
Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A more>> Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A Proper use and fine tune of caching approach of caching will result on better performance and scalability of your site. However improper use of caching will actually slow down and consume lots of your server performance and memory usage. Good candidate to use caching is if you have infrequent chance of data or static content of web page.<<less
File Grabber 3.1 1.0
UPDATED: MORE SECURE. BETTER LOOK File Grabber 3.1 Is a Script created by Anup Patel & Andrew Pearce. It is a script allowing you to grab files from remote servers and brings the file that you grabbed to the folder that the script is it. This script more>> UPDATED: MORE SECURE. BETTER LOOK File Grabber 3.1 Is a Script created by Anup Patel & Andrew Pearce. It is a script allowing you to grab files from remote servers and brings the file that you grabbed to the folder that the script is it. This script saves the process of downloading big files then having to re-upload them, it will save you tons of time if you have a slow upload connection. Please read the Read-me for more information<<less
PHPGraphLib - Lightweight PHP Graphing Library 2.02
PHPGraphLib is a PHP 4.3+ friendly object-oriented script that has powerful customization features, allowing you to generate the perfect graph for any web site or application. Best used with dynamically data, PHPGraphLib allows easy visual interpretation more>> PHPGraphLib is a PHP 4.3+ friendly object-oriented script that has powerful customization features, allowing you to generate the perfect graph for any web site or application. Best used with dynamically data, PHPGraphLib allows easy visual interpretation of sophisticated data sets. Simply feed PHPGraphLib an array of data points, and it will generate a .png image of your data. At less than 25kb in size, it will not slow down your scripts. If no customizations are made, PHPGraphLib adjusts the scale and axis of the graph to fit any data, including large numbers, decimal numbers, and negative numbers. PHPGraphLib supports multiple data sets, line graphs, point graphs, bar graphs, and pie charts.<<less
License:Freeware
Photo Shoot 1.0
Photo Shoot is a slideshow effect that is great for showing off photos and other graphics. The camera flash effect draws-in attention. Photo Shoot can also slow zoom-in to photos, maintaining a constant sense of movement and excitement. Absolutely no more>> Photo Shoot is a slideshow effect that is great for showing off photos and other graphics. The camera flash effect draws-in attention. Photo Shoot can also slow zoom-in to photos, maintaining a constant sense of movement and excitement. Absolutely no Flash skills are required to set it up and it can be easily embedded into any web-page. The image filenames are read from a simple configuration file on your website. Photo Shoot has a wide range of configuration options: colours, speeds, sounds, zooming and rotation. Images are linkable to other content on your website, or to javascript commands.<<less
License:Free for non-commercial use