Forum: Upcoming News Stories Apr 22nd, 2008 |
| Replies: 0 Views: 8,384 Nokia's amazing E51 has has finally made it into my pocket!
Upgrading from the E50, there was only one reason for my purchase. Built in VOIP capabilities. As well as all the usual features for a... |
Forum: HTML and CSS Jan 21st, 2008 |
| Replies: 2 Views: 6,027 Very bad ;-)
Some browsers may actually listen to you and not bother to expand it, so I would suggest you simply set the size of your input element instead...
<INPUT TYPE="file" NAME="photo"... |
Forum: Pay-Per-Click Advertising Sep 12th, 2007 |
| Replies: 0 Views: 3,511 I've spent days tearing my hair out and searching the web! Why? Simply because google checkout has little regard for UK VAT...
After much searching I reached the stage where I could display the... |
Forum: Site Layout and Usability Jun 2nd, 2006 |
| Replies: 1 Views: 1,472 You really need a server side language to process forms.
If your server supports php you could use the attached mailer script by Ryan Brill of Infinity Web Design.
You then just set your form... |
Forum: Site Layout and Usability Jun 2nd, 2006 |
| Replies: 11 Views: 3,957 Not sure what you're asking, but this link might help:
http://www.1976design.com/blog/archive/2003/11/14/shadows/ |
Forum: Upcoming News Stories Jun 2nd, 2006 |
| Replies: 13 Views: 2,904 Considering all the updates I've been getting recently titled 'Windows Genuine Advantage validation tool' I think some of those fears might be quite well founded.
I know my copy of windows is... |
Forum: Site Layout and Usability Apr 27th, 2006 |
| Replies: 4 Views: 4,116 do you own the computers that will be using the domain?
As in, could you install software on them which forces the user to accept the terms and conditions before accessing the internet?
Or is it... |
Forum: HTML and CSS Apr 18th, 2006 |
| Replies: 4 Views: 5,811 Can you not use it in excel format?
Just link to somefile.xls and most people have excel and should be able to view it fine. There is a free viewer available from microsoft if you want to link to... |
Forum: HTML and CSS Apr 5th, 2006 |
| Replies: 4 Views: 3,190 There's a lot of questions in there...
% is related to the size of it's container, em relates to the font size.
To apply a background to all html files you need this in your stylesheet:
body {... |
Forum: Upcoming News Stories Mar 27th, 2006 |
| Replies: 4 Views: 6,155 Most of my wifi installations are in student digs, where you never know what the people in the next rooms get up to, so I guess that influences my outlook lol.
Wifi is essential in those... |
Forum: Upcoming News Stories Mar 21st, 2006 |
| Replies: 4 Views: 6,155 Please be aware that none of the techniques you've described will prevent a hacker entering your network.
SSIDs can be sniffed easily, whether they're broadcasted or not. Because the packets are... |
Forum: JavaScript / DHTML / AJAX Mar 15th, 2006 |
| Replies: 7 Views: 1,693 Or go to start -> programs -> accessories -> notepad
Paste in your html code.
Save as java.html - remember to select 'all files and folders' in the file type below the filename box
Open in your... |
Forum: HTML and CSS Mar 10th, 2006 |
| Replies: 9 Views: 2,628 <?php
$UA = $_SERVER['HTTP_USER_AGENT'];
if ((!preg_match('#(opera)#si', $UA)) && (!preg_match('#(firefox)#si', $UA)) && (!preg_match('#(safari)#si', $UA)))
{
# IE stuff
?>
Missing }... |
Forum: Site Layout and Usability Mar 10th, 2006 |
| Replies: 11 Views: 3,957 Me? would I tell anyone something like that? Well possibly... lol
You can specify the dimensions of your images as a %, which might help you to resize that middle graphic. |
Forum: Site Layout and Usability Mar 9th, 2006 |
| Replies: 11 Views: 3,957 If the items inside your table cells are of fixed width then you need to ensure they're small enough to allow the table to shrink - I think some of your graphics are your limiting factor. |
Forum: HTML and CSS Mar 9th, 2006 |
| Replies: 9 Views: 2,628 A lack of character encoding shouldn't cause your alert not to display, but try using
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> on your html page instead.
Can you... |
Forum: HTML and CSS Mar 8th, 2006 |
| Replies: 3 Views: 3,918 |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 3 Views: 3,918 there's a cross browser script for doing this which I've used on http://www.williamsons-oldham.co.uk/ - the front page |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 5 Views: 2,037 Does that mean you've spotted your style should be a class?
We all have those moments... |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 13 Views: 2,879 |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 6 Views: 6,930 how complicated is your map? Simple stuff doesn't need much, but if you're doing something like http://www.cssplay.co.uk/menu/image_map.html then you need good software. |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 6 Views: 6,930 there's loads of stuff on google for it
http://www.google.co.uk/search?hl=en&q=freeware+image+map+creation&meta=
but I've no idea how good any of it is. |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 5 Views: 2,037 I think it'll be the browser version, not the version of windows, which is causing you problems. That is, IE5 or 5.5 on the 98 machine, and 6 on the XP machine?
There's no real reason why it... |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 13 Views: 2,879 How exactly? I just tried the BB tags and it printed them as they were.
<td>Bold bit in here </td> |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 13 Views: 2,879 Taking the last few lines of your page:
<map id="buscardtj" name="buscardtj">
<area shape="rect" alt="" coords="1,5,223,359" href="tjs.htm" title="" target="TJ's Business Card" onMouseOver="TJ's... |
Forum: JavaScript / DHTML / AJAX Mar 6th, 2006 |
| Replies: 2 Views: 2,740 Some sample code without doctype: (coding in notepad on a uni computer, so missing all my usual assists!)
<html>
<head>
<title>hello</title>
<style type="text/css"><!--
ul ul { width: 100px;... |
Forum: JavaScript / DHTML / AJAX Mar 6th, 2006 |
| Replies: 2 Views: 2,740 in the second level menu put a height and overflow:auto in. that should work, though I haven't tested it. You might need an extra div, but I'm not sure how that would validate... |
Forum: JavaScript / DHTML / AJAX Mar 6th, 2006 |
| Replies: 1 Views: 1,622 you could try suckerfish drop down menus.
http://www.htmldog.com/articles/suckerfish/dropdowns/
but I guess you need to be familiar with the bar html to work with them.
You could just try... |
Forum: JavaScript / DHTML / AJAX Mar 6th, 2006 |
| Replies: 2 Views: 13,891 Page breaks in html... not good...
Could you export to pdf? php can be used to create pdfs. |
Forum: HTML and CSS Mar 6th, 2006 |
| Replies: 7 Views: 1,883 I know what it's going to look like in Firefox, so I concentrate on old IE... |
Forum: HTML and CSS Mar 3rd, 2006 |
| Replies: 13 Views: 2,879 and then will it accept the part I need bolded? |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 13 Views: 2,879 also on the second line you are missing a '>'.
<html> <head> |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 13 Views: 2,879 In the source code of this page: http://www.bestgraphicsbydesign.com/port.html
There is a target attribute in your image map on the tri-fold brochure.
Open the page in notepad, (open notepad then... |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 13 Views: 2,879 Do you have the url available so we can take a look for ourselves? |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 1 Views: 1,417 I've seen a few solutions, but none particularly viable:
http://www.codeave.com/javascript/code.asp?u_log=7069
- you have to alt-ctrl-del to close it...
... |
Forum: Graphics and Multimedia Mar 2nd, 2006 |
| Replies: 23 Views: 48,016 You might like to browse through the google results for a search for .3gp converter
http://www.google.co.uk/search?q=.3gp+converter
I think I saw 1 or 2 freebies in there. |
Forum: HTML and CSS Feb 27th, 2006 |
| Replies: 7 Views: 1,883 I build my layout in IE5.5. Then I test in Moz and sometimes update. Then I add content and do a last minute testing round in Moz, Opera and IE6. |
Forum: HTML and CSS Feb 14th, 2006 |
| Replies: 2 Views: 3,347 Would it be correct to say that you are asking us to answer your homework? |
Forum: Site Layout and Usability Feb 13th, 2006 |
| Replies: 1 Views: 1,881 Whatever works for you... some people can proof read very quickly! |
Forum: JavaScript / DHTML / AJAX Feb 11th, 2006 |
| Replies: 1 Views: 1,489 First off I can tell you your query has nothing to do with html...
This is a menu generated entirely by javascript, and without knowing what the variables stand for it would be difficult to recreate... |