Archive

Posts Tagged ‘XML’

An Overview of XML – Part 2

December 29th, 2011 No comments

Since XML is a very vast subject, while you study it and that’s the reason why this is one more post is needed to be written of its review. In this post you can find description of remaining features of XML, after we looked at ‘What is XML and how it is structured in previous post (An Overview of XML – Part 1)

While implementing XML you will always feel that it helps a lot of data sharing options. From a web developer’s point of view this is very positive aspect of XML because for the smooth function of a website you always need such type of data sharing among various web applications, which hold data in different structures. Due to XML this sharing can be made easy for the developers. Because every applicaton’s data structure can be mapped upon XML structure all the applications can share data in a common XML format.

An XML file can be read by human but still it’s not an interesting and easy task to do so. Being free of cost is a positive aspect of XML, it can be written with a simple text editor and tools like ‘XML Notepad’ are available fro free of cost. XML is supported by default by the web development application like Dreamweaver and Visual Studio .NET. If one want to parse it then Microsoft also provide a tool named with ‘MSXML’. XML is also usable with almost all of the leading CMS (Content Management Systems), XML documents are mostly used for storing the content which can be further transformed to provide the output on Web. The advantage of XML while transforming such data is that it make makes all changes to content to be contained at a central location and it is cascaded out in all formats required.

An Overview of XML – Part 1

December 7th, 2011 No comments

XML stands for ‘eXtensible Markup Language’, a meta-language which is used to create other languages. In XML data remains marked up with tags, somewhat similar to HTML tags. Interestingly, the recently launched HTML version is called XHTML, which is based on XML and follows the syntax rules set in XML.

XML is mainly intended to be used for the purpose of storing data and information. This data further can be read mostly by machines and on a few occasions by humans also. This data is mostly stored in databases and it can be also stored in normal spreadsheets but one more specialty XML has that it can also store data in loosely structured manner i.e. data stored in letters or manuals.

Despite being very useful XML is found lagging behind the other competitive technologies like HTML. When you see a HTML page through your browser it is a nice thing and this is something XML misses out, one really needs to work very hard to make a XML document exciting. The main feature of XML is to store the data in databases and spreadsheets, so that applications can use it for various processes. There are very few areas, where XML has a supremacy over its competitors like it has its own separate structure of formatting where as HTML documents, word processor documents, spreadsheets have some mess-up because of mix structures with formatting which makes things difficult to handle content and design of a webpage. In XML certain predefined tags used for emphasizing can be placed in <em> tags for some other purpose, because a XML document never define that how the content of the particular tag should be displayed and the formatting part is left to an external stylesheet.

Frequently Used Terms in Web Hosting Industry : Part 2

August 28th, 2009 No comments

Below is the continuation of the previous article: Frequently Used Terms in Web Hosting Industry : Part 1

MS SQL
It is a database management system which is a Microsoft product. MS SQL databases are offered only with Windows Web Hosting packages.

MySQL
MySQL is a database server.It is most commonly used with PHP.MySQL can be availed with Linux Web Hosting packages as well as Windows Hosting packages.

Perl
Perl is preferred and renowned scripting or programming language.It is considered to be one of the most powerful languages used for scripting. It is most commonly used for CGI scripts. With Perl building and testing of programs get simplified.

PHP
PHP is an Open source, server side HTML embedded scripting language that is typically used for creating dynamic web pages. Since it is released under Open source GNU, it is freely downloadable. Web masters prefer to use it on Linux/Unix Servers.

POP3: Post Office Protocol
It is a type of protocol that  is used for receiving E-mails. When using an E-mail client to retrieve email messages, the client communicates with the mail server via POP3.

Primary DNS : Primary Domain Name Server
It is the Primary domain name server for the customer domains. These are the DNS IP numbers often preceeded as ns1.domain.com and ns2.domain.com.

Root Server
Its a machine thats loaded with softwares and data that is required to locate the name servers which contain authoritative data for the top level domains.

SMTP : Simple Mail Transfer Protocol
This is main protocol that is used to send  and receive e-mails over the Internet.

SSL : Secure Socket Layer
It is a protocol designed to enable encrypted and authenticated communications across the World Wide Web.SSL is usually used for secure communication between web browser and the servers. The URL that starts with “https” indicates that the website is secured with SSL.SSL Certificates are installed on the domains of websites that involve online transactions.

TCP/IP
TCP/IP is a protocol that defines the Internet. It indicates how data can be transmitted between hosts. It is most widely used standard of communication. This set of communication protocols to connect to host servers over the Internet.

Telnet
It is a program that is used to login from and Internet site to the other. It is actually a protocol used to access machines placed at remote remote locations. You can connect to any server over the Internet that has telnet server.

TLD : Top Level Domains
It is the suffix of the domain name for example .co., .org , .gov, .net etc. It is the highest level in the hierarchy of doman extensions.

Tomcat
Tomcat is a Java based web server software created to run Java Server Pages (JSP) in the web applications.

Unix
Unix is an operating system that is used on business class computers often known as servers. It is a similar operating system to DOS and MacOS. It is one of the most common operating systems used on servers.

Virtual Server
A virtual server is nothing but a web server that shares its resources with multiple users hosted on a single physical server. In this, users get to experience dedicated server like environment.You are provided with complete admin access of the server.As a matter of fact, a VPS Hosting package is one of the most preferred type of web hosting solution.

Web Server
A web server is nothing but a computer that delivers web pages.It is important that the server is connected to the World Wide Web inorder to deliver webpages upon request.

Web Site Traffic
Website traffic refers to the volume of visitors visiting a website. The tool that measures the traffic is referred as the website traffic reporting tool.

XML : eXtensible Markup Language.
XML is a programming language which allows designers to create their own tags to indicate specific information. W3C (World Wide Web Consortium) is a widely used standard which facilitates the interchange of data across computer applications. It is similar to the language used for Web pages HTML.

Host.co.in

PHPMyAdmin

July 29th, 2009 No comments

As we know that the PHP is the most common and loved web language lamp-logo PHPMyAdminworld wide. PHPMyAdmin is also written in PHP as the name itself suggests. It is an open source tool which is used for administer MySQL over the web. It can perform all the tasks on the database such as creating, modifying or deleting the tables, databases, columns, rows and a single field also. It executes the SQL statements and manages the user permissions.

logo_pma_med PHPMyAdminCurrently this tool is available in 57 language and is maintained by the The PHPMyAdmin. There are more similar products available which include PostgreSQL, PHPMSAdmin also. Although the variety of the tools are available PHPMyAdmin is widely used and appreciated by the people. It has won several awards. It was chosen as the best PHP application in many of the awards.

Take a look at the features:

1. spontaneous Web Interface

2. It supports almost all MySQL features.

Browse and drop the databases, fields, views, indexes.

Create the databases, copy, rename.

Alter the databases, fields, views, tables, indexes

Maintain the server databases and tables

Executing the SQL statements and bookmark it, edit and even batch     queries

Manage the Users and the permissions.

It also manages the stored procedures and the triggers.

It has a support to import the data from SQL and CSV.

3. Support for exporting data to various formats i.e. SQL,CSV,XML, OpenDocument Text and Spreadsheet.

4. It export the data in normal Word, Excel also.

5. Ability to Administer multiple servers.

6. The database layout can be transformed into PDF graphics.

7. Complex Queries are created by the use of Query by Example(QBE)

8. Ability to search globally or a subset of the database.

9. It can transform the stored data into any format using the predefined functions.

10. Taking back ups of the databases.

The features listed above are just the key of them, you can explore more of them by using PHPmyAdmin

An Overview of AJAX Technology.

July 21st, 2009 No comments

Web application are very interesting to build. But most of the web application and too slow and the user gets bored up waiting for the reply from the server. This is the reason why AJAX is here. You just click on the AJAX driven application and you get the result at the moment without the lag time

ajax-logo-300x149 An Overview of AJAX Technology.

Ajax is a shorthand for Asynchronous JavaScript and XML. It is a group of interrelated technologies used on client side. Using this technology the applications can retrieve data from the server asynchronously. It does not disturb the behavior of the existing page. No need to refresh time to time. Due to the use of AJAX the web application are now fully decorated with animations.

What technologies form AJAX?

HTML and CSS which is helpful in styling.

DOM (Document Object Model) with JavaScript for dynamic display and interaction

XML, XSL for manipulation and data interchange

Ajax is not a new technology, instead it is a new way of looking towards web applications, a technology that is stable and mature.

ajax_roundtrip_diagram-275x300 An Overview of AJAX Technology.

Features of Ajax.

Asynchronous content loading:

With the use of this technology you don’t have refresh the webpage now and then. It ensures that applications can exchange data with the server, independent of the loading and reloading of the entire web page. Hence the result is very interactive and interesting which ties the users to the applications.

Increased interactivity:

Using the AJAX toolbox the developers can build RIA( Rich Internet Application). The visitors will just love the type of interactive application they are using. Such application render fast.

Reduced loading time.

Applications developed using this technology needs less time to load since only a part of the site is loaded at a time. This helps to reduce the server traffic as well, bandwidth usage is less and website performs well

One thing which should be remembered is that the Ajax is not supported by every browsers. It requires JavaScript, It means that it will not run in the devices and the browsers that does not support JavaScript

 
 

Need Help ?

-- Client Area
-- Sitemap
-- Help Center
-- Tutorials

Resources

-- Web Hosting Forum
-- Web Hosting Blog
-- Knowledgebase

Partners

-- Affiliate program

Legal Information

-- Terms of Service
-- Service Level Agreement
-- Privacy Policy

Toll Free : 866 662 0909
1.213.255.7012 &
1.302.294.5628