herbal viagra woman side effects

just another regularban.info web blog

MEMBERS:

Semantic Web

Introduction

Semantic web as defined by the creator of the web Tim Berners-Lee is "a web of data, in some ways like a global database" (Berners-Lee, 1998). To elaborate further Mr. Berners-Lee explains in an interview held by IDG Now, data is expressed on computers as associated files with applications that deal specifically with information, an example would be, data in calendars, bank systems, spreadsheets, and database application. Looking at a web page, data is not clearly defined and not associated with any of the applications usually on computers. Semantic web will allow data to interact and connect together; it will bring on a common data format for all applications, for databases and web pages alike (Moon, 1999). Semantic web is not to build an artificial intelligence system which allows computers to understand what humans write on web pages; on the contrary, it is an attempt to make web pages more understandable and well-defined to support automatic extraction of data from within web content (Berners-Lee, 1998).

Analysis

The emergence of the web and the way HTML took off was driven by how society's needed to grew, from Internet chat to file transfer to high-end communities through blogs and wiki's. HTML was not limited to web content, knowledge base and help files adapted the language as a format to document software applications and provide training material. The revolution of technologies on the Internet allowed companies like Google to index pages; a thought that was very far away, says Tim Berners-Lee in his lecture at MIT. Web services have evolved to pave the road for distributed information and modular programming allowing interoperability among sites. Through XML, data in one site can be used by another using the common protocols and standards supported by both (Berners-Lee, 1998). XML defines schemas that deal with fields of data, what is required is a system that can tell the computer what sort of information (data) it can derive from within a page (Moon, 1999). With Web 3.0 a site will provide data that can be navigated through and extracted from multiple sites, this is a result of the fact that semantic web data model is closely related to a relational database where records of data share common fields that connect them together (Berners-Lee, 1998).

The solution provided to support semantic web is in the form of metadata that describes the data contained on web pages. Resource Description Framework (RDF) is a base to manage metadata; it is the ground that computers can use to exchange and interact with applications on the Web (W3C RFC, 1999). The applications for RDF include digital libraries, online catalogs, and indexing systems that are usually associated with content and content relationships models deployed in most web pages. With RDF data within business portals will be analyzed and identified as resources, properties, or statements transparent to the domain, further more, the specifications will merge with other documents to comprise a framework of classes. Classes organized as a hierarchy comprises a schema that can be reusable as metadata definitions along side multiple platforms. Resources created in this hierarchy can be identified using a resource identifier (URI), which enables a document given to a machine with this identification to be recognized by the system and triggers it to dig and find similar data (Berners-Lee, 1998).

Implications

Semantic web can be the solution to overpower the limitations of current information management systems in finding and extracting data from unorganized resources. RDF is meant to describe any data regardless of its character, location, source, or type, the concept of URI is richer to uniquely identify any object on the web (Berners-Lee, 1998). The pillars of Semantic web are standards and common protocols that are the bases for knowledge representation; HTML, RDF, the data language resource description web ontology language (OWL) that describes to the machine what is going on, in addition to RDF1 which is a query language to make inquiries among machines much easer, will all emerge and collaborate to bring in more to the web and more intelligent programs that will bring the Internet more closer (Cleave, 2004).

The current research and implementation of Abilene network and the Next Generation Internet (NGI) Internet 2 of high-performance backbone network linking major universities and research labs across the US, is a good foundation for what Semantic web can do, and represent the perfect platform for grid computing, digital libraries, virtual laboratories, and distance learning (Abilene, Internet2). Internet2 or I2 was developed by a group of universities in 1996 providing improved connectivity standards to reach 10gbps (gigabits per second). With more than 227 universities and libraries connected, network based applications and experimental programs can run on this network of high-bandwidth connection feeding on the latest technology of gigabit Ethernet and IP protocol version 6 (Reardon, 2004). Semantic web standards can be the base of material and data distributed on this network, providing the best test platform to explore the full potential and what can be achieved.

Conclusion

Tim Berners-Lee believes that with Web 3.0 we can succeed and fantastic things can happen, but the infrastructure need to be built, laws of privacy and security need to be revised and honored, further more, the web need to remain open for researchers to allow for continuous upgrade and development. Semantic web will kick off when individuals materialize the need to work on data processing, and think about collaborating their data, with company's information and that of the government (Moon, 1999).

References:

  1. Berners-Lee, Tim. 1998. Semantic Web Road map.W3C team. (14 October 1998) http://www.w3.org/ DesignIssues/Semantic (accessed 16 Jul 2007)
  2. Moon, Peter. 1999. The future of the Web as seen by its creator. IT World IDG Now (7 July 1999) http://www.itworld.com/Tech/4535/070709future/ (accessed 14 Jul 2007)
  3. W3C RFC. 1999. Resource Description Framework (RDF) Model and Syntax Specification. W3 Consortium (5 January 1999) http:// www.w3.org/TR/PR-rdf-syntax/ (accessed 20 Jul 2007)
  4. Cleave, Kenith Van. 2004. Regis University Database Practicum Experience. Regis University. (14 November 2004) http:// trackit.arn.regis.edu/dba/Thesis%2520Papers/

    kvancleave_2004Bfinalreport_20041118.pdf (accessed 16 Jul 2007)

  5. Abilene, Internet2. http://abilene.internet2.edu/about/ (accessed 17 Jul 2007)
  6. Reardon, Marguerite. 2004. Internet2: 2004 and beyond. CNET, News (24 August 2004) http:// news.com.com/2100-1034_3-5321053.html (accessed 19 Jul 2007)

