Jump to content

TheFilmGod

Members
  • Posts

    1,941
  • Joined

  • Last visited

    Never

Everything posted by TheFilmGod

  1. I have an issue with your ad. It sounds very nosy and google will throw you of their search engine for eternity if you participate in the link traffic program. Its not "advertising" but getting a lot of ppl together to work together in a very sneaky and inappropriate manner.
  2. Very plain. Change the background images to be more interesting. Create a border around your page. Center the footer. Move the text more to the right - so there is a space between the left side and the text. If you change those things, then it'll make u look like a pro and make the site look interesting.
  3. I changed: images (more professional looking) font text tried to spread the elements out more deleted some cluster elements overall look Please comment/critize my work. The previous comments where put in consideration for the change http://www.TheFilmGod.com
  4. Its a cool site and you got good ideas for it, but to tell you the truth, the green colors for the background don't work. think they are "akward" since the color is rare for the internet. I like it, but please change that color!
  5. I think the competitor's website is cooler. It is clean and normal. Your website is awkard, specifically with the flashy blue tones and the upside down words. If you ask me, it is tooo awkard. Stay away from animation, keep it less than your competitor, it would give you an advantage and make it easier to load for the people without fast internets. Its a good site, but change the words to read horizontally! not vertically.
  6. I think the layout is good. I like the positioning of everything, and the homepage doesn't need any scrolling which is great. Change the font to verdana and change some colors around. And then boom! you got a working and awesome site. Great start though.
  7. TheFilmGod

    frames

    DO NOT USE FRAMES. They can still be used, but they are useless and old. I remember netscape 2.0 was the first frame based browser. That has now changed and sooner or later it will not function properly. Take my word and use tables instead. Then use php include file for each cell. It does the same exact thing, but is more modern!
  8. Why do you need to make such a big comment? Why not simply make a link to a whole page about the comment. Large comments are useless in html and backfire at you!
  9. I changed some stuff around. I know there are still many things to change, but I'd like you to check out TheFilmGod.com and tell me how you like the navigation bar with the bold red swiss text, and the popular pictures and popular videos text. It stands out a lot, but I don't know if it's "Too Much." Check it out and reply!
  10. Very plain and boring. I don't understand what your website is supposed to do. And the input text boxes they hurt my eyes! I recommend changeing them to be plain white. Other than that it is really good! Keep it up!
  11. Why do quotation marks get messed up when sending over from form to email (by php)? I don't understand why, and how do I turn it off, or make it stop? for example: The guy responds,\" I was the designated decoy!\"
  12. yeah, to me it all looks the same. What exactly did you change?
  13. Hey! It worked! Thanks a lot.
  14. <?php $num="2"; ?> .... image/<?php echo --$num; ?> .... image/<?php echo ++$num; ?> Why does the first one end up as 1, and the second image/... ends up as 2. Please tell me how I can reset the variable so that the ++ does not influence the updated variable but the original one.
  15. I'm using html to load a pic. <img src="image/1.jpg"> but to make it easy I want to make the "1" in the above to be a php variable so that I can edit it easy. Here is my code: <html> ... <?php $num="1"; ?> ...... <img src="image/<?php $num; ?>.jpg"> why doesn't it work?
  16. At a viewer perspective, it looks very plain. You can't just sneak out by using various colors of the rainbow. I recommend adding an image right underneath "About Snippets" that looks cool. - Like a link to an about page. Its a recommendation. It's your site.
  17. logo looks much better! But I still strongly recommended to start from scartch. You can't make crap shine.
  18. To tell you the truth, I think you should never worry about file permissions. I use godaddy's hosting servers and never had a problem with permissions!
  19. google "cms"
  20. YOU got to be kidding me! The site you just recommended is just as bad as this one. I love simple stuff, but you can't make it as simple and easy that it lacks some edge in nice pictures or logos. You pretty much have all colors here and there, and think its awesome. I want some eye flashing appealing images!!!
  21. Its okay. I would recommend centering the footer. Change the color orange to something else. NO one ever uses orange or yellow, except like www.omgjokes.com. - Well its up to you, but I personnally hate orange. Everything else is fine. Keep it up.
  22. What's the difference between "echo + variable after" and just putting down a variable? For instance, when making Html links, do you use echo php variable or just the php variable. So when do you use echo and not?
  23. Is there php code to make a url a pesron's homepage? Like a one click and it becomes a homepage?
  24. Thanks for your help! I ended up using the "div" tag and putting it around the whole table. It works fine. I'm sure its not proper code to use the div tag but it gets the job done!
  25. I updated the site. So check it out for some major improvements! http://www.TheFilmGod.com
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.