User Profile
Collapse
-
I'd recommend looking for an AJAX solution to this - shouldn't be terribly difficult!... -
I think its pretty obvious that I can't provide a link since the site is intranet based (which I've mentioned before).
Heres the relevant css:
Code:/* CSS adapted from module 9 css.alsacreations.com */ body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; margin: 0; padding: 0; } #header { height: 100px; /*background-color: #99CCCC;*/
Leave a comment:
-
Overflowing DIV
In a new site Im styling, I'm using a 3 column layout. However, the problem is that the two side divs seem to be flowing out of their container. The container is the div with the black border around it:
I am these 3 divs in a container in hope that the footer will display below the lowest div of the 3. It currently just sits below the centre div.
Any advice/tips on the subject would be great, thanks... -
-
Well the app is intranet based so theres no real security concern.
Don't suppose theres anyway of doing this without citrix?...Leave a comment:
-
Not as far as I know I'm afraid.
However, just use the following code to get descending order:
[PHP]<?php
$ipsDesc = array_reverse($ ips);
?>[/PHP]...Leave a comment:
-
Hey
The following code should work:
[PHP]<?php
$ips = array("192.168. 35.12", "192.168.230.11 2", "192.232.140.6" , "192.168.116.34 ");
natsort($ips);
print_r($ips);
?>[/PHP]
Hope that helps.Leave a comment:
-
-
-
The website is based on an intranet.
I described the problem as best as I could, would screenshots help?Leave a comment:
-
Page Length in IE7
Hey
I'm having a problem with the lower section of my webpages getting "cut-off" in IE (6 and 7).
Basically, on one of the pages, a table containing 20 documents is displayed. Below this, a navigation menu is located with numbers 1...20 so users can navigate between pages of document listings. This displays fine in firefox but gets cut off in IE. I know all the HTML code is there because I can see it in the... -
-
Any advice out there?
Does my database need further normalization?Leave a comment:
-
Well I'm not so much getting an error as I simply don't know how to set up my database using phpMyAdmin. I have the following tables:
resource
subject
project
resource_subjec t
resource_projec t
The resource_subjec t table contains resource Id and subject Id since a resource can have many subjects. The resource_projec t table is similar.
Am I going about this the right way?...Leave a comment:
-
phpMyAdmin/relational databases
Is it possible to set up relational databases in phpMyadmin?
I designed an RDB locally (simply using mySQL) and now need to set up the data on a server where phpMyAdmin is used as the SQL manager. I've tried setting up relationships but its proving problematic.
Can anyone help? -
Installation issue with Rails
I have installed Ruby without issue but am having trouble installing Rails.
When I load up the command line and type
Code:gem install rails --include-dependencies
Code:[B]A connection attempt failed because the connected part did not properly respond after a period of time, or established connection failed because connected host has failed to respond - connect(2)(E[/]
-
Opening/Editing files on a network
I've designed a knowledge base web app which holds files like word docs, powerpoint presentations etc.
When a user clicks on a link to a file, the file is opened (say in Word) but the opened file is a temporary file downloaded from the intranet. As a result, when a user edits and saves a document, these changes are not applied to the file on the network.
I would like users to simply be able to open a document, make changes... -
-
Thanks for the tip.
When you say "delete the document using the Undo button" do you mean: create another form on the page, have the target file as a hidden field and then have a Submit button (labelled 'Undo') call a page which unlinks the file?
Seems like a much simpler solution than what I'd planned - thanks a lot!...Leave a comment:
-
No activity results to display
Show More
Leave a comment: