Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Posts posted by Err

  1. Been here for a while now. I've just somehow managed to avoid this thread... but I'll guess I'll let some info out.My name is Jorge, I live in Texas. I'm 19, and listening to music is my favorite past time besides being on the computer all day programming. :) I'm a very polite person and I don't get ticked off easily. I have lots of patince in everything I do. I'm knowedglable well in html and css. I will help you out any way I can if you have a problem. K, I think that was it. bai

  2. I know I'm kinda late in this dicussion. I think it's a good idea to do for the reasons that Dan said (In the begining). Do we really need it? No. Would it be nice to have? Yes. Skemin is right in my opinion about one thing, the adminstrators don't have to do anything they don't want to do, however seening as we are so-to-speak their customers, they should at least take a moment to comment on what we (the customers) want. Do I mean him to acutally act on what we want? No, but atleast acknoweldge what's happening.It was nice of them to install a forum and all, but what good is a forum if the main person that's the administrator doesn't even know what's happening half the time on his own forum? Yes, I do know they (the admins) have their busy little noses typing up other content for their site. That's why they have to put someone else in charge of this forum (and I'm NOT saying me!) a person that's a little more active in this community. Don't get me wrong Kajim is doing a good job now. But we really need a voice to speak for them (w3schools) sometimes around here to get a message across, otherwise it's just opinions vs. opinions with no real anwsers.Also people, please stop judging Kajim on what he would think he would want or not, I'm pretty sure that he can speak for himself... we have enough Kajim supporters in the house :)

  3. Do you know any good place I can upload music and sounds?By the way *screams* Bravehost doesn't let you upload .mp3 unless you pay :)
    Rename the .mp3 file to a .txt file then upload it and rename back to .mp3Of course that is only for educational purposes. K
  4. Whoa. You had me looking back in my newbie years when I asked myself that question. No problem though. I have one, I'm not sure if this is exactly what you're looking for, but I think it's VERY close. You can copy and edit what you don't see fit.[removed]Beware: Music starts to play automatically.I've been having some diffculty playing this in Firefox, I know that it plays in IE very well.

  5. I think it would be easier to just get a domian that offers good php w/ tech support w/o the busy hosts. Wouldn't it? If your php doesn't work anymore then I think it's useless to even try it.

  6. I'm not too sure about the 1st question, but if your text-editor doesn't let you do it, then try it with notepad (Start > Run > Type in: notepad > then 'Enter') For your second question, are you talking about the http://www.anansisweb.com/images/Ananse_Ntontan.gif image?If so, you may also want to note that captialzation sometimes affects your image, if you have captial letters in it then you might want to check that out also. That's all I can think of.

  7. green {	color: #00CC00;	font-size: large;	letter-spacing: 2px;	padding: 3px;	line-height: 14pt;	z-index: 2;	background-image:url('../images/spiderback11.gif')}}

    From what I could see in your code, you have an extra closing bracket. That's probably what's throwing you off.Anyways, it looks like you sloved the problem.

  8. does anybody know how to make an i-frame or something similar to it with css? i really need help with this.
    Yeah.
    <iframe src="url" style="height:500px; width:400px; border:1px solid black;"></iframe>

    There's your iframe ^ with css styling.As to make something similar to it with css... <div> maybe... You can also try frames if it's of any revalence to you.Links:html iframeshtml divshtml frames

  9. Yup. You can use either PHP or another method that I can't remember right now.But I found out that using php is easier, at least in my case. You have to have php enabled for this work. The code:

    <?php include ("header.html"); ?>

    You have to make a page called "header.html" or whatever you want with the navgation bar html that you want it to repeat on all pages. Instead of putting your html where you would regularly put it for the naviagtion bar, replace it with the above code and it should display your html from the header.html page. Please keep in mind that you would most likely have to change all your pages to .php extensions if they're not already. Also you would have to go into all your pages and replace your html with the php code above... only once. Seems like a lot, but it pays off. I know.EDIT: Chocolate570 beat me too it... oh well.

  10. ok i find media tab but here is four images links available and also show media player and flashplayer not detect.

    I'mma here! :)Make sure you have Windows Media Player installed.Make sure you have Flash Player installed.If you don't have at least Windows Media Player installed on your computer it will prevent you from even seeing these videos.If you have followed my directions, you should be seeing the things that are in this image, if you're not then make sure that you right-clicked on the page where the video IS located at (the pop-up window that contains the player). In the image, you can see the highlighted url. That is the url of your video, you want to right-click on that, and "copy". After that you can simply put that in your address bar in your browser and hit go.p.s. If you're still not understanding, please PM me. Thanks. :)
  11. Got it to work using RahXephon this is my body tag
    	body{  font-family:arial;  behavior:url("hover.htc");  }

    you can get the .htc off the link he provided.

    Cool. I'm glad you got it working. Sorry I wasn't here to guide you... I liked this script so much cause you can use the CSS atrributes instead of those annoying mouseover and mouseout scripts. :)
  12. Umm... If you're talking about the downloading link for firefox, it's on that link Scott gave to you.Otherwise, what you would have to do is, click on that link to open the westling video, once you get the popup window for the video: Right-Click in that window, Select "View Page Info", once a dialbox appears, select the tab "Media", this will list all the media that's located on this page, which does display the url for that movie, it will be next on the 'type' as "Embed", next to that should be the url you are looking for. This is the most easiest way I found to do this. If you somehow manage to do it another way, better for you. :)

×
×
  • Create New...