User Profile

Collapse

Profile Sidebar

Collapse
philleep
philleep
Last Activity: Aug 27 '08, 09:07 AM
Joined: Mar 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • philleep
    started a topic date specific RSS
    in XML

    date specific RSS

    Hi,

    I want to publish a menu via an RSS feed such that the device recieving the RSS feed will only show menu for that specific day. Is this possible?

    Thanks,
    Mark
    See more | Go to post

  • philleep
    replied to menu justifying...
    i want the menu i.e. the list to be justified. i.e. i want the whole list to equallly spread across the the whole page. At the moment it just centers. does this make more sense?

    cheer,
    philleep
    See more | Go to post

    Leave a comment:


  • ok, thanks,

    do you know how to solve my problem?

    cheer
    philleep
    See more | Go to post

    Leave a comment:


  • philleep
    replied to auto thumbnailing
    in PHP
    can you tell me how i use a tool kit? do i have to install it? and how will it work on the server?

    cheer
    philleep
    See more | Go to post

    Leave a comment:


  • philleep
    replied to menu justifying...
    can anyone help with this?

    cheer
    philleep
    See more | Go to post

    Leave a comment:


  • Number of displayed pictures should fluctuate depending on how much text there is.

    Hi,

    I have a php page with content on the right and images on the left. At the moment the page picks 2 random images and place them on the left. The content on the right varies quite a bit, sometimes its short so 2 pictures looks ok, other times its longer so needs more pictures.

    Could someone tell me how i could get php to pick more than 2 pictures if there is lots of content but just 2 if there is not much content?...
    See more | Go to post

  • philleep
    started a topic menu justifying...

    menu justifying...

    Hi,

    I want to have a menu for my website. the way i am doing it at the mo is to have a list that is 'inline' with no style. I want my menu options to justify so they spread across the space. How can i do this when my menu options are more than one word long?

    my code at the moment is:

    <div id="topmenu">
    <ul>
    <li><a href="#">Menu option one</li>...
    See more | Go to post

  • philleep
    started a topic php include
    in PHP

    php include

    Hi,

    i've just started on php. i want to split my site up into include files so that i can have seperate html files with my menu etc in and then include them in the php page. the code i've been using is below - when i do this i get the desired effect except there server puts a '1' in the webpage under the included part. Any ideas?

    My code:

    from my php file...
    [code=html]
    <div id="menu">...
    See more | Go to post

  • philleep
    replied to PHP code not getting parsed on WAMP server
    in PHP
    here's my output from the code:


    PHP Version 5.2.1

    System Windows NT SHARK 5.1 build 2600
    Build Date Feb 7 2007 23:10:31
    Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
    Server API Apache 2.0 Handler
    Virtual Directory Support enabled
    Configuration File (php.ini) Path C:\wamp\Apache2 \bin\php.ini ...
    See more | Go to post

    Leave a comment:


  • philleep
    replied to PHP code not getting parsed on WAMP server
    in PHP
    thanks for the advice.
    i'm definaetly using the webserver.
    will try the php you suggest and get back to you.

    cheer
    philleep
    See more | Go to post

    Leave a comment:


  • philleep
    started a topic PHP code not getting parsed on WAMP server
    in PHP

    PHP code not getting parsed on WAMP server

    Hi there,

    I have some PHP issues. Basically i've installed WAMP so that i can have a webserver/local host. I have a local host but at the moment the php isnt doing anything. Anywhere i use php code it is ignored. even the most simplest code doesnt work. so i guess i need to set up wamp, could someone advise how i do this and the settings i need.

    another question. do i need interent access on the pc that i use wamp and...
    See more | Go to post

  • philleep
    started a topic contact form tutorial
    in PHP

    contact form tutorial

    Hi,

    Can someone tell me how to do a simple contact form in pho? Or direct me to a resource?

    Cheer,
    Philleep
    See more | Go to post

  • philleep
    started a topic auto thumbnailing
    in PHP

    auto thumbnailing

    Hi,

    Someone told me that you can do auto thumbnailing in php. How?

    cheer,
    Philleep
    See more | Go to post

  • philleep
    started a topic display random set of pictures on page
    in PHP

    display random set of pictures on page

    Hi,

    How do i do a random picture selector for a page in php. Basically i want to pic 3 pictures from a pool of 40 and display these on screen.

    Cheer,
    Philleep
    See more | Go to post

  • philleep
    started a topic configurations required after installing Wamp
    in PHP

    configurations required after installing Wamp

    i've installed wamp so does that mean i'm ready to go with php?
    do i need to set any configurations?

    cheer
    philleep
    See more | Go to post

  • philleep
    replied to Background image; fixed vs scrolling
    in css use:

    Code:
    body{
    background:url(yourimage.jpg);
    }
    cheer
    philleep...
    See more | Go to post

    Leave a comment:


  • philleep
    replied to hovering div
    well when you get the windows machine going, i would be grateful if you or someone else could try this code out.

    cheer
    philleep...
    See more | Go to post

    Leave a comment:


  • philleep
    started a topic Vertical centering

    Vertical centering

    Hi,

    is there anyway of determining the screen resolution used by the computer and setting the page height to that so that a page is vertiaclly centered. could anyone show me a page that is vertically centred?

    cheer
    philleep
    See more | Go to post

  • philleep
    replied to hovering div
    I've applied the correct doctype (i think) and validated my code (with dreamweaver). however that method doenst seem to work at all. any ideas now? or am i being a complete muppet?

    cheer
    philleep

    ps my code:

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"   "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <style type="text/css">
    ...
    See more | Go to post

    Leave a comment:


  • you need to do this with and image that is 1px wide and you screen height high. the image will fade from dark to light. you can make this image in photoshop. then add this to your css

    Code:
    body{
    background: url(yourimage.jpg) top left repeat-x;
    }
    cheer
    philleep...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...