Jump to content




Website Testing Wanted


  • You cannot reply to this topic
41 replies to this topic

#21 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 09 January 2014 - 05:47 PM

View Postawsmazinggenius, on 09 January 2014 - 05:28 PM, said:

For all those complaining about the contact link, it works for me, so it must be an issue on your end. Clicking it makes the email, GitHub, Steam and ComputerCraft forum buttone at the bottom glow for a second.

To anyone with this issue, please tell me what browser and OS you are using.

#22 Micheal Pearce

  • Members
  • 87 posts
  • LocationUSA

Posted 10 January 2014 - 12:46 AM

View Postoeed, on 09 January 2014 - 04:48 PM, said:

Well, it depends what he means by doesn't work. It's probably IE which will be contributing no doubt.

indeed it is IE and it doesn't load because JavaScript isn't enabled which is weird because on my sites and others it works just fine

Edited by Micheal Pearce, 10 January 2014 - 12:47 AM.


#23 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 10 January 2014 - 12:56 AM

View PostMicheal Pearce, on 10 January 2014 - 12:46 AM, said:

View Postoeed, on 09 January 2014 - 04:48 PM, said:

Well, it depends what he means by doesn't work. It's probably IE which will be contributing no doubt.

indeed it is IE and it doesn't load because JavaScript isn't enabled which is weird because on my sites and others it works just fine
Does it actually say JavaScript not enabled?

I believe there's a Windows Phone emulator so I'll try that. What version of IE/Windows Phone are you using?

#24 awsmazinggenius

  • Members
  • 930 posts
  • LocationCanada

Posted 10 January 2014 - 12:40 PM

I'm sure there is some way (how do sites say "You don't have JavaScript enabled"?) to tell if the user has JS enabled, but, as I am generally not a fan of web design (I prefer designing programs to websites), I don't care for anything about JS, although I do know some HTML/CSS. If the user does not have JS, just use a static page.

#25 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 10 January 2014 - 03:14 PM

View Postawsmazinggenius, on 10 January 2014 - 12:40 PM, said:

I'm sure there is some way (how do sites say "You don't have JavaScript enabled"?) to tell if the user has JS enabled, but, as I am generally not a fan of web design (I prefer designing programs to websites), I don't care for anything about JS, although I do know some HTML/CSS. If the user does not have JS, just use a static page.
<noscript>.

#26 Micheal Pearce

  • Members
  • 87 posts
  • LocationUSA

Posted 10 January 2014 - 03:26 PM

View Postoeed, on 10 January 2014 - 12:56 AM, said:

View PostMicheal Pearce, on 10 January 2014 - 12:46 AM, said:

View Postoeed, on 09 January 2014 - 04:48 PM, said:

Well, it depends what he means by doesn't work. It's probably IE which will be contributing no doubt.

indeed it is IE and it doesn't load because JavaScript isn't enabled which is weird because on my sites and others it works just fine
Does it actually say JavaScript not enabled?

I believe there's a Windows Phone emulator so I'll try that. What version of IE/Windows Phone are you using?

My phone is WP7 I not sure what version of IE it is, but I got the site to load still say JS wasn't enabled tho

#27 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 10 January 2014 - 05:08 PM

View Postawsmazinggenius, on 10 January 2014 - 12:40 PM, said:

I'm sure there is some way (how do sites say "You don't have JavaScript enabled"?) to tell if the user has JS enabled, but, as I am generally not a fan of web design (I prefer designing programs to websites), I don't care for anything about JS, although I do know some HTML/CSS. If the user does not have JS, just use a static page.
The webpage will always say JS not enabled when loading, but JavaScript removes the message as soon as the page loads. So that's how I tell the user. This is why I'm confused about Micheal Pearce's problem, if his JavaScript is working it should be removing it.

View PostMicheal Pearce, on 10 January 2014 - 03:26 PM, said:

View Postoeed, on 10 January 2014 - 12:56 AM, said:

View PostMicheal Pearce, on 10 January 2014 - 12:46 AM, said:

View Postoeed, on 09 January 2014 - 04:48 PM, said:

Well, it depends what he means by doesn't work. It's probably IE which will be contributing no doubt.

indeed it is IE and it doesn't load because JavaScript isn't enabled which is weird because on my sites and others it works just fine
Does it actually say JavaScript not enabled?

I believe there's a Windows Phone emulator so I'll try that. What version of IE/Windows Phone are you using?

My phone is WP7 I not sure what version of IE it is, but I got the site to load still say JS wasn't enabled tho
Thanks, I'll take a look using an emulator.

#28 Alice

  • Members
  • 429 posts
  • LocationBehind you.

Posted 10 January 2014 - 07:26 PM

Do you object to me poking around your code a bit? This looks interesting :)
EDIT: I was going to just poke around some stuff, is it offline?

Edited by Death, 10 January 2014 - 07:29 PM.


#29 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 10 January 2014 - 08:28 PM

View PostDeath, on 10 January 2014 - 07:26 PM, said:

Do you object to me poking around your code a bit? This looks interesting :)
EDIT: I was going to just poke around some stuff, is it offline?

Go ahead, feel free to ask me (preferably PM) if you have any questions/need help :)

I don't think it's offline, maybe the server was down (as it often is).

#30 Micheal Pearce

  • Members
  • 87 posts
  • LocationUSA

Posted 11 January 2014 - 01:13 AM

Also I don't know if you're just using pure JavaScript or not but jQuery animations I believe work even on mobile platforms

