Jump to content
xisto Community

jlhaslip

Members
  • Content Count

    6,070
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by jlhaslip

  1. Nope. The accounts are seperate and transferring the credits is not an option. I know what you mean, though. I have about 170 over there, too.
  2. I would like to see some data to confirm this opinion, please. How long have Democractic Governments been in place in England, for example. Perhaps the 200 year number is an AVERAGE life span? and when you consider that some newer countries with Democratic governments are younger than 20 years, this number could be accurate only if they are averages. And as someone once said, the three greatest sources of mis-information are lies, damned lies and statistics.
  3. Look at the very bottom of the Index page for the copyright notice and version number. The last legal free version of IPB is version 1.3 Final.
  4. Actually, the Beta version is available for download and install as the beta 4.Being a Beta version, they don't reccomend using it for a production site, but as long as you could accept that their final may need a modified database and the lack of mods, then try installing that version.
  5. I am not sure about a maximum, but I think the cpanel ia a min of 6 characters.
  6. That High Altitude stuff is best left for after you have a firm base of conditioning which the schedule rejected presents is intended to provide.In my opinion, there are too many miles in that schedule for a beginner, but it would work for someone who has been training through the Fall chedule. I thought the trend was for less days per week and nice slow long runs. I would alternate the distances more, as well, 4-6 miles one night, 7-10 the next, but somewhat slower.Anyway, to each their own. Don't forget to stretch, warm-up and have fun.
  7. Well, from what I see, the div#header should be white and the body should be some shade of green. So I'd say that part is working exactly correctly.As for the centering of the page, wrap all the html you have inside another 'container' div and center the container using the margin:auto.
  8. I think the settings for the servers are to allow db access only from "localhost", so connecting from your Home machine or any other server would not be allowed. Seems to me there would be security and bandwidth issues involved.
  9. Yes, scandir() is a php5 function, but the same effect can be had by using opendir(), readdir(), etc. <?php$dir = "/tmp";$dh = opendir($dir);while (false !== ($filename = readdir($dh))) { $files[] = $filename;}sort($files);print_r($files);rsort($files);print_r($files);?> The scandir() only makes your code shorter and more efficient, but the php4 method is also effective.
  10. Update! There is a phpbb version 3 Beta 4 now available. Still not yet a release candidate. Wonder when the RC will be available???
  11. Please be sure to follow the format for requesting sigs as per the information in this posting: http://forums.xisto.com/topic/29833-rules-read-this-before-making-a-sigbanner-request-rules-regulations-update/ Thank you.
  12. As a form of protection against the different methods used by Browsers for defining default margins and paddings, I often set the html (or body) element's margins and paddings to zero and then let it cascade down to the child elements below it, changing those which I think are in need of padding and or margins. html { margin:0; padding: 0;} When the value is equal to zero, you need not declare a unit of size, otherwise, pixels or em's are needed to define which unit you want used for the margins or padding. Hope this helps.
  13. So I guess he isn't signing "I Feel Good..." this morning as he wakes up?On the other hand, the misses says he be signing that song forevvvvvver mornin' time...
  14. Here is a sample of CSS code that I use on a site to "freeze" a background gif at a specific location on the page. The gif is about 20 percent opaque, so it is really faint on the screen and it doesn't move when the page scrolls. body { background-color: #dfffdf; // set the colour for the page background-image: url('images/opac_logo.gif'); // select the image background-repeat: no-repeat; // no repetition of the image background-attachment: fixed; // fix the image on the page background-position: 50% 75%; // at this spot, play with it... } When I view your page, the image was repeated and didn't "freeze" itself on the page. If you want that to happen, feel free to borrow from the code I have posted.
  15. Thanks for the Card, Mich.Happy Holidays and Season's Greetings to all the members and guests of the Xisto and Xisto Forums.
  16. Here is a pretty good link to figure out the gist of Transparencies and Opacity. http://forums.xisto.com/no_longer_exists/ There are plenty of examples of on:hover roll-overs, etc.
  17. jlhaslip

    Omg Liek Hi

    What made you ask about Canada?Anyway, read up on the couple of rules we enforce and post until you can't stand it anymore. Have fun. Do not cut and paste or plagarize, please. Be nice to others and don't hurt yourself.
  18. What Forum Software are you using?That will determine the method to add the Sub-Forums.
  19. Thanks Hadi and Migue2K7 for the 'translations'. Hopefully, the Member will heed your advise and become a contributing member here.
  20. For those who are using Firefox 2.0, there is an update reccomendation issued today for some fixes to the Firefox Browser. Head over to the Download site and install a new version to have the fixes added to your copy. https://www.mozilla.org/en-US/firefox/new/?utm_source=firefox-com&utm_medium=referral
  21. Untested. $new += $row['logins'];Or: $new = $row['logins'] + 1;
  22. Hey, Pleno, how is the voting coming along?
  23. Home grown Tomatoes taste a considerable amount better than Store-bought. And I know what additives are not in the one I grow. So I'll eat Organic first anyday, given the choice.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.