Main > Free Download Search >

Free online php classes software for mac

online php classes

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1994
BasaOne Classes 2.0

BasaOne Classes 2.0


BasaOne Classes enable you to speed up development with BasaOne by reusing already developed objects more>>
BasaOne Classes enable you to speed up development with BasaOne by reusing already developed objects.
Enhancements:
- This new release includes many new classes especially designed to aid in Widget development.
<<less
Download (900KB)
Added: 2005-07-06 License: Freeware Price:
1572 downloads
Collect Java Classes 1.0

Collect Java Classes 1.0


Collect Java Classes - Collect Java classes in folders more>>
Collect Java Classes is a small AppleScript which collects Java classes *.class and *.zip in the folders. Select file(s) and folder(s) and drop them on this droplet icon. Then, all Java class files *.class and *.zip in the folders and subfolders will be collected.

The folders search is done recursively. On searching folders, the script also changes the viewby method of each folder to "View by Name". But if the folder is already viewed by Name, Size, Kind, or Date, then no changes happen.

The collected items are listed in gDocList as a list of aliases. You can give this alias list to open by your particular application.


<<less
Download (4KB)
Added: 2006-01-30 License: Freeware Price:
1362 downloads
OxMath Classes 2.0

OxMath Classes 2.0


OxMath Classes - OxMath 2D/3D Math Library more>>
Standalone 2D/3D math library (quaternion, vector, axis angle classes) with vector array classes for efficient vertex/triangle storage and batch processing. Also includes bounding volume / intersection classes, plus waveform "function" classes useful for procedural animations.

These classes have only been tested with Mac OS X Mach-O targets but have been written to support Windows and Linux as well. Mac PEF Carbon and Classic targets are NOT supported.

<<less
Download (76KB)
Added: 2007-04-28 License: Freeware Price:
911 downloads
Clean Java Classes 1.0

Clean Java Classes 1.0


Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
Clean Java Classes removes Java class files *.class generated by a Java compiler. Select file(s) or folder(s) and drop them on the droplet icon. Then all the class files in the folders and all subfolders will be deleted.
The folders search is done recursively.

If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".


<<less
Download (4KB)
Added: 2006-01-20 License: Freeware Price:
1374 downloads
Zip Java Classes 1.0

Zip Java Classes 1.0


Zip Java Classes - Composes a zip archive from Java classes more>>
Zip Java Classes composes a zip archive from Java classes and zip files using the Macintosh ZipIt compress tool. This script has good ability to exclude source files other than the Java classes and zip from the selected files.

Select file(s) and folder(s) of Java classes and drop them onto this droplet icon. Then, all Java class files *.class and *.zip in the folders will be archived into a JavaClasses.zip file. Other files than *.class or *.zip will not be added to the archive.

The Java compiler javac of Apples MRJ 2.0 generates the compiled Java classes in the same folder as their source files. The JBindery application can build a Macintosh Java application by binding the Java classes and zip files in the particular folders. Unfortunately, the JBindery can not exclude other files than Java classes in the folders. It may include source files in it, alas!

Here is the way to compose Java application from the Java classes and zip files only. Let us use the Macintosh ZipIt 1.3.x to archive the Java classes and zip files and compress it. Fortunately, ZipIt is an AppleScriptable application so that we can commit a series of script commands to it and remove other files from the archive.

<<less
Download (5KB)
Added: 2006-01-31 License: Freeware Price:
1387 downloads
Sexy Online Sounds

Sexy Online Sounds


Custom online sounds are back! Now you can customize your sounds for AOL 4.0 and other online software with the Sexy Online Sounds more>> Custom online sounds are back! Now you can customize your sounds for AOL 4.0 and other online software with the "Sexy" Online Sounds. This set is among the most-downloaded Online Sounds of all-time and has even been used in a major television show! The sounds are of a sexy female voice.
Requirements:
AOL 4.0 or later.
<<less
Download (638K)
Added: 1999-02-03 License: Free Price:
downloads
Online Chat Reference 1.0

Online Chat Reference 1.0


