three dimensions
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 245
Browser Window Dimensions 1.0
Two tiny functions that return the available width and height inside the browser window. These functions can be used as variables and as the dimensions are calculated every time they are used, your script will always be using the current window size no more>> Two tiny functions that return the available width and height inside the browser window. These functions can be used as variables and as the dimensions are calculated every time they are used, your script will always be using the current window size no matter what the user does to the window.<<less
Added: 2002-01-07 License: Freeware Price: 0.00
14 downloads
Table Editor Comparison
This article provides a comparison of three popular table editor libraries and applications. Namely, the TableEditor Library (available form phpguru.org), phpMyEdit and dbPerceptor. more>> This article provides a comparison of three popular table editor libraries and applications. Namely, the TableEditor Library (available form phpguru.org), phpMyEdit and dbPerceptor.<<less
Added: 2006-03-14 License: Freeware Price: Free
1326 downloads
Three Tier Architecture in ASP.NET 1
This tutorial explains how to organize project into recommended three tier architecture. 3-tier application is a program which is organized into three major disjunctive tiers on layers. You will see how these layers increase the reusability of codes. more>> This tutorial explains how to organize project into recommended three tier architecture. 3-tier application is a program which is organized into three major disjunctive tiers on layers. You will see how these layers increase the reusability of codes.<<less
Added: 2008-05-02 License: Freeware Price: $0.00USD
34 downloads
Sorting images based on their Pixel Dimension. 0.5
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 more>> 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.<<less
Added: 2007-09-18 License: GPL Price: $0.00USD
14 downloads
Three Practical Uses For Ajax
In this article Im going to show you three simple and practical uses for Ajax on your Web site. Youll need to know a bit of HTML, JavaScript, and PHP to follow along, but Ill do my best to explain eve more>> In this article Im going to show you three simple and practical uses for Ajax on your Web site. Youll need to know a bit of HTML, JavaScript, and PHP to follow along, but Ill do my best to explain everything in simple terms so you dont get lost.<<less
Added: 2006-11-10 License: Freeware Price: Free
629 downloads
Temperature Conversion in Java
This is a short program to convert temperatures between three different units of measurement: degrees Celcius, Fahrenheit and Kelvin. The conversion program contains methods which implement forumlae f more>> This is a short program to convert temperatures between three different units of measurement: degrees Celcius, Fahrenheit and Kelvin. The conversion program contains methods which implement forumlae for conversion and a few examples of how you can use these in your own programs.<<less
Added: 2006-01-04 License: Other Free / Open Source License Price: Free
1432 downloads
Triangle Solver
Enter three out of the six variables in a triangle, and this will solve for the rest. You dont need to know all the mathematics behind it, it is easy to use. Highly accurate and powerful. more>> Enter three out of the six variables in a triangle, and this will solve for the rest. You dont need to know all the mathematics behind it, it is easy to use. Highly accurate and powerful.<<less
Added: 2003-04-16 License: Freeware Price: $0.00USD
15 downloads
Content Management Systems
Content Management Systems. Is a content management system right for you, or your business? What type of CMS will fit your needs. Explore three types of content managment systems, what they do and how more>> Content Management Systems. Is a content management system right for you, or your business? What type of CMS will fit your needs. Explore three types of content managment systems, what they do and how they can help you.<<less
Added: 2004-04-28 License: Freeware Price: Free
2005 downloads
Three Tier Code Code Generator For ASP.NET
The 3-Tier Code Generator is a wonder tool that will help developers to code within minutes a simple module to add, update records in the table. At the same time it keeps the best practices and indust more>> The 3-Tier Code Generator is a wonder tool that will help developers to code within minutes a simple module to add, update records in the table. At the same time it keeps the best practices and industry standards in mind. It exploits the object oriented features of .NET. Following are some of the features of the tool: Generates all the code required for 3 tier architecture to be directly used in Visual Studio .NET. Makes use of Web Template pattern and Error pattern. Generates SQL procedures and scripts to create, add, update and show records of the table. Generates code for both C# as well as VB.NET. Can do DataGrid editing or separate update form. Makes use of cascading style sheets. Uses a standard Microsoft recommended Microsoft Data Access Application Block for .NET. User controls are used for header and footer.<<less
Added: 2005-07-30 License: Freeware Price: Free
968 downloads
Multi-Level DHTML Menu 1.01
The script allows creating DHTML menus with several levels of nestings. To create a menu, write an array of titles & URLs and pass it to a JavaScript function. The appearance is controlled by Style Sheets, so you can easily change colors, dimensions, more>> The script allows creating DHTML menus with several levels of nestings. To create a menu, write an array of titles & URLs and pass it to a JavaScript function. The appearance is controlled by Style Sheets, so you can easily change colors, dimensions, background images, etc. Top level elements are purely HTML (anchor tags with id attributes), so that the site can be browsed by the users with JavaScript disabled and so that its structure is transparent for search engines. Also, unlike commercial analogs, this script is short (about 100 lines of code) and written in clear language. Tested with IE 7/6, FireFox, Opera, Safari.<<less
Added: 2006-01-07 License: Freeware Price: $0.00USD
10 downloads
Crop-To-Fit an Image Using ASP/PHP
Classical ASP does not provide native methods for handling file uploads and processing images, therefore, we have to rely on server components. The article demonstrates how you can utilize Persits Software AspUpload and AspJpeg components to crop-fit more>> Classical ASP does not provide native methods for handling file uploads and processing images, therefore, we have to rely on server components. The article demonstrates how you can utilize Persits Software AspUpload and AspJpeg components to crop-fit images. Ideal for generating fixed sized thumbnails regardless of original image dimensions and aspect ratio.<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
39 downloads
Image Snapshot 1.3
Inspired by Backpackit.coms image management, Image Snapshot can take a portion of an image (crop) to specific dimensions, from different areas of the original image. This class has been created for the purpose of manipulating an uploaded image, and more>> Inspired by Backpackit.coms image management, Image Snapshot can take a portion of an image (crop) to specific dimensions, from different areas of the original image. This class has been created for the purpose of manipulating an uploaded image, and creating a Thumbnail image that does not alter the aspect ratio, and yet represents the contents of the original image. Im sure other uses can be found for the Image Snapshot class, but Ill leave that to you. I use it for Photo Galleries, and Shopping Cart systems. View the manual to get a clearer picture. This class supports: - Jpg, Gif, Png files - Output to Jpg - Can resize images before applying the crop - Can crop from any part of the image An Online Manual is available.<<less
Added: 2006-09-06 License: Other Price: $0.00USD
13 downloads
PHP Vegas Three Card Rummy 1.0
Hawk Enterprises Presents the wonderful PHP version of The game of Vegas Three Card Rummy is played between the Dealer and the Player with a 52-card deck. The Player is dealt three cards face up and the Dealer is dealt three cards face down. The goal of more>> Hawk Enterprises Presents the wonderful PHP version of The game of Vegas Three Card Rummy is played between the Dealer and the Player with a 52-card deck. The Player is dealt three cards face up and the Dealer is dealt three cards face down. The goal of Vegas Three Card Rummy is to get fewer points than the Dealer. The Dealer?s hand must have 20 points or less to qualify. If the Dealer does not qualify, the Player wins even money on the Ante and the Raise is returned. The payout for the Bonus Bet is determined independently from the Dealer?s hand.<<less
Added: 2008-05-07 License: BSD Price: $0.00USD
16 downloads
Image Masking 1.0.0
This is a class allows you to apply a mask to an image much like you could do in PhotoShop, Gimp, or any other such image manipulation programme. If the mask is smaller than the image then the mask can be placed in various positions (top left, left, more>> This is a class allows you to apply a mask to an image much like you could do in PhotoShop, Gimp, or any other such image manipulation programme. If the mask is smaller than the image then the mask can be placed in various positions (top left, left, top right, left, centre, right, bottom left, bottom, bottom right) or the mask can be resized to the dimensions of the image. Requires GD 2.0.1+ Because of the nature of the class, masking large images may take some time.<<less
Added: 2004-01-20 License: Free Non-Commercial Price: $0.00USD
12 downloads
PHP discussion board / comments board 1.0
This is a three-part tutorial that shows you hwo to make a comment/discussion board like those on this site using PHP and mySQL. there are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and more>> This is a three-part tutorial that shows you hwo to make a comment/discussion board like those on this site using PHP and mySQL. there are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commentform.html which is simply a form that can be placed in any page manually or per SSI (server side includes). I realize that it is possible to have all three components in one file, but we are using this multifile method for tutorial functionality.<<less
Added: 2007-06-14 License: PHP Price: $0.00USD
10 downloads
Other version of PHP discussion board / comments board
License:PHP License
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above three dimensions search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed