Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
1. Java, XML, C++, programming, engineering and consulting
- www.synergium.net
- Dynamic Web Applications .
- Web Services.
- We are capable of working on a wide range of applications. ... Net, C#, DirectX/DirectShow, JavaScript, MPEG-4, MPEG-7, Video Engineering, DVD, XML, SVG (Scalable Vector Graphics), SMIL (Synchronized Multimedia Integration Language), Content Management, Wireless Applications, WML (Wireless Markup Language), MMS (Multimedia Messaging Services), XSL (Extensible Stylesheet Language) and XSLT (XSL Transformations), Database Integration, Financial Engineering, Web Services, Adobe PDF (Portable Document Format) Document Processing, Highly Interactive and Dynamic Web Applications. ...
- Development of J2EE web application in the financial industry. ... Design of forms with high quality intuitive web based user interfaces using HTML, JSP, EL (Expression Language) and JSTL custom tags. ... Development of PHP web application in the travel industry. ... Web Services J2EE client application development in the publishing industry. ... Conversion of XML information into HTML layout, automatically adapting to changes in Web Services WSDL document. Development of automated content discovery and analysis web application based on Microsoft. ... Development of n-tiered J2EE web application in the health care industry. ... Dynamic form generation based on data in Microsoft SQL Server 2000 database. ... Updating of database and generation of flat files within the Java web application, label printing using JavaScript, development of test cases using JUnit framework. ...
- Rates for most Java/C++ and web related developments are $35. ...
2. Web Applications
- www.cs.duke.edu
- Web Applications .
- A Web application is a dynamic extension of a Web server. There are two types of Web applications: .
- A presentation-oriented Web application generates dynamic Web pages containing various types of markup language (HTML, XML, and so on) in response to requests. ...
- A service-oriented Web application implements the endpoint of a fine-grained Web service. Service-oriented Web applications are often invoked by presentation-oriented applications. ...
- In the Java 2 Platform, Web components provide the dynamic extension capabilities for a Web server. Web components are either Java Servlets or JSP pages. ... Servlets are best suited to service-oriented Web applications and managing the control functions of a presentation-oriented application, such as dispatching requests and handling nontextual data. ...
- Web components are supported by the services of a runtime platform called a Web container. In the Java Web Services Developer Pack (Java WSDP) Web components run in the Tomcat Web container. The Web container provides services such as request dispatching, security, concurrency, and life cycle management. It also gives Web components access to APIs such as naming, transactions, and e-mail. ...
- This chapter describes the organization, configuration, and installation and deployment procedures for Web applications. Chapters 12 and 11 cover how to develop Web components for service-oriented Web applications. Chapters 14 and 15 cover how to develop the Web components for presentation-oriented Web applications. ...
3. Web Applications
- www.inf.fu-berlin.de
- The JavaTM Web Services Tutorial .
- Web Applications .
- A Web application is a dynamic extension of a Web server. There are two types of Web applications: .
- A presentation-oriented Web application generates dynamic Web pages containing various types of markup language (HTML, XML, and so on) in response to requests. ...
- A service-oriented Web application implements the endpoint of a fine-grained Web service. Service-oriented Web applications are often invoked by presentation-oriented applications. ...
- In the Java 2 Platform, Web components provide the dynamic extension capabilities for a Web server. Web components are either Java Servlets or JSP pages. ... Servlets are best suited to service-oriented Web applications and managing the control functions of a presentation-oriented application, such as dispatching requests and handling nontextual data. ...
- Web components are supported by the services of a runtime platform called a Web container. In the Java Web Services Developer Pack (Java WSDP) Web components run in the Tomcat Web container. The Web container provides services such as request dispatching, security, concurrency, and life cycle management. It also gives Web components access to APIs such as naming, transactions, and e-mail. ...
- This chapter describes the organization, configuration, and installation and deployment procedures for Web applications. Chapters 10 and 9 cover how to develop Web components for service-oriented Web applications. Chapters 12 and 13 cover how to develop the Web components for presentation-oriented Web applications. ...
4. Dynamic Web Applications -
- www.3b2.com
- Dynamic Web Applications - .
- The Web has already influenced the future of publishing more than any other technology or concept, it will undoubtedly continue to do so, this presentation shows an active dynamic web publishing application and outlines how it was built and the technologies used.
5. Carrie Sucharski -- MM320 Dynamic Web Applications
- www.vintagestars.com
- Course: MM320 Dynamic Web Applications Instructor: Aarron Walter Student: Carrie Sucharski Email: halo@vintagestars. com Date: January 25, 2004 Web Hosting Company: Infinology Server Operating System: FreeBSD 4. ...
Other
pages with similar relevance:
6. Xot :: Services :: Web Applications
- www.planetxot.com
- Post-production · Web Applications .
- Web Applications .
- Xot has watched the world wide web grow from a small handful of academic papers to the most dynamic marketing tool every devised. ... Xot has the tools and savviness to provide your prospective clients and customers the best possible web experience.
- The electronic brochure is only the beginning of the possibilities for your home on the web. The real power of the Internet is not connecting computers together, it's connecting people together, and with our dynamic interactive technology you'll make contact like never before. ... Xot's custom designed web tools can make your web site dynamic and easily administered through any web browser, anywhere in the world.
- Have a look at our portfolio and find out what the web can be.
7. HCIRN > Designing Web Applications
- www.hcirn.com
- Designing User Interfaces | Designing Web Applications | Designing Documents.
- Home > Tutorials > Designing Web Applications.
- Designing Web Applications.
- As much as I would like to, I am not sure I will ever get around to developing a full tutorial on designing web applications. ...
- What are Web Applications?.
- What are web applications and what distinguishes them from regular websites? There is no commonly accepted definition of web applications. Like regular websites, web applications are based on standard web technology: (D)HTML pages accessed through a web browser using HTTP (Hypertext Transfer Protocol). Java applets and Flash, even though embedded in web pages, use different technologies with different capabilities and limitations and are not web applications.
- An interesting question is whether client-side dynamic behavior, usually implemented using DHTML (a combination of HTML, JavaScript, and CSS), such as client-side form validation or a calculator, already constitutes a web application. Although there is a certain overlap with web application design issues, they still fall within the realm of regular static web page design.
- For something to be considered a web application it has to include a server-side response dependent on user input. A simple feedback form that results in a static 'Thank you' page is not a web application. However, a form with required fields which might result in an error message from the server, is at least a rudimentary web application. Other examples of rudimentary web applications are search facilities, such as site search, flight status check, or online directories.
- This is probably the broadest possible definition of web applications. In contrast, Bob Baxley (see below) emphasizes the task-oriented aspects of web applications. "The fundamental purpose of all web applications is to facilitate the completion of one or more tasks. " According to him, web applications are characterized by two properties, they "establish a unique session and relationship with each and every visitor," and they "allow users to create, manipulate, and permanently store data. ...
8. J313: Developing Dynamic Web Applications using JSP
- www.mentortech.com.sg
- J313: Developing Dynamic Web Applications using JSP - 4 days.
- This module details the process of building interactive web pages with Java ServerPages technology (JSP), a technology which allows participants to separate the presentation of a web page from its business logic. ...
- Introducing Java Servlets: Understanding the web programming model, Identifying problems with CGI/FastCGI, Servlet Contents, Configuring the servlet engine.
- HTML Forms and Web Sessions: Processing HTML forms, Managing state on the web, HTTP session tracking, Using cookies and servlets.
- Building Java Web Applications: Servlet session tracking API, The web application, Interfaces and stereotypes, Error handling & logging, Miscellany.
- Advanced JSP: JSP architecture models, E Store web application.
- JSP Miscellany: Creating custom tags with taglib, Advanced form handling, Advanced web application techniques.
- Servlets and JSP: Model, view, controller patterns, Architecting Servlet and JSP based web applications, Web command patterns, Form-based web application authentication, Securing web applications, Internalization. ...
- XML at the Web Tier: Processing XML documents, Transforming XML documents, Delivering content to multiple clients.
- J2EE Web Components: Understanding components at the web tier, Integration with EJB, Servlets and transactions.
9. Dynamic Applications
- www.thebridgeproductions.com
- Dynamic Applications.
- The web has been primarily a marked up, stateless medium. When someone downloads a web page for viewing there is no continuous connection between the visitor and the web site. ...
- Dynamic web sites provide much more potential by using integrated databases, server-side scripting and components, cookies, and other techniques to establish a closer and more powerful relationship between the visitor and the web site. Companies use data driven web sites to establish dependable and secure commerce applications and to provide visitors with an experience which is unique and personal.
- We design web sites and applications which use SQL databases, client and server side script, and components to create powerful, interactive, data driven web applications.
- dynamic-apps. ...
10. Web Applications / Pick Style
- www2.akl.obm.co.nz
- HTM} mv/WEB.
- Web Applications Pick Style.
- Modular Software is pleased to announce a new set of features in the PicLan-IP Coyote Web Server that dramatically simplify the task of building multi-page web applications. This new multi-page application toolkit allows you to build multi-page web application as a seamless combination of mv/BASIC and HTML forms. Issues such as application persistence and passing data to and from HTML forms are handled automatically and seamlessly allowing you to concentrate on application design instead of interacting with the web batch environment. ...
- With the mv/WEB framework, you can build web applications using the same programming style that is used to build terminal based applications. ... With mv/WEB you can build web application from simple query functions to full-scale business automation applications with heavy data entry requirements. ...
- Web application can be written "top-down" with any reasonable number of display/input HTML "pages" .
- With subroutine modules, you can build applications with a virtually unlimited numbers of HTML "pages" .
- Web application execution location and variable states are automatically and transparently maintained across HTTP page executions. ...
- Web application execution is protected so that users cannot "go back" or bookmark illegal execution locations. ...
- Data entry functions using HTML forms are processed directly to and from mv/BASIC variables and dynamic array references. ...
- Support for web "subroutines" allows you to build reusable modules. ...
- The mv/WEB framework is not an application generator. You are not required to build applications using a limited toolkit. Instead, you can build real-world, complex applications using mv/BASIC source code and HTML web pages. ... Web pages can include the entire array of HTML page layout and data entry constructs. Writing mv/WEB applications can actually be easier than writing terminal applications. ...
11. SCEbbrell Solutions - Dynamic WEB Applications
- www.scebbrell.com
- The SCEbbrell Solutions Group is a UK based web development company that successfully combines the talents of skilled professionals and state-of-the-art technology to provide world-class dynamic web integrated database solutions.
- 0, Delphi, PHP, MySQL or Interbase Dynamic Web Applications.
- Take control with your own Windows Broadband Web Server, check out our on-line Demo's.
- Our no experience setup application allows anyone to have their own in-house web server online within minutes!.
12. dynamic web dynamic php programming software web
- www.programming-x.com
- dynamic web.
- NET Remoting and Channels, Reflection and Dynamic Method Invocation, Asynchronous Message Queuing using the. NET and COM+ Services, how to make HTTP GET and POST requests on Web Page using ASP+, C# &. ...
- A dynamic content generation tool that can extract data and other information from any site on the web. ...
- Exhibition of CGI scripts, Javascript, and PHP for dynamic content and control of your web site and databases. ...
- Dynamic HTML Resource.
- Offers Dynamic HTML resource for web developers in web site design using the latest cross browser Dynamic HTML techniques, tutorials, forums, and free cross browser DHTML templates.
- Dynamic Magic.
- DHTML, Javascript and CSS scripts ready for your web page.
- Produces dynamic charts to be used within web applications and web pages including bar, line, stacked bar, stacked line and pie charts in 2D and 3D and has a wide range of parameters to generate highly individual charts. ...
- Dynamic Excel reporting in their Java web applications. ...
- Programming Dynamic HTML in Java.
- html package of the Windows Foundation Classes for Java (WFC) framework lets you access the power of Dynamic HTML (DHTML) on a Web page directly from a Java class. ... 0 can allow you to create seamless DHTML Web pages. ...
- SD Times: Sun Dreams of Jini for Web Services.
- Claims dynamic network architecture not just for devices, suitable for discovery, delivery.
13. SMLserver home page
- www.smlserver.org
- SMLserver is a Web server plugin for AOLserver, an Open Source multi-threaded Web server provided by America Online and used for large scale, dynamic Web sites. ...
- Standard ML '97 With SMLserver, you can write dynamic Web applications using your favorite programming language, without sacrificing efficiency and scalability of your Web service. ...
- Web Server API SMLserver provides an SML interface to the AOLserver API, thereby giving the SML programmer access to the following AOLserver features: .
- Extracting data from foreign Web sites .
- Documentation A tutorial on writing dynamic Web applications using SMLserver is available from the documentation page. ...
- ML Server Pages SMLserver supports the execution of dynamic Web pages written using ML Server Pages (MSP). ...
- Quotations Built-in support for quotations in the ML Kit makes for an elegant way of embedding HTML and SQL in your Standard ML Web applications. ...
- If you make use of SMLserver, we provide a few logos, which you can include on your Web pages, if you like (Using the logos is not a requirement, of course. ...
- Read the tutorial ``SMLserver - a Functional Approach to Web Publishing''.
- Martin Elsman gave a talk March 14, 2002 at the IT University of Copenhagen on ``Web Programming with SMLserver''. ...
- Dynamic recipe.
- The above examples are all part of the distribution; most of the examples are described in the book ``SMLserver - a Functional Approach to Web Publishing'' .
14. Dynamic Web Applications - Discoveryweb
- www.discoveryweb.com
- What is a dynamic web page?.
- Simply put, a dynamic web page is one that changes depending on what is happening. ...
- That is a simple explanation, as much more can be done! We have successfully provided to our clients dynamic WEB applications. ... applications which enhance their site, provide ways to easily update information, and encourage visitors to keep coming back, again and again.
15. Building XML-Based Web Applications
- www.zveno.com
- Building XML-Based Web Applications.
- List the uses and benefits of XML in a Web site. ...
- Use Extensible Stylesheet Language (XSL) to display XML data in a Web browser. ...
- Display dynamic XML data in a Web browser by using data binding and the Document Object Model (DOM). ...
- Intended Audience This course is intended for Web developers who have created dynamic Web applications that access data in a database on a server. It is also intended for Microsoft Visual Basic, Microsoft Office, and Microsoft SQL Server developers who have created client-server applications that access data in a database. ...
- Programming using Visual Basic, Microsoft Visual Basic for Applications, or Microsoft Visual Basic, Scripting Edition (VBScript): creating procedures, using loops, using variables, and using Component Object Model (COM) objects. ...
16. Serving Up Dynamic Web Pages with Cold Fusion: UCLA Biomedical Library E-Journals
- nnlm.gov
- Serving Up Dynamic Web Pages with Cold Fusion: UCLA Biomedical Library E-Journals.
- Serving Up Dynamic Web Pages with Cold Fusion: UCLA Biomedical Library E-Journals.
- Unannounced changes in subscriptions, URL redirections, and publisher web site crashes can result in broken links to journals which may go unnoticed by staff until a client complains that a previously available journal is lost in cyberspace. ... Instead all e-journals were simply listed on various static web pages which clients had to examine one by one in order to find the title they wanted. ...
- We also wanted to provide search capabilities on our web page, since the original list of electronic journals had grown to almost 4,000 titles. ... We began to explore different technologies and applications that would allow us to build and easily maintain a database of electronic records. ...
- Cold Fusion is software that in conjunction with your existing web server processes web pages containing Cold Fusion Markup Language (CFML). ...
- Because it is a tag-based language, Cold Fusion is appealing for those already familiar with HTML who want to build dynamic pages. ...
- Prior to the availability of applications like Cold Fusion, one had to be a programmer to access database objects from a web page. ... Response to our system has been positive--our webmasters like the ease with which content can be changed; collection development likes the hit counter; and our clients appreciate having search features incorporated into web pages. ... Starting with a simple system with proven stability gives you confidence to build more elaborate and ultimately more useful web pages. ...
- Here's a brief outline of how you can begin serving dynamic web content: .
- Installation of Cold Fusion on Web Server .
- In order to run Cold Fusion, the application server must be installed on your web server. ...
- Cold Fusion 4 Web Application Construction Kit. ...
- There are also a number of helpful web sites--links to tutorials and tips are found below. ...
17. J222: Developing Dynamic Web Applications Using Active Server Pages
- www.mentortech.com.sg
- J222: Developing Dynamic Web Applications Using Active Server Pages - 4 Days .
- Web designers and programmers, software engineers, systems analysts, applications programmers, computer science students, and anyone who is interested in using Active Server pages (ASP) to implement e-commerce. Participants who are interested in HTML form parsing, and who wish to understand how web servers work, and learn how to extend their functionality with CGI and ISAPI. ...
- Knowledge of the web and browsers, and basic programming experience with scripting languages such as VBScript or JavaScript will be required.
- 1 and Personal Web Server 4. 0, is designed to create dynamically generated HTML pages for web sites on the internet and intranet. ...
- At the end of this module, participants will be familiar with what ASP is, how to use it to write dynamic HTML pages, and how to take advantage of Active Server components for more effective ASP programming. Participants are exposed to the use of ActiveX Data Objects (ADO) technology to access web databases, real-world applications of advanced ASP techniques and projects involving database transactions, shopping cart applications, and content management services.
- Web Solutions and ASP: ActiveX and COM, BackOffice 98, NT4 Option Pack: IIS 4. 0, Personal Web Server 4. ... IIS4 Contents, Administration, Web Applications, Personal Web Server 4. 0, Administering Personal Web Server. ...
- The ASP Request Object: Communicating with a Web site. ...
- Designing ASP Database Applications: Database design; SQL Concepts: Adding, Updating, and Deleting Data; Tables and Orders; Handling Dynamic Order Forms; Generating Dynamic HTML Forms with ASP. ... IIS Applications.
- Case Studies: Actual Web Sites That Using ASP. Design of a Complete Web Site by Using ASP. ... Pitfalls of IIS Applications and ASP.
18. DexterCreations.com - Dynamic Web Applications in ColdFusion
- dextercreations.com
- Dynamic Web Applications .
- Dynamic Web Applications use information from a database to generate the content of the web page dynamically. This allows you to put many different computer applications on the web.
- JobSearch is an example of a dynamic web application. ...
- The Practitioner Database is another example of a dynamic application. ...
- com we develop web applications in ColdFusion which allows us to develop in weeks or sometimes even days what could take months with other approaches. The JobSearch and Practitioner Database applications were both developed in ColdFusion. ...
- These examples are only two of the many possible uses of an online database to create a dynamic web application. Please contact Margaret Dexter to discuss your web application.
- Web Sites .
- Applications .
- Send mail to webmaster with questions or comments about this web site.
19. Dynamic Model Extraction and Statistical Analysis of Web Applications
- csdl.computer.org
- Fourth International Workshop on Web Site Evolution (WSE'02) October 02 - 02, 2002 Montréal, Canada .
- 43 Dynamic Model Extraction and Statistical Analysis of Web Applications .
- The World Wide Web, initially intended as a way to publish static hypertexts on the Internet, is moving toward complex applications. Static Web sites are being gradually replaced by dynamic sites, where information is stored in databases and non trivial computation is performed.
- Reverse engineering of a model from an existing Web application is useful for its understanding and evolution. However, a static analysis of its source code may be extremely difficult (and, in general, infeasible) because of the presence of dynamic generation of the HTML code that is part of the application under analysis. ...
- In this paper, a dynamic analysis technique is proposed for the extraction of a Web application model through its execution. ... Availability of statistical data about the accesses to the pages produced by the Web application is exploited for statistical testing and for the analysis of the navigation habits of the users. ...
- The full text of wse is available to members of the IEEE Computer Society who have an online subscription and an web account. ...
20. LLT Journal: Dynamic Web Page Creation
- llt.msu.edu
- Dymamic Web Page Creation .
- Dynamic HTML and Style Sheets .
- While remaining a powerful repository of information, the Web is being transformed into a medium for creating truly interactive learning environments, leading toward a convergence of Internet connectivity with the functionality of traditional multimedia authoring tools like HyperCard, Toolbook, and Authorware. Certainly it is not fully interactive yet, but that is undeniably the trend as manifested in the latest (version 4) Web browsers. "Dynamic HTML," incorporated into the new browsers, joins plug-ins, Web forms, Java applets, and JavaScript as options for Web interactivity. ...
- While Web pages are beginning to behave more like interactive applications, traditional authoring tools are themselves becoming Internet-savvy, primarily through the use of "plug-in" versions of players which integrate with Web browsers. The most commonly used plug-in today is Macromedia's "Shockwave," used to Web-enable such applications as Director, Authorware, and Flash. "Shocked" Web pages can be very interactive and provide a visually appealing means of interacting with users (as in some sample ESL exercises from Jim Duber). ...
- Plug-ins are not themselves tools for creating Web interactivity. They simply provide a means to put on the Web applications created by traditional authoring systems. The extent to which plugged-in programs are integrated into Web pages or are Internet-aware (so that they can exchange information with a Web server, for example) varies considerably. ...
- The big name in terms of Web interactivity is Java, a programming language about which there has been a huge media buzz for the past two years or so. Using Java makes it possible to create small applications (applets) which, like most plug-ins, are seamlessly integrated into a Web page. In fact, Java can be used to create stand-alone applications as well. ... Java is being widely used in disciplines such as physics and statistics to create real-time simulations on the Web. ...
- The power of Java comes at the cost of having to learn a full-fledged programming language, not something to be recommended for the casual Web author. ... Such applets can be used to spice up a Web page, but they don't really tap into the enormous potential of Java for creating a dynamic learning environment. ... Java has great potential for creating sophisticated, network-aware applications, especially real-time collaborative environments and interactive graphic applications. ...
21. Publikation The WebConsultant - a Flexible Framework for Dynamic Web Applications
- www.forwiss.uni-erlangen.de
- FORWISS : Forschungsgruppe Wissenserwerb : Publikationen : The WebConsultant - a Flexible Framework for Dynamic Web Applications .
- The WebConsultant - a Flexible Framework for Dynamic Web Applications .
- in: EC-Web 2000 - Proceedings of the First International Conference on Electronic Commerce and Web Technologies, Session "Web Application Design".
- Konferenz: EC-Web 2000, London.
22. Dynamic Content Applications Overview
- www.comp-soft.com
- Dynamic Content Applications.
- Dynamic Content Applications areWeb Pages coupled with a Relational Database that allows you to enter and manage information on your own web site. The information you enter is displayed on your web site as soon as the data is saved. This allows you to changes the information on your web site without fees or limits, and you don't have to wait for us to make the change for you.
- Dynamic Content Applications are not sold, but leased to you as an addition to your base web site. ... You can choose to add any other DCAs to your web site. ...
23. Understanding Web Applications
- www.hpwebtech.com
- We Build, Upgrade and Maintain Your Web Sites.
- --> How a web application works.
- A web application is a collection of regular and dynamic web pages. A regular web page is one that does not change when a user requests it: the web server sends the page to the requesting web browser without modifying it. In contrast, a dynamic web page is modified by the server before it is sent to the requesting browser. The changing nature of the page is why it’s called dynamic.
- This image shows how the web server handles a request for a dynamic page.
- This image shows how the web server interacts with a database when a dynamic page is requested.
- How HP WEB TECHNOLOGY make your Web site dynamic .
- Understanding Web Applications .
- How a web application works .
- Our web development hourly rate .
- © 2004 HP WEB TECHNOLOGY, LLC. ...
24. Mercurial Media - Dynamic Web Development
- www.mercurialmedia.com
- Web Applications | Dynamic Content | E-commerce .
- Mercurial Media provides innovative solutions for creating and maintaining your business presence on the Web. Specializing in dynamic Web content, we will enable you to gain a competitive edge by putting the Internet to work for you. ...
- Web Applications .
- Web Applications may look like any other page on the Web, but they allow you to interact with your audience on a new level. Web applications put the Internet to work for you by providing services such as applying for a membership, generating a custom quote, or searching a customer support database. Mercurial Media can help you take your business into the future by Web-enabling your business processes to cut costs, improve services, and increase sales. ...
- If you are considering a new business application, consider building it using Web technology instead of traditional client-server technology. ...
25. Whitebeam - Complete Web Application Server integrating XML, XPath, Security and Database.
- www.whitebeam.org
- is an Open Source "Web Application Server" aimed to reduce the development cost of sophisticated web applications. Applications are written as a set of XML pages that contain embedded JavaScript. These pages look very similar to traditional client-side web pages and the skills required are very similar. The resulting environment allows competent client side web designers that have a good understanding of HTML and JavaScript to migrate their skills into server-side development.
- Whitebeam provides an extensible XML based interface to back end objects on any platform, the client model securely segregates thousands of customer applications within a single server. ...
- Please follow the About and Application Guide links to find out more about how Whitebeam will allow you to more rapidly develop dynamic www content.
Other related topics:
Do you have a great site about Dynamic Web Applications? Is
your Dynamic Web Applications site listed here?
Would you like a prefered placement of your site in this directory?
It's easy! First place, the HTML from the box below on your page that
you would like listed in this directory.
Then use our link submission request with
your name, your contact information, and the URL of your site that has
a link to this directory. After we
verify your link to us, we'll make sure your site stays in our directory,
and we'll give it prefered placement here also.
Here is how to make a simple text link to us. Just copy the code in this
box to your website:
We can also develop a custom Guide To The Internet for your site. Please
request your own
custom Guide To The Internet.
This custom Guide To The Internet produced by
Siql, and is licensed for the exclusive use of Synergium.net. To get your site listed here, please contact Synergium.net.
Copyright 1995-2004 by Siql. All
Rights Reserved.