ECool Solutions Login To Webmail Login To Member Area Site Map Contact Us About ECool

Web Porject features

Web Site Features | Programming Features | Database Features | Package Features | Guarantee | Support

Web Site Features

Web Pages:

The total unique web pages which need deign or coding individually.

Professional style templates:

For free templates, ECool will provide 3 candidate versions (typically) for selection. For commerical templates, biscially, which can be any one from our online templates liberary.

Dynamic Contents :

Using client-side scripting to change interface behaviors within a specific web page, in response to mouse or keyboard actions or at specified timing events. In this case the dynamic behavior occurs within the presentation.

And using server-side scripting to change the supplied page source between pages, adjusting the sequence or reload of the web pages or web content supplied to the browser. Server responses may be determined by such conditions as data in a posted HTML form, parameters in the URL, the type of browser being used, the passage of time, or a database or server state.

Static Contents :

A static Web page is a Web page that always comprises the same information in response to all download requests from all users. When a URI representing a static page is received by a Web server, the server always responds to that request with the same set of HTML (or XHTML) and associated Web content, regardless of the user's identity or the retrieval context.

Web content is a party of web page without using program coding so that the content only can be changed by edit the page directly. But the page loading is faster than dynamic one.

Online Form :

A webform on a web page allows a user to enter data that is, typically, sent to a server for processing and to mimic the usage of paper forms. Forms can be used to submit data to save on a server (e.g., ordering a product) or can be used to retrieve data (e.g., searching on a search engine).

Browsers Testing :

This refers to the ability test for a website, web application, HTML construct or client-side script to support multiple web browsers such as 'Internet Explorer', 'Firefox', 'Netscape Navigator', 'Opera', 'Safari' etc,

The web page coding has to be tuned up and even hacked to meet the different or special requirements. For ECool, we will promise all our web projects weill be working well under latest version of current mainstream browsers.

Search Engine Submission :

In order to add an entirely new web site to major search engines like Google, Yahoo, and MSN and without waiting long time for a search engine to discover them, the whole site will be submited to these search engines directly by some means.

Navigation Bar/Manual :

It is a subregion of a web page that contains hypertext links in order to navigate between the pages of a website.

Since it usually appears on all or at least on several pages of a website it is one of the key design-elements of websites -- as well in terms of usability as for the visual attraction.

Flash Featured Title Bar :

The title bar is designed in flash animation technologe to do displaying or introduction and it can feature the web site style and content at the same time..

Logo:

A logotype, commonly known as a logo, is the graphic element of a trademark or brand, which is set in a special typeface/font, or arranged in a particular, but legible, way. The shape, color, typeface, etc. should be distinctly different from others in a similar market.

Site Map :

It is a graphical representation of the architecture of a web site. It can be either a document in any form used as a planning tool for web design, or a web page that lists the pages on a web site, typically organized in hierarchical fashion. This helps visitors and search engine bots find pages on the site.

EMail Gateway :

It is an online module to provide sending email function from a web page directly, which can be configured to send a particular email address or to any addresses by different need.

Search Engine Optimization :

SEO is marketing by understanding how search algorithms work and what human visitors might search for, to help match those visitors with sites offering what they are interested in finding. Some SEO efforts may involve optimizing a site's coding, presentation, and structure, without making very noticeable changes to human visitors, such as incorporating a clear hierarchical structure to a site, and avoiding or fixing problems that might keep search engine indexing programs from fully spidering a site. Other, more noticeable efforts, involve including unique content on pages that can be easily indexed and extracted from those pages by search engines while also appealing to human visitors.

Design Method :

From the context of ECool web project service, this means either design web pages by templates or fully customized idea from customers.

Programming Features

ASP:

Active Server Pages (ASP) is Microsoft's Server-side script engine for dynamically-generated web pages. It is marketed as an add-on to Internet Information Services (IIS). Programming ASP websites is made easier by various built-in objects. Each object corresponds to a group of frequently-used functionality useful for creating dynamic web pages. In ASP 2.0 there are six such built-in objects: Application, ASPError, Request, Response, Server, and Session. Session, for example, is a cookie-based session object that maintains variables from page to page. Application Center Test is also available for load testing.

Most ASP pages are written in VBScript as server side programming language,

ASP.NET:

ASP.NET is a set of web application development technologies marketed by Microsoft. Programmers can use it to build dynamic web sites, web applications and XML web services. It is part of Microsoft's .NET platform and is the successor to Microsoft's Active Server Pages (ASP) technology.

ASP.NET is built on the Common Language Runtime, meaning programmers can write ASP.NET code using any Microsoft .NET language.

PHP:

PHP (PHP:Hypertext Preprocessor) is a reflective programming language originally designed for producing dynamic web pages. PHP is used mainly in server-side scripting.

The main implementation is produced by "The PHP Group" and released under the PHP License. It is considered to be free software by the Free Software Foundation. This implementation serves to define a de facto standard for PHP, as there is no formal specification.

JSP:

JavaServer Pages (JSP) is a Java technology released by Sun that allows software developers to dynamically generate HTML, XML or other types of documents in response to a Web client request. The technology allows Java code and certain pre-defined actions to be embedded into static content.

The JSP syntax adds additional XML-like tags, called JSP actions, to be used to invoke built-in functionality. Additionally, the technology allows for the creation of JSP tag libraries that act as extensions to the standard HTML or XML tags. Tag libraries provide a platform independent way of extending the capabilities of a Web server.

JSPs are compiled into Java Servlets by a JSP compiler. A JSP compiler may generate a servlet in Java code that is then compiled by the Java compiler, or it may generate byte code for the servlet directly.

ColdFusion :

ColdFusion is a Macromedia software application that creates dynamic database driven HTML pages. Once a template is defined, ColdFusion fills that template with content. ColdFusion extension most often end with .cfm.

It is adatabase engine that allows one to turn a web site into living pages by means of interfacing HTML and JavaScript code with databases. It is given a set of instructions to interchange data with a database and automatically construct an HTML page that can be interpreted by a web browser.

CGI(C, PERL, PYTHON) :

The Common Gateway Interface (CGI) is a standard protocol for interfacing external application software written by C, PERL or PYTHON, with an information server, commonly a web server. This allows the server to pass requests from a client web browser to the external application. The web server can then return the output from the application to the web browser.

HTML:

HTML, short for HyperText Markup Language, is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of labels (known as tags), surrounded by less-than (<) and greater-than signs (>). HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code which can affect the behavior of web browsers and other HTML processors.

DHTML:

Dynamic HTML or DHTML is a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (Cascading Style Sheets, CSS), and a Document Object Model.

A DHTML webpage is any webpage in which client-side scripting changes variables of the presentation definition language, which in turn affects the look and function of otherwise "static" HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load.

XML:

Extensible Markup Language; defined by the World Wide Web Consortium (W3C), which is widely used system for defining data formats. XML provides a very rich system to define complex documents and data structures such as invoices, molecular data, news feeds, glossaries, inventory descriptions, real estate properties, etc. As long as a programmer has the XML definition for a collection of data then they can create a program to reliably process any data formatted according to those rules.

CSS:

Cascading Style Sheets are a big breakthrough in Web design because they allow developers to control the style and layout of multiple Web pages all at once. With CSS, when you want to make a change, you simply change the style, and that element is updated automatically wherever it appears within the site. Data Center - This is where all the servers are located. Technicians are in the same building for administration and technical support.

SERVER SIDE INCLUDE(SSI) :

Commands that can be embedded in web pages which are then processed by the web server the page is requested. The most common usage of SSI is the inclusion of common menus, headers and footer elements for a page. Using SSI, when the page containing the common element is updated, then all the pages containing the SSI command that calls for that element will display the updated version.

Database Features

MS SQL Server:

Microsoft SQL Server is a relational database management system produced by Microsoft. It supports a superset of Structured Query Language SQL, the most common database language. It is commonly used by businesses for medium to large sized databases, and in the past 5 years large enterprise databases and competes with other relational database products for this market segment.

The latest release SQL Server 2005 supports the ability to deliver client connectivity via the Web Services SOAP] protocol. This allows non-Windows Clients to communicate cross platform with SQL Server. Microsoft has also released a certified JDBC driver to let Java Applications like BEA and IBM WebSphere communicate with Microsoft SQL Server 2000 and 2005.

Microsoft SQL Server 2005 also features automated database mirroring, failover clustering, and database snapshots.

ECool is providing MS SQL Server Database on both Vesion 2000 and 2005.

MYSQL Server:

MySQL is a multithreaded, multi-user SQL database management system which has, according to MySQL AB, more than 10 million installations.
MySQL is popular for web applications and acts as the database component of the LAMP, MAMP, and WAMP platforms (Linux/Mac/Windows-Apache-MySQL-PHP/Perl/Python). Its popularity as a web application is closely tied to the popularity of PHP, which is often combined with MySQL. PHP and MySQL are essential components for running the popular website like Yahoo and Wikipedia.

MS ACCESS :

Microsoft Access, is a SQL relational database system from Microsoft which combines the relational Microsoft Jet Database Engine with a graphical user interface.
Access is used for basic web based applications hosted on Microsoft's Internet Information Services and utilizing Microsoft Active Server Pages ASP. More complex web applications may require tools like PHP/MySQL or ASP/Microsoft SQL Server.

ECool Supports all versions ACCESS Database.

Oracle:

Oracle is the major commercial relational database management system (RDBMS) product. Historically, Oracle has targeted high-end workstations and minicomputers as the server platforms to run its database systems. Its relational database was the first to support the SQL language, which has since become the industry standard. it supports all mainstream operating systems expecially for UNIX/LINUX platforms.

ECool Supports Oracle vesions above Oracle 9i.

Package Features

Free Domain Name :

All ECool Hosting Packages (for whole service period) and Web Project Packages are bundled free domain name (numbers, time and types depend on packages).

Image Gallery :

Ready to run module for images/photos browsing, shipped with web packages.

Visite Counter :

Ready to run modle for visistor counting, shipped with web packages.

Forum/BBS:

Ready to run web application which provides rich and powerful function, including all major features, shipped with web packages.

Online Chat :

Ready to run web application which provides chat service, shipped with web packages

Online Survey :

Ready to run web application which provides survey/poll services online, shipped with web packages .

Guarantee

30-Day Money Back Guarantee

100% satisfaction guaranteed! Try ECool for 30 days, risk-free! If you aren’t happy for any reason, we’ll give you a full refund.
No discussions, no questions asked. Please note: domain registration fees and shipping charges are non-refundable.

Support

24/7 Phone & E-mail Support

ECool offers free, unlimited support by phone and e-mail, 24 hours a day, 7 days a week. The technical support number and contact form are located in your ECool Control Panel. Just log in and visit the 'Help & Contact' section.

For questions regarding sales or product information, Just contact us.

Knowledge Base

Get help instantly with ECool’s konwledge base. Get great tips, and learn how to fine tune your website, enhance your e-mail features, and much more.

Billing Cycle

The packages have a stages billing.
-

HOME | HOSTING | WEB DESIGN | SERVICES | SUPPORT | AFFILIATE | DOMAINS

Copyright © 2005-2024 ECool Solutions. All Rights Reserved.