Forum Replies Created

Page 1 of 2
  • Jake Giddens

    September 22, 2007 at 1:57 am in reply to: Anyone know of free web software?

    Actually this might be what you’re looking for. I don’t know how good it is but it’s a free WYSIWYG web editor:

    https://nvudev.com/index.php

    TheIce Cream Man

  • Jake Giddens

    September 22, 2007 at 1:51 am in reply to: Anyone know of free web software?

    I’ve heard good things about Dreamweaver although I’ve never used it. I’m not sure it’s cheap though. Something low budget would be like Microsoft FrontPage I suppose.

    TheIce Cream Man

  • Jake Giddens

    September 14, 2007 at 11:11 pm in reply to: Apple’s Stylish Media Browsing as aWeb App

    Ok I found out that that can’t be done.
    Hmm… Ok how about this – is there a way I could include a variable in a new variables name?

    Example

    $number=”4″;

    $image4=$file; //with “4” coming from the variable $number

    TheIce Cream Man

  • Jake Giddens

    September 14, 2007 at 8:05 pm in reply to: Jatol.com

    Oh no. I’m sorry – that’s a real pain. Do you have to reconstruct your website from the ground up?

    TheIce Cream Man

  • Jake Giddens

    September 13, 2007 at 8:49 pm in reply to: Jatol.com

    Abraham,

    It displays a custom 500 error for me. Looks like it’s only temporarily down. Hope it comes back up for you soon.

    TheIce Cream Man

  • Jake Giddens

    September 12, 2007 at 10:00 pm in reply to: Apple’s Stylish Media Browsing as aWeb App

    Ah! Nevermind I was right the first time. I’ve gone mad.
    I can’t simply echo it because it needs to go in this:

    $theimage = getimagesize($dir/$image);

    TheIce Cream Man

  • Jake Giddens

    September 12, 2007 at 9:49 pm in reply to: Apple’s Stylish Media Browsing as aWeb App

    Right – only thing is I don’t need to echo $image. I just need to have it appear in another variable like this:

    $display_image=”$dir/$image”;

    And oh my God – wouldn’t you know it – I’ve overthought this one way too much. All I need to do is this:

    echo “$dir/”;
    echo $image;

    Boy am I stupid. Sorry to have wasted your time with this.

    Thank you for taking the time to help me out.

    TheIce Cream Man

  • Jake Giddens

    September 12, 2007 at 8:42 pm in reply to: Apple’s Stylish Media Browsing as aWeb App

    Sort of. And that would work except I need the output of the javscript, eg “cow.jpg” to be used in $image so that I can run the image through this:

    //Gets the width and height of the image and outputs it as $theimage[0] (width) and $theimage[1]

    (height)
    $theimage = getimagesize($image);
    $width = $theimage[0];
    $height = $theimage[1];

    like I said I think this can be done with a function() but I don’t know – I’m not very experienced with using function()

    TheIce Cream Man

  • Jake Giddens

    September 12, 2007 at 6:56 pm in reply to: Apple’s Stylish Media Browsing as aWeb App

    Yeah I’m using a reflection Javascript similar to that – it’s really awesome. I’ll look into the Ajax carousel. That should be a nice touch. Thank you very much.

    Here’s one last question [hopefully :)] :

    I made this javascript, which is printing a js array, a php variable (took out the “<"s so it would display): script type='text/javascript' document.write(photo[0]) /script I am then inserting that variable into another like this: $image="$dir/$java"; This is creative the link for the image. And of course it outputs the full javascript code instead of printing the array. My question is how do I get the array name to show? I'm thinking it must be done with a function() . . . TheIce Cream Man

  • Jake Giddens

    September 12, 2007 at 1:53 am in reply to: Apple’s Stylish Media Browsing as aWeb App

    Oh ok. Thanks I’ll have to check that out. By the way on the code you posted I keep getting this:

    Fatal error: Call to undefined function imagecreatefromjpeg() in C:\Server\Apache2.2\htdocs\picrotate.php on line 7

    Do you know what that’s all about?

    thanks again.

    TheIce Cream Man

Page 1 of 2

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy