Search results

  1. G

    Abandoning x10hosting

    I've decided to move my sites off x10hosting and onto a paid hosting service, due to the server problems. I need to rely on my email and having my sites up. I really like x10hosting, especially teh community and the forums, so I will keep using it for development and experimentation purposes.
  2. G

    Missing email account

    Unfortunately no, the subdomains are not listed. Edit: I've decided to abandon the account. I signed up for a paid hosting service and have transferred all my hosted websites over there. I really like x10hosting and I am going to keep using it for development and other projects but for the sites...
  3. G

    Missing email account

    Still having this problem, as well as ftp functionality is not working at the moment.
  4. G

    Missing email account

    Unfortunately I cannot re-create the email account, since the sub-domains are not showing up as options in the "create accouts" page. The only domain I can choose is my x10hosting domain. However the email account seems to be working still - it is set up to forward messages to another email...
  5. G

    Missing email account

    Hi there, I previously had an email account set up. It was set up as one of my subdomains, so it was jamie AT verticalgraindesign.com. It was working great but over the past two days it has dissapeared. It does not show up in cpanel and I can't log into it. Any thoughts? Thanks for any...
  6. G

    Help point me in the right direction (css, javascript)

    Sweet! Thanks Souradipm, I'll try that out when I get a chance and report back. Jamie
  7. G

    Help point me in the right direction (css, javascript)

    Hi all, I have an effect in mind that i want to achieve but can't quite figure it out. I have a row of 5 small pictures (each 100px by 75px). They are in a container div and are floated left to all line up. Below each one is a span that contains a solid background color and a description...
  8. G

    My first CSS Template

    Not bad at all, especially considering, like eod696 says, you've built a very solid foundation of code. Now you can quite quickly and easliy play around with some other background colors and fonts with the css and try a number of options till you come up with something you like. I like your...
  9. G

    What is the best Web CMS?

    Sara8478, Can you drop in cmsms to an existing site, or do you need to basically start with the cms and use it to build your site? Thanks, Jamie
  10. G

    My website on Himalayas

    Very nice! I especially like the header logo at the top. One suggestion I can make is about the blocks of paragraph text. The font is a little tough to read - might want to switch to a basic arial or times new roman. As well, i find its easier to read paragraphs if they are narrow paragraphs -...
  11. G

    What is the best Web CMS?

    I'm also interested in a "light" cms that could be used for updating text, maybe changing pictures, but that won't overwhealm the client with too many options, an d that won't allow them to screw up their site too badly. Anyone know of one? I think the best option might be to build a simple...
  12. G

    Hope this is the right place to post this.

    The above code is good, cause it uses CSS, which is a good way to apply the style to your pages (maybe you already know a lot about CSS, in that case sorry to repeat). It is best to use an external CSS stylesheet that you link to, cause then it's just easier to read your code. For aligning...
  13. G

    Displaying image using php mysql

    This question I can answer! chibib0, are you wondering how to insert data into a database or do you already know how to do that? Assuming you already have set up your database and know how to enter data into it, it's quite easy to add an image link. Just create a new field called "image" or...
  14. G

    Displaying image using php mysql

    Awesome! Thanks Marshian. That's fantastic information.
  15. G

    Passing vars from parent to iframe

    Question answered and thread closed.
  16. G

    Displaying image using php mysql

    WORKS! That's absolutely fantastic. You're a lifesaver! Can anyone enlighten me as to the rules for quotations marks and backslashes in PHP?
  17. G

    Displaying image using php mysql

    Hello again, I am attempting to display an image using PHP and mysql. The mysql database stores the url to the picture, which is stored on my server. So the url would be something like images/bars/nevermind1.jpg, and I just want the PHP to call up that image and display it in the table. I...
  18. G

    Passing vars from parent to iframe

    woiwky, you're the man! That works beautifully! I am learning a lot about syntax here... Can I ask how you pick up so much about the programming language? Do you work in the field, did you study it, or have you just picked it up along the way? Thanks again for solving another of my big issues...
  19. G

    Passing vars from parent to iframe

    Thanks for the response, it works as you suggest. When I do the following script: echo "<td> <a href=\"javascript:loadintoIframe('myframe', 'iframe2.php?name=examplename')\">" . $row['name'] . "</a> </td>"; the iframe will display "examplename" when the hyperlink is clicked. Fantastic...
  20. G

    Passing vars from parent to iframe

    Hello all, I've searched and read extensively on this but havn't found something that I could make work. I have a php page on which a number of results are displayed from a mysql database query. Some of these results are hyperlinks (the 'name' var). On the same page is an iframe. When the...
Top