Macromedia HomeSite
   HOME

TheInfoList



OR:

HomeSite was an
HTML editor An HTML editor is a program used for editing HTML, the markup of a web page. Although the HTML markup in a web page can be controlled with any text editor, specialized HTML editors can offer convenience, added functionality, and organisation. Fo ...
originally developed by Nick Bradbury. Unlike
WYSIWYG In computing, WYSIWYG ( ), an acronym for what you see is what you get, refers to software that allows content to be edited in a form that resembles its appearance when printed or displayed as a finished product, such as a printed document, web ...
HTML editors such as FrontPage and
Dreamweaver Adobe Dreamweaver is a proprietary web development tool from Adobe. It was created by Macromedia in 1997 and developed by them until Macromedia was acquired by Adobe Systems in 2005. Adobe Dreamweaver is available for the macOS and Windows opera ...
, HomeSite was designed for direct editing, or "
hand coding In computing, hand coding means editing the underlying representation of a document or a computer program, when tools that allow working on a higher level representation also exist. Typically this means editing the source code, or the textual r ...
", of HTML and other website languages. After a successful partnership with the company to distribute it alongside its own competing Dreamweaver software, HomeSite was acquired by
Macromedia Macromedia, Inc. was an American graphics, multimedia, and web development software company headquartered in San Francisco, California, that made products such as Adobe Flash, Flash and Adobe Dreamweaver, Dreamweaver. It was purchased by its riv ...
in 2001, after which elements of the software were integrated into Dreamweaver. Following the acquisition of Macromedia by
Adobe Systems Adobe Inc. ( ), formerly Adobe Systems Incorporated, is an American software, computer software company based in San Jose, California. It offers a wide range of programs from web design tools, photo manipulation and vector creation, through to ...
, the company announced on May 26, 2009, that HomeSite would be discontinued.


History

It was originally developed in
Borland Delphi Delphi is a general-purpose programming language and a software product that uses the Delphi dialect of the Object Pascal programming language and provides an integrated development environment (IDE) for rapid application development of desktop, ...
in 1995 by Nick Bradbury. Bradbury wrote HomeSite after using
HotDog A hot dog is a grilled, steamed, or boiling, boiled sausage served in the slit of a partially sliced Hot dog bun, bun. The term ''hot dog'' can also refer to the sausage itself. The sausage used is a wiener (Vienna sausage) or a frankfurter (F ...
and being frustrated with it. In March 1997
Allaire Corporation Allaire Corporation was a computer software company founded by Jeremy and JJ Allaire in Minnesota, later headquartered in Cambridge, then Newton, Massachusetts. It commenced operations in May 1995, had its initial public offering on NASDAQ (tradi ...
from Cambridge, Massachusetts (founded by brothers Jeremy and J.J. Allaire) acquired HomeSite and Nick Bradbury joined Allaire. After leaving Allaire in 1998, Bradbury went on to work on the CSS/xHTML editor TopStyle and the
RSS RSS ( RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. Subscribing to RSS feeds can allow a user to keep track of many ...
reader FeedDemon. Macromedia acquired Allaire in 2001 and was in turn acquired by Adobe in 2005. At Allaire, a version of HomeSite was created as an IDE for
ColdFusion Adobe ColdFusion is a commercial rapid web-application development computing platform created by J. J. Allaire in 1995. (The programming language used with that platform is also commonly called ColdFusion, though is more accurately known as CF ...
, selling as ''ColdFusion Studio''. This version was later merged into Coldfusion MX under Macromedia, and was then called HomeSite+. Development of HomeSite continued in parallel, though the standalone HomeSite was still sold separately. In the days that HomeSite was under Nick Bradbury, and then part of Allaire, it had an enthusiastic following from its user community. While many software companies at the time had
WYSIWYG In computing, WYSIWYG ( ), an acronym for what you see is what you get, refers to software that allows content to be edited in a form that resembles its appearance when printed or displayed as a finished product, such as a printed document, web ...
(What You See Is What You Get) website creation tools where the user never saw the code, Nick Bradbury created a product that was code centric and popular with those that preferred to work directly in the code, a concept that was dubbed "What You See Is What You Need." Further he built in a variety of ways that users could customize the user interface and extend the functionality. Allaire kept this concept going as its target market of
ColdFusion Adobe ColdFusion is a commercial rapid web-application development computing platform created by J. J. Allaire in 1995. (The programming language used with that platform is also commonly called ColdFusion, though is more accurately known as CF ...
users were code-centric as well. Allaire developers expanded upon Nick's original HomeSite capabilities by adding features like built-in scripting, improved syntax coloring, and VTML for tag insight and tag editors. Macromedia licensed a copy of HomeSite to include in Windows versions of Dreamweaver 1.0 (Mac versions bundled
BBEdit BBEdit is a Proprietary software, proprietary text editor made by Bare Bones Software, originally developed for Macintosh System 6, System Software 6, and currently supporting macOS. History The first version of BBEdit was created as a "bare bon ...
). This OEM deal started the relationship between the companies and eventually led to the acquisition of Allaire by Macromedia in 2001. Although Macromedia improved the hand coding features in Dreamweaver 6.0 (MX) to be more on par with HomeSite, the company continued to produce both products separately, stating that "both products are excellent for their specific purposes." Macromedia was then acquired by Adobe in 2005. In May 2009, Adobe elected to cease development of HomeSite, and no longer supports the product, though they still maintain a forum for active users . Instead, existing HomeSite users are asked to consider switching to the newest version of Dreamweaver.


Versions

* Homesite 1.x (September 1996) *Allaire Homesite 2.0 *Allaire Homesite 2.5a (1997) *Allaire HomeSite 3.0 (November 1997) *Allaire HomeSite 4.0 (November 1998) *Allaire HomeSite 4.5 (1999) *Macromedia HomeSite 5.0 (2001) *Macromedia HomeSite 5.2 (January 2003) *Macromedia HomeSite 5.5 (September 2003) There was also another version called HomeSite+ which was included in
Dreamweaver Adobe Dreamweaver is a proprietary web development tool from Adobe. It was created by Macromedia in 1997 and developed by them until Macromedia was acquired by Adobe Systems in 2005. Adobe Dreamweaver is available for the macOS and Windows opera ...
MX 2004 and greater. HomeSite+ had additional functionality for
ColdFusion Adobe ColdFusion is a commercial rapid web-application development computing platform created by J. J. Allaire in 1995. (The programming language used with that platform is also commonly called ColdFusion, though is more accurately known as CF ...
application development, and was generally comparable to the version of HomeSite formerly called ColdFusion Studio. HomeSite+/CF Studio versions parallel standalone HomeSite versions.


Features

*Customizable interface that includes dockable toolbars with custom buttons, a snippet manager with "tag snippets," and custom dialogs and wizards written in the VTML language. *Extensively script-able to automate tasks or to perform advanced tasks using JavaScript or VBScript *Macro recorder can record a series of actions to create scripts for later playback *Enhanced code snippets save time by creating and saving reusable blocks of code, and can prompt for variable replacement when used. *Customizable syntax color-coding for ASP,
CFML ColdFusion Markup Language, more commonly known as CFML, is a scripting language for web development that runs on the Java virtual machine (JVM), the .NET framework, and Google App Engine. Several commercial and free and open-source software imp ...
, CSS, HTML,
Java Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
,
JavaScript JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. Web browsers have ...
, JSP,
Perl Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym, there are various backronyms in use, including "Practical Extraction and Reporting Language". Perl was developed ...
,
PHP PHP is a general-purpose scripting language geared towards web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by the PHP Group. ...
,
SQL Structured Query Language (SQL) (pronounced ''S-Q-L''; or alternatively as "sequel") is a domain-specific language used to manage data, especially in a relational database management system (RDBMS). It is particularly useful in handling s ...
,
VBScript VBScript (Microsoft Visual Basic Scripting Edition) is a deprecated programming language for scripting on Microsoft Windows using Component Object Model (COM), based on classic Visual Basic and Active Scripting. It was popular with system admi ...
, VTML and
XHTML Extensible HyperText Markup Language (XHTML) is part of the family of XML markup languages which mirrors or extends versions of the widely used HyperText Markup Language (HTML), the language in which Web pages are formulated. While HTML, pr ...
. Syntax-coloring parser syntax and examples are available to help users to extend or write their own. *Search and replace utility * CSS editing via the included TopStyle Lite, or via integration with the full version of TopStyle, if available *Check your code with the built-in Code Validator, or use CSE HTML Validator with UI integration *Customizable code formatting formats your code to standards with Code Sweeper or
HTML Tidy HTML Tidy is a console application for correcting invalid HyperText Markup Language (HTML), detecting potential web accessibility errors, and for improving the layout and indent style of the resulting markup. It is also a cross-platform library ...
. *Integrated help browser shows installed help docs or HTML-format document sets added by the user. Useful for local, searchable copies of standards, tutorials, language references, etc. *Project management and built-in
FTP The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and dat ...
help manage and upload websites *Built-in tools for page link-checking, document weight and spell-checking *Works with source and version control software that supports SCCI, and with other packages via custom toolbars *Assign
keyboard shortcuts In computing, a keyboard shortcut (also hotkey/hot key or key binding) is a software-based assignment of an action to one or more keys on a computer keyboard. Most Operating system, operating systems and Application software, applications come ...
to almost any function, or to your own scripts or code snippets *The integrated browser view and the external browser list let you view your edited document quickly in your choice of browsers. *Available in French and German (older versions only, 5.5 is English-only) *XHTML 1.0 Support *Extensive right-click menu library including the ability to select an entire tag.


See also

*
List of HTML editors The following is a list of HTML editors. Source code editors Source code editors evolved from basic text editors, but include additional tools specifically geared toward handling code. *ActiveState Komodo * Aptana * Arachnophilia *Atom *BBEdit ...
* Nick Bradbury


References


External links


ASP4HS
ASP, PHP, .Net, XML, XSL, SQL development extensions for HomeSite, user community add-on repository
Homesite Custom DialogsMarjolein's Help for HomeSite UsersBradbury SoftwareNick Bradbury's Blog
{{HTML editors HomeSite HTML editors 1996 software Discontinued software Discontinued Adobe software