html embedded images
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4554
Download Embedded 0.5
Download Embedded extension downloads all or selected embedded objects on a webpage. more>>
Download Embedded extension downloads all or selected embedded objects on a webpage. Can be used for downloading movies, mp3s, flash, quicktime, or other embedded files.
When the Download Embedded plugin detects an embedded object, a small red arrow will appear on the status bar at the bottom of your firefox window. Just click that and either download them all or pick which ones you want to download. Enjoy!
If you were using the old download embedded (0.1), -=please=- remove it before installing this one.
<<lessWhen the Download Embedded plugin detects an embedded object, a small red arrow will appear on the status bar at the bottom of your firefox window. Just click that and either download them all or pick which ones you want to download. Enjoy!
If you were using the old download embedded (0.1), -=please=- remove it before installing this one.
Download (0.037MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
7240 downloads
HTML Redemption Language 0.5
HTML Redemption Language, or HRL for short, is an HTML-preprocessor. more>>
HTML Redemption Language, or HRL for short, is an HTML-preprocessor. Its basically a macro package, with built-in Python scripting.
It redeems HTML by adding useful tags such as < include >, < macro >, < if >, and < python >. The last tag allows the web site designer to embed Python "scriptlets" in the HRL source to perform complex preprocessing tasks.
HRL is a preprocessor, designed to be invoked manually by the user to generate the web site. It is not fast enough to generate web pages on the fly. A comparable package is hsc.
<<lessIt redeems HTML by adding useful tags such as < include >, < macro >, < if >, and < python >. The last tag allows the web site designer to embed Python "scriptlets" in the HRL source to perform complex preprocessing tasks.
HRL is a preprocessor, designed to be invoked manually by the user to generate the web site. It is not fast enough to generate web pages on the fly. A comparable package is hsc.
Download (0.034MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
NullLogic Embedded Scripting Language 0.8.0
NullLogic Embedded Scripting Language code looks a lot like php but with a lot less dollar signs. more>>
NullLogic Embedded Scripting Language (Nesla) code looks a lot like php (the same basic c operators, syntax and flow control) but with a lot less dollar signs. Internally, Nesla has a very clean API that makes it easy for c programs to make full use of its functions and data.
Nesla was originally written as a lightweight object model for c.
Nesla is Free Software, and is available under the terms of the GNU GPL.
<<lessNesla was originally written as a lightweight object model for c.
Nesla is Free Software, and is available under the terms of the GNU GPL.
Download (0.050MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
806 downloads
HTML::Embperl 1.3.6
HTML::Embperl is a Perl module for building dynamic Websites with Perl. more>>
HTML::Embperl is a Perl module for building dynamic Websites with Perl.
SYNOPSIS
Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands).
If building more than a single page, you may also want to take a look at "perldoc EmbperlObject" which lets you build your website out of small reusable objects.
Additionally, "perldoc HTML::Embperl::Mail" allows you to send the resulting page via email.
<<lessSYNOPSIS
Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands).
If building more than a single page, you may also want to take a look at "perldoc EmbperlObject" which lets you build your website out of small reusable objects.
Additionally, "perldoc HTML::Embperl::Mail" allows you to send the resulting page via email.
Download (0.35MB)
Added: 2006-09-01 License: Perl Artistic License Price:
1148 downloads
Java Embedded Python 2.2
Java Embedded Python embeds CPython in Java. more>>
Java Embedded Python embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal.
Main features:
- Using the native Python interpreter may mean a massive speed improvement over Java-based languages.
- Python is mature so authors neednt fear the interpreter will suddenly change widely-used features.
- Access to the high quality Python modules, both native and Python-based.
- Compilers and assorted Python tools are as mature as the language.
- Python is an ideal language for your business logic. It is easy to learn, eminently readable and generally immune to programming gotchas.
Patches, comments and other help is greatly appreciated. If you need help, post to the SourceForge mailing list or forums. Please include code snippets for the most accurate response.
<<lessMain features:
- Using the native Python interpreter may mean a massive speed improvement over Java-based languages.
- Python is mature so authors neednt fear the interpreter will suddenly change widely-used features.
- Access to the high quality Python modules, both native and Python-based.
- Compilers and assorted Python tools are as mature as the language.
- Python is an ideal language for your business logic. It is easy to learn, eminently readable and generally immune to programming gotchas.
Patches, comments and other help is greatly appreciated. If you need help, post to the SourceForge mailing list or forums. Please include code snippets for the most accurate response.
Download (0.60MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
956 downloads
HTML::Merge 3.52
HTML::Merge is an embedded HTML/SQL/Perl system. more>>
HTML::Merge is an embedded HTML/SQL/Perl system.
SYNOPSIS
< HTML>
< $RQ.SELECT * FROM customers WHERE customer_id=< $RVAR.cust_id>>
< $RLOOP>
< $RSQL.name> owes < $RSQL.debt>< BR>
< /$RLOOP>
< A HREF="/cgi-bin/merge.pl?template=main_menu.html">
< /HTML>
Merge is an embedded HTML/Perl/SQL tool for creating dynamic web content. merge.pl compiles HTML with embeded Perl to Perl CGI programs and run them.
All Merge pages are referred to by cgi-bin-dir/merge.pl?template=file.html
(Important: file.html is a HTML template that located in a directory you choose and name it on the merge.conf file. Notice for better security, the web server must not be able to display the templates dirctory). although on CGI mode you can define merge.pl as an handler with the Action directive in Apache.
Using merge.pl under Apache::Registry will utilize Perls built-in caching to cache pages using the do command.
Merge uses a configuration file to retrieve information about paths, database connectivity and debugging. It has an embedded debugging tool and on-line configuration. To turn that option on, set DEVELOPMENT to 1 in the configuration file. Dont forget to set it off before deployment.
Configuration can be changed during development using the toolkit menues, toolkit menues apear as popup windows on your web browser when you open a URL of mrege.pl.
Alternate configuration files can appear in /etc/merge.conf and $HOME/.merge.
As described in the INSTALL document you must set your web server for each appliaction and copy (or create) links to merge.pl and PUBLIC files and templates and create system database tables. If you are using a UNIX system you can use mergecreateinstance that will do thoes tasks for you.
FILES
B< merge.pl> Main script, usually a symbolic link to each instance.
B< merge.conf> Configuration, unique per each instance.
B< $PREFIX/share/merge/private> Internal scripts.
B< $PREFIX/bin/merge.cgi> Main script, central.
B< $PREFIX/bin/merge.conf> Template for configuration files.
B< $PREFIX/bin/mergecreateinstance> Instance creating script.
<<lessSYNOPSIS
< HTML>
< $RQ.SELECT * FROM customers WHERE customer_id=< $RVAR.cust_id>>
< $RLOOP>
< $RSQL.name> owes < $RSQL.debt>< BR>
< /$RLOOP>
< A HREF="/cgi-bin/merge.pl?template=main_menu.html">
< /HTML>
Merge is an embedded HTML/Perl/SQL tool for creating dynamic web content. merge.pl compiles HTML with embeded Perl to Perl CGI programs and run them.
All Merge pages are referred to by cgi-bin-dir/merge.pl?template=file.html
(Important: file.html is a HTML template that located in a directory you choose and name it on the merge.conf file. Notice for better security, the web server must not be able to display the templates dirctory). although on CGI mode you can define merge.pl as an handler with the Action directive in Apache.
Using merge.pl under Apache::Registry will utilize Perls built-in caching to cache pages using the do command.
Merge uses a configuration file to retrieve information about paths, database connectivity and debugging. It has an embedded debugging tool and on-line configuration. To turn that option on, set DEVELOPMENT to 1 in the configuration file. Dont forget to set it off before deployment.
Configuration can be changed during development using the toolkit menues, toolkit menues apear as popup windows on your web browser when you open a URL of mrege.pl.
Alternate configuration files can appear in /etc/merge.conf and $HOME/.merge.
As described in the INSTALL document you must set your web server for each appliaction and copy (or create) links to merge.pl and PUBLIC files and templates and create system database tables. If you are using a UNIX system you can use mergecreateinstance that will do thoes tasks for you.
FILES
B< merge.pl> Main script, usually a symbolic link to each instance.
B< merge.conf> Configuration, unique per each instance.
B< $PREFIX/share/merge/private> Internal scripts.
B< $PREFIX/bin/merge.cgi> Main script, central.
B< $PREFIX/bin/merge.conf> Template for configuration files.
B< $PREFIX/bin/mergecreateinstance> Instance creating script.
Download (0.19MB)
Added: 2007-07-19 License: Perl Artistic License Price:
829 downloads
X-Bone 1.0 (Embedded)
X-Bone dynamically deploys and manages Internet overlays. more>>
X-Bone dynamically deploys and manages Internet overlays to reduce their configuration effort and increase network component sharing.
X-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks.
It uses two-layer IP-in-IP tunneled overlays and supports existing applications and unmodified routing, multicast, and DNS services in unmodified operating systems. X-Bone also support IPsec within overlays.
Enhancements:
- This is an integrated distribution of FreeBSD 4.9 with X-Bone 3.2, including utilities and dependencies installed and preconfigured.
<<lessX-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks.
It uses two-layer IP-in-IP tunneled overlays and supports existing applications and unmodified routing, multicast, and DNS services in unmodified operating systems. X-Bone also support IPsec within overlays.
Enhancements:
- This is an integrated distribution of FreeBSD 4.9 with X-Bone 3.2, including utilities and dependencies installed and preconfigured.
Download (3.7MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1247 downloads
Embedded Slackware 1.3.5-5
Embedded Slackware is a software development kit for the automated creation of bootable embedded systems based on Slackware. more>>
Embedded Slackware is a software development kit for the automated creation of bootable embedded systems based on Slackware and Busybox. The focus is on i486 and ARM systems that use compact flash devices (handhelds and PC104 type boards). The distribution consists of a primary archive with tools, scripts, and documentation, and additional archives for the i486 and PXA250 binary components.
Enhancements:
- This update includes 2.4.34 and 2.6.20 embedded kernels.
- 44 easy-to-use burn scripts and runtime configurations are available.
- The distribution archive is an i486 working subset of the full distribution.
- The complete SDK consists of 5 base archives each for i486, uclibc_i486, pxa255, and uclibc_pxa255 architectures.
- Additional archives are also available for gcc, Wine, and Opie/Pixil LCD desktops.
<<lessEnhancements:
- This update includes 2.4.34 and 2.6.20 embedded kernels.
- 44 easy-to-use burn scripts and runtime configurations are available.
- The distribution archive is an i486 working subset of the full distribution.
- The complete SDK consists of 5 base archives each for i486, uclibc_i486, pxa255, and uclibc_pxa255 architectures.
- Additional archives are also available for gcc, Wine, and Opie/Pixil LCD desktops.
Download (11.3MB)
Added: 2007-04-01 License: Free for non-commercial use Price:
940 downloads
HTML Include 0.20
HTML Include solves the problem that the Hypertext Markup Language doesnt know a command. more>>
HTML Include solves the problem that the Hypertext Markup Language doesnt know a command for including other files into a source file. HTML Include uses specially styled comments to refer to other files, which will be inserted at this position.
Unlike to the well known Server Side Include mechanism, this tool pre-processes the HTML files, resulting in files that have all referenced source files directly embedded. Thus it does not depend on any Web-server for correct appearance.
As a bonus, HTML Include also writes the current date to the "last modification" line and brower meta, which you usually forget (or do not bother) to update.
Enhancements:
- This release adds Current Date Replacement for both Custom Tag and Browser Meta Line.
- Tags are now allowed to appear anywhere in the text, not just on single lines.
- This release can process multiple input files.
- The package has been autoconfiscated.
<<lessUnlike to the well known Server Side Include mechanism, this tool pre-processes the HTML files, resulting in files that have all referenced source files directly embedded. Thus it does not depend on any Web-server for correct appearance.
As a bonus, HTML Include also writes the current date to the "last modification" line and brower meta, which you usually forget (or do not bother) to update.
Enhancements:
- This release adds Current Date Replacement for both Custom Tag and Browser Meta Line.
- Tags are now allowed to appear anywhere in the text, not just on single lines.
- This release can process multiple input files.
- The package has been autoconfiscated.
Download (0.075MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 downloads
HTML Entity Based Codepage Inference 0.01
HEBCI is a technique that allows a Web form handler to transparently detect the character set with which its data was encoded. more>> <<less
Download (0.005MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1575 downloads
HTML Objects 1.2.4
HTML Objects is a Perl module library for turning HTML tags into Perl objects. more>>
HTML Objects is a Perl module library for turning HTML tags into Perl objects. HTML Objects allows Web pages to be manipulated as a data structure rather than text.
Once manipulation is done, the entire page is generated via depth-first recursion.
<<lessOnce manipulation is done, the entire page is generated via depth-first recursion.
Download (0.025MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1263 downloads
EmbedCover 0.7
EmbedCover is a script for embedding album cover images in MP3 files. more>>
EmbedCover is a script for embedding album cover images in MP3 files. EmbedCover script will automatically look up the image associated to it in amaroK and embed this image in the file.
The MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be in your Collection.
It is recommended that you back up your MP3 file before using this script on it.
Although the script is designed not to harm your file, the operation is not reversible and should therefore be used with caution.
Future versions will also be able to remove embedded cover images from a file.
<<lessThe MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be in your Collection.
It is recommended that you back up your MP3 file before using this script on it.
Although the script is designed not to harm your file, the operation is not reversible and should therefore be used with caution.
Future versions will also be able to remove embedded cover images from a file.
Download (0.003MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1408 downloads
HTML::Seamstress 4.26
HTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting. more>>
HTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting.
SYNOPSIS
HTML::Seamstress provides "fourth generation" dynamic HTML generation (templating).
In the beginning we had...
First generation dynamic HTML production
First generation dynamic HTML production used server-side includes:
< p >Todays date is < !--#echo var="DATE_LOCAL" -- > < /p >
Second generation dynamic HTML production
The next phase of HTML generation saw embedded HTML snippets in Perl code. For example:
sub header {
my $title = shift;
print $title< /title >
< /head >
EOHEADER
}
<<lessSYNOPSIS
HTML::Seamstress provides "fourth generation" dynamic HTML generation (templating).
In the beginning we had...
First generation dynamic HTML production
First generation dynamic HTML production used server-side includes:
< p >Todays date is < !--#echo var="DATE_LOCAL" -- > < /p >
Second generation dynamic HTML production
The next phase of HTML generation saw embedded HTML snippets in Perl code. For example:
sub header {
my $title = shift;
print $title< /title >
< /head >
EOHEADER
}
Download (0.048MB)
Added: 2006-09-14 License: Perl Artistic License Price:
1135 downloads
HTML::Mason 1.32
HTML::Mason is a powerful Perl-based web site development and delivery engine. more>>
HTML::Mason is a powerful Perl-based web site development and delivery engine. With Mason you can embed Perl code in your HTML and construct pages from shared, reusable components.
Mason solves the common problems of site development: caching, debugging, templating, maintaining development and production sites, and more.
Mason is 100% free and open source. Although it can be used from CGI or even stand-alone, it is optimally designed for use with two other open source technologies: mod_perl and Apache.
<<lessMason solves the common problems of site development: caching, debugging, templating, maintaining development and production sites, and more.
Mason is 100% free and open source. Although it can be used from CGI or even stand-alone, it is optimally designed for use with two other open source technologies: mod_perl and Apache.
Download (MB)
Added: 2006-01-26 License: Artistic License Price:
1366 downloads
OPEN BEXI HTML Builder 1.6
OPEN BEXI HTML Builder is a WYSIWYG HTML editor. more>>
OPEN BEXI HTML Builder is a WYSIWYG HTML editor which allows you to create Web pages and generate HTML code from your browser without any HTML knowledge.
It lets you create, update, and remove HTML components. OPEN BEXI HTML Builder is suitable for beginners and experts.
<<lessIt lets you create, update, and remove HTML components. OPEN BEXI HTML Builder is suitable for beginners and experts.
Download (1.8MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
939 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 html embedded images 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