You are currently browsing the archives for the Web Design Tips category.
- Adobe (1)
- Apple (29)
- Broadband (8)
- Email scams (2)
- Facebook (7)
- Google (14)
- McAfee (2)
- Microsoft (52)
- Mobile (37)
- Mozilla (6)
- MP3 (2)
- MySpace (2)
- Office Tools (12)
- PayPal (1)
- PC Games (9)
- PC tips (23)
- Security (27)
- Skype (1)
- Social Networks (12)
- Software (63)
- Technology News (136)
- Virus Attacks (5)
- Vista (26)
- Web Browsers (17)
- Web Design Tips (13)
- Web Search (3)
- Web Site News (39)
- Windows 7 (2)
- Wireless (4)
- Xbox (1)
- XP (22)
- Yahoo (9)
- YouTube (3)
- 12/05/2008: Microsoft launches video on Messenger
- 09/05/2008: Facebook agrees child safety plan
- 08/05/2008: CMOS checksum errors
- 08/05/2008: Fake media file snares PC users
- 06/05/2008: Yahoo search results warn of malware
- 02/05/2008: Safari gamble triples market share
- 01/05/2008: Grand Theft Auto IV breaks UK first day record
- 30/04/2008: How to use Chkdsk to fix shut-down and restart problems
- 30/04/2008: XP SP3 delayed due to bug
- 29/04/2008: Firefox: the weekend browser?
QBS Photos
QBS web sites
Sites we like
Archive for the Web Design Tips Category
How to use CSS to style a table
13/03/2008 by swordfish.
At QBS PC Help we do not use tables to design websites as keeping the content and styles separate (XHTML and CSS) produces a quick loading site that’s search engine friendly and far more accessible than a table based layout.
We do use tables to contain data that’s best served via a table. So rather than a plain table lets look at a few ways to smarten up our table displays, using CSS. To see how to do this take a look at our latest web design article - How to use CSS to style a table.
Posted in Web Site News, Web Design Tips | Print | No Comments »
Designing horizontal and vertical navigation using CSS
10/03/2008 by swordfish.
To help with speed of download, search engine friendliness and accessibility CSS navigation is no doubt the best solution.
So where do you start? The best thing to do is lay out your navigational links using an unordered list. You can then style this list any way you want using a linked CSS style sheet.
Posted in Web Site News, Web Design Tips | Print | No Comments »
Redirecting site pages with .htaccess
04/03/2008 by swordfish.
If you change a file name of one or more of your web pages and a visitor tries to access the old page saved in their browser they will get a 404 page (not found) response from your hosting server. So what’s the best way of ensuring all your visitors end up on the right page?
Our latest web design article focuses on using a .htaccess file to achieve these redirections - read more about this now
Posted in Web Site News, Web Design Tips | Print | 1 Comment »
How To Create A Basic Contact Form
27/02/2008 by swordfish.
One of the problem areas of designing a web site is how to produce a good looking and accessible contact form.
At QBS we firmly believe in using CSS rather than a table based solution. So our latest article explains how to use the CSS approach and shows you all the CSS and XHTML code you will need to to design your own accessible form.
Posted in Web Site News, Web Design Tips | Print | No Comments »
Search Engine Optimisation Guidelines
30/01/2008 by swordfish.
Get your site appearing on Google, Yahoo and MSN!
A good and proven Search Engine Optimisation (SEO) company can certainly help you achieve this, but what’s involved in optimising a web site?
Our latest web design guide will help you to optimise your own site and provide a great check list if you want to employ an SEO company.
To read more about the ins and outs of SEO click here.
Posted in Web Site News, Web Design Tips | Print | No Comments »
Using ems units in web design
23/01/2008 by swordfish.
We are pleased to announce our latest web design article ‘Why QBS PC Help use ems page styling’.
Ems and Percentages are considered the “best” units for sizing fonts and layouts in CSS. They are resizeable in all modern Web browsers that support resizing and they are specified relative to the user’s font size preferences, and can therefore adapt to the viewer’s screen.
To read more about ems and percentages and grab a free web template that shows how ems and percentage styling works click here.
Posted in Web Site News, Web Design Tips | Print | No Comments »