331 Posted Topics

Member Avatar for DaveSW

This technique works on: Windows XP (only one I've tested it on.) This technique is for: Computers which have an ide cable with only one drive on it. When XP boots it automatically searches all your ide cables for new hard drives. If you know that you've only got one, …

Member Avatar for The Dude
0
192
Member Avatar for Mattx

Have you updated your virus definitions? You appear to have a worm. You might want to try an online scan from [url]http://www.pandasoftware.com/activescan/[/url] and/or [url]http://housecall.trendmicro.com/[/url] [i]edit: 2 worms![/i]

Member Avatar for joseph_wychico
0
285
Member Avatar for MrScruff

This function appears to work in both: [code] <script type="text/javascript"> function addBookmark(title,url) { if (window.sidebar) { window.sidebar.addPanel(title, url,""); } else if( document.all ) { window.external.AddFavorite( url, title); } else if( window.opera && window.print ) { return true; } } </script> [/code] I'm using that with this link: [code]<a href="#" onmousedown="addBookmark(&#39;Williamsons …

Member Avatar for maa_ku
0
909
Member Avatar for croft

or you can use my simple accessible iframe implementation [url]http://www.emdevelopments.co.uk/demo/iframe/[/url] Replace the numbers with your pictures.

Member Avatar for azzu5
0
452
Member Avatar for Star Tech

Most of them are like that. The only automatic ones I've seen are for flash media etc. My fave: [url]http://www.pcinspector.de/smart_media_recovery/uk/welcome.htm[/url] edit: oh wait. big brother of that software may scan automatically: [url]http://www.pcinspector.de/file_recovery/uk/welcome.htm[/url]

Member Avatar for The Dude
0
222
Member Avatar for foreverman2002
Member Avatar for Paladine
Member Avatar for BobbyRags

Your style sheet is being addressed on your c drive... <LINK REL=stylesheet HREF="C:\BobbyRags(New)\BobbyRagsNew.CSS" TYPE="text/css"> Not having access to the contents of your harddrive I will have considerable difficulty reading it... Upload it into the same folder and try: <LINK REL=stylesheet HREF="BobbyRagsNew.CSS" TYPE="text/css"> You may wish to have it all in …

Member Avatar for MidiMagic
0
296
Member Avatar for alc6379

nice... Perhaps you could visit a few sites on the ie-spyad lists, and also tick the option for 'install on demand'... Have fun anyway...

Member Avatar for bnrup
0
1K
Member Avatar for autocrat

I generally prefer 100% width with fixed width left menu. You can look at some of the industry leaders in CSS based design on [url]http://www.mezzoblue.com/[/url] [url]http://www.stuffandnonsense.co.uk/[/url] & [url]http://www.stopdesign.com/[/url]

Member Avatar for remiremi
0
146
Member Avatar for techniner
Member Avatar for Soral 3.0

silence is golden. Maybe no-one loves Microsoft.... Anyway, I don't love them, but I use them for the following reasons: 1) I can't figure out how to install stuff in linux. 2) My fave graphics program (PSP8) isn't available for linux, and the GIMP doesn't have a background removal tool. …

Member Avatar for jbennet
0
153
Member Avatar for namit
Member Avatar for HMB

Web design can be done with tools which are free. If you want to become a good web designer then purchasing Macromedia tools will not necessarily make you one. Dreamweaver for instance is simply a program which generates html code. HTML code is easy to learn and can be written …

Member Avatar for jtbnet
0
178
Member Avatar for jnutty

