Main > Free Download Search >

Free 1.33 aspect ratio script

1.33 aspect ratio

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 125
Upload and Resize Images with Aspect Ratio 1

Upload and Resize Images with Aspect Ratio 1


This script will show you how to Upload and Resize Images and keep Aspect Ratio. It will resize the image width to a specific pixels e.g (150px) and keep the height ratio. The script needs the GD library to function very will. more>> This script will show you how to Upload and Resize Images and keep Aspect Ratio. It will resize the image width to a specific pixels e.g (150px) and keep the height ratio. The script needs the GD library to function very will.<<less
Added: 2006-05-22 License: Freeware Price: $0.00USD
14 downloads
Resize Image to Different Aspect Ratio On-The-Fly

Resize Image to Different Aspect Ratio On-The-Fly


Use this script to resize your image to different aspect ratio on the fly. For instance, when you have a 1024x800 wallpaper and you want to create a 120x120 thumbnail of it. This is done by cropping the source image to match the thumbnails aspect ratio more>> Use this script to resize your image to different aspect ratio on the fly. For instance, when you have a 1024x800 wallpaper and you want to create a 120x120 thumbnail of it. This is done by cropping the source image to match the thumbnails aspect ratio first, then resizing the cropped image to the thumbnail size.<<less
Added: 2009-01-07 License: GPL Price: $0.00USD
14 downloads
PHP redirect page

PHP redirect page


In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection. more>> In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.<<less
Added: 2007-07-13 License: Freeware Price: Free
874 downloads
SpiceCharts 3D Pie Chart

SpiceCharts 3D Pie Chart


SpiceCharts 3D Pie Chart applet allows you to make pie chart to publish on your web site. more>>

SpiceCharts 3D Pie Chart is a convenient application which can make pie chart to publish on your web site.

PieCharts Features:3D pie charts for a single series of data with configurable title, depth, radius, 3D aspect, transparency, colors, positions of percents, positions and size of chart elements. It is compatible with all web enabled java browsers.

<<less
Added: 2007-10-25 License: Free for non-commercial purposes. Price: Freefornoncommercialpurposes.
18 downloads
Java Script Objects

Java Script Objects


Important aspect of Java Script a programmer must be aware of is it is an Object oriented Programming language. This in other words means that it is possible to use built in objects available in Java Script and also it is possible for a Java Script more>> Important aspect of Java Script a programmer must be aware of is it is an Object oriented Programming language. This in other words means that it is possible to use built in objects available in Java Script and also it is possible for a Java Script programmer to define their own objects and their own variable types. Let us see in this section how to make use of built in objects available in Java Script.<<less
Added: 2006-11-23 License: Freeware Price: $0.00USD
14 downloads
AET Ajax Email Ticker 0.2

AET Ajax Email Ticker 0.2


The AET (Ajax Email ticker) is a simple ticker which lists some email info (Subject, from...) of your inbox. The ticker can be used to quickly check your email. You still need your webmailer to read them. The access to the ticker can be protected by a more>> The AET (Ajax Email ticker) is a simple ticker which lists some email info (Subject, from...) of your inbox. The ticker can be used to quickly check your email. You still need your webmailer to read them. The access to the ticker can be protected by a password. Possibility to add filter on Subject and Email from. You can fully customize the aspect of the ticker by changing the settings in the css file.<<less
Added: 2006-08-27 License: Other Price: $0.00USD
12 downloads
Dynamic User Interface in ASP.NET Web Applications 1

Dynamic User Interface in ASP.NET Web Applications 1


Every developer knows well that to be able to design a proper user interface then we have to have a solid knowledge about every aspect of this user interface before we actually start designing it. Unfortunately, this is not always 100% possible. more>> Every developer knows well that to be able to design a proper user interface then we have to have a solid knowledge about every aspect of this user interface before we actually start designing it. Unfortunately, this is not always 100% possible. Situations arise from time to time in which we have no or little idea about what will be the proper user interface for a given application. In web applications things becomes worth as these situations arises more frequently.<<less
Added: 2006-06-07 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Dynamic User Interface in ASP.NET Web Applications
Dynamic User Interface in ASP.NET Web Applicationssolid knowledge about every aspect of this user interface before we actually start designing ... solid knowledge about every aspect of this user interface before we actually start designing
License:Freeware
Download
1260 downloads
Added: 2006-06-07
RankQuest Text Ratio - Free SEO Tool 1.0

RankQuest Text Ratio - Free SEO Tool 1.0


RankQuest Text Ratio is % of text in the page to % of html code in the page. # One of the factors that search engines use in ranking a webpage is the percentage of text in the web page. # Simply put code to text ratio is % of text in the page / % of more>> RankQuest Text Ratio is % of text in the page to % of html code in the page. # One of the factors that search engines use in ranking a webpage is the percentage of text in the web page. # Simply put code to text ratio is % of text in the page / % of html code in the page. # Search Engines use this ratio to determine the relevancy of your page and higher this value more your chances of ranking higher.<<less
Added: 2006-10-05 License: GPL Price: $0.00USD
14 downloads
PcNuke-Lite! Released

PcNuke-Lite! Released