Online Chat Reference is a must-have tool which allows you to look up online chat acronyms and abbreviations directly from the Mac OS X Dashboard. more>> Online Chat Reference 1.0 is a must-have tool which allows you to look up online chat acronyms and abbreviations directly from the Mac OS X Dashboard. Each acronym and abbreviation includes a popularity ranking and additional information about how the term is used.

The Chat Reference widget can also be used to look up meanings of text-based emoticons. You can search for emoticons by entering either the emoticon meaning or the emoticon itself.

Requirements: Mac OS X 10.4 or later.
<<less
Download (65K)
Added: 2008-05-02 License: Free Price:
downloads
WWII Online Update 1.23.5

WWII Online Update 1.23.5


WWII Online Update - Multiplayer WWII ground/air/sea combat sim more>>
World War II Online brings air, ground, and sea combat to a real-time, persistent, and historically set massively multiplayer game.

Now you can command and crew a variety of accurately modeled vehicles, aircraft, and ships or you can explore the world and fight as a foot soldier in first person- combat with and against thousands of others players!
<<less
Download (3.8MB)
Added: 2007-05-11 License: Updater Price:
908 downloads
FMOD Ex Audio Classes 0.6b

FMOD Ex Audio Classes 0.6b


FMOD Ex Audio Classes - hooks into the cross platform FMOD Ex audio library, supporting a wide range of audio formats more>>
FMOD is a cross platform audio library that supports a wide range of audio formats and playback options, including a physically correct 3D audio engine. The FMOD Ex Audio Classes leverage FMOD to create a simple but powerful audio interface for REALbasic. Note however, that these classes do not expose all of FMOD Exs functionality, nor are they wrappers to access the FMOD Ex API directly.
First, a little background... The FMOD Ex API supports multiple concurrent "system" objects which may map to multiple audio devices installed on the same machine. Consequentially, all audio samples, channels, and effects are owned by a single system object and can not be shared. If a system object is destroyed, all sounds, channels, groups, and effects created under that system become invalidated and accessing them will generate errors (or worse).
To simplify this situation within the REALbasic environment, these classes do not allow for more than one system object to be active at any given time. Under normal circumstances this should not cause any grief - you call FMEx.StartUp when your application is launched, load your audio samples, create player objects, etc., then call FMEx.ShutDown when your application quits and all will be fine. If you have a need to restart FMOD Ex however, all existing FMExAudio, FMExStream, and FMExSubMixer instances will point to invalid audio handles. There is error checking in place to avoid crashes if this situation should arise, but it can still be annoying. In order to properly restart FMOD Ex you should follow the steps below...
Call the Stop method on all existing FMExAudioPlayer and FMExAudioPlayer3D instances. You do not have to dispose of these objects, but calling Stop ensures the internal channel reference is reset.
Dispose of all FMExAudio, FMExStream, and FMExSubMixer instances (i.e. set them to Nil). Be sure to also dispose of any FMExAudio instances that have been assigned to FMExAudioPlayer.DefaultAudio properties.
Call FMEx.ShutDown, followed by FMEx.StartUp, then reload/recreate all required FMExAudio, FMExStream, and FMExSubMixer objects and re-route any submixers.
ByRef methods are provided to allow you to reuse existing FMExAudio, FMExStream, and FMExSubMixer instances by replacing the required data/handles. This can be much easier than recreating them from scratch.
These classes couldve been simplified further by automatically reference counting audio objects and starting/stopping FMOD Ex behind your back, but that would preclude the ability to restart the audio engine at any time, and greatly impair the start up options interface.
- Virtual Channels
One of FMOD Exs most touted features is automatic channel virtualization. This allows you to play sounds on more channels than are physically available and let FMOD Ex decide which are more important based on priority settings and 3D positioning. One caveat with virtualization is that you must call FMEx.Update as frequently as possible for this to actually work (e.g. in games youd typically call FMEx.Update every frame). NOTE: If youre already calling FMEx.Update for 3D audio you do not need to call it twice.
- MIDI
MIDI playback currently only works on Windows, and only if the default system sound font is installed (/windows/system32/drivers/gm.dls). Broader MIDI support is on the would-like list but primary tests point to a broken implementation on Mac OS X (i.e. some FMOD Ex bugs need to be fixed before this can work).
- Other bugs...
Stereo sounds routed to submixers may "pollute" the wave data of other submixers. Everything else works as expected however and the audio output is correct, but submixers may return incorrect values when calling their Level methods. This appears to be a bug within FMOD Ex itself but more testing is required.
<<less
Download (1.3MB)
Added: 2007-07-04 License: Freeware Price:
843 downloads
Pot Php Object Template 1.2