For anyone else who stumbles across this whilst searching for information on this problem, [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;813444[/url] holds most of the answers.

Member Avatar for geddoff
0
610
Member Avatar for mreisman

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.

Member Avatar for HI2Japan
0
262
Member Avatar for PhotoGuy1026

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 action to be the name of the php mail script file, and set the method …

Member Avatar for DaveSW
0
101
Member Avatar for DaveSW

I recently built a website for a friend. If I search for the company name, then the site itself shows 3rd, below threads from forums which link to it. (the site itself is the second link in my sig under 'my sites' - I'm hoping this thread won't go to …

Member Avatar for Dani
0
240
Member Avatar for oohmygod831
Member Avatar for xeno439
0
251
Member Avatar for jdenaz

Hi JD I don't see a way to do this based on the information you've given. Can you perhaps tell us more information on what systems will be using it - is it a set number of computers, is it an Open access system (sounds likely) or what exactly? Are …

Member Avatar for bigrapidslib
0
151
Member Avatar for j4mes_bond25

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 { background: #fff url("image.gif") 0% 0% repeat-y; There are innumerable variations of this …

Member Avatar for DaveSW
0
138
Member Avatar for dabombtom
Member Avatar for jasmineleo

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 browser. You could also consider downloading html kit [url]http://www.chami.com/html-kit/[/url]

Member Avatar for web_developer
0
149
Member Avatar for StandardsDT

A lack of character encoding shouldn't cause your alert not to display, but try using [html]<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">[/html] on your html page instead. Can you post some code for us to see?

Member Avatar for StandardsDT
0
223
Member Avatar for Dani

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.

Member Avatar for paradox814
0
172
Member Avatar for softdevguy

there's a cross browser script for doing this which I've used on [url]http://www.williamsons-oldham.co.uk/[/url] - the front page

Member Avatar for DaveSW
0
250
Member Avatar for necko

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 should stop working. What code are you using with it, and what …

Member Avatar for necko
0
179
Member Avatar for bestgraphicsbd
Member Avatar for DaveSW
0
329
Member Avatar for Chiropractor

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...

Member Avatar for DaveSW
0
131
Member Avatar for maxelcat

you could try suckerfish drop down menus. [url]http://www.htmldog.com/articles/suckerfish/dropdowns/[/url] but I guess you need to be familiar with the bar html to work with them. You could just try searching google for javascript drop down menu. Putting the word free in helps too. They are dhtml is javascript mixed with css, …

Member Avatar for DaveSW
0
152
Member Avatar for jefferyylc
Member Avatar for jefferyylc
0
284
Member Avatar for jeepj27

I've seen a few solutions, but none particularly viable: [url]http://www.codeave.com/javascript/code.asp?u_log=7069[/url] - you have to alt-ctrl-del to close it... [url]http://www.javascript-page.com/open2full.html[/url] - not maximised, but not quite full screen either... IE only Is there any particular reason why...

Member Avatar for DaveSW
0
124
Member Avatar for ArtChess

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 a new menu. That said, some of the code looks as if it might …

Member Avatar for DaveSW
0
109
Member Avatar for DMR

I've found that a few hours is usually enough. (I've had 100% success on the three I've tried this on...) I've also found that if you put the drive back into the computer with a case fan playing over it it will run for ages.

Member Avatar for DMR
1
1K
Member Avatar for DaveSW

I have a toshiba laptop s2800-200 (naturally the model doesn't exist on toshiba's website) Whenever I plug in the mains adaptor the screen backlight goes off. If it's running on battery it's fine. Is this a software setting or a failed item of hardware?

Member Avatar for DaveSW
0
392
Member Avatar for ep2002

How about a 3d buy now button in the brown or orange of your site? Have white text on top of it. Alternately stick with the flat style buttons you have elsewhere in the site, but in orange or brown again. Is your 'no red for buying' thing based on …

Member Avatar for ep2002
0
149
Member Avatar for NuGG

In this case I don't think that will work, and there doesn't appear to be a webbot command for it.

Member Avatar for NuGG
0
229
Member Avatar for dlh6213

Mozilla firefox is the fastest and best: [url]http://www.mozilla.org/products/firefox/[/url] Netscape is ofcourse based on the Mozilla engine.

Member Avatar for Foxtrot
0
579
Member Avatar for anthmaina

You would use a template... preferably you'd use php or ssi to include the duplicated sections of your html page. Does that make any sense?

Member Avatar for peter_budo
0
158
Member Avatar for iamthwee

2 options: 1) size your image using percentages. 2) set a div as your top header. put one image in and float it to the left. then put another image in that will sit on the right, using text-align right. You can also assign your image as a css background, …

Member Avatar for vangraan
0
93
Member Avatar for MartyMcFly

There are loads of server side solutions [url]http://www.google.co.uk/search?hl=en&q=php+image+gallery&meta=[/url] [url]http://www.google.co.uk/search?hl=en&q=asp+image+gallery&meta=[/url]

Member Avatar for DaveSW
0
233
Member Avatar for ! !

[QUOTE=MartyMcFly](unless you set a full system bios password :D ).[/QUOTE] Which they would then remove using either one of the freely available freeware tools, resetting the cmos, or by removing the cmos battery... Which in it's turn would probably prevent the tracing software from working, so you're no better off …

Member Avatar for soapbath
0
189
Member Avatar for !<JMA>!

This is some working code from another website: <OBJECT classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" ID=esc_apps_intro_001 WIDTH=790 HEIGHT=543 VIEWASTEXT> <param name=src value="esc_apps_intro_001.dcr"> <PARAM NAME=swStretchStyle VALUE=none> <param name=swRemote value="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='false' "> <PARAM NAME=bgColor VALUE=#303D5D> <EMBED SRC="esc_apps_intro_001.dcr" bgColor=#303D5D WIDTH=790 HEIGHT=543 swRemote="swSaveEnabled='false' swVolume='false' swRestart='false' swPausePlay='false' swFastForward='false' swContextMenu='false' " swStretchStyle=none TYPE="application/x-director" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/"></EMBED> </OBJECT> This …

Member Avatar for DaveSW
0
510
Member Avatar for momroundthecloc

You appear to have the following: [url]http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_SDBOT.BHF&VSect=T[/url] You might be able to remove it by running [url]http://housecall.trendmicro.com/[/url] Or by downloading the latest pattern file [url]http://www.trendmicro.com/download/viruspattern.asp[/url] and the sysclean package from this page: [url]http://www.trendmicro.com/download/dcs.asp[/url] Unzip them into the same folder on your hard drive, then run them. Failing that, post back …

Member Avatar for DaveSW
0
120
Member Avatar for Webnauts

Webnauts! Fancy seeing you here! Just when I thought I had this place to myself... :D

Member Avatar for DaveSW
0
227
Member Avatar for preciousillusio

Your problems could be due to a virus/malware of some kind that isn't detected by anything you have. Do you keep them all up to date? If yes then maybe the problem is a driver fault, if not then you need to. In any case, if you download hijackthis, ( …

Member Avatar for Debbieandshiann
0
265
Member Avatar for syc

Sure: head over to [url]http://www.chami.com/html-kit/services/favicon/[/url] and create your icon, then follow the instructions. If you already have your .ico file, then just create one and use your original file when you follow the instructions.

Member Avatar for DaveSW
0
96
Member Avatar for Alona

Hi Reese If you're familiar with PHP and HTML then the script linked to above is a 'simple' script. If not, you can either spend some time learning about them, or you can opt for a simpler solution. There are a number of companies offering free hit counter services, a …

Member Avatar for zippee
0
153
Member Avatar for ep2002

Obviously you can look at their own sites/portfolio to see if they have a good eye for colour, but you could ask: - how they would improve the site structure - how that would make it easier for people to find things and umm I've run out of ideas! edit: …

Member Avatar for DaveSW
0
175
Member Avatar for ep2002

Hi Michelle Have you solved this yet? I guess we're not really understanding your problem fully... Can't you change quantities at the other end of the system? i.e. when it's in the cart? Also what is the name of the cart? Cheers Dave

Member Avatar for DaveSW
0
75

The End.