Main > Free Download Search >

Free rayzzors edge script

rayzzors edge

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 34
Graph Game 1.0.94

Graph Game 1.0.94


Two-player game. The first player selects edges of the graph trying to connect two highlighted nodes while the second player removes unselected edges. Choose to play against computer or with your friend. more>> Two-player game. The first player selects edges of the graph trying to connect two highlighted nodes while the second player removes unselected edges. Choose to play against computer or with your friend.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
10 downloads
 
Other version of Graph Game
Graph GameThe first player selects edges of the graph trying to connect two highlighted nodes while the ... The first player selects edges of the graph trying to connect two highlighted nodes while the
License:Freeware
Download
1299 downloads
Added: 2006-04-03
Maya Online Image Editor

Maya Online Image Editor


This is a script for web-based image editing more>> Maya Online Image Editor is a little yet powerful script for web-based image editing. It provides a way to manipulate images in various formats. The image will have to be uploaded to the server, where many modifications can be applied through a WYSIWYG editor.

Installation:

  • Unzip it to a directory, say %Maya%
  • Change variable BASEURL and BASEPATH in %Maya%\imglib\core\class.image.config.unix.php if you are using *nix server
  • Change variable BASEURL and BASEPATH in %Maya%\imglib\core\class.image.config.win.php if you are using windows server
  • Make sure you %Maya%\imglib\working is writable if you are using *nix server.
  • Go to your http://domain/%Maya%/index.html to see the result

Major Features:

  1. Resize, crop, rotate, mirror images or photos
  2. Add text with various font, color, size at any point of image/photo
  3. Overlay images, avatars
  4. Picture frame or add a mask
  5. Convert, sharpen, color tone
  6. Near 10 filters available, including gray scale, negate, edge detect, embosses, gaussian blur, blur, mean removal and smooth
  7. Unlimited steps of redo/undo
  8. Jpeg, gif, png file formats supported
  9. Muti-language
  10. Pure script, no ActiveX, no flash

Requirements:

  • PHP 5.24 or higher
  • Apache 2.0 or higher
<<less
Added: 2009-06-25 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
15 downloads
#ProgX

#ProgX


#ProgX provides you with a light, bleeding edge engine which is specially designed to support for easy and rapid web site building. more>>

#ProgX provides you with a light, bleeding edge engine which is specially designed to support for easy and rapid web site building. Based on PHP, MySQL, XML and XSLT, this web site provides the minimal requirements to create your web site in a few minutes. Sources are only available on CVS.

<<less
Added: 2007-09-18 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
SaturnCMS 5.0

SaturnCMS 5.0


The real magic of saturnCMS is the great framework it delivers to programmers. Empowering developers to create great user experience. Websites should be dynamic always up to the minute and eye catching experience, with SaturnCMS your website can become more>> The real magic of saturnCMS is the great framework it delivers to programmers. Empowering developers to create great user experience. Websites should be dynamic always up to the minute and eye catching experience, with SaturnCMS your website can become the site it always wanted to be. Includes WYSIWYG editor, articles, news, knowledgebase, shop, full search engine with relevance ranking. Easy to implement and use. With SaturnCMS there is total freedom from any kind of kind of "block" system that plagues other CMS systems. A very simple yet powerfull tag system keeps code from the layout. Got Flash? use the xml output to make your flash dynamic. The interface is fast loading and simple with cutting edge WYSIWYG editors. Copy and Paste content from Word or Email. Designers and programmers love the extensible / flexable yet simple ways in which to enhance the system.<<less
Added: 2004-02-11 License: LGPL Price: $0.00USD
10 downloads
 
Other version of SaturnCMS
SaturnCMSThe interface is fast loading and simple with cutting edge WYSIWYG editors. Copy and Paste
License:LGPL
Download
2082 downloads
Added: 2004-02-11
Rounded Corners Panel.JS 1.0

Rounded Corners Panel.JS 1.0


