Main > Free Download Search >

Free tinymce is undefined script

tinymce is undefined

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 55
TinyMCE 3.2.2.3

TinyMCE 3.2.2.3


TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor. more>>

TinyMCE 3.2.2.3 is designed to be a platform independent web based Javascript HTML WYSIWYG editor. The script converts HTML TEXTAREA fields or other HTML elements to editor instances.

Major Features :

  1. Easy to integrate - Only a few lines of code needed.
  2. Customizable - Themes and plugins, block invalid elements and force attributes.
  3. Browserfriendly - Mozilla, MSIE, FireFox, Opera, Safari and Chrome.
  4. Lightweight - PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot faster to load.
  5. AJAX Compatible - You can easily use AJAX to save and load content!
  6. International - Multilanguage support using language packs.
  7. Open Source - Free under the LGPL license, millions of ppl help test and improve this editor every day.
Enhancements : Fixed regression bug with the getPos method, it would return invalid if the view port was to small.
<<less
Added: 2009-03-28 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
22 downloads
 
Other version of TinyMCE
TinyMCE 2.0.3TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released ... TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released
Price: $0.00USD
License:LGPL
Download
14 downloads
Added: 2005-04-06
What is PHP Sessions? 1.0.0

What is PHP Sessions? 1.0.0


Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is PHP Sessions
What is PHP Sessions?Session concept is very useful for Web based applications to pass and share information from ...Session concept is very useful for Web based applications to pass and share
License:Freeware
Download
836 downloads
Added: 2007-07-13
What is JIT 1.0.0

What is JIT 1.0.0


JIT (just-in-time) is a CLR?s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a method?s IL code into native CPU instructions. Because the IL(intermediate language) is being compiled "just in time," this more>> JIT (just-in-time) is a CLR?s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a method?s IL code into native CPU instructions. Because the IL(intermediate language) is being compiled "just in time," this component of the CLR is frequently referred to as a JITter or a JIT compiler.<<less
Added: 2007-05-31 License: Freeware Price: $0.00USD
16 downloads
 
Other version of What is JIT
What is JITJIT (just-in-time) is a CLR?s (Common Language Runtime) compiler. The JIT Compiler function ... JIT (just-in-time) is a CLR?s (Common Language Runtime) compiler. The JIT Compiler function
License:Freeware
Download
891 downloads
Added: 2007-05-31
What is .NET metadata? 1.0.0

What is .NET metadata? 1.0.0


In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even more>> In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to seamlessly interact.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
 
Other version of What is .NET metadata
What is .NET metadata?What is .NET metadata? In the past, a software component (.exe or .dll) written in one language ...In the past, a software component (.exe or .dll) written in one language
License:Freeware
Download
870 downloads
Added: 2007-06-07
ImpressCMS 1.1.1 Final

ImpressCMS 1.1.1 Final


This is a community-developed content management system. more>>
ImpressCMS 1.1.1 Final that has a refreshingly uncomplicated user interface is a community-developed content management system. It is very flexible through its module system and is suitable for both small personal website, as well as large enterprise portals.

Major Features:

  1. Uses a database to store the data required for running your ImpressCMS site.
  2. Website content is managed by separate content modules/web applications. Simply install the module which has the features you need: a news module, forum module, photo album module, there are many many third party modules to choose from.
  3. Registered users are authenticated using the standard ImpressCMS system, or by using LDAP.
  4. IP banning, restricting content by group, backend security features for database manipulation, security token system for form validation and more.
  5. Registered users can edit their profiles, select site themes, upload custom avatars, and much more!
  6. Powerful and user-friendly permissions system which enables administrators to set permissions by group.
  7. Support sites around the world for support of non-English speaking users.
  8. Fully supports multi-byte languages, including Japanese, Simplified and Traditional Chinese, Korean, etc.
  9. Theme-based skinnable interface

Enhancements

  • Notice: Undefined index: reg_i in file /admin.php line 41
  • Issue with icscontent table always being updated when viewing content.php should only be the read x times that is updated.

Requirements:

  • PHP 5.1 or higher
  • MySQL 4.1.0 or higher
<<less
Added: 2009-01-23 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
10 downloads
How metadata is stored? 1.0.0

How metadata is stored? 1.0.0


Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata more>> Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the remaining 24 bits give the index of the metadata in the table. The Framework SDK contains a sample called metainfo that will list the metadata tables in an assembly; however, this information is rarely of use to a developer.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
14 downloads
 
Other version of How metadata is stored
How metadata is stored?This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the ... list the metadata tables in an assembly; however, this information is rarely of use to a
License:Freeware
Download
876 downloads
Added: 2007-06-07
Tellmatic - the newsletter machine

Tellmatic - the newsletter machine


Tellmatic is a tool to manage and create newsletters for personalized mailing or mass mailing. Addresses and newsletters are stored in groups to handle different user groups and thousands of addressse more>> Tellmatic is a tool to manage and create newsletters for personalized mailing or mass mailing. Addresses and newsletters are stored in groups to handle different user groups and thousands of addressses at a time. you can import/export via csv data. it handles bouncemails and failed addresses automagical. tellmatic uses wysiwyg (tinymce) for newsletter creating and editing. emails are sent via smtp through a real account. A small Formeditor for subscription forms is included as well as a linktracker, viewtracker and detailed statistics. it includes many features known from the big ones. Tellmatic uses a fast gettext-emulation for internationalization. Tellmatic now runs on Linux, Mac OS-X and Windows (xampp) Free download, but your donations are welcome and will speed up developing new releases with cool functions and features.<<less
Added: 2007-03-05 License: GPL Price: FreeAdditionalInfoyoucangetacustomizedversionwithmanyimprovementsanditsownlicense
968 downloads
What is my IP

