Search results

  1. E

    Forum game - Creating a truly off topic thread

    I have seen in the Off Topic area before (not including the fact the forum games are now in that section) many topics that aren't off topic before. For example, I have seen the classic "header must be at the top" thread a thousand times there. My challenge: answer the last person to post, then...
  2. E

    video hosting..

    x10 has, unlike most sites, a quick summary of their TOS which covers almost, but not, everything. I recommend you read it. As well, kiwi6 allows hotlinking for free, which still doesn't allow against copyright, which most sites don't.
  3. E

    TechNews

    Extend the background image to fit the whole screen. Try using percents of the screen instead of pixels, e.g. width="100%". The About Us page could be changed up a little... the alignment looks a little bit weird in the paragraph and there should be a space between email and the brackets, and it...
  4. E

    Mind Boggling PDO Query Failure

    This is unrelated but I must saw shawntc that you have a lot of interesting projects on your site that I would've never thought of. Good work.
  5. E

    Get domain name (not subdomain)

    Really it had to do with my case. I have two domains leading to the same place, theeducator.elementfx.com and theeducator.tk . I added a Custom Google Search and wanted it to search for results on the appropriate site (search results on elementfx when you're on there, otherwise not). So, to...
  6. E

    Get domain name (not subdomain)

    LOL Yes, I am sorry I didn't post this thread and almost let it close! I am terrible at regex, is why I asked... is there any "proper" way to do it? I know there are Javascript functions to do so... "mysite.elementfx.com" returns "elementfx.com", "parttwoof.mysite.elementfx.com" returns...
  7. E

    Review my site, A free games database.

    Oh cmon, way better than 4 year old. I would call it Intermediate at least. And your download button doesn't work. Too bad... I was going to test it.
  8. E

    Boru Maintenance site not affected

    http://status.x10hosting.com Above link says that Boru is under maintenance along with Lotus. Just wanted to alert you that my site is on Boru and is better than ever before! http://theeducator.tk/ Anyhow, the site is good so I wonder what the issue is. I guess not all the posts are accurate...
  9. E

    Status on mail issue

    Try the x10hosting email as a backup. Works fine for me on Boru.
  10. E

    What Programming Language should I learn?

    @bhupendra2895 also for web stuff, you should learn javascript with html too. It's a bit easier to understand than PHP.
  11. E

    Review my site, A free games database.

    In the early morning, the white still hurts my eyes. Sorry to be a bother, but I don't like the right align either. However, it is a lot better than before. Maybe give a small summary of the program at the top of the page.
  12. E

    Please review Wickedmarks.com (New social bookmarking website)

    The blog posts look a little bit messy. Like some Chinese website I can't read in English. Why do you have to have three toolbars in three different places? Have one under the other under the other. Your "12345Next" bar is centred and the rest is left aligned - change that. Overall it's mostly...
  13. E

    First time posting ~ please be gentle

    Did you know x10hosting comes with a free email account? Just login to your portal at http://x10hosting.com/portal . Press "Access cPanel". Then, press "Email Accounts". From here you can manage your emails. You could, for example, have an email such as amanda@amandadaledesigns.elementfx.com ...
  14. E

    Define MVC Framework

    Thanks for the answers. Can you give an example of where it would be used?
  15. E

    PHP math always returns 0

    What did you do to make it work?
  16. E

    Best Method For Mobile Friendly Sites

    var uagent = ""; if (navigator && navigator.userAgent) uagent = navigator.userAgent.toLowerCase(); function DetectGoogleTV() { if (uagent.search("googletv") > -1) return true; else return false; } function DetectAndroid() { if ((uagent.search("android") > -1) ||...
  17. E

    Updating MYSQL table field using PHP

    Try printing the return of mysql_error() and tell us what it said. Or if there was a PHP error, tell us what that said. EDIT: There should also be single quotes in the $sql variable, like: $sql = "UPDATE users SET pic='".$newname."' WHERE username='".$session->username."'"; I also don't know why...
  18. E

    503 Service Unavailable

    @motwera I see your site
  19. E

    Define MVC Framework

    What is an MVC Framework? Can you try to simplify it? Because I know you guys at x10 are good at explaining things. I either find web definitions too advanced or way too basic for me to understand.
Top