Pot Php Object Template 1.2


The goal of Pot (PHP Object Template) is to totally divide the logic of a Web site from the design more>>
The goal of Pot (PHP Object Template) is to totally divide the logic of a Web site from the design. Pot can be used by "common" people just by writing some XML tags in the HTML code. It supports technologies like Cascading Style Sheets, JavaScript, animated objects, and form data checking.
Using your favourite WYSIWYG editor (like Dreamweaver or GoLive), you can create HTML pages where you place a tag wherever you need and write the required Pot parameter and value tags. There are 41 objects ready to be used.
Enhancements:
- pot.inc.php - added a path pot/pot/.. and error management in case do not found any Pot
- pot.inc.php - when an object is finished to be processed clear label prefs variable
- pot.inc.php - added the hook command to execute one yours function before processing an object
- object.inc.php - fixed some wrong assumptions to use local variables that are variables inside the object
- object.class.inc.php - do not work at all clrArray() - fixed.
- object File - now manage correctly the error:message in case on wrong file format submitted
- object File - upload multiple files fixed, and added the function ifUpload()
- object table - not manage correctly the table:border:style , always was solid.
- object syntax/variables added the ifnot option to do conditional objects
- object syntax fixed the ${varname} conversion that add an extra space at start. fixed
- object Image - added image:link for images with the filename taken from field
- object Image - fixed show + infos that didnt work
- object htmlarea - removed the 1024 chars limit of the size of the text, now depends on the browser limits
- object htmlarea - fixed in view mode a bug when the field is empty goes in edit mode
- object htmlarea - change the init code with a new one
- object list - rewrite to make it compatible with AdoDB and other Pot objects
- object session - now handle errors using exception template, for not existent or expired sessions
- object session - it was storing adodb objects. now do not do anymore
- object window - added a new command window:code to open another html or Php page
- object Link - if not given any separator for the rollover colors list use as default the comma
- object Link - doView. When you call it sever times from programming the out parms where added each other each time
- object Link - doView. Added the parms ( $link, $text )
- object Link - doView. Added option link:no:parm to not append the get variables such ?id=122
- object Link - fixed a class definition in one link mode
- object Link - doView. always add text class to link, now use the class specified and not text css
- object Link - doView. using sessions sometimes is set the back option and do not work anything. Fixed. Now do back only if no link is given
- object Sql - added some useful documentation about manage errors of record not found
- object Sql - minor fix on paginate results
- object Sql - better documentation about to use local variables (a query that do not affect the others)
- object Sql - store the foudn record (with limit) in the variable sql:result:rows:found that not change value when you get next record
- object Box - fixed some cases that the top/bottom/left/right images fo not fill the entire area
- object Record - fixed using localrecord option (it was deleting anyway the global record!)
- object Record - Added 3 functions to creare a new record in memory without get any data from any SQL queries
- object Record - a case using adoDB in no record found give some errors, fixed
- object css - fix a case that added > in the wrong place, and write if no span is declared
- object variables - now use correctly the css to print data plus minor fixes about specified variables ()
- object variables - if an out variables has 0 with value is skipped, fixed now it is added too
- object form - not use given name, always used a random name, fixed if you give the form name use it
- object form - moved the inclusion on all out variables just after the form tag (was at the end of the form before submit button)
- object fold - fixed the text link to show/hide the palette works only with images and not with text
- object class - fixed because do not print results immediately if no variable names to store are defined
- object session - if some array are empty return an error, fixed
- object session - forget to remove echo debug from the code that turn off the session
- object session - fixed the code to avoid programmer mistake and write better documentation about
- object session - fixed the parsing variables: commands that sometime do not work as expected (any global is done also on local too)
- object exception - do not print the debug variables if set to dot so. fixed
- object exception - auto jump mode taken the wrong get variables to the next page. fixed
- object password - in edit mode with re-type active it didnt fill the re-type field
- object query - in list mode (without template) there was a wrong query reference. fixed.
- object query - in list mode added option to calculate totals on a specified row and print result at bottom
- object query - in pages mode did nothing! ops I forgot to write the code. added the code to do paginate
- object calendar - fixed calendar+hidden field, there didnt set correctly the hidden field name
New objects:
- object stop - created new - force to stop handling the rest of the page
- object hints - created new - when the mouse is over the link display a box with a message.
<<less
Download (1.1MB)
Added: 2005-11-03 License: Freeware Price:
1456 downloads
BBButton Class 1.1

