Jump to content

tnd1000

Members
  • Posts

    54
  • Joined

  • Last visited

Everything posted by tnd1000

  1. Hey, folks. Another newb here (oh, the horror!). I'm relatively new to coding, and have taken a sink-or-swim approach to it...needless to say, I spend a lot of time swearing and gesturing violently at the computer screen. But this place has been a great help--where other support forums have failed, you guys actually step up and assist. Can't tell you how great it was to have my first question answered within half an hour, and with a lot more than just "you can't do that." I hope that soon I'll be at a point where I can effectively help others with their questions, as well...
  2. Hello! I went to your site using Firefox, and might I say it looks great. However, drop shadows and rounded corners are parts of CSS3, and are only supported on IE9 or higher. Gradients are HTML5, and only supported by IE9, as well. Here are the tutorials on the subjects: http://www.w3schools.com/css3/css3_borders.asp http://www.w3schools.com/html5/html5_canvas.asp So it's not that you're doing something wrong, it's just the fact that IE 7 and 8 no longer support the newer coding.
  3. Hey there. I would definitely try 'auto' for some of your margins and such (especially height and width). Sometimes it just takes some trial-and-error, though I would seriously recommend that you save a backup of your original code, just in case something goes wrong. Also, you might want to consider trying your margins out in percentages. It might just take a little bit of fine-tuning to get the look you want.
  4. I love this site.

  5. Thank you very much for the prompt reply, and for the good news! I was a bit nervous when I posted this question in the first place, but now I actually have some hope that it can be done.
  6. Hello there! I have a bit of a challenge here; I was wondering if it is possible, and if so how difficult it will be. I would like to build a plugin of sorts for my site; it would have a video uploader, a video player, and an album for videos. The idea is that my members would be able to upload videos from their computer, where they would be stored in an album on their profile. I don't have the most extensive knowledge of coding, but I consider myself to be a fairly quick learner. My question is, how difficult would it be to create something of this sort, from scratch? The only plugins I've seen so far have been pretty expensive. Any advice would be greatly appreciated!
×
×
  • Create New...