Search results

  1. mattura

    HTML and CSS problem

    Yep, you still need to remove a couple of white spaces, or firefox will ignore the style rule. Consider downloading firebug for firefox - it is a great web development tool that will help you see the errors in your code you never thought you'd find! It also parses the code nicely and shows when...
  2. mattura

    Need just a tiny bit of help =]

    Choose you data structures carefully! I would have a table with fields: id,animal,owner,name,colour,gender,image,ears,head,body,tail example values: 1,rat,123,dennis,green,male,rat1.jpg,4,8,6,6 (if you want to store info about the owner, another table provides the owner id) With the above in...
  3. mattura

    About making a random image.

    Every time you request the image, it runs some code (within it) which uses variables and algorithms to generate the image data, which is returned as an image. Think of it as having an image with some code at the beginning, which is self-modifying.
  4. mattura

    What scares you the most?

    Wow, thanks for the response people! This is proving most useful research. As for cats and rabid giant bunnies...just put them under spiders/snakes/animals/insects! Maybe I'll do a spin-off survey - "What animal scares you the most?" But this first. Looking forward to the game plan!
  5. mattura

    What scares you the most?

    Sorry I did not represent heights in the list. But I couldn't put that in a game anyway, except by perhaps some weird motion of overlapping MCs... I'll think about that... Thanks for the replies so far.
  6. mattura

    What scares you the most?

    Well even if you are not scared by anything, what do you think would scare others the most? Or perhaps your friends etc
  7. mattura

    What scares you the most?

    I'm looking to make a scary flash game, and got interested in what makes people scared. It would be great to know what the scariest things are, so I'll post a poll, but feel free to post anything scary I've missed (if it scares you), and vote for those too.
  8. mattura

    What scares you the most?

    I'm looking to make a scary flash game, and got interested in what makes people scared. It would be great to know what the scariest things are, so I'll post a poll, but feel free to post anything scary I've missed (if it scares you), and vote for those too.
  9. mattura

    Is Vista Worth?

    From what I've seen - no. But I haven't been able to get to know vista intimately and I'm not going to bandwagon majority views. I have seen many cosmetic improvements (these are easy to find), but few performance improvements (but these may be hard to find) and some 'differences' from XP which...
  10. mattura

    Search Engine oddity

    I published a site on a friend's host, and quickly became google #1 for certain relevant search queries. When I moved the site to my x10hosting page, and made my friend's hosting redirect to x10hosting, google promptly dropped my site from the listing. I subsequently changed the redirect into a...
  11. mattura

    Ajax and Flash refresh problem

    I have a site with a flash presentation on it, and added a comment board for users to write reviews etc underneath. The comment board uses ajax to view/post, so that the page does not refresh. However, whilst the page does not refresh, the flash presentation DOES restart when the ajax response...
  12. mattura

    Still apache probelms?

    Hi, I noticed there were some problems with apache recently and want to know if these have been resolved. Apparently Absolut is online and running, but I get timeouts for cpanel, website and ftp. If I log in to my x10hosting account, everything is green apart from "Exim". It has not been working...
  13. mattura

    When is your birthday? What are you doing?

    Well, it's my birthday today. I unfortunately had to travel by train for 4 hours, but had a chocolate cake and some nice pressies. When is your birthday and what plans do you have/how did you celebrate it?
  14. mattura

    Engagement

    One of my best friends has just got engaged after 4 years with his girlfriend. I'm very happy for them! On facebook he posted an "Engagement FAQ", thought that was a pretty funny (yet good) idea!!!
  15. mattura

    Timezone

    Hi I want to have a different timezone in my php Date function (with daylight saving time) I have seen many solutions on the web which say: putenv("TZ=US/Eastern"); This function has, however been disabled (maybe it is enabled in the level 3 php, but I'd feel silly asking for php level 3 just...
Top