Jump to content

SFB

Members
  • Posts

    282
  • Joined

  • Last visited

Posts posted by SFB

  1. I would say yes.unless you are the worlds slowest learner, which you probably aren't.
    you should also have hands, unless you can type with your feet which would be really fun to try sometime. for you own website you wont kneed to learn everything. i like the learn as you kneed it approach. i started html with simple links and text then went to tables and setting colors and then i moved to css to further help design my site. then i moved to php to make a message board and some other cool things. i've been doing this for at least a year and a half now but i have known css and html well for about a year. once you get the concept of tags you should be able to learn html quickly.
  2. Thanks.On page: http://www.w3schools.com/media/media_object.aspI can only display the picture after "click here to try it yourself", and cannot dispaly all the others.
    ok so i'm a bit confused. the problem is with the object tag? in the quote box is from the page you supplied. are you thinking there should be an image after "you can display a picture:"? there isnt. the code that is supplied there is supposed to be in code form and not an image.
    Displaying A PictureYou can display a picture:
    <object height="100%" width="100%"type="image/jpeg" data="audi.jpeg"></object>

    Click here to try it yourself

  3. ok so i was boooord and found the today's top ten posters. but it seems to be in the timezone of the forum and not of me. for example for me it is 7:36 am and it says i alredy have 21 posts. i have posted no more than 10 probably like 5-7 posts. businessman332211@hotmail.com hasn't loged in yet today in my timezone so his posts for today should be 0 but it says 12** all numbers were recorded at 7:36 in my timezone. the numbers may be different for other people. I consider midnight to be today (12:00am)

  4. Hi Guys!I have 2 webserver running PHP . I want make a code : With User have a number access is a odd number then that user will redirect to webserver1. If user have a number access is a even number then that user will redirect to webserver2. help me
    do you really have that many visitors that you need to run your site on two different servers? i'm not sure if this is what you want really but here it is. <?php$rand = mt_rand(1,2);if($rand == "1") { //redirect to other server}else{ //stay at this server}?>you will have to fill in the if statements with how you want to redirect the user.
  5. I knew it was this simple. SFB you just solve the issue :)I checked my old script and I see session_start(); at the top. When setting a session variable when logging in I don't need to start the session right? Only on a new page where I use a session variable?Thanks.
    um I'm not sure if that is true, I always use session_start(); on all the pages i use sessions on. even the ones i set them on. I guess it doesnt hurt to use it if you dont have to but i think you should.
  6. I'm a smart person... I have the script check to see if my site is down before it even goes to there site... so then I can check it often with out them getting mad. Also since it's php it uses my user-agent so they will no know it's a automated script.
    too bad your server got hacked.
  7. EDIT: also, one thing to think about with one of those; the (x)html/CSS people will have a hard time doing thier part until the graphics people are done, and the Server Side Language people will have to add in all the HTML generation AFTER the html people are done, so mayb we could have different teams start at different times.
    I would perfer to work in the serverside area but if the project doesnt use php then i would work with (x)html/css. I dont think the (x)html/css people have to wait. they should be working before the image people because then they can tell them where, whatsize and for what purpose they want the image. the server side language people will be able to work on the processing of forms and things like that while the image and (xhtml)/css people work on the layout.
  8. there are websites that will tell you an estimate of how long it will take to load your page based on its size. just type in loading time test in google or your favorite search engine. then you type your url in the site and it gives you an estimate. http://www.websiteoptimization.com/services/analyze/http://www.1-hit.com/all-in-one/tool.loadi...ime-checker.htmabove are the first two from google. i like the first one better but they were both good when i used them

  9. SFB -- That would be very hard to do, considering you would most likely have to use mysql to store the last date you were active AND logged in.. You couldnt really transfer sessions.
    I was only sugesting having a register that would be for all blogs. not a login. i didnt say it would be easy or even possible. if it worked banning could proabably be done with a combination of individual blogs only or for all depending on what the person did. the more i think about having all the blogs connected to one site for the users, the less it seems possible
  10. Also, the second parameter to SetTimeout is in milliseconds, so a value of 5 will submit the form 200 times every second and probably get your IP banned.
    think if you submitted to a guestbook 200 times ever second. man they would have one cloged up server. banning of dcole's ip would not be good because it is the same as the ip to his server. that would mean that his site and mine would go down
  11. I always wanted some sort of blog on my site. one that had a full admin pannel but i never got around to it. it would be interesting the somehow have you register on one site and then any website that used our blog (if it is what we make)you would be registered and be able to leave comments and things like that.EDIT: It would be hard to stay loged in from site to site but at least you would be registered.

  12. Doh! I was afraid of that, lol. Javascript it is. :)
    i actually dont think it should be your choice where the link opens. i think it should be the user's choice. i always have links open in a new tab unless it is a link to a page on the same site.
  13.  <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Yi4GkqwqI_Q"></param><embed src="http://www.youtube.com/v/Yi4GkqwqI_Q" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

    So that's the youtube code, but I want the video to play automatically.I know I have to put autostart=true but it didn't work maybe I didn't place it right

    i'd place it in the embed tag somwhere also i dont think the embed tag has an end tag. if you are using xhtml you should end it like <embed (stuff goes here) /> just like a br tag <br />
    <objectclassid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"width="425" height="350" id="movie"><param name="movie" value="http://www.youtube.com/v/Yi4GkqwqI_Q" /><embed src="http://www.youtube.com/v/Yi4GkqwqI_Q" quality="high" width="425" height="350" name="movie" type="application/x-shockwave-flash"plug inspage="http://www.macromedia.com/go/getflashplayer" autostart="true" /> </object>

  14. There is a museum here where I work, actually in the building. I wanted to create a virtual tour type thing for our website. I've been researching some different programs but they all seem really expensive, or have a free trial and put a watermark on the panorama.Are there any good free programs out there for this? I will probably only be using it for this one project and I don't really want to spend any money on it.
    the way i would do it is take a bunch of pictures then print them out and arange them. now set your first one as a background and then make arrows and place them on the page as a link now when the user clicks on an arrow use php or something to change the background one to the left. and then display the corect arrows on it. if it ends up being too chalenging just make seperate pages for each :) .
  15. Even without metat tags google should get something from your page and display it there. in your case it cant because you have an extra page that you see before entering your site. i would recomend removing it. that extra page is like a gate to a search engine. it has to open it and then go on. it is basically worthless to the search engine. if your homepage was the first thing the search engine saw it would be redy to get to work. it could collect the data it needs to put a description below your link. personally i dont like an extra page before your main site but the decision to keep or get rid of it is up to you.

  16. edit: sorry i cant figure out why i am getting doubble posts. i am not trying to but it is happening. i dont think i am clicking post twice. i know, i must be clicking on "add doubble reply" button

  17. I don't even know how it's possible to disable ini_set, I can't find any documentation on it. He had to do it somehow, does he not know how he did it? What do you mean it doesn't work, what happens when you try to do it? How did he install and set up PHP? Did he do it himself? And are you telling me that your host is so lazy that he wants you to do the work for him to get his server configured? You can always just set up your own test server, configure it how you want, and move things over to your host once you have them working.Never mind. There is a disable_functions directive in php.ini and ini_set is probably listed there. He could have found that by searching php.ini for ini_set, or even by just reading through php.ini.
    I'd like to say he is too lazy but currently he isnt working on hosting as much as he is working on his search engine. over time he probably would go figure out how to configure it but if i wanted it that hour/day i had to do it. ini_set seems to work now. must have been doing something wrongI had xampp but then got rid of it for lack of use and it was slowing down my computer on startup. i would login and then have to wait an extra amount of time before other programs would open.
  18. You'd be surprised---we were discussing making the guestbook the whole project. And not if we use server side classes included onto the page, along with linked JS files. Then everyone can only use the includes to run their specific page.And also, guestbooks can be pretty complex, as the rest of the mods explained. You could have AJAX adding, drag and drop boxes, swear filters, searches, cool fading effects, using ajax to have to never change the page that you're on, just include it in...there's lots of stuff you can do.
    I dont see the point in making a guest book more complicated than it needs to be. i could see using ajax to update the page so you dont have to change what page you are on but otherwise i dont think you really need things like a search. a message board is usually one long thread where people say hi, I like your site and some other nice things and a few people ask some questions like how did you do this but its not like a forum where you should search for it. (i suppose other people's opinion on that would differ) a swear word / spam filter can easily be done i added one to my message board in under 2 hours. i dont understand what the drag and drop boxes are. is that like for formating your text like you drag a bold tag over a word or something? I am sort of also against js. just because some people block it (i wish they wouldnt). i can see using it in places where the user could get along without it. like in this reply box. i can type in BBC code insted of clicking on the link to get it.EDIT: lol that was like a doubble post but it was all in the same post. (everything was in there twice) sorry i will try not to let the forum have an error again lol
  19. My county (lol, the county... not just the town) lost power and had tornatos touch down, so I had some free time!
    yep just about all the am radio stations and some of the fm stations went down. i was like turning the dial on the radion(battery powered) and i'm like where is KRBI(our local station) and then i got a flashlight and was like nothing really works on this radio. i got about 3 stations that came in clear and the rest were like all blurred together like they didnt have strong enough signal to block the other station out of their frequency. now all works again. I heard last nignt that the only way to st peter from mankato was to like take this rout that takes your west of st peter then you go back twards st peter. there are like 2 direct ways from st peter to mankato and both were blocked.
  20. When this project is done, we could have plans for a sequel, couldn't we? So what about Creating a very, full, complicated, open source, whatever application, step by step? One part of the application per project, like first a loginsystem, then a questbook, etc. And all for beginner developers, that they can download the application or use it online, to set up their site when this is completed :)I can see it all before me :) "The great hmhmhm application of the developers at W3Schools" :)
    we could design the admin pannel with the idea that we could continusly add things to it just like add another sort of tab. here is another idea. we make an online drawing sort of thing with php or another language that can create images. then the user could download their own image. mabey have it so they could make custom smilies or something like that too. i saw one cool image that was like a sign in the ground that said your ip address is ****** and your isp is ***** you are using browser name on operating system(replace *** with real thing). it would be cool to allow short bits of php code to display information in the images.
×
×
  • Create New...