Page 3 of 5
Re: New PureBasic website is up
Posted: Sun Sep 29, 2019 7:19 pm
by Mohawk70
See this thread, uses the formula for accessibility standards for colorblindness and other visual deficiencies.
http://forums.purebasic.com/english/vie ... 12&t=49762
Sent from my SM-N960U using Tapatalk
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 12:11 am
by NicTheQuick
@Mohawk70: You should use the right link to the Board which is this one:
https://www.purebasic.fr/english/
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 12:20 am
by Mohawk70
I copied the URL directly from the browser address bar ... it goes to the exact page I was referring to after logging into the forum and going to that post. It makes no difference at all

Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 4:23 am
by Rinzwind
Some quick remarks:
-Downloads page is missing version numbers. Essential info for someone who wants to quickly peek if new version is out. Although the news page seems to be more prominent now (or I remember incorrectly).
-The screenshots are the same old ones from the old website. There seems to be some weird 'screen bending' effect in the small thumbnails? Doesn't add anything but distraction.
-Logo is low res.
-Could have some more colors. Very bland muted scheme now.
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 8:32 am
by Joubarbe
Try not to spend too much time on that, there are some bugs that need to be fixed

(and this website is a lot better than the previous one anyway)
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 9:30 am
by NicTheQuick
Mohawk70 wrote:I copied the URL directly from the browser address bar ... it goes to the exact page I was referring to after logging into the forum and going to that post. It makes no difference at all
Of course it works in some way, but there is no HTTPS on
http://forums.purebasic.com/english , cookies are not working as expected and it is just an old link which is no more official. @Fred should shut down this link completely in my opinion. The address
https://www.purebasic.fr/english is the official link to the board.
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 9:36 am
by Fred
NicTheQuick wrote:Mohawk70 wrote:I copied the URL directly from the browser address bar ... it goes to the exact page I was referring to after logging into the forum and going to that post. It makes no difference at all
Of course it works in some way, but there is no HTTPS on
http://forums.purebasic.com/english , cookies are not working as expected and it is just an old link which is no more official. @Fred should shut down this link completely in my opinion. The address
https://www.purebasic.fr/english is the official link to the board.
That's wierd i setup apache to redirect forums.purebasic.com to
https://www.purebasic.fr/english but if you enter
http://forums.purebasic.com/english it still works without redirecting..
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 9:50 am
by NicTheQuick
It is a common mistake to ignore the alphabetic order of the config files in the sites-enabled directory of Apache. If you have two Virtualhost that could potentially serve the same domain the first one will get precedence.
But if you want I can take a deeper look at it.
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 9:52 am
by Marc56us
The DNS propagation delay can be up to 72 hours.
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 9:53 am
by NicTheQuick
wget tells me that you are redirecting the domain to itself.
Code: Select all
nicolas@tp-w530:~/tmp$ LANG=C wget http://forums.purebasic.com/english
--2019-09-30 10:51:50-- http://forums.purebasic.com/english
Resolving forums.purebasic.com (forums.purebasic.com)... 163.172.93.88
Connecting to forums.purebasic.com (forums.purebasic.com)|163.172.93.88|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://forums.purebasic.com/english/ [following]
--2019-09-30 10:51:51-- http://forums.purebasic.com/english/
Reusing existing connection to forums.purebasic.com:80.
HTTP request sent, awaiting response... 200 OK
Cookie coming from forums.purebasic.com attempted to set domain to purebasic.fr
Cookie coming from forums.purebasic.com attempted to set domain to purebasic.fr
Cookie coming from forums.purebasic.com attempted to set domain to purebasic.fr
Length: unspecified [text/html]
Saving to: 'english.1'
@Marc56us: This has nothing to do with DNS resolving. The DNS entries are correct.
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 2:49 pm
by srod
I like the new site.
On the main page :
Despite of its beginner-friendly syntax, ...
Should ditch the 'of'.
Re: New PureBasic website is up
Posted: Mon Sep 30, 2019 8:40 pm
by skywalk
PB web wrote:EASY
Using PureBasic is no brainer: you install the program, run the IDE and start developping your application. Generates small executables similar to C/C++ programs without DLL dependencies.
developing
Same misspelling on SpiderBasic website.
Re: New PureBasic website is up
Posted: Tue Oct 01, 2019 11:42 pm
by wombats
I found more language errors.
It's not a big deal, but throughout the website, "license" and "licence" are both used.
As was previously mentioned, in English, there is no space before question and exclamation marks.
On the Pricing page:
Under each of the pricing tiers:
"Royality-free" should be "Royalty-free".
Under "EDUCATIONAL:"
"classroom" is one word.
Under "How fast is the delivering?"
- I personally would change "delivering" to "delivery" (Also on FAQ page).
- "recieved" should be "received".
On the FAQ page:
Is PureBasic really small and fast ?
- "match" should be "matches".
Does PureBasic have a visual editor ?
- "mutli-window" should be "multi-window".
- I would change "allows to build" to something like "allows you to build" or "can build". It reads a little awkwardly right now.
Is the PureBasic licence valid for all OS ?
- "an user-based" should be "a user-based".
- "cover" should be "covers".
Is it allowed to use DLLs made with PureBasic in other projects ?
- "Dlls" should be "DLLs".
Why the Windows API description isn't included in the PureBasic documentation ?
"informations" -> "information"
Are there different PureBasic packages available and where can I buy them ?
- I would change the "was" in "Earlier, there was boxed versions" to "were".
- Is "updatetable" a word?

Sorry for pointing out so many things.
Re: New PureBasic website is up
Posted: Wed Oct 02, 2019 6:39 am
by NicTheQuick
wombats wrote:
Sorry for pointing out so many things.
It's a good thing to mention these errors. Don't worry.
Re: New PureBasic website is up
Posted: Wed Oct 02, 2019 7:05 am
by Kiffi
French Punctuation: The Curious Case of the Space wrote:In English, there is no space between the word preceding the punctuation mark and the punctuation mark itself.
Perhaps the following text is worth reading:
https://www.iwillteachyoualanguage.com/ ... unctuation
Greetings ... Peter