Pc-Nuke! has released a new PHP Portal system based from PHP-Nuke 7.8 called PcNuke-Lite! v7.8. The portal has updates the security, size, the forum to phpBB 2.0.15, cleaned up the Advertising system, more>> Pc-Nuke! has released a new PHP Portal system based from PHP-Nuke 7.8 called PcNuke-Lite! v7.8. The portal has updates the security, size, the forum to phpBB 2.0.15, cleaned up the Advertising system, upgraded the Download & Links sections, plus added many more usful tools. PCN Systems are free open source, Php/MySql, CMS web portals. These Content Management Systems incorporate numerous resources within them to give you a hand in building large websites quickly. Pc-Nuke! systems give an easy platform to upload, publish, and authorize contents for your website and to make your site dynamic in every aspect. Coming soon PcNuke-Max! & PcNuke-Xtreme! systems.<<less
Added: 2005-06-06 License: GPL Price: Free
1602 downloads
How to resize an image (on the fly) and keep its aspect ratio using GD

How to resize an image (on the fly) and keep its aspect ratio using GD


This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width?s size and reverse. For instance you have an image with the following dimensions: width more>> This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width?s size and reverse. For instance you have an image with the following dimensions: width - 1000, height - 800. Its thumbnail with a width of 250 will have the height of 200 (the ratio is kept).<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
Kustom Page Version 1.1

Kustom Page Version 1.1


Kustom Page is an ASP based content management system, with no limits on how you want your site to look. You can change every aspect, making it easy to get your site looking just how you want it. Kustom Page is written in pure ASP, meaning you will more>> Kustom Page is an ASP based content management system, with no limits on how you want your site to look. You can change every aspect, making it easy to get your site looking just how you want it. Kustom Page is written in pure ASP, meaning you will need a Windows Server to run it on. You will also need a database. Kustom Page supports Microsoft SQL databases, and Microsoft Access databases. The latest release includes WYSIWYG Editor | Easy to use Administration Panel |Free support | No Need for parent paths | Access and SQL database support | Easy Setup Wizard | File and Image uploading |Plus much more! Kustom Page - Content Management Made Simple<<less
Added: 2005-11-12 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Kustom Page
Kustom PageYou can change every aspect, making it easy to get your site looking just how you want it. Kust ... You can change every aspect, making it easy to get your site looking just how you want it. Kustom
Price: FreeAdditionalInfoFree
License:Freeware
Download
1446 downloads
Added: 2005-11-12
State Management in ASP.NET 2.0

State Management in ASP.NET 2.0


ASP.NET 2.0 Free Tutorials : State Management in ASP.NET 2.0 - In this tutorial you will learn about new features included in ASP.NET 2.0 for State Management. The Control State, differences in handli more>> ASP.NET 2.0 Free Tutorials : State Management in ASP.NET 2.0 - In this tutorial you will learn about new features included in ASP.NET 2.0 for State Management. The Control State, differences in handling View State and Control State, Implementing the control state. Initialization and loading of a controls private state. Web pages are constantly constructed and destroyed with round trips to the server. However, state maintenance is an essential aspect of deploying web pages on a stateless protocol such as HTTP.<<less
Added: 2005-09-23 License: Freeware Price: Free
1497 downloads
Forest Blog 1.1.2

Forest Blog 1.1.2


Forest Blog is a versatile ASP based blogging application that supports both MSSQL and MySQL databases to provide users with power and flexibility. Coded with standards compliance and accessibility in mind Forest Blog is both XHTML 1.0 and CSS compliant more>> Forest Blog is a versatile ASP based blogging application that supports both MSSQL and MySQL databases to provide users with power and flexibility. Coded with standards compliance and accessibility in mind Forest Blog is both XHTML 1.0 and CSS compliant and features excellent accessibility. Forest Blog is fully documented and features a flexible administration panel that allows you to configure every aspect of the Forest Blog application as well as allowing you to quickly add categories and articles as well as creating new physical pages with your own ASP code in seconds.<<less
Added: 2006-01-20 License: Freeware Price: $0.00USD
11 downloads
 
Other version of Forest Blog
Forest Blogand features a flexible administration panel that allows you to configure every aspect of the
Price: FreeAdditionalInfoLinkwarepleasekeepthelinkstoHostForestintact.
License:Freeware
Download
1411 downloads
Added: 2006-01-20
Tuatara User Authentication 0.1b1

Tuatara User Authentication 0.1b1


Tuatara is a user authentication and access control management system built in object oriented PHP5 with a MySQL backend. This system is meant for programmers and non-programmers alike who need a powerful but easy to use drop in access control system for more>> Tuatara is a user authentication and access control management system built in object oriented PHP5 with a MySQL backend. This system is meant for programmers and non-programmers alike who need a powerful but easy to use drop in access control system for their web site, and dont have the time or requirements for a full fledged framework based system. Features include configurable groups, simple registration with optional email verification, forgotten password retrieval, user profiles, and a robust administration interface that lets you control every aspect of your installation. Security is another feature that is taken very seriously, including multiple levels of authentication checks to verify user sessions, dynamically hashed passwords, and error checking thatll stop XSS attacks in their tracks.<<less
Added: 2008-07-15 License: BSD Price: $0.00USD
10 downloads
PHP Create Image Thumbnail

PHP Create Image Thumbnail


In this tutorial you will learn how to generate thumbnails from form uploaded images using GD php image library. The image ratio is maintained, so the thumbnail images will not be deformed. An image v more>> In this tutorial you will learn how to generate thumbnails from form uploaded images using GD php image library. The image ratio is maintained, so the thumbnail images will not be deformed. An image verification is performed before uploading and the image size is verified.<<less
Added: 2006-05-08 License: Other Free / Open Source License Price: Free
872 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5