Search Results

Showing results 1 to 40 of 45
Search took 0.01 seconds.
Search: Posts Made By: colweb
Forum: PHP 30 Days Ago
Replies: 4
Views: 227
Posted By colweb
After a long time of trying a lot of different solutions, it turns out to be simple. In my post I forgot to mention that the php-script runs on a Linux box but it must be possible to run it under...
Forum: PHP 31 Days Ago
Replies: 4
Views: 227
Posted By colweb
Renaming is not an option. The file name is also used. As you can see, the file names are names of people and are build like "full name_company_country" and in the php file I seperate the elements...
Forum: PHP 31 Days Ago
Replies: 4
Views: 227
Posted By colweb
For a project I'm working on, lots and lots of jpg files need to be converted to thumbnails and shown on a website. It is not complicated to read a directory, filter out all the jpg files and create...
Forum: HTML and CSS Oct 15th, 2009
Replies: 10
Views: 987
Posted By colweb
bcadam,

It's very easy. For every page on your site where you want to use this background you load the javascript and css from files, like so:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
Forum: HTML and CSS Oct 9th, 2009
Replies: 8
Views: 638
Posted By colweb
Thanks for repeating my answer. Anything new to say?
Forum: HTML and CSS Oct 8th, 2009
Replies: 8
Views: 638
Posted By colweb
We all hate a scrollbar at the bottom of the page (left/right scrolling), but we don't care it there is one on the right site (top/down).
If I remember right, some browsers don't know what to do...
Forum: HTML and CSS Oct 8th, 2009
Replies: 8
Views: 638
Posted By colweb
Yes. Take a look at the following code:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
</head>
<body>
Forum: HTML and CSS Oct 8th, 2009
Replies: 8
Views: 638
Posted By colweb
Well, there isn't a special code for this. It is the way your site is build. If you use fixed sizes for divs or tables than your site will always be the same size no matter what screen you use.
But...
Forum: HTML and CSS Oct 8th, 2009
Replies: 10
Views: 987
Posted By colweb
I can't see what you mean with "a whole different page is coming up".
Didn't you want a background that behaves the same as the way the madonna site is doing it. That is, a background top-right...
Forum: HTML and CSS Oct 8th, 2009
Replies: 10
Views: 987
Posted By colweb
My mistake. Have looked again at the madonna site and still don't know how they do it there, but below is the way I do it. Tested with IE 6 and Firefox (2 and 3).
The background image is fixed on...
Forum: HTML and CSS Oct 7th, 2009
Replies: 10
Views: 987
Posted By colweb
It seems you have already solved it. In Firefox 3 under Linux I do get a new background image when pressing F5 or the refresh button.
Forum: HTML and CSS Sep 21st, 2009
Replies: 5
Views: 579
Posted By colweb
I don't have IE 8 on this computer, but have seen this problem before. The solution I found here worked in my case, maybe also in yours:
...
Forum: HTML and CSS Sep 21st, 2009
Replies: 15
Views: 32,458
Posted By colweb
Well, I have taken a quick look at it, and it seems to have a lot of errors in it. As expected, in Firefox 3 under Linux it doesn't work, and the menu is corrupted.

Under MS-Windows it works in...
Forum: Networking Hardware Configuration Sep 7th, 2009
Replies: 1
Views: 386
Posted By colweb
After reading this: http://compnetworking.about.com/cs/wireless80211/a/aa80211standard.htm
I re-configurated the wireless network card NOT to use 802.11n.

That seems to be the solution....
Forum: Networking Hardware Configuration Sep 7th, 2009
Replies: 1
Views: 386
Posted By colweb
I have a strange network problem with a new HP Elitebook (laptop). The machine runs WinXP sp2 and is configurated the same as an older Asus laptop.

Both (the HP and Asus) are in the workgroup...
Forum: HTML and CSS Jun 9th, 2009
Replies: 8
Views: 627
Posted By colweb
Strange things happen if you try something. In IE6 it doesn't seem to work, but in Firefox 2 and 3 the following works:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>...
Forum: *nix Hardware Configuration Jun 9th, 2009
Replies: 1
Views: 652
Posted By colweb
It seems openVPN is to blaim for this problem. Some need to make openVPN connections with this server. But when doing so, the connection failed and that is the moment eth1 goes down. After...
Forum: *nix Hardware Configuration Jun 8th, 2009
Replies: 1
Views: 652
Posted By colweb
After shutdown and restart of my Linux Slackware 12 server everything came up the way it should. The reason to shut down the server whas to re-locate the machine.

But, at random intervals, eth1...
Forum: HTML and CSS Mar 11th, 2009
Replies: 7
Views: 747
Posted By colweb
Wrap all the floating divs inside a really wide div. That should give you a horizontal scrollbar.
Forum: HTML and CSS Mar 9th, 2009
Replies: 5
Views: 1,444
Posted By colweb
It seems the problem is solved than. And MidiMagic has already explained why it needs the surrounding div. Please press the "solved" butten next time. :)
Forum: HTML and CSS Mar 6th, 2009
Replies: 5
Views: 1,444
Posted By colweb
The copy of the code didn't go correctly. It should start with <html> and just before the body </head>.
Forum: HTML and CSS Mar 6th, 2009
Replies: 5
Views: 1,444
Posted By colweb
You should place the list inside a div and give the surrounding div a background. Like so;
<head>
<html>
<style type = "text/css">
ul.tick-list li {padding:0 0 .6em 27px; min-height:21px;}...
Forum: HTML and CSS Mar 6th, 2009
Replies: 3
Views: 922
Posted By colweb
MidiMagic,