A webmaster and a developer with 7 years in-the-field experience in web related technologies. As a certified Internet webmaster Have taught computer programming at New Horizons Computer learning center and worked as an Online Marketing manager and an IT development manager for several companies.

For more information visit: http://www.sallyahmed.com

 


Your CSS Code is Slowing Down Your Website - How To Optimize for Speed

Did you know that your css code could be slowing down your website? Did you also know that there is a free solution out there that can help you optimize or reformat your css code for speed and readability? This article is going to explain the benefits of optimizing your css code and the reasons why all web designers should be doing it. First we need to take into account the 2 reasons why you would want to reformat your css: readability and optimization.

Readability

Having nicely formatted css that easily readable is very helpful when you are developing a site. Most of us (me included) can get pretty sloppy when in a hurry to develop code, and a formatter can really help out to make it more readable.

On development teams where both Macs and PCs are used, sometimes line breaks are not read correctly across platforms and your css can end up all on one line. A formatter can help get your code looking pretty again.

Optimization

The opposite of readability is optimization. One problem with CSS is that it can get pretty file-size heavy when designing with it - especially on complex layouts. Optimizing your CSS will strip out all unnecessary characters and leave your CSS lean and mean.

Optimizing css is great to do once you've finished your site and don't plan to work on the design very much anymore.

The css formatter is a great tool because it can do both! You can format for readability while you are designing, optimize when you go live, and reformat it for readability if you ever need to work on it again. It's really a 'win win' thing to do.

Do you want to speed up your website? Format your css for free using the CSS Formatter and Optimizer...

DEVTRENCH is a Web Development Blog written for web designers and programmers who need need up to date tips and tricks on how to create great websites.

 


What To Look For When Hiring A Webmaster?

There are many factors that you need to consider when hiring a webmaster, you need to ensure that you will get customer satisfaction as well as good value for money. You would hate to choose an inexperienced webmaster who cannot meet your requirements because you would have to go through the whole process again to get the job done. It means if you made any partial payment you may lose that which will then lower your budget when looking for another webmaster.

Firstly you have to identify the places that you can find these talented webmasters who have the skills to complete you job. There are many relevant forums such as DigitalPoint, WickerFire and Web Talk Forums where you will be able to post exactly what you need and people who are capable will get in contact stating a price if you haven't set a maximum budget. Aside from the forums there are specific websites that aims to connect freelances with clients so that you can get all your work done much easier and in a timely manner. You could also ask your friends and family to see if they have been in the market in the past for something similar and found a reliable good webmaster, this will also take a lot of the risks out because you know that they are here to make a living and not out to scam unsuspecting people.

If you are going to search the forums or websites for a webmaster you should be very cautious about what you state in your thread and make sure you don't miss any important information out that may prolong the process.

This is the kind of information you should always state when creating a project on a forum or freelance website:

  • Exactly what you need doing, try to include as much detail as possible as it will make it easier for the webmaster to quote you an accurate price. It will also prevent the conversation in between telling the webmaster what they need to do. If you can do this successfully they should have everything they have to get started as soon as you accept the quote.
  • Deadline, one of the most important things for a webmaster is to know the maximum deadline. This will also remove the factor of them having to rush a job to get it done to an unexpected deadline because if the webmaster was to miss any deadlines it will look bad from their side which may deter many other people from using them in the future.
  • Maximum budget, this is quite important in the fact that it will eliminate any webmasters that charge over your budget so is well worth putting into the pitch somewhere.
  • Any additional information that you feel will be beneficial to the chosen webmaster.

After you have set your project up you will get overwhelmed with responses and quotes from people who believe they are capable of meeting your requirements. You then have to go through the responses one by one to see if anyone stands out from the crowd, your budget will be a major deciding point at this stage because if anyone has quoted an amount over your budget you can discard that right away.

You should always ask for samples of previous work so that you will be confident in your decision and don't choose anyone that is simply after your money. Any reputable webmaster will have a portfolio showcasing their talents and strengths ready for you to take a look at. Each forum or website will have a rating system in place so you can see how successful they have been since starting as a freelance webmaster. Take a look at their history and feedback to see what comments past customers have left as this will be the only information you can rate them on.

When you have found the webmaster you want to take on, the next step is to arrange payment. Many people will require a 50% upfront or a deposit of some sort to show the webmaster that you are serious about this and want the working doing. If you are new to the freelance website/forum you will not have built any reputation or feedback so they may request full payment upfront to secure the job. Check their feedback before you make any payments but if it seems to be 100% positive then everything should run smooth.

You can use payment methods such as escrow or paypal to make things a little safer as if you don't get what was promised you can file a charge back and have a good chance to get some, if not all of your money back. Try to build a good reputation on these websites so that in future if you need any work doing it will be a lot easier to have a smooth transaction.

There are other things that need a lot of consideration, one being hosting. You have to ensure that you get the best deal based on your website's statistics. Make sure you perform sufficient research so you know the difference and advantages of each type of hosting. Knowing the difference between Dedicated Hosting and Colocation Hosting could be crucial in influencing your return. Another popular method would be to hire a Virtual Server for your all of your websites.

 


Pages 
* About

Archives
    * February 2008
    * January 2008

Categories:
* Uncategorized

Last Updated:

regularban.info is proudly powered by WordPress MU running on  regularban.info.
Create a new blog and join in the fun!
Entries (RSS) and Comments (RSS).