Author Topic: Eeems - Side Projects  (Read 14841 times)

0 Members and 1 Guest are viewing this topic.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Eeems - Side Projects
« Reply #30 on: January 05, 2010, 08:03:00 pm »
Yeah..I have no expirience with opera...
If you right click on a page there should be an option, view page source, or something like that, is their anything in the file that opens if you do that?
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Eeems - Side Projects
« Reply #31 on: January 05, 2010, 08:20:01 pm »
yes I know, but why would I need to view the source if I have no clue what to change in it to make your site opera-compatible? I don't know that kind of programming well.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Eeems - Side Projects
« Reply #32 on: January 05, 2010, 08:23:13 pm »
Yeah, thats true XD Most likely the hostia-thing is whats preventing Opera compatibility :(

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Eeems - Side Projects
« Reply #33 on: January 05, 2010, 08:35:21 pm »
Yeah, well it's in php, so changing the source won't fix anything, I just want to know if it's running into an error or if it just can't display anything.
I doubt it's freehostia's fault.
Hmm, I need to make an rss feed for most recent updates...but then of course I'd need to find a way to continually parse it...or to just have it update whenever someone writes a new post...I'll have to make that tomorrow...as well as user settings, creating topics, subforums, and working on the admin panel.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Eeems - Side Projects
« Reply #34 on: January 05, 2010, 08:50:30 pm »
This is strange, because in Opera, while I see nothing but the favicon, the source code shows the page has stuff in it:

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
<!----!>
<!--default--!>
<link rel='stylesheet' type='text/css' href='http://future_history.freehostia.com/iWebkit/themes/default/css/navbar.css' media='screen' />
<script src="../iWebkit/javascript/functions.js" type="text/javascript"></script>
<link rel="apple-touch-startup-image" href="../iWebkit/startup.png"><title>WebShare</title>

</head>

<body>
<div id="topbar">
<div id="title">
WebShare
</div>
</div>
<div id="navbar">
<div id="rightbutton">
<a href="themechoose.php">
themes
</a>
</div>
<div id="leftbutton">
<a href="user.php">
User
</a>
</div>
</div>

<div id="content">

<ul class="pageitem"><li class="menu"><a href="login.php" ><img alt="Description" src="images/login.png" /><span class="name">Login</span><span class="arrow"></span></a></li><li class="menu"><a href="register.php" ><img alt="Description" src="images/other.png" /><span class="name">Register</span><span class="comment">Register on WebShare</span><span class="arrow"></span></a></li></ul><ul class="pageitem">
<li class="menu">
<a href="guest.php?path=vgopheripod.php"><img alt="Description" src="icons/folder.png" />
<span class="name">Files</span>
<span class="arrow"></span>
</a>
</li>
<li class="menu">
<a href="guest.php?path=threads.php"><img alt="Description" src="icons/file.png" />
<span class="name">Threads</span>
<span class="arrow"></span>
</a>
</li>
</ul>
</div>
<div id="footer">
Webshare - online Developers community
<br />
<a class="noeffect" href="http://iwebkit.net">
Powered by iWebKit
</a>
<br />
&copy; 2010 Nathaniel van Diepen
</div></body>
</html>

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Eeems - Side Projects
« Reply #35 on: January 05, 2010, 09:39:13 pm »
I checked it out, works fine on the most current version of fire fox. Will test Opera later to see if I have the same issues as DJ

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Eeems - Side Projects
« Reply #36 on: January 05, 2010, 10:01:51 pm »
Hmm, strange...it might be the viewport settings...wierd...I'll look into it more
works fine on my ff, I haven't tried ie8 yet, but I guess I should test it.
/e

Offline JCW

  • LV3 Member (Next: 100)
  • ***
  • Posts: 70
  • Rating: +3/-1
  • Atmospheric/Intelligent Junglist
    • View Profile
Re: Eeems - Side Projects
« Reply #37 on: January 05, 2010, 10:33:24 pm »
Yeah, just thought I'd confirm that it works fine here too (I'm using Fire Fox).

Looking nice by the way, good job.
Former Administrator of TIMGUL (the international music generator users lounge)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Eeems - Side Projects
« Reply #38 on: January 06, 2010, 12:06:23 am »
Ok, so firefox works fine. And I think chrome does too (does it TsukasaZX?) but not opera...no idea about ie or seamonkey yet.

@JCW: thanks! I've put a lot of work into it. 
/e

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Eeems - Side Projects
« Reply #39 on: January 06, 2010, 08:36:40 am »
So yea, Opera fails for me too.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Eeems - Side Projects
« Reply #40 on: January 06, 2010, 10:36:15 am »
Hmm, strange...it might be a problem with the index page...I'll have to do some searching up on it.
/e

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Eeems - Side Projects
« Reply #41 on: January 06, 2010, 11:28:21 am »
I know some Linux users also uses Konqueror as web browser, I guess it might be something to check out too, altough someone who runs Linux would have to test it

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Eeems - Side Projects
« Reply #42 on: January 06, 2010, 06:17:27 pm »
yeah...anybody out there who runs linux want to test it?
/e

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Eeems - Side Projects
« Reply #43 on: January 07, 2010, 11:09:27 am »
I might check with one of my live CD's, if I don't forget (my regular OS doesn't recognize my USB wireless controller for some reason...)

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Eeems - Side Projects
« Reply #44 on: January 07, 2010, 05:50:57 pm »
kk thanks :D

EDIT: also I added thread creation/deletion and subforum creation/deletion :D
« Last Edit: January 07, 2010, 07:19:16 pm by Eeems »
/e