hypertext markup language
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1018
PHP & Arabic Language
Set of PHP classes developed to enhance Arabic web applications by providing set of tools includes stem-based searching, transliterate, soundex, Hijri calendar, charset detection & converter, spell numbers, keyboard language and Muslim prayer time. more>> Set of PHP classes developed to enhance Arabic web applications by providing set of tools includes stem-based searching, transliterate, soundex, Hijri calendar, charset detection & converter, spell numbers, keyboard language and Muslim prayer time.<<less
Added: 2008-07-24 License: LGPL Price: $0.00USD
21 downloads
Business Process Execution Language 1.0s
BPEL for Web services, also known as BPELWS or BPEL4WS, is based upon XML standards. It is intended to provide a means to implement task-sharing in a distributed or grid computing environment both within and across multiple organizations. The BPEL more>> BPEL for Web services, also known as BPELWS or BPEL4WS, is based upon XML standards. It is intended to provide a means to implement task-sharing in a distributed or grid computing environment both within and across multiple organizations. The BPEL acts as a "glue" between various Web services. It is.<<less
Added: 2004-12-14 License: Other Price: $0.00USD
11 downloads
Other version of Business Process Execution Language
License:Other Free / Open Source License
german language files for phpShop
german language files for phpShop 0.80 Just copy the files of the pack to your shop file system. more>> german language files for phpShop 0.80 Just copy the files of the pack to your shop file system.<<less
Added: 2005-08-22 License: GPL Price: $0.00USD
13 downloads
Gri Language 2.12.15
Gri Language is a language for scientific graphics programming. more>>
Gri Language 2.12.15 is designed as a simple and effective language for scientific graphics programming.
Major Features:
- Gri is a language for scientific graphics programming. The word "language" is important: Gri is command-driven, not point/click.
- Gri can make x-y graphs, contour graphs, and image graphs, in PostScript and (someday) SVG formats.
- Control is provided over all aspects of drawing, e.g. line widths, colors, and fonts.
- A TeX-like syntax provides common mathematical symbols.
Added: 2007-06-07 License: GPL - GNU Public License Price: GPLGNUPublicLicense
11 downloads
How to load file into memory using plain ANSI C language
This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform. more>> This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.<<less
Added: 2006-11-08 License: Other Free / Open Source License Price: Free
684 downloads
MarkupString
MarkupString provides you with a script including a subclass of String which allows simple handling of pango markup or other simple XML markup. more>>
MarkupString provides you with a script including a subclass of String which allows simple handling of pango markup or other simple XML markup. The goal here is to allow a slice of a python markup string to "do the right thing" and preserve formatting correctly. In other word, MarkupString(Hello World)[6:] = "World".
Note: that len(s) will give you the length of the full marked up string. However, string indices refer to the non-marked up content. To get the length of the non marked up content, use len(s.raw) (you could also add a __len__ method that returned len(s.raw).
Added: 2007-03-02 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
1 downloads
Hazard Language Redirection 1.0
Hazard Language Redirection is a language redirection script. When the script is called, it detects the default language of the browser and redirects it to the specified page. more>> Hazard Language Redirection is a language redirection script. When the script is called, it detects the default language of the browser and redirects it to the specified page.<<less
Added: 2007-03-05 License: GPL Price: $0.00USD
12 downloads
ThimbleText 1.0 stable
This script has two parts. One is editor implemented as <textarea> . The second part is converter, which converts plaintext into XHTML. Simple and easy-to-understand markup language is used for quick formatting of the converted text. It is meant to be a </textarea> more>> This script has two parts. One is editor implemented as<<less
Added: 2008-06-05 License: Other Price: $0.00USD
11 downloads
What is Common Language Runtime(CLR) 1.0.0
The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NETs component architecture, software written in any more>> The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsofts new language, C#, the CLR provides services that any .NET program can use. Because of .NETs component architecture, software written in any language can call upon these services. Microsoft has also submitted a subset of the CLR to ECMA, the European information and communications standards organization. This subset is referred to as the Common Language Infrastructure (CLI). CLR provides following services:<<less
Added: 2007-05-28 License: Freeware Price: $0.00USD
14 downloads
Other version of What is Common Language Runtime
License:Freeware
What is Microsoft intermediate language (MSIL)? 1.0.0
Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET more>> Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
Other version of What is Microsoft intermediate language
License:Freeware
Humane text processors
Easy to read and easy to write Textile and Markdown, generate valid XHTML markup from plain-text documents, using simple conventions more>> Easy to read and easy to write Textile and Markdown, generate valid XHTML markup from plain-text documents, using simple conventions<<less
Added: 2007-08-10 License: Free Non-Commercial Price: $0.00USD
12 downloads
french language files for phpShop
french language files for phpShop 0.80. The inclusion of the files is a little bit different from original phpShop. Please use readme_fra.txt for implementation. more>> french language files for phpShop 0.80. The inclusion of the files is a little bit different from original phpShop. Please use readme_fra.txt for implementation.<<less
Added: 2005-08-22 License: GPL Price: $0.00USD
11 downloads
Language Attribute
The language attribute in JavaScript is probably one of the most ignored attribute in an Ajax based application. This form of attribute has become so familiar that developers have started to ignore it. The language attribute in JavaScript may just more>> The language attribute in JavaScript is probably one of the most ignored attribute in an Ajax based application. This form of attribute has become so familiar that developers have started to ignore it. The language attribute in JavaScript may just look like a simple command for the browser but without it, the application will not work. This basic function will practically set the stage for other codes to be interpreted in the browser. As JavaScript and Ajax increases its functionality, the importance of properly using language attribute in these types of application is also realized.<<less
Added: 2009-05-03 License: Freeware Price: $0.00USD
12 downloads
Language Detect 1.0
Language Detect is a perfect and very convenient program which can be used to detect the idioms supported by the user browser. more>> Language Detect 1.0 is a perfect and very convenient program which can be used to detect the idioms supported by the user browser. It parses the current request HTTP headers and returns a sorted list of idioms that best match the list of idioms supported by the application.<<less
Added: 2009-07-25 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
OptionEdit by Rayvan 1.1
Flat-file content management system with all in one built-in features such as story administrator, one click page making, user authentication & management, easy implementation / integration... But the list just goes on and on, so just try it out! Feel more>> Flat-file content management system with all in one built-in features such as story administrator, one click page making, user authentication & management, easy implementation / integration... But the list just goes on and on, so just try it out! Feel free to buy an installation below that includes free upgrades to OptionEdit for a full year! Our next release will be MySQL database driven features with automatic HyperText Markup Language conversion for autonomous Search Engine Optimization, and can be seen in stable effect right now! As we are using it to run every one of our core web sites & sub web sites @ www.rayvan.net. As for the current public release, you can see it in minimal exposure (due to Security) @ www.optionedit.com.<<less
Added: 2007-01-16 License: GPL Price: $0.00USD
10 downloads
Other version of OptionEdit by Rayvan
Price: FreeAdditionalInfoAnymodificationsmustbereportedtoSidneyhttpsoft.rayvan.netForinstallationpricing,gotohttpwww.rayvan.net
License:GPL
License:GPL
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 hypertext markup language 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