firefox companion kodak easyshare gallery
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 911
Firefox Companion for Kodak EasyShare Gallery 1.0.9.2
Firefox Companion for Kodak EasyShare Gallery is a Firefox extension that can easily organize and share your pictures. more>>
Firefox Companion for Kodak EasyShare Gallery is a Firefox extension that can easily organize and share your pictures. Upload photos directly to your Kodak EasyShare Gallery, all within your browser.
Drag, drop and arrange pictures adding photo titles, and create albums by multi-selecting photos - all of this without interrupting your Internet browsing. Co-developed by Kodak, it also includes other popular photo services.
Please note that this extension is essentially the same as Fotofox but only this extension has support for Kodak EasyShare Gallery. Please make sure to have only one or the other installed. https://addons.mozilla.org/firefox/3945/
Currently, only US kodakgallery.com accounts are supported. Other international accounts will be supported soon.
<<lessDrag, drop and arrange pictures adding photo titles, and create albums by multi-selecting photos - all of this without interrupting your Internet browsing. Co-developed by Kodak, it also includes other popular photo services.
Please note that this extension is essentially the same as Fotofox but only this extension has support for Kodak EasyShare Gallery. Please make sure to have only one or the other installed. https://addons.mozilla.org/firefox/3945/
Currently, only US kodakgallery.com accounts are supported. Other international accounts will be supported soon.
Download (0.21MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
941 downloads
Firefox Extension Backup Extension 4.0.5
Firefox Extension Backup Extension provides quickly and easily backup process of your Firefox extensions. more>>
https://addons.mozilla.org/en-US/firefox/downloads/file/14560/firefox_extension_backup_extension__febe_-4.0.5-fx.xpi
<<less Download (0.36MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
950 downloads
Firefox Quickstarter 0.1
Firefox Quickstarter its a modified version of MozillaQs for faster startup of Firefox broswer. more>>
Mozilla Quickstarter is an small kde utility that runs in the SystemTray and runs a hidden instance of Mozilla.
You can execute navigato or mail program from Mozilla Quickstarter. As I am a beginner kde programmer, its based on the original code of another application: OpenOffice.org Quickstarter.
Main features:
- Runs a hide instance of Mozilla
- You can launch navigator and mail.
- Autostart when launching Kde.
Enhancements:
- Added a tgz package for Slackware 10.2 thanks to Slacky.it
<<lessYou can execute navigato or mail program from Mozilla Quickstarter. As I am a beginner kde programmer, its based on the original code of another application: OpenOffice.org Quickstarter.
Main features:
- Runs a hide instance of Mozilla
- You can launch navigator and mail.
- Autostart when launching Kde.
Enhancements:
- Added a tgz package for Slackware 10.2 thanks to Slacky.it
Download (0.041MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1448 downloads
Another Gallery 1.3
Another Gallery is a PHP port of the Zgal gallery generator. more>>
Another Gallery is a PHP port of the Zgal gallery generator. Another Gallery project supports themes and rollover buttons.
ImageMagick creates thumbs with a higher quality than GD2.x. If you want to use Perl and ImageMagick you need the Image::Size perl module to generate the thumbnails. It is easy to install :o)
tar xvfz Image-Size-2.98.tar.gz
cd Image-Size-2.98
To build:
perl Makefile.PL
make && make test
If Image::Size passes all tests, then:
make install
// Sorry no time to write a good readme.
This is a PHP port of my other sourceforge project Zgal http://zgal.sf.net Zgal generates a static html photo gallery.
1. copy your jpegs in this directory.
2. start make_thumbnails.pl ( before install Image-magick )
3. Edit some settings in phpgallery.php an rename it to index.php
4. Add the pagetitle and Subtitles in index.txt
5. Point your webbrowser to index.php
6. switch the theme with the following cmds.
index.php?theme=face
index.php?theme=blue_drops
inde.php?theme=graffiy_grey
index.php?theme=grey_brain
index.php?theme=simple_grey
index.php?theme=standard
index.php?theme=violet
index.php?theme=blue_matrix
index.php?theme=green_matrix
index.php?theme=red_letters
<<lessImageMagick creates thumbs with a higher quality than GD2.x. If you want to use Perl and ImageMagick you need the Image::Size perl module to generate the thumbnails. It is easy to install :o)
tar xvfz Image-Size-2.98.tar.gz
cd Image-Size-2.98
To build:
perl Makefile.PL
make && make test
If Image::Size passes all tests, then:
make install
// Sorry no time to write a good readme.
This is a PHP port of my other sourceforge project Zgal http://zgal.sf.net Zgal generates a static html photo gallery.
1. copy your jpegs in this directory.
2. start make_thumbnails.pl ( before install Image-magick )
3. Edit some settings in phpgallery.php an rename it to index.php
4. Add the pagetitle and Subtitles in index.txt
5. Point your webbrowser to index.php
6. switch the theme with the following cmds.
index.php?theme=face
index.php?theme=blue_drops
inde.php?theme=graffiy_grey
index.php?theme=grey_brain
index.php?theme=simple_grey
index.php?theme=standard
index.php?theme=violet
index.php?theme=blue_matrix
index.php?theme=green_matrix
index.php?theme=red_letters
Download (0.36MB)
Added: 2006-01-30 License: GPL (GNU General Public License) Price:
1364 downloads
Animated Gallery 1.2
Animated Gallery is a GIMP plugin that creates an animated gallery by overlaying multiple animations. more>>
Animated Gallery is a GIMP plugin that creates an animated gallery by overlaying multiple animations frame-by-frame onto the current image background and saving the resulting combined images.
Written using python-fu and gimp 2.2.3
The purpose of the plug-in is to create an animated gallery (e.g for a DVD menu) by overlaying up to 5 animations frame-by-frame onto the current image background and then flattening and saving the combined frames.
The script takes parameters giving the filenames of the first frame of each source animation (or "OFF" to disable a feed). The frames themselves should be sequentially numbered (e.g. frame_000123.jpg). It should work with all image types the gimp can load (tested with .jpg and .ppm). Note that if a frame is missing in an animation, the previous one is repeated.
I have included an option for rounding the corners of the source frames (using the script-fu rounded rectangle function). If you want other similar functionality (e.g. fade to black at sequence end) I would recommend you to have a look at the source code - python is very easy to learn, and the script is fairly well documented.
Usage:
In order to make a DVD menu with animated chapter images, you would normally merge a number of short animated frame sequences(one per chapter), shrunk down to say 80 pixels high, onto a 720x576 background image (for 4:3 PAL). Obviously you should create all the static parts of the menu (text, drop shadows, button outlines etc) on the background image prior to calling the script. A suitable example background template is provided on the gimp plug-ins registry page for the project.
In order to create an actual DVD menu, you will of course need to use an authoring tool such as the excellent and highly flexible dvdauthor package (make sure you use at least version 0.6.11 however, as previous ones have a problem with spumux not correctly recognising transparent bitmaps). There is a very good HowTo at http://mightylegends.zapto.org/dvd/dvdauthor_howto.php
Installation:
Download the script to the .gimp-2.2/plug-ins/ directory (or equivalent) under your home directory; make it executable (chmod +x animated_gallery.py) and restart the gimp. It should appear as an option under the python-fu -> alchemy menu.
<<lessWritten using python-fu and gimp 2.2.3
The purpose of the plug-in is to create an animated gallery (e.g for a DVD menu) by overlaying up to 5 animations frame-by-frame onto the current image background and then flattening and saving the combined frames.
The script takes parameters giving the filenames of the first frame of each source animation (or "OFF" to disable a feed). The frames themselves should be sequentially numbered (e.g. frame_000123.jpg). It should work with all image types the gimp can load (tested with .jpg and .ppm). Note that if a frame is missing in an animation, the previous one is repeated.
I have included an option for rounding the corners of the source frames (using the script-fu rounded rectangle function). If you want other similar functionality (e.g. fade to black at sequence end) I would recommend you to have a look at the source code - python is very easy to learn, and the script is fairly well documented.
Usage:
In order to make a DVD menu with animated chapter images, you would normally merge a number of short animated frame sequences(one per chapter), shrunk down to say 80 pixels high, onto a 720x576 background image (for 4:3 PAL). Obviously you should create all the static parts of the menu (text, drop shadows, button outlines etc) on the background image prior to calling the script. A suitable example background template is provided on the gimp plug-ins registry page for the project.
In order to create an actual DVD menu, you will of course need to use an authoring tool such as the excellent and highly flexible dvdauthor package (make sure you use at least version 0.6.11 however, as previous ones have a problem with spumux not correctly recognising transparent bitmaps). There is a very good HowTo at http://mightylegends.zapto.org/dvd/dvdauthor_howto.php
Installation:
Download the script to the .gimp-2.2/plug-ins/ directory (or equivalent) under your home directory; make it executable (chmod +x animated_gallery.py) and restart the gimp. It should appear as an option under the python-fu -> alchemy menu.
Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
679 downloads
Eyelash Gallery 2007-1
Eyelash is a Flash powered picture gallery that creates a portfolio of pictures from a php-based XML. more>>
Eyelash Gallery project is a Flash powered picture gallery that creates a portfolio of pictures from a php-based XML, taking input from a list of images in the images directory.
To work properly eyelash will require you to make sure you have basic knowledge of the following words : PHP, FTP, JPG, Flash.
Enhancements:
- Support for multiple galleries was added.
- Image description administration was enhanced with a preview of the image thumbnail, which makes it easier to know which image relates to which description file.
<<lessTo work properly eyelash will require you to make sure you have basic knowledge of the following words : PHP, FTP, JPG, Flash.
Enhancements:
- Support for multiple galleries was added.
- Image description administration was enhanced with a preview of the image thumbnail, which makes it easier to know which image relates to which description file.
Download (MB)
Added: 2007-01-12 License: Free for non-commercial use Price:
1020 downloads
Infins Picture Gallery 0.6.2
Infins Picture Gallery (IPG) is an image gallery system for Web sites. more>>
Infins Picture Gallery (IPG) is an image gallery system for Web sites that is easy to install, reads all files from a directory set in the config file.
Infins Picture Gallery resizes and caches images dynamically, counts the number of times an image is viewed, and allows visitors to comment on and vote for your images.
You can optionaly provide additional text for each image.
<<lessInfins Picture Gallery resizes and caches images dynamically, counts the number of times an image is viewed, and allows visitors to comment on and vote for your images.
You can optionaly provide additional text for each image.
Download (0.040MB)
Added: 2006-03-30 License: GPL (GNU General Public License) Price:
1304 downloads
Zenith Picture Gallery 0.9.4
Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories. more>>
Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories, creates thumbnails, and stores individual statistics for each one.
Other features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and profiles, batch adding via FTP and batch deleting, user comments and ratings, the ability to add languages and skins, the option to rebuild thumbnails, an IP blacklist, and a comprehensive admin control panel that provides access to a great deal of settings and formatting options.
Main features:
- Everything is done from the browser, from installation to configuration.
- Searcheable records by filters.
- Auto-resizing/resampling of images to thumbnails.
- Easy skinning.
- Categories and sub-categories with display permission options.
- User accounts, user profiles, control panels and user types.
- Easy management of languages.
- Blacklist containing IPs of troublesome users.
- Admin CP allows you to define countless settings and formatting options.
- A notice appears in the nav bar to admins when there are pictures, comments or users awaiting approval.
- Batch add pictures via FTP.
- Batch delete pictures.
- Rebuild thumbnails tool.
- Search result and display page addresses are linkable.
- Gallery can be turned on/off.
- Adding pictures can be disabled for guests.
- Sort pictures by Last comments, Most viewed, Top rated.
- ZIP and download pictures.
- User accounts, profiles and pictures can all be managed in the Admin CP.
- Option to receive an email when a picture is submitted.
- 21. Option to allow only registered users to view the gallery.
- 22. Option to set a timezone offset for picture submission dates.
- Categories are mapped to directories in the file structure.
- Users can choose a skin from the ones uploaded.
- Forgot my Password and Resend Activation Email tools.
- Admins can define custom fields for pictures.
- EXIF support.
<<lessOther features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and profiles, batch adding via FTP and batch deleting, user comments and ratings, the ability to add languages and skins, the option to rebuild thumbnails, an IP blacklist, and a comprehensive admin control panel that provides access to a great deal of settings and formatting options.
Main features:
- Everything is done from the browser, from installation to configuration.
- Searcheable records by filters.
- Auto-resizing/resampling of images to thumbnails.
- Easy skinning.
- Categories and sub-categories with display permission options.
- User accounts, user profiles, control panels and user types.
- Easy management of languages.
- Blacklist containing IPs of troublesome users.
- Admin CP allows you to define countless settings and formatting options.
- A notice appears in the nav bar to admins when there are pictures, comments or users awaiting approval.
- Batch add pictures via FTP.
- Batch delete pictures.
- Rebuild thumbnails tool.
- Search result and display page addresses are linkable.
- Gallery can be turned on/off.
- Adding pictures can be disabled for guests.
- Sort pictures by Last comments, Most viewed, Top rated.
- ZIP and download pictures.
- User accounts, profiles and pictures can all be managed in the Admin CP.
- Option to receive an email when a picture is submitted.
- 21. Option to allow only registered users to view the gallery.
- 22. Option to set a timezone offset for picture submission dates.
- Categories are mapped to directories in the file structure.
- Users can choose a skin from the ones uploaded.
- Forgot my Password and Resend Activation Email tools.
- Admins can define custom fields for pictures.
- EXIF support.
Download (0.52MB)
Added: 2007-07-09 License: Other/Proprietary License with Source Price:
902 downloads
WoW Companion 0.2.8
WoW Companion is a Java client/server used to centrally store character, item, and other data for World of Warcraft. more>>
WoW Companion is a Java client and server used to centrally store item, character and other data for World of Warcraft.
Data is made available via the Web in XML and other formats. Frontends for displaying character profiles are also included.
<<lessData is made available via the Web in XML and other formats. Frontends for displaying character profiles are also included.
Download (0.67MB)
Added: 2006-01-10 License: GPL (GNU General Public License) Price:
1391 downloads
minimal Gallery 0.8
minimal Gallery is an elegant picture gallery system. more>>
minimal Gallery is an elegant picture gallery system that features a 30 second set-up, highly customizable modular architecture with CSS-based templates and PHP "tags" (functions).
Enhancements:
- Completely rewritten file parsing code: no more bug where some files werent displayed
- By popular request: thumbnails!
- Multiple filtering/arranging options available in the new list view
- 3 different views of your files: list, thumbnails, and file.
- Display of IPTC information
- New Templates
- Some documentation, finally...
<<lessEnhancements:
- Completely rewritten file parsing code: no more bug where some files werent displayed
- By popular request: thumbnails!
- Multiple filtering/arranging options available in the new list view
- 3 different views of your files: list, thumbnails, and file.
- Display of IPTC information
- New Templates
- Some documentation, finally...
Download (0.15MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1440 downloads
Java Web Images Gallery 0.3.2
Java Web Images Gallery is a server-side application that generates Web image albums on the fly. more>>
Java Web Images Gallery project is a server-side application that generates Web image albums on the fly.
Users need only upload images by FTP. It provides a navigation tree, a simple way to manage and customise image gallery views, and basic image manipulation.
Main features:
- Simple image upload. You need only FTP client to manipulate with your gallery.
- Original images stay untouched.
- Albums are simply represented by the directory structure.
- Cutomizable Album tumbnails.
- Image and album titles can be assigned indidvidually by the .properties file
- Albums can have individual thumbnalis.
- Easy albums navigation using tree directory structure.
- Images can be resized and all verisions are cached and updated on demand.
- Watermark can be added to every image and can be customized per album and/or image.
- You are free to change the whole gallery design by you wishes.
- No POSTS, sessions or cookies required! Every page and image have direct link and you can be sure that person who receive your link will see exactly the same.
<<lessUsers need only upload images by FTP. It provides a navigation tree, a simple way to manage and customise image gallery views, and basic image manipulation.
Main features:
- Simple image upload. You need only FTP client to manipulate with your gallery.
- Original images stay untouched.
- Albums are simply represented by the directory structure.
- Cutomizable Album tumbnails.
- Image and album titles can be assigned indidvidually by the .properties file
- Albums can have individual thumbnalis.
- Easy albums navigation using tree directory structure.
- Images can be resized and all verisions are cached and updated on demand.
- Watermark can be added to every image and can be customized per album and/or image.
- You are free to change the whole gallery design by you wishes.
- No POSTS, sessions or cookies required! Every page and image have direct link and you can be sure that person who receive your link will see exactly the same.
Download (0.70MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1367 downloads
Firefox Form Widgets 0.1
Firefox Form Widgets is a replacement for the default form widgets in Firefox. more>>
Firefox Form Widgets is a replacement for the default form widgets in Firefox. Its not dependent upon KDE, but I styled it with KDE in mind. The CSS is modified from the default one. I created all but the radio and checkbox images, which were created by the Pretty Widgets for OS X (readme included).
The style is such that everything can still be styled by a website. For the buttons, if only a background color is supplied, the gradient is still applied making it look better.
I made this for my personal use, but I decided to distribute it in case people want it. I would like to put some more work into it if there is interest.
To install, download and then:
sudo cp -r /usr/lib/firefox/res/ /usr/lib/firefox/res_original
tar -xvvzf KDEwidgets.tar.gz
sudo mv ./KDEwidgets/* /usr/lib/firefox/res/
<<lessThe style is such that everything can still be styled by a website. For the buttons, if only a background color is supplied, the gradient is still applied making it look better.
I made this for my personal use, but I decided to distribute it in case people want it. I would like to put some more work into it if there is interest.
To install, download and then:
sudo cp -r /usr/lib/firefox/res/ /usr/lib/firefox/res_original
tar -xvvzf KDEwidgets.tar.gz
sudo mv ./KDEwidgets/* /usr/lib/firefox/res/
Download (0.007MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
805 downloads
Encaps Gallery 1.7.12
Encaps Gallery is photo album software which supports different skins (html-templates). more>>
Encaps Gallery project is photo album software which supports different skins (html-templates). The design of photo album is based on native PHP and HTML templates. Encaps photo Gallery software has 6 predefined skins. Photo album software back-end demo
Main features:
- MySQL database installer
- create unlimited categories
- upload unlimited media files (images,mov,swf)
- automatic thumbnails creation (optional)
- easy to install and use
- web-admin (back-end)
- large number of images is splitted by pages
- PayPal shopping cart (optional, can be enabled/disabled from back-end)
Encaps Gallery photo album software is trying to provide a free, light weight & flexible to customize web application for online digital photo album creating. That allows you to create a custom photo album on your web page. Encaps Gallery photo album software may be run stand-alone or embedded within another web page. PHP photo gallery helps you to create your custom photo album. Encaps photo Gallery is fully functional ready-to-go image hosting system written in PHP.
Photo album scripts come with an Admin panel to manage your photo galleries and images, completely customizable using HTML templates. You can easily create and manage photo albums, using http/ftp image upload and admin back-end.
<<lessMain features:
- MySQL database installer
- create unlimited categories
- upload unlimited media files (images,mov,swf)
- automatic thumbnails creation (optional)
- easy to install and use
- web-admin (back-end)
- large number of images is splitted by pages
- PayPal shopping cart (optional, can be enabled/disabled from back-end)
Encaps Gallery photo album software is trying to provide a free, light weight & flexible to customize web application for online digital photo album creating. That allows you to create a custom photo album on your web page. Encaps Gallery photo album software may be run stand-alone or embedded within another web page. PHP photo gallery helps you to create your custom photo album. Encaps photo Gallery is fully functional ready-to-go image hosting system written in PHP.
Photo album scripts come with an Admin panel to manage your photo galleries and images, completely customizable using HTML templates. You can easily create and manage photo albums, using http/ftp image upload and admin back-end.
Download (0.22MB)
Added: 2007-07-19 License: Freely Distributable Price:
830 downloads
DBA Companion 1.5
DBA Companion is a free open-source Oracle administration tool. more>>
DBA Companion is a free open-source Oracle administration tool.
I am building this tool for my own needs. This means, it does not necessarily contain all the information you can extract from an Oracle database nor all the information that *you* may require.
Configuration:
Set LD_LIBRARY_PATH (SHLIB_PATH on HP) to point to $ORACLE_HOME/lib and the QT library directory. Also set DBACOMP_INI to the dbacomp.ini file (with the full path).
E.g.: DBACOMP_INI=/usr/local/dbacomp/dbacomp.ini.
Open dbacomp.ini and set the variables sql_cache_file, sql_generation and user_sql.
sql_cache_file_prefix: Tells DBAComp where to find the SQL statements files.
These files contain all the SQL that DBAComp uses (see
later). The prefix comprises the full path plus the
common beginning of the name of the file.
sql_generation: The directory where you want DBAComp to store the SQL
scripts that you may generate with it.
user_sql: Indicates the location of the file that contains the
users *own* SQL statements (for more details see below).
sql_cache_file_prefix and user_sql must be set to the fully qualified file name. By default the files are called user.sql and dbacomp.
Example: sql_cache_file_prefix=/opt/dbacomp/dbacomp
user_sql=/opt/dbacomp/user.sql
If you dont set any of these variables (DBACOMP_INI, sql_cache_file_prefix, user_sql), DBAComp will look for these files in the local directory (i.e. the directory where you have started DBAComp from) using the default names.
Now start the program by typing ./dbacomp.
Logon and ENJOY!
BTW: You can also start dbacomp with the username/password[@tnsalias] on the command line (i.e.: ./dbacomp scott/tiger@orcl). Also OPS$ (automatic) logons are supported (e.g. ./dbacomp / or ./dbacomp /@orcl).
Enhancements:
- The main new features are the adaptation to Oracle10G, charting capabilities, and the integration of Statspack and AWR analysis modules.
- This release corrects a number of problems from the previous version.
<<lessI am building this tool for my own needs. This means, it does not necessarily contain all the information you can extract from an Oracle database nor all the information that *you* may require.
Configuration:
Set LD_LIBRARY_PATH (SHLIB_PATH on HP) to point to $ORACLE_HOME/lib and the QT library directory. Also set DBACOMP_INI to the dbacomp.ini file (with the full path).
E.g.: DBACOMP_INI=/usr/local/dbacomp/dbacomp.ini.
Open dbacomp.ini and set the variables sql_cache_file, sql_generation and user_sql.
sql_cache_file_prefix: Tells DBAComp where to find the SQL statements files.
These files contain all the SQL that DBAComp uses (see
later). The prefix comprises the full path plus the
common beginning of the name of the file.
sql_generation: The directory where you want DBAComp to store the SQL
scripts that you may generate with it.
user_sql: Indicates the location of the file that contains the
users *own* SQL statements (for more details see below).
sql_cache_file_prefix and user_sql must be set to the fully qualified file name. By default the files are called user.sql and dbacomp.
Example: sql_cache_file_prefix=/opt/dbacomp/dbacomp
user_sql=/opt/dbacomp/user.sql
If you dont set any of these variables (DBACOMP_INI, sql_cache_file_prefix, user_sql), DBAComp will look for these files in the local directory (i.e. the directory where you have started DBAComp from) using the default names.
Now start the program by typing ./dbacomp.
Logon and ENJOY!
BTW: You can also start dbacomp with the username/password[@tnsalias] on the command line (i.e.: ./dbacomp scott/tiger@orcl). Also OPS$ (automatic) logons are supported (e.g. ./dbacomp / or ./dbacomp /@orcl).
Enhancements:
- The main new features are the adaptation to Oracle10G, charting capabilities, and the integration of Statspack and AWR analysis modules.
- This release corrects a number of problems from the previous version.
Download (0.72MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1026 downloads
Firefox LiveCD
Firefox LiveCD is LiveCD similar to LiveKiosk, but with original binary version of Mozilla Firefox. more>>
Firefox LiveCD is LiveCD similar to LiveKiosk, but with original binary version of Mozilla Firefox. No changes were done to user interface and everything is set to Firefox defaults.
LiveFirefox is intended for people who want to have custom Firefox based LiveCD, but find LiveKiosk unsuitable for this purpose. You can find customization instructions in usersettings/ directory on CD.
If you are here because you are looking for locked-down kiosk we recommend you take a look at LiveKiosk (kiosk with user interface) and LiveInfo (full screenkiosk without interface).
<<lessLiveFirefox is intended for people who want to have custom Firefox based LiveCD, but find LiveKiosk unsuitable for this purpose. You can find customization instructions in usersettings/ directory on CD.
If you are here because you are looking for locked-down kiosk we recommend you take a look at LiveKiosk (kiosk with user interface) and LiveInfo (full screenkiosk without interface).
Download (132.2MB)
Added: 2006-03-31 License: GPL (GNU General Public License) Price:
1315 downloads
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 firefox companion kodak easyshare gallery 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