Jump to content
xisto Community

Tyssen

Members
  • Content Count

    1,159
  • Joined

  • Last visited

Everything posted by Tyssen

  1. I dunno about easier. When I first started here I found it not so hard to find topics I was interested in. But in the past few weeks, it's become increasingly difficult. So from that point of view you'd probably say the obvious solution is to move to Xisto. But my Xisto site is for my local community association so it's not just me who would be affected by having to change URL. That's why I don't really see it as a viable alternative.
  2. Well if that's the case, then admins need to be a bit more circumspect in recommending a move to Xisto in light of the difficulties it is likely to cause.
  3. OK, this is now the 4th time I've asked this in four different ways (PM, reply in another thread & email):How do I transfer my hosting to Xisto and can I do it without losing my current hosting/URL and credits?
  4. I'm on broadband and it was slow. This is how slow: 14.4K 325.50 seconds 28.8K 162.85 seconds 33.6K 139.62 seconds 56K 83.85 seconds ISDN 128K 25.82 seconds T1 1.44Mbps 2.42 seconds Well if you don't need them, why are they even there? Hey mate, if you're gonna ask for people's input about your site, don't get all shirty when they provide it.
  5. Good graphics but far too many - your site takes a long time to download fully.You need to tidy your code up - there's a lot of extra closing tags (in total, 22 validator errors and 265 warnings).Your navigation links are too dark against the dark background.Not a big fan of scrolling things particularly when there's more than one and when they're scrolling in different directions. Scrollers are used to catch attention but when there's too many of them they actually distract rather than attract.Your layout breaks if resized to anything smaller than 1024 x 780.You've got loads of meta keywords and search engines don't use those anymore.
  6. As long as Google doesn't let its position as market leader lead it to complacency and the production of inferior, buggy, competition-choking products like Microsoft.
  7. If it's a business site, sort out the copyright of your site legally (ie more than just putting ? on your pages) and then if they continue to do it (because it's too late if they've already done it and you didn't have the necessary notices in place), stick your lawyers on them. A threatening letter usually will do the trick. Or maybe your local office of fair trading (if you have one where you are). There are various things you can do to try and stop people stealing your code, but none of them are foolproof and in my opinion, you'll spend time & energy that could be better used elsewhere.
  8. I've been thinking about doing something similar recently. My thoughts were that if you wanted to change the background image of an element dynamically (say randomizing a background image) that you'd javascript or PHP or ASP to generate a different internal line of CSS code inside your HTML document, e.g. create an array with a set of URLs and then use your script to print out <style type="text/css"> element { background: url(images/randomimage.jpg); }</style>Well, something like that anyway.
  9. Not everyone using the Internet is using a PC with a 17" monitor - there are plenty of people using handheld devices so you need to keep that in mind when designing your site.
  10. I can't help it if you're easily offended. Well if the admins on this site would bother replying to PMs about my request for info on how to transfer to Xisto then I'd gladly clear off. As they haven't, I'm still here.
  11. Take it whatever way you want, mate. I've no interest in anything sig-related and I'm entitled to my opinion and my right to express it. I have to post on this forum to keep my web hosting but I'm finding it increasingly hard lately cos of the amount of stuff that I have no interest in.
  12. Yeah, give it it's own domain, then the people who have no interest in sigs or battles or any of that stuff don't have to wade through pages of threads on 'view new posts' just to find something worth reading.
  13. Quick guess is because the path has to be the full path, ie not files/filename.htm but /home/tuddy/public_html/files/filename.htm.
  14. You might also need to set your margin to 0 as well. Also, don't need to specify px (or em or %) if the value is just 0. As far as bolding text goes, it depends why you're boldening it. If you're boldening a whole paragraph, then you'd use the method Truefusion provided, but if you're only boldening a few words or a phrase for emphasis, you're better off using <strong>your words here</strong>. It will look the same on screen, but it means more for people using screen readers and to search engines (ie is given higher importance).
  15. Your link doesn't work, but I think you're talking about emailing the contents of a form filled out by a user. You can definitely do that, but as I'm more familiar with ASP than PHP, I wouldn't really be able to help you out. There are two ways of doing it though: processing the form with another PHP file or processing it with the same file as contains the form. The latter method is called a self-referencing form and is good for recording and printing errors to the screen before the form data is submitted.Just do a search on 'php form email' in Google and you'll come up with lots of info.
  16. It probably still will but because .doc and .rtf are made up of formatting information that you don't see on screen when you view the document, that stuff will end up in your page as gobbledegook.
  17. Tables are used for all those purposes you've mentioned above, but they were never originally intended for most of those purposes. Tables, under the specifications laid down by the W3C, are to be used for displaying 'tabular data', ie information that lends itself to being presented in columns & rows (e.g. stock reports). Using tables for presentation is semantically incorrect. The correct element for presenting blocks or divisions of content is the <div> and using CSS you can create layouts identical to the old-fashioned tabled layout.
  18. You can use PHP includes. Place this wherever you want your file to appear: <?php include ("$path/yourfile.inc"); ?>.inc is the suffix for include, but you can include any sort of file: .htm, .php, .txt etc. You can put whatever you want in your include. Place the link to the include on multiple pages, then when you want to update them all, you just update one file.
  19. You might have to be prepared to pay though. I've done some shopping cart customisations myself, but with the state of your site, there's no way I'd do it for free.
  20. Yeah, there's not a shopping cart out there that's going to look like your site without you customising it first.
  21. Have you tried clearing cache/cookies etc.?
  22. A search in Google on 'favicon' will tell you what you need to know.
  23. It's kinda like what I was saying in my post on the previous page: there is no 'bad' traffic. And yes, the more visitors, the more chances of links, even if it's not on the page the visitor arrives at first (they might link back to another page of the site after looking around for a bit or they might decide to link to the home page).
  24. Your logic's a bit flawed: just because someone has found your page via a search, doesn't necessarily mean they're going to link back to it. They could just read the information they were looking for and then leave.
×
×
  • 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.