NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Sorting images based on their Pixel Dimension. (ver 0.5)
35918 Sorting images based on their Pixel Dimension. (ver 0.5) http://www.rxt7.com/log/?p=32 JPEG compresses an image based on the color information present in the image (2). Thus, the file sizes are not a true representation of how large an image is when displayed on screen. In trying to sort out small images based on their width or height we face the challenge of sorting images which are unusually tall or wide. Hence, sorting images based on their pixel dimension is a more accurate way of sorting images into groups. PHP > Tips and Tutorials > Image Manipulation Sep 20, 2007 Reza A. Tabibazar send email to Reza A. Tabibazar

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  

Bookmark Sorting images based on their Pixel Dimension. (ver 0.5):


Other links owned by this user
Finally....An All-In-One System That Runs ALL Your Memberships On Autopilot

Create Unlimited Membership Site
Areas On One Single Domain

Multiple Membership has all the features needed to run a Professional Unlimited Memberships with Affiliate Program.
Category:

EnergyScripts Self Changed Flash XML Photo Gallery is a great way to create best for your needs gallery itself and put photos on your Website.
Category:

FileUpload represents an element that allows a user to specify a file to be uploaded or submitted along with the form. The FileUpload object is a Browser object and is used to access the above FileUpload element of a form. Thus, the FileUpload object allows the user to give any file as input. If a user wants to access the FileUpload object then he or she can using the indexing concept on the elements array. The user can make use of each element inside the form that is stored as an array element within the array named elements [].
Category:

The best Jobs Website PHP Script with Many Advanced Features of the major websites like naukri, monster or clickjobs.com - clone.

Start Your Own Advanced Online Job / Employment Portal Website.

Doesn't Require any Programming or Technical Knowledge for Installation. Easy Installation and Maintenance in few steps.

Scroll to the bottom for all advanced Features or take an ONLINE DEMO.

Resume Database download in MS excel format, Resedex plans, admin panel, affiliate system, advanced jobseeker features, advanced employer features, banners, google adsense and more...
Category:

calculator is fully functional, so if you want to check whether you are overweight and how to fix that, go ahead. The instructions below are for webmasters which want to use this calculator on their websites for free.
Category:

Flash interface to calculate FedEx rates in realtime. Works with PHP scripting to access the FedEx API and retrieve rates for express and ground shipping. Completely customizable to intergrate with your site and shopping cart. HTML form version also avalable.
Category:

Utilizing the ability to upload files with PHP can be a great asset to your site. You will find that the code to initiate a file upload is quite simple, and most of the script is based on limitations, such as: file type filtering, cross browser recognition and error detection. You want to make sure that images are being uploaded, and not php scripts with an image header. You also want to write your code so that it will execute properly for the various popular web browsers used. It is vital to the script to be provided with all of the required input to complete the request.
Category:

DHTML Color Picker
Free to use on your own projects!
Category:

This is the advanced upload and email script. Features include 1) File upload 2) Upload via Url 3) Email files 4) Email Files as attachments 5) Zip and email files 6) Split Files 7) Join Files 8) Compare files using md5
Category:

There are many reasons you might want to disable the right click function within your webpages. Maybe you want to try and protect your images or source code etc... A Javascript that can stop your visitors from right clicking on your webpages is quite helpful. This no right click javascript will open an auto centering alert box providing a message to the visitor.
Category:

TracePlus®/Winsock is a powerful application-level performance and diagnostic tool for Win32 platforms. Featuring an integrated data analyser, TracePlus® moves beyond the realm of displaying API calls, being both a full-featured Winsock spy and data analysis tool.
Category:

If you can dream it, we can create it!
NetCreated can add all the features you need to your website From beautiful designs to interactivity, our goal is to create a site you will be pleased to show your customers...and we will help you get more customers. Working together with you, we will develop a solution that is not only pleasing to the eye, but also profitable.
Category:

Publisher is a content management system designed for publishing your own articles, news, and knowledge-based materials on your Web site. It has built in Atom/RSS feeds, comments and rating system, and an integrated member contribution platform. All functions can be easily managed in the Admin area.
Category:

MySQL database access wrapper.
Category:

FLASH PHOTO GALLERY is a ready-to-use Flash applet that you can create a professional photo gallery on your website in 3 easy steps. You don't need to have any Flash knowledge or program skills to use it. Also, no PHP/SQL or XML is required.
Category:

e-FreelanceMarket.com is an online marketplace
that connects Project Managers with Programmers.
Choose the clients that are right for you and your
business. Find a qualified professional for your
custom programming, graphic and website design
needs. Such as:
perl, asp, java, javascript, c/c++, php
php4, php5, flash, xml, python, cold fusion...
Category:

As the name suggests, this is a simple download manager. That means there is no complicated installation. The script has deliberately been designed not to use a database, so installing this script only requires editing two small files and uploading the files to your PHP enabled server.

Once your customer has paid for your product they are returned to your website where this script will check their payment was successful and, if it was, provide them with a download link and email them a copy of your product.

The download link is secure, so your customers won’t be able to send the link to anyone else.
Category:

Using an admin page, you can delete users, and send your message. You have an option of HTML or Text message sending. The archive.php page you can view past newsletters.
Category:

You have 1000s of products in your VirtueMart web store and don't know how to change all the prices at once? This componet is the right solution for you.
Category:

Tracing is a way to monitor the execution of your ASP.NET application. You can record exception details and program flow in a way that doesn't affect the program's output. In ASP.NET 2.0, there is rich support for tracing. The destination for trace output can be configured with TraceListeners like the EventLogTraceListener.
Category:

Other links at PHP > Tips and Tutorials > Image Manipulation
This demo shows how to create dynamic progress bar images using the PHP GD functions. To learn how it works, check out the source for the demo and the source for the script creating the images.
Category:

Image rotation in PHP is handled by a function called imagerotate(), which takes three parameters (and optionally a fourth, which deals with transparency and is beyond the scope of this guide). The first is the resource identifier which you obtain when you load the original image within your script, the second is the angle which you want to rotate the image and the third parameter is used when the image isn't going to be rectangular, and specifies the colour with which to fill the uncovered areas of the rotated image to make it into a rectangle (since all image formats require rectangular images).
Category:

First off, you may be wondering what a CAPTCHA image is. Here's a brief synopsis from Wikipedia:
Category:

Use this page to generate code that displays an image of your choice, with text displayed on it. The text is randomly taken from a list you make.
Category:

JPEG compresses an image based on the color information present in the image (2). Thus, the file sizes are not a true representation of how large an image is when displayed on screen. In trying to sort out small images based on their width or height we face the challenge of sorting images which are unusually tall or wide. Hence, sorting images based on their pixel dimension is a more accurate way of sorting images into groups.
Category:




Main Category
185
2034
801
286
174
1803
1129
909
1161
7393
70
905
59
2200
174

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19263
Categories: 1275
Registered Users: 735
Mailing List Subscribers: 2043
Unique Outgoing Hits: 228405

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
38 site(s)
PR 7
291 site(s)
PR 6
827 site(s)
PR 5
2012 site(s)

PHP News