#31 awsmazinggenius

  • Members
  • 930 posts
  • LocationCanada

Posted 11 January 2014 - 02:15 AM

I'll just confirm with this post that it works with the iPad Air (obviously iOS 7) on the Chrome app just as it would on a computer. No issues at all. I haven't tested with Safari though.

EDIT: Works on Safari on the iPad Air. I occasionally have to scroll the page a couple pixels though.

Edited by awsmazinggenius, 11 January 2014 - 02:18 AM.


#32 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 11 January 2014 - 03:17 AM

View PostMicheal Pearce, on 11 January 2014 - 01:13 AM, said:

Also I don't know if you're just using pure JavaScript or not but jQuery animations I believe work even on mobile platforms

The animations are all pure CSS3. Which, does unfortunately mean IE (at least probably 9 and under) won't have them.

#33 diegodan1893

  • Members
  • 164 posts
  • LocationSpain

Posted 11 January 2014 - 06:30 AM

Nice web, all working in Windows 8 + Chrome, but I found two typos: "Breif Description" should be "Brief Description" and "Useage" should be "Usage" in the pages with white background.

#34 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 21 January 2014 - 12:32 PM

View PostZudo, on 07 January 2014 - 11:37 AM, said:

'Breif Description' should be 'Brief Description'

View Postdiegodan1893, on 11 January 2014 - 06:30 AM, said:

"Breif Description" should be "Brief Description" and "Useage" should be "Usage" in the pages with white background.

Edited by Zudo, 21 January 2014 - 12:35 PM.


#35 Shazz

  • Members
  • 175 posts

Posted 21 January 2014 - 07:42 PM

Just had a quick look at it.
I like the simplistic style, fits well with the purpose of the side. I also like the AJAX.
Few technical stuff:
  • Minify Javascript and CSS (quickens load time and saves bandwidth).
  • Your webserver doesn't send any cache headers for fonts/images.
  • Directory listing is enabled.


#36 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 22 January 2014 - 03:53 AM

View PostShazz, on 21 January 2014 - 07:42 PM, said:

Just had a quick look at it.
I like the simplistic style, fits well with the purpose of the side. I also like the AJAX.
Few technical stuff:
  • Minify Javascript and CSS (quickens load time and saves bandwidth).
  • Your webserver doesn't send any cache headers for fonts/images.
  • Directory listing is enabled.
I'll look in to minifying. I'm not sure how much of an effect it will have though. It also makes it a lot harder for people to learn off it.

I'll fix the caching issue as soon as I Google how to :P

I've left directory listing on more as a personal 'where is it' purpose, but I suppose I should probably turn it off really.

#37 awsmazinggenius

  • Members
  • 930 posts
  • LocationCanada

Posted 25 January 2014 - 12:03 PM

It still says "Useage" (at least on the Packsge Maker page) and on the Package Maker page it says that PearOS is on GitHub.

#38 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 25 January 2014 - 06:20 PM

View Postawsmazinggenius, on 25 January 2014 - 12:03 PM, said:

It still says "Useage" (at least on the Packsge Maker page) and on the Package Maker page it says that PearOS is on GitHub.
I'm yet to fix the typos, I've been too busy working on other thing (the App Store!).

Edit: I've fixed them now, I'm looking for work experience at the moment and think this site might help, so I'm polishing it up :P

Edited by oeed, 25 January 2014 - 06:32 PM.


#39 awsmazinggenius

  • Members
  • 930 posts
  • LocationCanada

Posted 25 January 2014 - 08:04 PM

I can't seem to find my post, nor did I hear anything from the moderators/admins, so I'm going to repeat myself:

[offtopic] Lately I've started slightly (still working on it but slowly) losing interest in awsmazingOS and have been starting to write some vanilla CC programs. I've been taking some simple programs from my survival worlds and polishing them up with GUIs (but still command line support via arguments), new features and cleaning up the code. If you wouldn't mind me putting the programs on your store, I'm happy to put my programs there, as I did look into TurtleScripts but they seemed, well, not up to scratch. (They autolicense code under a license that's not even for code, and they kept their new year banner up until November, and other things.)

EDIT: 404 on the resume and the list of stuff for your portfolio is cut off on the left for me.

Edited by awsmazinggenius, 25 January 2014 - 08:05 PM.


#40 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 25 January 2014 - 09:25 PM

View Postawsmazinggenius, on 25 January 2014 - 08:04 PM, said:

I can't seem to find my post, nor did I hear anything from the moderators/admins, so I'm going to repeat myself:

[offtopic] Lately I've started slightly (still working on it but slowly) losing interest in awsmazingOS and have been starting to write some vanilla CC programs. I've been taking some simple programs from my survival worlds and polishing them up with GUIs (but still command line support via arguments), new features and cleaning up the code. If you wouldn't mind me putting the programs on your store, I'm happy to put my programs there, as I did look into TurtleScripts but they seemed, well, not up to scratch. (They autolicense code under a license that's not even for code, and they kept their new year banner up until November, and other things.)

EDIT: 404 on the resume and the list of stuff for your portfolio is cut off on the left for me.

Yep, I'm reworking the portfolio page at the moment and I haven't uploaded my resume yet.

In terms of the App Store, yes you definitely will. It's designed so everyone can submit and download programs. If desired you can join the beta too. I'm finishing the uploader at this stage and only have a Pastebin and GitHub option, with your programs do you have more than 1 file and/or folders?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users