Experience the power of CSS with that cool widget! Create rounded corners with any dimensions without additional images or sophisticated CSS and JavaScript coding. Rounded Corners Panel.JS does all this for you. You may choose between three types of more>> Experience the power of CSS with that cool widget! Create rounded corners with any dimensions without additional images or sophisticated CSS and JavaScript coding. Rounded Corners Panel.JS does all this for you. You may choose between three types of rounded corner radius, you are allowed to specify dither (i.e. antialias) color, so your rounded corners edges do not look frayed. And more - you may tell which borders to style, and which not. Take a look at the demo and have fun!<<less
Added: 2008-08-31 License: Freeware Price: $0.00USD
16 downloads
RD Frame

RD Frame


RD Frame is a revolutionary concept in online software development, allowing for the rapid development, maintenance and deployment of quality online software systems. Packages already developed to sup more>> RD Frame is a revolutionary concept in online software development, allowing for the rapid development, maintenance and deployment of quality online software systems. Packages already developed to support a fully featured membership / community based site, affiliate / reseller program, full transaction system, genealogy tracking, graphical reporting, plus much more! Systems are supported by a cutting edge infrastructure allowing for easy, rapid and high quality expansion of online systems.<<less
Added: 2006-12-03 License: Commercial License Price: 300.00AdditionalInfoFreelimitedtimeonly
1059 downloads
SLIDEFUN

SLIDEFUN


SLIDEFUN - apply function to a moving window over a vector more>>

SLIDEFUN is is an effective utility which applies function to a moving window over a vector and evaluates the function FUN to a moving window of W consecutive elements of the vector V.

Major Features:

  1. The function FUN is specified by a function handle or a function name and should return a scalar for a vector input. W specifies the size of the window and should be a positive integer. At the two edges of the vector less than W elements will be used. R will have the same size as V.
  2. Effectively SLIDEFUN applies the function FUN to a moving window of consecutive elements V(x0:(x0 W)) using FEVAL, and returns the result in R(x).
  3. The window [x0:(x0 W)] is relative to the current point x in V. R = SLIDEFUN(FUN, W, V, WINDOWMODE) denotes the type of windowing being used: central (default), backward and forward.
  4. R = SLIDEFUN(FUN,W,V,WINDOWMODE, P1,P2,...) provides for additional parameters which are passed to the function FUN. Example 1) Sliding max filter - return the maximum of every three consecutive elements:
    • V = [1 2 3 9 4 2 1 1 5 6] ;
    • R = slidefun(@max, 3, V)
    • % -> [2 3 9 9 9 4 2 5 6 6]
    • % So R(i) = max(R(i-1:i 1)) ;
    • % and R(1) = max(V(1:2))

Requirements: MATLAB Release: R13

<<less
Added: 2007-10-15 License: Freeware Price: Freeware
14 downloads
COOL GuestMap 2 2

COOL GuestMap 2 2


A guestmap is just like a guestbook. with the difference that a visitor can pick an icon, and the position where to place this icon to which he, or she attaches a message. Unlike guestbooks, guestmaps have only been around for a few years. Until now more>> A guestmap is just like a guestbook. with the difference that a visitor can pick an icon, and the position where to place this icon to which he, or she attaches a message. Unlike guestbooks, guestmaps have only been around for a few years. Until now guestmaps have been rather boring, a map with some tiny icons, and a message on it. C00L GuestMap 2 brings this a whole new level, it uses some of the most cutting edge techniques availible on the internet today, yet still works with some browsers that are over 4 years old. This new version of the guestmap has a zoom feature, list view, semi-transparent icons, can use plug-ins and has many more exiting new features. To run this guestmap on your website you need PHP and MySQL installed on your server. The guestmap does not require any Java, or Flash plug-ins to be installed.<<less
Added: 2004-10-12 License: Freeware Price: $0.00USD
10 downloads
Horizon Blogging Software 1.0.0 Final

Horizon Blogging Software 1.0.0 Final


Horizon Blogging Software is a light-weight blogging platform coded in PHP, MySQL, and AJAX. It uses virtually zero images in the user-viewable pages which makes WAY faster than WordPress which is excellent for users that are on Dial Up. more>> Horizon Blogging Software is a light-weight blogging platform coded in PHP, MySQL, and AJAX. It uses virtually zero images in the user-viewable pages which makes WAY faster than WordPress which is excellent for users that are on Dial Up.<<less
Added: 2007-06-14 License: Other Price: $0.00USD
13 downloads
 