What is my IP


Find out the IP address of your computer within a second more>> Find out the IP address of your computer within a second<<less
Added: 2006-04-07 License: Freeware Price: $0.00USD
11 downloads
What is XML Sapiens?

What is XML Sapiens?


The number of commercial CMSs is diligently growing up. Many of open standards have been approved lately. They allow to structure information within sites, separate it from design, but the most of CMS more>> The number of commercial CMSs is diligently growing up. Many of open standards have been approved lately. They allow to structure information within sites, separate it from design, but the most of CMSs still don?t follow them. The XSLT standard exists for quite a long time. It allows to form documents from different sources: XML-files with structured document contents and an XSL-template with the description how the document will be presented at the site. Besides, document forming can be performed at the client side. Well, XSLT is a perfect solution in conception, but practically it is used quite rarely within CMSs. Why? Maybe we need new solutions, which include features of the open standards and are easy to use. One of those solutions can be XML Sapiens markup language. So, what is XML Sapiens?<<less
Added: 2006-12-07 License: Freeware Price: Free
1052 downloads
theCrapper.net - Where dumping is encouraged

theCrapper.net - Where dumping is encouraged


Free image dump service, never worry about that pesky image resizing and annoying steps. Easily upload your images for use around the web and emails! more>> Free image dump service, never worry about that pesky image resizing and annoying steps. Easily upload your images for use around the web and emails!<<less
Added: 2005-11-12 License: Free Non-Commercial Price: $0.00USD
10 downloads
What is .NET Platform 1.0.0

What is .NET Platform 1.0.0


What is .NET Platform? Microsoft .NET platform defines a standard around which a system can be developed. Microsoft .NET platform provides countless opportunities for different services and systems to interact, allowing programmers to develop more>> What is .NET Platform? Microsoft .NET platform defines a standard around which a system can be developed. Microsoft .NET platform provides countless opportunities for different services and systems to interact, allowing programmers to develop powerful solutions for the internet. A major theme of Microsoft .NET platform is the idea of Web services, allowing software to communicate directly with other software using Internet technologies. The .NET Framework and Visual Studio.NET, two more core aspects of this initiative, provide a multi-language environment in which developers can create Web services and other kinds of applications.<<less
Added: 2007-05-28 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is .NET Platform
What is .NET PlatformWhat is .NET Platform? Microsoft .NET platform defines a standard around which a system can be ... NET platform is the idea of Web services, allowing software to communicate directly with
License:Freeware
Download
880 downloads
Added: 2007-05-28
osCommerce PinkCrowLoaded 1

osCommerce PinkCrowLoaded 1


osCommerce PinkCrowLoaded - osCommerce 2.2 Milestone 2 Update 060817 with cool contributions like: AJAX AttributeManager v2.1beta.zip, center shop CSS.zip, osc_admin_buttons_metalli c.zip, buttons_1_2_3_4_5_6_7_8_9 _10_11_12_13_14_15_16_17_ more>> osCommerce PinkCrowLoaded - osCommerce 2.2 Milestone 2 Update 060817 with cool contributions like: AJAX AttributeManager v2.1beta.zip, center shop CSS.zip, osc_admin_buttons_metalli c.zip, buttons_1_2_3_4_5_6_7_8_9 _10_11_12_13_14_15_16_17_ 18_19_20_21_22.zip, TinyMCE EDITOR 1.0.zip, HeaderTags_v2.5.9.1.tar.g z, Ultimate_SEO_URLs_v2.2.2. tar.gz, Secure Admin Login - Logout 1.5_1.zip, SEO_Assistant_V_1.5.zip, ajax_shopping_cart v2_1.zip<<less
Added: 2006-11-12 License: Other Price: $0.00USD
12 downloads
Image File Browser 0.2

Image File Browser 0.2


This class can be used to let the user browse and pick images stored in the server. It uses an AJAX based user interface to avoid page reloading when the browsing display is updated. Now there are 2 options when user clicks on image. First to more>> This class can be used to let the user browse and pick images stored in the server. It uses an AJAX based user interface to avoid page reloading when the browsing display is updated. Now there are 2 options when user clicks on image. First to show tinyMCE insert dialog and second to show image in actual size.<<less
Added: 2006-11-08 License: GPL Price: $0.00USD
12 downloads
What is .NET Framework 1.0.0

What is .NET Framework 1.0.0


What is .NET Framework? The .NET Framework Includes the Common Language Runtime (CLR) and the .NET Framework class library. The CLR is a standard foundation for building a range of new applications, while the .NET Framework class library provides more>> What is .NET Framework? The .NET Framework Includes the Common Language Runtime (CLR) and the .NET Framework class library. The CLR is a standard foundation for building a range of new applications, while the .NET Framework class library provides standard implementations of many new services for CLR-based applications. Among the technologies in the library are ASP.NET, which is the next generation of Active Server Pages;<<less
Added: 2007-05-28 License: Freeware Price: $0.00USD
14 downloads
 
Other version of What is .NET Framework
What is .NET FrameworkThe CLR is a standard foundation for building a range of new applications, while the .NET ... Among the technologies in the library are ASP.NET, which is the next generation of Active
License:Freeware
Download
535 downloads
Added: 2007-05-28
What is .NET assembly? 1.0.0

What is .NET assembly? 1.0.0


Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to more>> Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
12 downloads
 
Other version of What is .NET assembly
What is .NET assembly?Assemblies are the building blocks of .NET Framework applications; they ... An assembly is a collection of types and resources that are built to work together and form a
License:Freeware
Download
870 downloads
Added: 2007-06-07
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4