Jump to content

Kaula

Members
  • Posts

    87
  • Joined

  • Last visited

Kaula's Achievements

Collaborator

Collaborator (7/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hi guys/gals, I'm looking for a script of sorts that can work basically like Gallery, but for videos. It's going to be for my sister and she is not very web savvy. I did see the youtube plug in for wordpress, but that too I think would be too complicated. Any ideas/suggestions? Cheers, Kaula Edit: oops, misspelled gallery
  2. Port 26 will work, thanks! (I would have used horde, but It's actually for my mom and she's stuck on outlook )
  3. Hi, I normally use cox's outgoing email server to send emails, but I need to goto Vermont for a while and I'm using earthlink's dialup. I have the outgoing email server setup properly but most of the time it errors out while trying to authenticate. I was wondering if I could just use my mail server for my domain instead? I don't hve alot of time right now since I'm at work or I'd just start testing it out myself, but my domains kaulaiscool.com Is there a way for me to use the smtp server for my domain on a different port other than 25? Thanks, paul
  4. I found its name, Singularity, not sure why I thought it was open source!
  5. Hi guys, As crazy as this sound to most, in the last year MS has mentioned the name of an OS built off open source from the ground up not relating to windows at all. Unfortunately i havnt been able to find the bulletin of it and googling for it seems like an impossible venture. Does anybody remember its name? Please! Thanks, Paul
  6. nevermind! I used javascript to write the lines that I didnt want parsed by the validator. Thanks
  7. Hey guys, I'm using some css, filter:alpha(opacity=0); -moz-opacity:0; to add some opacity fade-ins to some links. Its completely compatible in the browsers I want them to work in and in Opera it just doesnt use any fade in so thats fine and still works. The problem is that those two lines wont validate with w3c's css validator because they are browser specific and not supported, is there a way I could hide the lines from validation? Thanks
  8. Thanks for the responses, I got it all working properly now. Normally I use xhtml, I just whipped that up real quick as an example, forgot that the two where different.
  9. I just removed the why() and added it outside of the document.write in the body and it works fine, Is that the only way to do it? Thanks
  10. Hi, Heres some basic code, what I'm trying to do is pull some text from a function in the head section but you can see it seems to be showing up before its called. Not sure If I have my terminology right. Am I doing something wrong? Heres the example of what it does in a browser http://www.kaulaiscool.com/random/js_problem.htm ><html> <head> <title></title> <script type="text/javascript"> <!-- function why() { document.writeln("sample text"); } // --> </script> </head> <body> <script type="text/javascript"> <!-- document.write("Here is some" + why() ); // --> </script> <noscript> Your Browser does not support JavaScript. </noscript </body> </html> Thanks!
  11. Since the threads still kicking, I thought I'd mention I'm still using AntiVir without any problems. Indeed it doesnt have an email scanner for the free editon, however I use the basic precautions of not allowing certain content along with my providers scan the mail for me (paid yahoo and hotmail). For windows, I will probably stick with Antivir, or possibly move to kapersky when I switch to vista
  12. LOL nice wish My wish is to always know right from wrong
  13. Good read, It's nice to know not everyone has followed the herd. I do use FF as my primary browser, but it's out of preference not because everyone else uses it (which is plain retarded, reminds me of gentoo or ubuntu actually). I've had some issues with Opera with certain sites that I have to access along with a dislike of widgets, but otherwise it is a very good choice as a browser. I've read a few recent articles regarding Open Source softwares security track record (its not pretty).. maybe Opera or IE7 is the way to go. I doubt I will ever switch back to the Mozilla/SeaMonkey line (hey they dont even have a go button ), but I'm always open to Opera or IE7, whenever that might be finalized.
  14. telcor Ive been able to reproduce it from a friends house and from school. Normally happens when I transfer a large amount of files, maybe 200+. though the timing of when it happens seems random along with how long it becomes unaccessible seems to be random. Here is an example of what happens after file transfer fails, http://www.kaulaiscool.com/ftp_example/ftp_example.html its not imporant any longer
  15. I wouldnt think its my ISP because when It does happen, I'm still able to browse/ping sites and talk on IRC. I did'nt know I could unzip things on the server, thatll fix my problem though, thanks!
×
×
  • Create New...