Other version of Horizon Blogging Software
License:Other Free / Open Source License
Download
882 downloads
Added: 2007-06-14
Glowing Text Effect

Glowing Text Effect


In this Flash tutorial you will learn how to make text glow (this effect will also work for anything drawn in Flash). The glowing edges around the text will ease in and ease out in this animations. Topics include: soften fill edges, alpha control, and more>> In this Flash tutorial you will learn how to make text glow (this effect will also work for anything drawn in Flash). The glowing edges around the text will ease in and ease out in this animations. Topics include: soften fill edges, alpha control, and basic tweening. No actionscript involved and source file is included.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
17 downloads
Bouncing Images 2 1.0

Bouncing Images 2 1.0


Bouncing Images 2 is a Dynamic HTML script that adds a number images to your document that move around bouncing back and forth off the edges of the browser window. Multiple images of different dimensions and image source are added to your document that more>> Bouncing Images 2 is a Dynamic HTML script that adds a number images to your document that move around bouncing back and forth off the edges of the browser window. Multiple images of different dimensions and image source are added to your document that travel around continuously at different speeds & angles.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Bouncing Images
Bouncing Images 1.2and forth off the edges of the browser window. Any number of images can be added to your document ... and forth off the edges of the browser window. Any number of images can be added to your document
Price: $0.00USD
License:Freeware
Download
15 downloads
Added: 2007-12-08
KoschtIT Image Gallery 1.82

KoschtIT Image Gallery 1.82


KoschtIT Image Gallery is a PHP-script for simple creating and viewing of image galleries or slideshows in your website. It is free available for everyone. The appearance of the gallery can be individually customized and you can have more than one more>> KoschtIT Image Gallery is a PHP-script for simple creating and viewing of image galleries or slideshows in your website. It is free available for everyone. The appearance of the gallery can be individually customized and you can have more than one gallery inside your HTML document. The only prerequisite for using the script is PHP5 with GD2 support. The pictures arent displayed in an extra window, instead they are opened directly on top of your site. Therefore your website background gets shaded. While moving your mouse to the edges of the browser window previewing pictures for the next/previous picture of a gallery are shown. An administrator is able to write comments for each picture in an easy way.<<less
Added: 2007-12-24 License: Freeware Price: $0.00USD
14 downloads
jsDOMenu 1.3

jsDOMenu 1.3


jsDOMenu is a cross-browser navigation menu that is based on DOM. The menu will pop up when you left/right click in certain regions in your web page. You can also configure it to be absolutely positioned, fixed positioned (does not move with the page more>> jsDOMenu is a cross-browser navigation menu that is based on DOM. The menu will pop up when you left/right click in certain regions in your web page. You can also configure it to be absolutely positioned, fixed positioned (does not move with the page during scrolling) or statically positioned. It supports unlimited submenus, and submenu will adjust its position appropriately if the cursor is too near the edge. jsDOMenu is 100% HTML/ XHTML valid, and is fully customizable through CSS. Horizontal menu bars are possible by installing jsDOMenuBar. Every menu item can have an icon shown before the display text. Tested and works in many browsers such as Mozilla, Mozilla Firefox/Firebird, Netscape, Opera, Safari, Camino and Microsoft Internet Explorer.<<less
Added: 2003-07-31 License: GPL Price: 0.00
11 downloads
Edge Glowing in Flash

Edge Glowing in Flash


This tutorial will show you how to make glowing edges of the cube. I will take a picture of cube and I will use simple mask effect. more>> This tutorial will show you how to make glowing edges of the cube. I will take a picture of cube and I will use simple mask effect.<<less
Added: 2006-09-15 License: Freeware Price: Free
1141 downloads
Right-To-Left Flying Image Script

Right-To-Left Flying Image Script


Right-To-Left Flying Image Script provides users with an excellent script which can cause any image to fly in from the right edge of the screen to its original position. more>> Right-To-Left Flying Image Script provides users with an excellent script which can cause any image to fly in from the right edge of the screen to its original position. This product is free for everyone.<<less
Added: 2007-05-25 License: Freeware Price: Freeware
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3