Jump to content

jayson

Members
  • Posts

    634
  • Joined

  • Last visited

Everything posted by jayson

  1. ok, he is a mechanic, and he want a web server to host his web site, but he does not want to host it with someone else, but wahts to do it himself, that way he is not concerned with TOS policies. But I am trying to get him to host with TCH
  2. I have a friend that is setting up a business, (customizing cars) and want to set up his own server, he know that he will need a good fast computer and and a way to connect to the internet, but that is all he knows, so what I am asking is: What does he need installed on the computer? windows/linux, does he need mysql, and how does he go about setting up a dedicated line to the computer... Or if there is a link to a site that explains this, can someone point me there and I will show him the site.. Thanks
  3. (OOOP or O2OP) OxygenOffice Professional (originally: OpenOffice.org Premium) is an enhanced version of original OpenOffice.org. OxygenOffice Professional contains more extras like templates, cliparts, samples and fonts. Please join us today and contribute extras, code http://sourceforge.net/projects/ooop
  4. I use winrar for my backup, and have never had a problem maybe try a new download of either winzip or winrar
  5. jayson

    Htmlpass

    HTMLPass lets you add basic password protection (Java Script based) to your web pages. In addition, you can choose to disable right-click, page printing, clipboard and PrtScr. The program is easy to use, just select the pages to process, specify output options and select the protection features. Your original files can be automatically backed up, or you can output to a new location. screen shot: http://www.pullsoft.com/htmlpass.gif Download: http://www.pullsoft.com/htmlpass.htm FREEWARE!
  6. There are 2 new inpictures tutorial MYSQL Fireworks 8 (in 6 months Adobe Flash) Just a FYI for those that like these sorry forgot link: http://inpics.net/fireworks8.html Coming soon: Coming soon: new tutorials on Office 2007, Photoshop, and PHP.
  7. I did my site and I have 88 errors, so I better fix mine...( i did my site in PHP)
  8. jayson

    Xampp

    I will try, I am just learning this PHP stuff, and what little I have done took me a long time. but I will try to change the coding..Thanks Don
  9. jayson

    Xampp

    finally got it to work, thanks Don and Bruce , you're are the best, you deserve a raise!!!! :tchrocks: :tchrocks: also, I was using my browser to open the file, and it does not like that...So I type it in manually
  10. jayson

    Xampp

    so move the index.php into the inc folder, then have the inc folder in the jsa folder right?
  11. jayson

    Xampp

    Ok lets see if I can explain this, my site folder is at: K:\xampp\htdocs\jsa ^^^^^ localhost the index.php is in the jsa folder my INc folder is at: K:\xampp\htdocs\jsa\inc ^^^^^ localhost so is that right or wrong. I remermber having this problem before, and working it out.
  12. jayson

    Xampp

    and this is the one that is on my computer: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META NAME="Generator" CONTENT="Stone's WebWriter 3.5"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Andy's Web Site</title> <link rel="stylesheet"href="as.css"> <style> html {height:100%;} * html #wrap {height:100%} </style> </head> <body> <div id="wrap"> <div id="header"> <!-- Starting Header Include --> <?php include("inc/header.php"); ?> <!-- Ending Header Include --> </div> <div id="menu"> <!-- Starting Menu Include --> <?php include("inc/menu.php"); ?> <!-- Ending Menu Include --> </div> <div id="main"> <table> <tr> <td valign="top"> In loving of a pet that is now departed.<br> Rasputin:<br> Born: ?/?/1992 (adopted from a shelter)<br> Adopted: 10/2/1995<br> Passed away: 11/25/2006<br></td> <td> <img src="rasputin.jpg"></td> </tr> </table> <TABLE BORDER="0" ALIGN="center"> <TR VALIGN="top"> <TD> We are always changing what's here on the site <br> so you will have to visit often. <br> We hope you enjoy your visit. <br> <p> Sarah and Jay Yates of St. Paul, Minn.<br> announce the birth of a son,<br> Andrew Nikolai DeWitt Yates,<br> born July 31, 2003,<br> at Fairview Hospital in Minneapolis, Minn.<br> He weighed 8 pounds, 15 ounces<br> <p> Grandparents are Cheryl Osgood & Terry Worrell of Tigard, Ore.<br> Grandparents are Jerrie & Jim Penn of Coon Rapids, Minn.<br> Great-grandparents are Virgil & Olivia Mack of Eagan Minn.<br> Great-grandparents are DeWitt and Betty Osgood of DeKalb Ill.<br> <p> <p> Birthday Tree:<br> <B>Andy:</B><br> Cypress <br> The Faithfulness. Strong, muscular, adaptable, <br> takes what life has to give, happy content, optimistic, <br> needs enough money and acknowledgment, hates loneliness, <br> passionate lover which cannot be satisfied, faithful, <br> quick-tempered, unruly, pedantic and careless.<br> <p> <B>Sarah:</B><br> Cedar <br> The Confidence. Of rare beauty, knows how to adapt, <br> likes luxury, of good health not in the least shy,<br> tends to look down on others, self-confident, determined, <br> impatient, wants to impress others, many talents, industrious,<br> healthy optimism, waiting for the one true love, able to make quick decisions.<br> <p> <B>Jay:</B><br> Elm <br> The Noble-Mindedness. Pleasant shape, tasteful clothes, <br> modest demands, tends to not forgive mistakes, cheerful, <br> likes to lead but not to obey, honest and faithful partner, <br> tends to a know-all-attitude and making decisions for others, <br> noble-minded, generous, good sense of humor, practical.<br> </TD> </TR> </TABLE> </div> <div id="clearfooter"></div> <div id="footer"> <!-- Starting footer Include --> <?php include("inc/footer.php"); ?> <!-- Ending footer Include --> </div> </div> </div> </body> </html>
  13. jayson

    Xampp

    the file I am trying to look at, is the same as my person site, www.jaysarahandy.com but I can not get it ot work on my computer using xampp. But here is the code to make it easier for you. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <META NAME="Generator" CONTENT="Stone's WebWriter 3.5"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Andy's Web Site</title> <link rel="stylesheet"href="as.css"> <style> html {height:100%;} * html #wrap {height:100%} </style> </head> <body> <div id="wrap"> <div id="header"> <!-- Starting Header Include --> <div> <div style="width:100%; font-size:36px; color:purple" align="center">My son's Site</div> </div> <!-- Ending Header Include --> </div> <div id="menu"> <!-- Starting Menu Include --> <TABLE BORDER="0" ALIGN="center"> <TR> <TD><a href="index.php">Home</a><br> <a href="http://www.jaysarahandy.com/photos">Photo Gallery</a><br> <!-- <a href='salem.php'>Headstones</a><br> --> <a href='ai.php'>andy's Initials</a><br> <a href='ohandy.php'>Oh Andy</a><br> <a href="events.php">Events</a><br> <a href='growth.php'>Growth Chart</a><br> <a href='death.php'>Death</a><br> <a href='ft.php'>Family Tree</a><br> <a href='ah.php'>Hieroglyphs</a><br> <a href='newsletter.html'>Newsletters</a><br> <a href='gen/index.php'>Genology</a><br> <a href='bc/index.php'>Birthday Cronicle</a><br> <a href='zodiac.php'>Zodiac info about Andy</a><br> (COMING SOON) Crossword Puzzle<br> </TD> </TR> </TABLE> <!-- Ending Menu Include --> </div> <div id="main"> <table> <tr> <td valign="top"> In loving of a pet that is now departed.<br> Rasputin:<br> Born: ?/?/1992 (adopted from a shelter)<br> Adopted: 10/2/1995<br> Passed away: 11/25/2006<br></td> <td> <img src="rasputin.jpg"></td> </tr> </table> <TABLE BORDER="0" ALIGN="center"> <TR VALIGN="top"> <TD> We are always changing what's here on the site <br> so you will have to visit often. <br> We hope you enjoy your visit. <br> <p> Sarah and Jay Yates of St. Paul, Minn.<br> announce the birth of a son,<br> Andrew Nikolai DeWitt Yates,<br> born July 31, 2003,<br> at Fairview Hospital in Minneapolis, Minn.<br> He weighed 8 pounds, 15 ounces<br> <p> Grandparents are Cheryl Osgood & Terry Worrell of Tigard, Ore.<br> Grandparents are Jerrie & Jim Penn of Coon Rapids, Minn.<br> Great-grandparents are Virgil & Olivia Mack of Eagan Minn.<br> Great-grandparents are DeWitt and Betty Osgood of DeKalb Ill.<br> <p> <p> Birthday Tree:<br> <B>Andy:</B><br> Cypress <br> The Faithfulness. Strong, muscular, adaptable, <br> takes what life has to give, happy content, optimistic, <br> needs enough money and acknowledgment, hates loneliness, <br> passionate lover which cannot be satisfied, faithful, <br> quick-tempered, unruly, pedantic and careless.<br> <p> <B>Sarah:</B><br> Cedar <br> The Confidence. Of rare beauty, knows how to adapt, <br> likes luxury, of good health not in the least shy,<br> tends to look down on others, self-confident, determined, <br> impatient, wants to impress others, many talents, industrious,<br> healthy optimism, waiting for the one true love, able to make quick decisions.<br> <p> <B>Jay:</B><br> Elm <br> The Noble-Mindedness. Pleasant shape, tasteful clothes, <br> modest demands, tends to not forgive mistakes, cheerful, <br> likes to lead but not to obey, honest and faithful partner, <br> tends to a know-all-attitude and making decisions for others, <br> noble-minded, generous, good sense of humor, practical.<br> </TD> </TR> </TABLE> </div> <div id="clearfooter"></div> <div id="footer"> <!-- Starting footer Include --> <div style="width:100%; font-size:12px; color: purple" align="center"><pre> ©2005/2007 ® to the yates family <a href="http://www.totalchoicehosting.com" target="blank"><font color=black>Hosted by Total Choice Hosting</font></a></pre> </div> <!-- Ending footer Include --> </div> </div> </div> </body> </html>
  14. jayson

    Xampp

    Ok, I have decided to give this another try, I got to see what or where I went wrong in the xampp setup and running, maybe it is the placements of the files, I just do not know, but I will try to figure it out.
  15. jayson

    Xampp

    Thank you all for your wonderful help, I was up till 2:30 last night, and for some reason, nothing that I did would work, Apache is running, the files are where they are supose to be, but no matter what I tried, all I could get to show was just the index file. Not sure what version of XAMPP I have, but I think I am going to give up.
  16. jayson

    Xampp

    ok, I got that part, (now) but when I enter in //localhost/inc/ I get a index of the directory, does the index.php also go into the inc, folder.. Thanks Don.
  17. jayson

    Xampp

    i started the program with the main program, I will try the batcdh file when you say below, do you mean? Sorry for the newbie questions.
  18. jayson

    Xampp

    Ok, I installed XAMPP on my computer so I can work with PHP, well, I must be doing something wrong, I have my menu, header and footer in the inc folder, but when I open the index.php all that shows up is what is in the index.php, the header, footer and menu .php do not show up. What am I doing wrong, the inc folder is in localfolder/xampp/inc and the index is in localfolder/xampp/inc/index.php Thanks
  19. here is a simple one: script: <script language="JavaScript"> TargetDate = "12/31/2020 5:00 AM"; BackColor = "palegreen"; ForeColor = "navy"; CountActive = true; CountStepper = -1; LeadingZero = true; DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds."; FinishMessage = "It is finally here!"; </script> <script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script countdown.js: /* Author: Robert Hashemian http://www.hashemian.com/ You can use this code in any manner so long as the author's name, Web address and this disclaimer is kept intact. ******************************************************** Usage Sample: <script language="JavaScript"> TargetDate = "12/31/2020 5:00 AM"; BackColor = "palegreen"; ForeColor = "navy"; CountActive = true; CountStepper = -1; LeadingZero = true; DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds."; FinishMessage = "It is finally here!"; </script> <script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script> */ function calcage(secs, num1, num2) { s = ((Math.floor(secs/num1))%num2).toString(); if (LeadingZero && s.length < 2) s = "0" + s; return "<b>" + s + "</b>"; } function CountBack(secs) { if (secs < 0) { document.getElementById("cntdwn").innerHTML = FinishMessage; return; } DisplayStr = DisplayFormat.replace(/%%D%%/g, calcage(secs,86400,100000)); DisplayStr = DisplayStr.replace(/%%H%%/g, calcage(secs,3600,24)); DisplayStr = DisplayStr.replace(/%%M%%/g, calcage(secs,60,60)); DisplayStr = DisplayStr.replace(/%%S%%/g, calcage(secs,1,60)); document.getElementById("cntdwn").innerHTML = DisplayStr; if (CountActive) setTimeout("CountBack(" + (secs+CountStepper) + ")", SetTimeOutPeriod); } function putspan(backcolor, forecolor) { document.write("<span id='cntdwn' style='background-color:" + backcolor + "; color:" + forecolor + "'></span>"); } if (typeof(BackColor)=="undefined") BackColor = "white"; if (typeof(ForeColor)=="undefined") ForeColor= "black"; if (typeof(TargetDate)=="undefined") TargetDate = "12/31/2020 5:00 AM"; if (typeof(DisplayFormat)=="undefined") DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds."; if (typeof(CountActive)=="undefined") CountActive = true; if (typeof(FinishMessage)=="undefined") FinishMessage = ""; if (typeof(CountStepper)!="number") CountStepper = -1; if (typeof(LeadingZero)=="undefined") LeadingZero = true; CountStepper = Math.ceil(CountStepper); if (CountStepper == 0) CountActive = false; var SetTimeOutPeriod = (Math.abs(CountStepper)-1)*1000 + 990; putspan(BackColor, ForeColor); var dthen = new Date(TargetDate); var dnow = new Date(); if(CountStepper>0) ddiff = new Date(dnow-dthen); else ddiff = new Date(dthen-dnow); gsecs = Math.floor(ddiff.valueOf()/1000); CountBack(gsecs); Just change what you need to
  20. I am going in for surgery, Carpal Tunnel Surgery, so I will not be able to type for a bit. I hope you sll have a good week, and I will try to keep up with the forum. Jayson
  21. How do I unistall TCP/IP, the option to uninstall grays out. Do I just uncheckt?
  22. HOW/WHERE do I go to remove the protocols
  23. how do I set up the ip address so that it will work that way..
  24. router,
  25. well, I tried a few different thing, I am computer admin on all computers, just trying to figure out why it works one way and not the other. But I will keep at it. Thanks
×
×
  • Create New...