Well, it seems the only way to solve this is adding &nbsp; in the <a name> tag. Have tried a lot of things, but IE ignores most of them. (padding, margin etc).

Negative surrounding...
Forum: HTML and CSS Mar 6th, 2009
Replies: 7
Views: 747
Posted By colweb
I agree. If you see my first reply, all the divs have relative width's. But, you can have a div on the right side and stay there, so not dropping to the left if the window size is becoming smaller...
Forum: HTML and CSS Mar 5th, 2009
Replies: 7
Views: 747
Posted By colweb
almostbob,

take out the fixed sizes the colums are set at and change them to % of the window width

It is possible to have 3 cols and have the middle one fixed. See the code below. The middle...
Forum: HTML and CSS Mar 5th, 2009
Replies: 7
Views: 747
Posted By colweb
alimoe,

In the code below you see 3 columns made with divs. There is comment inside to explain what is done. In Firefox 3 and IE 6 and 7 the right div always stays at the right. All columns are...
Forum: HTML and CSS Mar 5th, 2009
Replies: 3
Views: 922
Posted By colweb
I have a strange thing with some <a name> tags when the page is accessed by IE. The tag is just before a <h2> and works in Firefox. In IE (6 and 7) the page scrolls just a bit to high, meaning, the...
Forum: HTML and CSS Feb 19th, 2009
Replies: 10
Views: 2,071
Posted By colweb
jonow,

And can you test SSI withotu having it on a server.

No you can't. As the name implies, SSI is a server thing and for as far as I know, it can't work or tested without having an SSI...
Forum: HTML and CSS Feb 19th, 2009
Replies: 10
Views: 2,071
Posted By colweb
Well, I'm doing just that with a new site I'm building. The menu is a huge drop down thing.

If you are hosting the site on Apache then (it needs to be turned on in the configuration), all you have...
Forum: HTML and CSS Jan 18th, 2009
Replies: 3
Views: 2,079
Posted By colweb
Just change line 26 to this: (tested in Firefox 3.0.5 under Linux)
<td style="border:thin solid #33ff00; border-bottom:thick solid #CC3333">&nbsp;</td>
This gives a cell with green borders and a...
Forum: PHP Jan 6th, 2009
Replies: 6
Views: 97,723
Posted By colweb
Thank digital-ether for this part: onclick="return (confirm('do you really want to delete the stuff?'))

Tried it with a submit button in a form and it even works here. Perfect. Just what I was...
Forum: HTML and CSS Dec 21st, 2008
Replies: 11
Views: 5,749
Posted By colweb
I have downloaded "apache_2.0.63-win32-x86-openssl-0.9.7m.msi" from the Apache site and installed in under WinXP SP1.

The top of the httpd.conf file looks now looks like this:

PidFile...
Forum: HTML and CSS Dec 20th, 2008
Replies: 11
Views: 5,749
Posted By colweb
Well there is not much different when running Apache on Windows. The paths are different, so on Linux you use:
LoadModule include_module /usr/lib/httpd/modules/mod_include.soand for...
Forum: HTML and CSS Dec 20th, 2008
Replies: 11
Views: 5,749
Posted By colweb
I manage my own Apache server and have a virtual site where I allow includes. The configuration for this (in httpd.conf) is as follows:

# -------------------------------------------------
...
Forum: HTML and CSS Dec 19th, 2008
Replies: 3
Views: 1,364
Posted By colweb
If I understand it correctly, the left div is sort of a menu and the right div should show the corresponding content. If so, you could do it with hidden divs and a small amount of javascript to...
Forum: HTML and CSS Dec 19th, 2008
Replies: 11
Views: 5,749
Posted By colweb
For as far as I know, there is no easy fix for this problem. I have seen a solution with javascript some time ago, but mostly it requires the use of php.

Maybe, if your site is hosted on an Apache...
Forum: HTML and CSS Dec 19th, 2008
Replies: 15
Views: 32,458
Posted By colweb
And remember, any method to get anything over a flash will not work when your page is opened under Unix or Linux. The flash plugin for Linux simple does not work correctly.
Forum: HTML and CSS Dec 11th, 2008
Replies: 2
Views: 895
Posted By colweb
I'm not sure what you want to create, but maybe this will help:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
...
Forum: HTML and CSS Dec 11th, 2008
Replies: 7
Views: 14,556
Posted By colweb
Hello,

I have a test environment (you can find it here: http://80.61.28.192), where I use a flash movie if the OS is Windows or Mac and a javascript slide show if it is Unix, Linux or Unknown....
Forum: HTML and CSS Nov 21st, 2008
Replies: 7
Views: 14,556
Posted By colweb
wmode = transparent only seems to work in MS Windows and sometimes in Linux browsers. (don't now about the Mac, can someone say something about flash on the Mac). But it depends on the rest of the...
Showing results 1 to 40 of 45

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC