Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Posts posted by Err

  1. Thanks, but that didn't work on my server, I got a 500 error. :) Is there anything that'll do a similar thing to this? I also want to make note that I need to access the all the web pages, where as the visitor gets redirected. :)

  2. Hi.This might seem like an elementary question, but I have to know. How can I redirect all the pages/directories on a site to a page on the same site called maintenance.html on the main directory? I'm using the .htaccess code: redirect / http://www.example.com/maintenance.html, of course that throws everything into an infinite loop, which then results in 403 error on the server I'm on. But how can I redirect to whole site to the maintenance.html page without this loop happening? Obviously I'm trying to display only the maintenance.html page when I'm working on the site. Help? :)

  3. You can make a <div style="text-align:center; margin-top:60px;"></div> container for your flash to make it center, and lower it a little on your page. Just be sure to take that margin:50px; off of the body tag, or else you'll have some serious margin issues. As far as the .gif images go, I don't know about that. I guess just try it out.

  4. No you really don't. All you need are those files I mentioned above, all the rest of the things you don't need for the player. However if you want to that's fine, it's not going to hurt it.

  5. I just did this not too long ago.Unzip the files. Upload the following files to a new folder in your site (just to make it easier):playlist.xmlconfig.xmlmp3player.htmlmp3player.swfufo.jsEdit the playlist.xml, here you can add songs just edit the code:

    <track>   <annotation>Your Song Title</annotation>   <location>your_music_file.mp3</location>   <info>http://www.jeroenwijering.com/?item=Flash_MP3_Player</info>    <image>mp3/cover.jpg</image></track>

    <annotation> is where your song title goes.<location> is the URL or web address of your music file<info> is the information of your song, this makes a link in the player. You place your URL here, this is optional, it's not required for the player to work.<image> is the album cover of the song, you have to link it of course, this is also optional. You can copy, paste, and edit that for however many songs you want. Just be sure to also copy the <track> </track> code also for every new song you add.Here's one I did: http://oneuse.awardspace.com/flash_player/2_3_1/

  6. Thank you very much! Though I didn't find what I was looking for, I found some other interesting things that caught my eye.Update: I learned you can type in: "help" in the command window, and you'll get a list of commands you can use. You can get detailed information on a command by typing: "help [command here]"

  7. Pfft! That's the moderators job! Let them sort it all out. We need to keep them busy anyways. :)But yeah, if you have double-posted, just edit your message and make it clear that you did so. A moderator will come in sooner or later and delete it, no harm done. It wouldn't be such a great idea if everyone had the ability to delete their own topic.

  8. Due to problems I´m having with my computer, the Task Manager is not available to me. I keep getting the "Task Manager has been disabled by your administrator" error. Yes, I´ve searched Google already, but none of those ways worked for me. So I was wondering if I could end tasks through my windows command line. I´ve searched this also, but I couldn´t find what I´m looking for. Your help would be great. :) Since I{m already here, I would like to ask how can I solve this typing problem that I{m having_ Instead of a question mark, I get an underscore in it{s place and instead of an apostrophe I get an opening bracket as you can clearly see here. Currently my apostrophe is where my dash key is suppose to be, same thing with all my non-alphabetic keys (except for my numbers and my comma) they are all weird. Does anyone know how I can fix this? I know restarting my computer does it, but I want to know why this is happening, and how to fix it w¡th out restarting it.

  9. Music MatchI used to have that program, and it does what you say. It finds the Album name, year, album cover, track number, genre, composers, etc, and it also changes the ID3 Tags and file names upon request. But I haven't had that program for years now, so things could of changed. I had the free one, then updated to the pro for sometime, but it was really slow in opening (in my old outdated primitive computer), so I dropped it. Perhaps it can do you some good. :)

  10. Well there is nothing to really "fix" in Firefox. But you could just do a pop-up window using JavaScript. Is this a issue you want to fix for own yourself or for your visitors?By the way, that url you gave doesn't work.

  11. Hi.I need a Flash of any cartoon-like animation of a mail envelope that says "Your message" on bold letters going into a blender or fire, what ever is easier to make. I just need something simple, I'm not asking for much. I would make it myself but I fail hard on that. Please, just anyone with free time on their hands, I would really like this.Resolved.

  12. <div bgcolor  id="[b][color="red"]H[/color]eader[/b]">  <h1>Header Strip</h1></div><div id="[b][color="red"]L[/color]inks[/b]">  <h1>Links</h1></div>

    You have capitalized your id's in your HTML, but didn't in your CSS. You should stick to lower case code to avoid this confusion.

  13. Yup, something just has to be done about it. I'm getting tried of seeing them over and over again. I know the current mods are not here everyday/hour but more mods could help relieve the problem.

    Forms?

    form {  font-size: 20px;  color: red;}

    I'm not sure how reliable is that. Perhaps you should also add in option/input. Give it a try.

  14. I'm trying to do something very similar, and I have a site where I use absolute positioning and pixel sizes, and it does work, but........ I want something that will work in all browsers and all screen sizes. So I figured I would go for simplicity, use percentage sizes and let the browser decide. Bad move apparently. Started playing as simply as possible....I don't mean to hijack this thread for my own problem, but it strikes me it's essentially the exact same issue and I can't find (either by browsing the forum, following the tutorials, or endless playing with it) a solution, without absolutely positioning it.Also tried putting the three 'column' divs inside a 'container' div width 100%, height 80%, to see if it would order itself properly within a div, but no such luck.Do percentages *really* not work in CSS as RahXephon said?
    Whoa! I never said they will not work. It's just really very difficult to make one that works properly with percentages, across all browsers and resolutions, if not impossible. You always have the option of making a hybrid layout that uses both tables and divs. Consider my example:http://oneuse.awardspace.com/layout/ There I use a table and divs/css (no absolute positioning) to make this layout work on all resolutions. I only use 1 table in it just so it is structurally stable and won't drop anything because I'm using percentages here. You can test this layout on all browsers in different resolutions and in fact is it VERY stable.
×
×
  • Create New...