User Profile

Collapse

Profile Sidebar

Collapse
gearoid
gearoid
Last Activity: Apr 28 '08, 08:58 AM
Joined: Mar 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I'd recommend looking for an AJAX solution to this - shouldn't be terribly difficult!...
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Overflowing DIV
    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;*/
    ...
    See more | Go to post

    Leave a comment:


  • gearoid
    started a topic Overflowing DIV

    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...
    See more | Go to post

  • gearoid
    replied to Opening/Editing files on a network
    Alright,

    thanks for your input anyhow.
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Opening/Editing files on a network
    Well the app is intranet based so theres no real security concern.

    Don't suppose theres anyway of doing this without citrix?...
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Sorting an array of IPAdresses
    in PHP
    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]...
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Sorting an array of IPAdresses
    in PHP
    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.
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Opening/Editing files on a network
    bump......

    any ideas?
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Page Length in IE7
    I'm denied access to pastebin.com at work!
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Page Length in IE7
    The website is based on an intranet.

    I described the problem as best as I could, would screenshots help?
    See more | Go to post

    Leave a comment:


  • gearoid
    started a topic Page Length in IE7

    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...
    See more | Go to post

  • gearoid
    replied to phpMyAdmin/relational databases
    Got it sorted.

    Thanks for the advice anyway!
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to phpMyAdmin/relational databases
    Any advice out there?

    Does my database need further normalization?
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to phpMyAdmin/relational databases
    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?...
    See more | Go to post

    Leave a comment:


  • gearoid
    started a topic phpMyAdmin/relational databases

    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?
    See more | Go to post

  • gearoid
    started a topic Installation issue with Rails
    in Ruby

    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
    I get the following error:


    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[/]
    ...
    See more | Go to post
    Last edited by eWish; Apr 22 '08, 01:38 PM. Reason: Please use code tags for error messages as well

  • gearoid
    started a topic Opening/Editing files on a network

    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...
    See more | Go to post

  • gearoid
    replied to Reversing an upload in AJAX
    Working perfectly. Thanks again!...
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Reversing an upload in AJAX
    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!...
    See more | Go to post

    Leave a comment:


  • gearoid
    replied to Reversing an upload in AJAX
    Anybody have any suggestions?
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...