Filed under: — admin @ 12:33 pm
In order to make your website look impressive and more readable to your website visitors use the correct and right type of fonts. Fonts that is easy to read and easily recognizable are more attractive to the user.
Fonts have two types such as sans type fonts and serif type fonts. Difference between both fonts is that sans fonts do not have serifs such as Times New Roman is a serif and Arial is sans type font.
Fonts have various degrees of readability and characterization such as Arial that is easily available and most common type of sans serif font. It is also the default windows font and it is quite readable on the monitor. Good for narrow spacing this font has modern look but it is quite plain to many users. Character spacing is also too small, which makes it too boring to read on screen for the reader. MAC user can use an equivalent to Arial font called Helvetica.
For the outlook and appearance of website, foonts should be used with much care. Font should not be too small or narrow that it becomes difficult for the user to read on screen and neither too large that it encompasses the whole screen. In brief, the font of the website should have easy to read and catchy characterization.
Filed under: — admin @ 12:34 pm
Customizable scroll bars on various browsers is very much possible and viewable. You can add a customized scroll bar at your website without the complaint of any browser not supporting the bars if you read about the FleXcroll Standards Compliant ScrollBar. The author of FleXcroll describes about supporting features of a keyboard scroll bar and mouse-wheel supported scroll bar along with text selection.
Hesido, the author, has tried but it is not much impressive though. The best solution to this problem is to design an unobtrusive method to write Hyper Text MarkUP Language. The FleXcrol should be able to handle most of the load of the user and content should be accessible with no javascript support or when it is, off.
Many browsers such as Opera version 8.5 and version 9, Firefox version 1.5 and version 2.0 for Linux, MAC and PC, Webkit, Internet explorer version 5, 5.5, 6, and version 7 have been tested to know if the FleXcroll works for them or not. Only Internet Explorer for MAC seems to not supporting the FleXcrol.
You can download the scroll bar from many links present on internet to use for non-commercial website pages or home user. Commercial users have to pay the usage fee. In order to find more details visit the homepage of author.
Filed under: — admin @ 12:35 pm
HTML validator is used for checking syntax and after testing various HTML validators CSE HTML Validator seems to be the best. W3C Validator has many issues such as syntax error and missing. While testing with recent versions the conclusion is that W3C Validator creates an Interoperable page with many problems and this validator seems to have too many issues.
W3C Validators claim to be base upon SGML parsers. SGML parsers can check a limited number of problems and they adhere to strictly to the specifications and ignore many things supported by other browsers. They consider these things as illegal or bad attributes. On the other hand CSE HTML Validator has no such restrictions for any specifications. CSE HTML Validator understands the issues of real world and are capable of finding more problems than other validators. They can easily check syntax and also can adhere to the standards with its “standards compliant check”. CSE HTML Validator Std/Pro v8.0 include a DTD validator as well.
In the comparison between different HTML validators CSE HTML Validators are better because they check not only syntax but CSS, spelling and links as well. Many website owners who are concerned with search engine rankings can use this validator to generate messages for increasing their ranks.
Filed under: — admin @ 12:37 pm
HTML vs. XHTML is a hot debate and many beginners ask about the difference between both hypertext markup languages. For the expert users the answer is very simple to understand and but the novice users might remain confused. You may find many novice users in the learning phase to ask such questions as various blogs, forums etc. They still have to build their own concepts and gain experience.
For a novice user or learner of HTML or XHTML the answer is very simple that XHTML is only for the experts and the new users or beginner should not jump over HTML. They should emphasize upon the learning curve and should not look for a short cut. Until or unless they have their basics clear, XHTML concepts might be too difficult for them to understand.
XHTML is the future language and the beginner level users should start from the scratch or ABC. XHTML is quite different from its previous older versions and it has more complications that a beginner has to understand backed by HTML basic knowledge. If a learner or beginner falls straight to learning XHTML he might miss out on all the important details and expertise that should have come with his own experience.
Filed under: — admin @ 12:38 pm
When we hear about the semantic web there comes many questions in the mind of the user. Some users ask about the web data and its explanation whereas others ask about the contributions of an ordinary web user to this semantic web. Abandon Babel has defined the philosophy behind this semantic web so clearly and easily that any ordinary user can understand that semantic web is “A web of data”. According to W3C and Tim Berners-Lee the amazing world of web is a virtual place for both machines and humans to start off from one database to an indefinite set of databases connected and inter linked with each other. Data connects with meaningful links to each other in the world of semantic web. The web or internet is actually a network of millions of machine or systems to process data. Links are actually another form of data that act like wires or cables to connect two machines. Hence, the definition that web is web of data is true.
Despite the fact that people cannot understand and determine the role of semantic web in their lives and their roles on the semantic web, questions like these are merely causing confusions and no one is able to reply them correctly for you. How much would be the user contribution to semantic web or what would be the ultimate explanation to describe about internet data are such questions that need to be replied in depth and satisfactory manner.
Filed under: — admin @ 12:39 pm
Before XML Encryption and even after that a support has been added for asymmetric and symmetric keys in the WSS4J API. Below are few listings tat will show the XML encryption process by showing a sample input. Listing 1 will perform the encryption process for the demonstration of the working of WSS4J API.
In order to perform this demonstration listings 2, 3, 4 will show the result of encryption method. All of these listings have slight differences and different formats.
Contents of the listing 1 is replaced by listing 2 since it contains the Encrypteddata element that uses XML encryption algorithms. At the same time, listing 2 does not contain key information in the context of encrypteddata element. In order to relate corresponding key and Encrypteddata element we use the encrypted key, which is also called a security token. .
The Encrypteddata in listing 3 has keyInfo element that holds a SecurityTokenReference element used to produce the EncryptedData. At this point, you can take references from the EncryptedKey structure. Listing 4 contains a KeyName element. This whole process is explained in detail for the user to help them understand the implementation of XML Encryption and Java. The experts can understand the implementation of the two types of encrypted key tokens.
Filed under: — admin @ 12:40 pm
Many people wish to find an easy way to learn how to remove the javascript errors during recording especially on the client side. Many of them usually cannot find where the error actually is in the script. They go through the script again and again check the parameters but to no vain. They also ask on various forums and other experts in javascript writing.
Adrian K. has written many good articles about the problems and issues of javascript. In one of his articles, he reveals how to solve the issues of client-side recording errors in javascript language. He also shows his readers about the integration of AJAX, C and XML and how this can become a reason to create problems in the catching system. It is rather horrifying to know that your javascript is not workable and it failed. The only way this information reaches you is through a sincere visitor or user on the website who informs of this faulty javascript.
Many online visitors experience such messages that say; “Object x is undefined” but not many would report this error message to the web master. Problems of this nature can go unnoticed for a longer duration before they ever get resolved.
This issue can be solved by using AJAX and C# in conjunction with each other. In order to remove this error encapsulate the client-side javascript error in XML and send it to the server. Use an XmlHttpRequest by using a .Net HttpHandler. After that, you can save information of error on a database, email or file on your hard disk.
Filed under: — admin @ 7:29 pm
Simon sprott who is the author of this article gives us an insight into xml data binding. His article describes how XML data binding guides in managing Xml documents using a collection of simple objects. An XML schema is used for formulation of the rules to define its shape. Generally, an XML document can be read into an XML library and manipulated through simple get and set methods in programming. Similarly, the converse is true. i. e XML data binding library can be the source. This means that a document can be created and serialized as an XMl document from the XML data binding library.
Then it is developed into a chart for example initiating an analogy on the various schema creation programs in the market. Since the market is overcrowded with variety of products using java with a very simple schema will make your castor the best. Good castor articles are very many in the market. Your castor must have distinct unique features different from the rest. A schema containing advanced features like extensions, and restrictions or substitution groups among others, need to be refurbished. There is need for a java developer to make your castor outstanding.
Filed under: — admin @ 7:32 pm
Various parts of document are assembled before processing. This process Is recurring and Xinclude is used to support this scenario. A Software, i s used to support this functionality since it is a stand alone specification. The Xinclude processor reduces dependence on other softwares . This processor is written in XSLT 2 and implements Xinclude.
The basic concepts of entities are introduced by XML DTDs. These are used to obtain one logical XML document from the distributed physical structures. However, entities were removed in the XML schema since they were not very popular. W3C introduced XML inclusions for merging XML Infosets[2].
A newer version of XSL3 was developed which allows the implementation of XInclude in XLST which was not possible in the 1 version since access of plain text files was not permitted. Xinclude processing model takes an infoset as input and produces an infoset as a result where all xinclude elements have been expanded. In XSLT implementation, the Xinclude element transforms the tree of some input document into a tree where processing has been done for all Xinclude elements. This kind of processing is supported by the XSLT’s templates.
Xinclude must address all information items on the infoset for example unparsed entities and notations. Two main types of resources are handled by Xinclude. These are XML and plain text documents. Each can be included in the processing of a document. New fragments are used for XML document whereas text node are used for plain text documents. Inspite of the importance of fragment identification in XML documents the history and language used is low. A hypertext friendly environment was created using the XML pointer language for XML technologies. The Xml based hyperlink notation was also created using XML linking language. Finally the X pointer was made counterpart for addressing fragments.
Filed under: — admin @ 7:33 pm
The XML dev mailing list has been discussing the licensing terms for the patent Since Elliote Rusty Harold made a recommendation of the rejection of the specification. Danielle Veillard, the chair of Xpointer meetings, mentioned that it would be fruitless to chase them all since no progress would be made. However he was sympathetic to the patent itself.An analysis of the situation was made by Tim Bray. He described it as a big problem and made a suggestion that it would be more responsible for the sun to make a declaration that the patent had no standing in comparison to the pointer. He also pointed out that sun should permit anyone to implement and use it without any obligations being incurred of any kind. Licenses could be issued by the sun on account of the patent.A citation of unisys and the US Army Missile Command was made by Len Bullard. He noted that sun lawyers might experience a big problem which was the US Army.Another editor of the Xpointer spec known by the name Eve Mailer who works for sun noted that the situation has been In existence long before she was a co-chair.Finally another suggestion was made by Ben Trafford that their patent was not supportable as microsoft’s patent on the concept of stylesheet. He encouraged Links members to use links to send mails via EVE’s link to the sun’s legal department and made a conclusion that the sun could sue him if they didn’t get the message together with other folks.