Session Start: Tue Oct 24 12:03:23 2000 *** Now talking in #netsurprise *** Topic is 'WEBMASTERS ONLY!!!! Welcome to the Adult NetSurprise Chatroom!' *** Set by SurpriseBot on Sun Oct 22 23:49:40 -SurpriseBot- Welcome - Net Surprise IRC - thud.net channel #netsurprise *** CrEaToR changes topic to 'Right Now: Tech Chat with TDavid! Ask Questions about Programming and the PHP Course! Welcome to the Adult Netsurprise Chatroom!' *** CrEaToR sets mode: +o TDavid *** pablo has joined #netsurprise hello hello pablo hiya TD Is mIRC working properly for everyone. Mine wont connect *** JP|hardcorebox has joined #netsurprise you might have the wrong port settings hi creator, why not try thud.net or irc.webmasterlive.com pablo Hi techies :-) let me look, I think i'm ok how goes it JP? :) hiya JP doing good :-) even better after booking for chicago this weekend :-) kinda short decision to go for it *** boundtohim has joined #netsurprise do any of you have experience with video streaming and what it takes on a linux server ? i think you will have a great time networking with the folks there :) can't connect to the server www.thud.net (6667) then try irc.webmasterlive.com, pablo ok yes, was hard to say no with all the people on the guest list. so we go there and not just to vegas next month video streaming on a linux server ... boy that sounds like fun i got a dedicated linux box now but figured that none of that MS media stuff runs on linux. and the host said on the other hand using an NT server i could not run a paysite without .htaccess and all those nice perl scripts i'm no expert there, but i think video streaming is one area where MS might have *nix licked i only found real so far.....free up to 20 streams....but after 20+ streams you need a license and that is WAY expensive one of the FEW areas, i might add :) REAL sucks ass, stay away from it, IMHO *** toson has joined #netsurprise welcome toson :) i have no glue from linux though so far. only run NT machines here. Hey Toson hey there everyone hiya toson well if you already NT than use that for your video/audio streaming, you'll like the results better I think talk to doKK in Chicago, he'll be able to offer you some advice on that stuff. He knows a ton about that stuff hummmmm oh well *** pablo has quit IRC (QUIT: User exited) the NT is at home with a 768k DSL line. but i need it for streaming of multiple live and video streams for the membersite. i doubt DSL can handle that bandwidth cool. I hope Dokk will make it to Chicago is it 768 up and down? or just down? a lot of DSL just have 128 UP *** boundtohim has left #netsurprise which in that case a Dual ISDN 128k would be just as good for upstream *** sharkysr has joined #netsurprise welcome sharkysr :) 768k xDSL both ways. 20 static IPs Howdy TD... and JP and everyone else. Did you miss me TD? *** Vivian_HardcoreBox has joined #netsurprise only have a full t1, you won't be able to get more than 30-35 people on their with audio and video at any decent frame rate ... just from a pure mathematics standpoint I'm guessing hi guys hiya Vivian, sharkysr and girl s er half of a full t1 that is :) sharkysr, of course! hehe :) Hey Creator right about now I am missing anyone that can put together furniture hehe those metal desks weigh a ton Are you moving in to the new office???? yeah finally :) has everybody seen this week's php course material? http://www.adultnetsurprise.com/learning_center/php/php_week_8.html Great... That means that by the weekend, you'll be ready for a break, and show up in Chicago, right TD????....;<)) I saw it, but haven't had time to do anything more than read it well what were your thoughts in reading it? Honestly I thought it looked like it wouldn't be too difficult to do, but need to read it again to make sure.. haha brb, gotta put the dog out. i think most everyone here is familiar with meta tags and the HTML tags hey SharkySr and probably a few of you have messed around with JavaScript that required you to cut and paste code within those tags there is something known as "MIME" which is what controls what type of content is rendered ... in most cases it is text/html ... which is what we are all used to seeing on a webpage but it can also be graphics like: Content-type: image/jpeg that would return a .jpg image to the browser or at least set it up to display that this is one way banner rotators will return images through an tag the img src tag calls a script which ultimately returns a header containing a graphic That doesn't mean that text/html can't be displayed, right TD? text/html can't be displayed in an img src tag, no unless the image contains text of course :) a lot of the internet is made up of headers and MIME. it is the coded way that "things" (for lack of a better word) are sent around. Email for instance is sent through headers *** Wolfe has joined #netsurprise email attachments are mime-encoded hiya Wolfe I'm sorry I didn't ask that right. The MIME being set as anything other than text/html, wouldn't prevent text/html code from being processed, would it? yes it would hey creator if you set the mime to return an image and then tried to print html you'd lock up your browser most likely, as the binary code would not be present OK, then I am not clear on what MIME represents. I thought it was that first line at the top of the page that stated the intent of the page. I'm off on that, right? you can try a little experiment by opening a graphic and then using the fpassthru() function to print to the browser you'll see the binary representaion of the data, it looks like a foreign language hehe *** Wolfe has quit IRC (Connection reset by peer) MIME stands for something like Multi information mail exchange ... or something like that. I am not sure of the exact name You know which line I was talking about? it is the way that different file types are encoded and sent across the web that is what I thought was the mime statement no that's a comment of the language of the page if you remove that the page will still be rendered fine Multi-purpose Internet Mail Extensions = MIME yeah, that's it :) I love reference manuals.... heh OK, so I've been under this total misconceptions all this time. Now I need to learn what MIME really is, and where you see it or use it. *** CrEaToR is now known as CrEaToR-aWaY is another way of doing ...