<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Latest Articles by lilowebdesign1</title>
<link>http://www.articletrader.com/</link>
<description>Articles at ArticleTrader</description>
<language>en-us</language>
<item>
<title>Web publishing</title>
<link>http://www.articletrader.com/internet/web-design/web-publishing.html</link>
<guid>http://www.articletrader.com/internet/web-design/web-publishing.html</guid>
<pubDate>Mon, 12 May 2008 00:00:00 -0500</pubDate>
<description><![CDATA[ Web publishing<br /><br />Objective of Course<br /><br />Overview, Web Hosting Document Interchange Standards, Components of Web<br />publishing, Document Management, Web Page Design Consideration and Principles, Search Engines, How to register a Website on Search Engines, Publishing Tools<br /><br />What is Web Publishing<br /><br />At its most basic level, <a href="http://www.lilo.co.uk/">Web Development London</a> publishing consists of making various computer files available to Internet users through the World Wide Web these files may be of several <br /><br />types:<br /><br />Plain (.txt)<br />Hypertext (.html)<br />Multimedia<br />Graphics (.gif or. jpg)<br />Audio (.wav .au .mid)<br />Video (.mpg or .mov)<br />Scripts, java applets or other Web program files (.cgi .class .js .asp)<br />Files in proprietary formats (.pdf .doc)<br />Downloadable files (.exe .zip)<br />Why publish on the web <br /><br />In recent years, the Word Wide Web has become the primary system for distributing in formation on the Internet. Its growth, in popularity, has been the result of its ability to incorporate graphics and other multimedia effects, the development of robust software tools such as Netscape Navigator and Microsoft Internet Explorer to access a variety of file formats, and its flexibility in incorporating new technologies. Publishing on the <a href="http://www.lilo.co.uk/seo-lilo.asp">SEO London</a> Web can be an effective way to disseminate almost any kind of information.<br /><br />What is Website hosting<br /><br />Website hosting is an Internet-connected processor that holds your Website, and sends copies of it to whoever makes a request to see it. Your Website is an interconnected group of computer files contain text or images. In many ways, the files composing a Website are similar to your word processing document, and exist on the designer’s hard<br /><br />Disk. For the word to view these Web pages, copies of these files are placed on the hard disk of a server that is operated by a Web hosting company or service. This server is a computer that is connected to the Internet 24hours a day, 7days a week. The connection is of very high- speed. This high speed is required to allow hundreds of people to simultaneously view Web pages on that computer. In addition, the Web host computer must run extraordinary software. This software connects a specific domain name such as www.myinn.com to the appropriate group of pages.<br /><br />Components of Web publishing<br /><br />Web server: It is compulsory that an individual or enterprise subscribes to an information system service providing access to the Internet Organizations which have substantial computing resources can set up their own HTTP server and connect to the Internet.<br /><br />HTML authoring tool: To compose Web pages, an authoring tool is needed. Web pages are made of HTML which is an ASCI text file consisting of HTML tags. Common text editors can be used for this task. To create commercial or more complicated HTML such as multimedia Web pages, a higher functionality tool such as Perl is employed<br /><br /><br /><br />--<br />Robert London is an employee at Lilo, a Web Development and Design company based in London. Lilo also specialises in <a href="http://www.lilo.co.uk/web-development-lilo.asp">Web Development London,</a> Website Design and Branding, E-marketing, E-commerce, and Multimedia, Web Applications as well as <a href="http://www.lilo.co.uk/">SEO London</a>. Lilo has offices in Blooms bury, London, Cape Town South Africa and Melbourne Australia.<br><br>Source: <a href="http://www.articletrader.com/">http://www.articletrader.com</a> ]]></description>
</item><item>
<title>Choosing Relative or Fixed Table Widths</title>
<link>http://www.articletrader.com/internet/seo/choosing-relative-or-fixed-table-widths.html</link>
<guid>http://www.articletrader.com/internet/seo/choosing-relative-or-fixed-table-widths.html</guid>
<pubDate>Thu, 08 May 2008 00:00:00 -0500</pubDate>
<description><![CDATA[ Whether you choose to use relative or fixed table depend on your content and the amount of control you went over the result. Many <a href="http://www.lilo.co.uk/">Web design London</a> prefer fixed table because they can be sure that their view of the content will be the same as the users. The current trend is to provide content in relative table that adapt to different screen resolutions.<br /> <br />You can set relative table widths as percentages in the table WIDTH attribute. If you choose relative table widths, your table resize based on the size of the browser window shows a table with the WIDTH attribute set to 100 percent.<br /><br />The browser will try to fit the <a href="http://www.lilo.co.uk/seo-lilo.asp">SEO London</a> content into the window, wrapping text as necessary. The advantage of using a relative width is that the resulting table is more compatible across different browser window sizes and screen resolutions. The disadvantage<br />is that you have little content can shift from user to user based on browser window sizes.<br /><br />You can set absolute table widths as pixel values in the table WIDTH attribute. Fixed table remain constant regardless of the browser window size. The advantage of using affixed table is that you can gain greater control over the result the user sees. The user’s browser size and screen resolution have no affect on the display of the page. <br /> <br />REMOVING DEFAULT TABLE SPACING<br /><br />Default spacing values are included in table even when you do not specify values for the table’s BORDER, CELLPADDING, or CELLSPACING attributes. Without the default spacing values, the table cells would have no built-in white space between them, and the contents of adjoining cell would run together Depending on the browser, approximately two pixels are reserved for each of these values you can remove the default spacing by explicitly stating a zero value for each attribute.<br /><br />WRITING EASY-TO-READ TABLE CODE<br /><br />The HTML table code can get complicated when you add content to your table. Not only do you have to mange all the table tags and attributes, but also the text, images, and links in your cells. One small error in your code can cause unpredictable results in the browser.<br /><br />You can simplify your table creation and maintenance tasks by writing clean, commented code. If you use plenty of white space in the code, you will find your tables are easier to access and change. Adding comments helps you quickly find the code you went. The various code samples in this chapter demonstrate the use of comments and white space in table code.<br /><br />REMOVING EXTRA SPACES<br /><br />Always remove any leading or trailing spaces in your table cell content. In some browsers the extra spaces create white space in the table cell. These spaces cause problems if you are trying to join the contents of adjacent cells. Even though the default spacing has been removed, there still is space between the<br />images.<br /><br /><br /><br />--<br />Robert London is an employee at Lilo, a Web Development and Design company based in London. Lilo also specialises in <a href="http://www.lilo.co.uk/web-development-lilo.asp">Web Development London,</a> Website Design and Branding, E-marketing, E-commerce, and Multimedia, Web Applications as well as <a href="http://www.lilo.co.uk/">SEO London</a>. Lilo has offices in Blooms bury, London, Cape Town South Africa and Melbourne Australia.<br><br>Source: <a href="http://www.articletrader.com/">http://www.articletrader.com</a> ]]></description>
</item><item>
<title>Web Development and Design in London: Using Divs versus using Tables.</title>
<link>http://www.articletrader.com/internet/web-design/web-development-and-design-in-london-using-divs-versus-using-tables.html</link>
<guid>http://www.articletrader.com/internet/web-design/web-development-and-design-in-london-using-divs-versus-using-tables.html</guid>
<pubDate>Thu, 24 Apr 2008 00:00:00 -0500</pubDate>
<description><![CDATA[ Most Web Development professionals in London have reached a crossroad in website design which will influence the way they proceed with current and future web design projects. <br /><br />While there can be no argument over the benefits of CSS stylesheets in opposition to inline styling, there is still a great deal of controversy over the adoption of new web site design layout. <br /><br />On the one hand we have the tried and trusted method of Web page creation using Tables and on the other we have the contemporary method of using DIV’s. The core problem is which method to use? Which method is better? <br /><br />Web Development purists in London will argue for complete and full adoption of W3C (World Wide Web Consortium) CSS (Cascading Style Sheets), which means only using DIV tags to build and layout your website pages. There are a few major points they use to back up their argument, most of which surround and support SEO (Search Engine Optimisation). <br /><br />The Benefits of using DIV’s<br /><br />•The DIV tags original purpose is for the design and layout of website content. <br />•Using DIV’s means less code needed to construct a webpage, which means less code for a search bot to navigate through. This means quicker and more comprehensive indexing of your website. “Content is King” for search bots.<br /> •Because of the “Top down” method in which data is displayed in the website page, search engines are able to search and rank the importance of your content on your webpage.<br /><br />But the ideas of the <a href="http://www.lilo.co.uk/">Web Development  ondon</a> are being challenged by industry professionals who claim that DIV layouts are simply not robust enough. Their major arguments for using Tables focus around Web browser compatibility. <br /><br />The Benefits of using Tables<br /><br />•The Table tag and its properties are universal across most if not all web browsers, meaning less technical “work-arounds” to make your design display properly. This means more time is spent on improving designs than trying to make designs simply display correctly.<br /><br />•Table layouts allow the designer a level of measurement and accuracy which is difficult to obtain with a full DIV implementation. <br /><br />•Tables make creating a visually intensive design easier. Why? Because what you see is what you get (WYSIWYG) as Tables set out content in a manner that is visually logical to the human eye. <br /><br />So, back to the question, which method to use and which method is better? <br />Each website design or web development project should be evaluated for its needs and purposes before building can begin. You have to ask yourself what is most important for this site. <br /><br />Most website builds have one major focus. This focus is either economic, informative or visually extravagant. All good websites contain elements of all three but tend to put emphasis on one of these areas. <br /><br />Economic Focus<br /><br />Economically driven websites focus heavily on driving traffic to their website in order to sell goods. These sites need great SEO (Search Engine Optimisation) and tend to use the latest technologies to give them the edge. In this case using DIV tags for structure would increase the overall <a href="http://www.lilo.co.uk/seo-lilo.asp">SEO London</a> of this site and could potentially offer a better solution than a Table layout. <br /><br />Information Focus<br /><br />Informative sites tend to have a great deal of content which is usually dynamic and populated from an integrated CMS (Content Management System). Your template needs to be malleable enough to expand with changing content. In this case using a combination of Tables and DIV’s is not a bad solution. Using Tables to setup a strong outer structure which will be cross browser compatible and using DIV tags within the Table structure to minimize the “code clutter” and give the site a little boost in SEO.<br /><br />Visually Extravagant Focus<br />Everyone’s favorite kind of website. This type of website focuses on the visual impact on the user. Sites like these can be very intricate and building a website that doesn’t compromise the original design is vital. This style of website also needs to look good in all browsers. Using Tables would be the best approach for intricate designs because of its robust nature, browser compatibility and its ability to be precise.<br /><br />In all three of the above cases there are a hundred counter arguments for using only DIV’s or only Tables. But before you tear your hair out over which method to use, remember that what this all boils down to is what is best for the client.  As a website designer and builder your responsibility is to produce a website that fulfils their needs on time and on budget to the best of your abilities. <br /><br />No one ever said there couldn’t be a compromise between Tables and DIV’s.<br /><br /><br /><br />--<br />Robert London is an employee at Lilo, a Web Development and Design company based in London. Lilo also specialises in <a href="http://www.lilo.co.uk/web-development-lilo.asp">Web Development London,</a> Website Design and Branding, E-marketing, E-commerce, and Multimedia, Web Applications as well as <a href="http://www.lilo.co.uk/">SEO London</a>. Lilo has offices in Blooms bury, London, Cape Town South Africa and Melbourne Australia.<br><br>Source: <a href="http://www.articletrader.com/">http://www.articletrader.com</a> ]]></description>
</item><item>
<title>Usability for Web Development and Website Design in London:</title>
<link>http://www.articletrader.com/internet/web-design/usability-for-web-development-and-website-design-in-london-.html</link>
<guid>http://www.articletrader.com/internet/web-design/usability-for-web-development-and-website-design-in-london-.html</guid>
<pubDate>Tue, 15 Apr 2008 00:00:00 -0500</pubDate>
<description><![CDATA[ Usability refers to the level of ease with which a user can interact with the graphic user interface of an application, website or <a href="http://www.lilo.co.uk/">web development solution.</a> Conducting a usability study on your recent website project is especially important in the competitive environment of web development in London The study of usability promotes methods of improving efficiency and ease of use during the design process. <br /><br />There are many attributes that are measured to establish whether usability has been successfully implemented. These include learnability, efficiency, memorability, errors, utility and satisfaction. <br /><br /><b>Learnability </b>- refers to the level of ease with which first time users can interact with the interface and how easily they find it to perform basic tasks.<br /><br /><b>Efficiency </b>- is measured in the speed at which users who are familiar with the interface can perform tasks.<br /><br /><b>Memorability</b> - refers to how quickly a user who hasn’t been in contact with the interface for a while can re-establish competence. <br /><br /><b>Errors </b>- relates to the amount of errors users make and how easily they can recover from these errors.<br /><br /><b>Utility </b>- refers to the functionality of the design.<br /><br /><b>Satisfaction </b>- is measured in the pleasure experienced with interfacing with a good website design.<br /><br />These are just fancy theories for considering who the intended users are, what they know, what they want or need to know, how fast can they learn, etc. A website designed with usability in mind, is known to have a user-centred design, making the website user friendly. A user friendly designed website or application will assist in reaching the proposed target audience, ensuring that the purpose of the website isn achieved. <br /><br />Usability is imperative from a user’s perspective as it determines their ability to perform tasks accurately and efficiently and enjoying the procedure at the same time. Usability also determines the success of the website or web development application. It also determines the productivity of a workforce in the case of internal applications. What this boils down to is that effective implementation of usability saves time, effort and money and increases revenue and user efficiency. All of these elements are vital to remain competitive in the Web<br />Development environment of London.<br /><br />The key principle for improving usability is to implement evaluation phases from the early stages of design. This provides the web designers in London with user and client feedback at an early stage, which can then be implemented and refined as the project progresses, resulting in a more user-centred design. <br /><br />Usability testing should preferably be done with the actual users of the website or application; however there are many other ways of doing it. Testing with the actual users ensures more realistic feedback, which can then be knowledgeably applied to the design. A common mistake at this stage would be to listen to what the users say, instead of researching their reaction. Usability experts should bear in mind that users are not designers; however designers may possibly be users. Users have no insight on the <a href="http://www.lilo.co.uk/flash-development-lilo.asp">best web design</a> practices that should be applied for the specific type of application.<br /><br />Schedules and budgets can make it seem difficult or unnecessary to consider usability, however it should then be considered that effective implementation of usability saves time, effort and money and increases revenue and user efficiency. <br /><br /><br />--<br />Robert London is an employee at Lilo, a <a href="http://www.lilo.co.uk/design-and-branding-lilo.asp">Web Development</a> and Design company based in London. Lilo also specialises in Web Development London, <a href="http://www.lilo.co.uk/">Website Design</a> and Branding, -marketing, E-commerce, and Multimedia, Web Applications as well as SEO in London. Lilo has offices in Blooms bury, London, Cape Town South Africa and elbourne Australia. <br><br>Source: <a href="http://www.articletrader.com/">http://www.articletrader.com</a> ]]></description>
</item>
</channel>
</rss>