BBButton Class 1.1


BBButton Class - REALbasic class that allows creation of pushbuttons more>>
BBButton Class is a REALbasic class that allows creation of pushbuttons like those in Barebones Softwares BBEdit and Mailsmith.
BBButton Class also serves as a good example of creating custom pushbuttons using a Canvas subclass.

Completly freeware.


<<less
Download (9KB)
Added: 2005-12-23 License: Freeware Price:
1403 downloads
BBEdit PHP Glossary 2.0

BBEdit PHP Glossary 2.0


BBEdit PHP Glossary is a PHP glossary for BBEdit. more>>
BBEdit PHP Glossary is a PHP glossary for BBEdit. It contains glossary items for nearly 6000 PHP functions, constants, control structures, and code snippets. This glossary is based on PHP 5 but includes all functions available in version 4 and 3. This gallery is created from the online documentation so the functions should function exactly as documented. Enjoy!
<<less
Download (880KB)
Added: 2004-12-13 License: Freeware Price:
1779 downloads
DEX online 0.4

DEX online 0.4


DEX online - Online DEX (Romanian Dictionary) Widget more>> DEX online - Online DEX (Romanian Dictionary) Widget

We are happy to present you the Romanian Language Official Dictionary (DEX), in a Mac-alike shape.
Dex Online Widget has a user interface assembling most appreciated site dexonline.ro
All Apple fans (excecially Romanian ones :) ) will have acces to the DEX program, right from their Dashboard. Its functionality resembles Widgets like : Dictionary or Wikipedia.
Enhancements
- Resizable window
- Selectable text
- Update/fix for dexonline.ro parging
- new design.

<<less
Download (203KB)
Added: 2006-08-24 License: Freeware Price: FREE
200 downloads
 
Other version of DEX online
DEX online 0.4We are happy to present you the Romanian Language Official Dictionary (DEX), in a Mac ... Dex Online Widget has a user interface assembling most appreciated site dexonline.ro All
License:Freeware
Download (203KB)
687 downloads
Added: 2006-08-24
ODBC Cocoa Class Samples 1.0

ODBC Cocoa Class Samples 1.0


ODBC Cocoa Class Samples - Classes to access sql server more>>
The ODBC Cocoa Class Samples package provides different cocoa samples, some are inherent to the ODBC access to sql databases.

Completly freeware.
<<less
Download (naMB)
Added: 2006-05-11 License: Freeware Price:
727 downloads
Online Dictionary for Chinese 0.6

Online Dictionary for Chinese 0.6


Online Dictionary for Chinese - A Chinese-English and English-Chinese online dictionary more>>
This widget is a Chinese-English and English-Chinese online dictionary.

Type the word and press enter.

The widget looks up words from both dict.cn and iciba.net.

<<less
Download (827KB)
Added: 2006-06-13 License: Freeware Price:
1239 downloads
 
Other version of Online Dictionary for Chinese
Online Dictionary for Chinese 0.6A Chinese-English and English-Chinese online dictionary. Online Dictionary for Chinese 0.6 - ...Online Dictionary for Chinese - A Chinese-English and English
Price: FREE
License:Freeware
Download (827KB)
197 downloads
Added: 2006-06-13
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5