Standard standards

Welcome to the WonderCMS community. Anything goes, except for support requests.
User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Standard standards

Post by turboblack »

Standard standards

Today I came up with one idea: why web standards are so complex, and you either have to agree with the rules of the game, or ignore it, but not in favor of yourself, but in the minus to the functional, or appearance. Everyone wants a motley beautiful site that will be dynamic, functional, and watchable on every device?

In fact, there is only one barrier that separates us from all this - raster. Vector graphics are not yet developed so much, it seems to be castrated, we are used to seeing everything in resolution, in some specific resolution, but we constantly forget that pictures and video at different resolutions are of different sizes. Today I have checked the template. I stopped and thought, why on the mobile device does the movie come out for the values ​​I have specified? I do not specify in pixels, but in percent. But the fact is that the video has 720 * and the width of the site on each device is different, and can be less than 720 horizontally if the phone is in portrait mode. For example - we open the video player in our operating system, where we take the arrow 45 degrees, and change the height and width of the object (in our case, the video clip) and change the aspect ratio in percent. The same is true for raster images.

If we have a template, the basis of which is a bitmap graphics, on a mobile device this site will look like at least in any way. On ugly. Incredibly ugly will look.

And if vector images were standardized, we would not notice any difference when viewed on a mobile device, and a device with any resolution, since all objects would be vector, including fonts.

What was this all about? To the fact that the world of web designers and web designers will save vector graphics, and this vector should develop simultaneously in all standards, otherwise with each new improvement on the part of device developers (now recall - good resolution is 1920 *), which suddenly decide that We really need screens with a negative of 10 thousand pixels horizontally - we will have to change the design of our page again, or refuse raster graphics, pictures, and video, and use only text and css


WRU thinkin about? :?
thankz ;)
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Standard standards

Post by wiz »

Hi turbo!

We already partially solve the website width*height proportions with the library called Bootstrap. If you check out WonderCMS.com on mobile or PC, it will load nicely with the VECTOR logo. Anything like this in your mind?

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Standard standards

Post by turboblack »

wiz wrote:
Mon Jul 31, 2017 10:15 pm
Hi turbo!

We already partially solve the website width*height proportions with the library called Bootstrap. If you check out WonderCMS.com on mobile or PC, it will load nicely with the VECTOR logo. Anything like this in your mind?
Hey. I talked more about the layout conflicts directly with the content. And the content on the site is the main thing for the end user, the rest is secondary. The workability of the engine is the business of the owner of the site, who edits it, and he does it exclusively for people who will read this site.

Let's take a few pictures for the experiment, and paste them into the contents of the article, take a couple of videos from YouTube, and similar services - they will stick out of the site in the mobile version, because their width is too wide to enter the segment.

Video and picture can not decrease in percentage of the value when switching to the mobile version, it still remains large, and stands out

for example http://turboblack.ru/%D1%81%D0%B2%D0%BE ... 0%BD%D0%B3 - look with the phone :(

You will see that the video has gone beyond the boundaries of the page.
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Standard standards

Post by wiz »

I see. This is a problem with the Summernote editor. Managed to find a fix. You can try a Youtube video here in the demo to see how it works on mobile:
https://www.wondercms.com/demo/example

Planning a WonderCMS 2.3.0 update with some new features:
- install themes from settings panel
- install plugins from settings panel
- tab/tabulator/indentation support
- we will include a Summernote plugin update, which will make videos responsive (videos might have to be uploaded again for this to work). This will work like the fix in the demo.

What do you think? :)

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Standard standards

Post by turboblack »

i think its great :o

looks like i must do some new themes ehhh ))))
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Standard standards

Post by turboblack »

wiz wrote:
Tue Aug 01, 2017 12:16 pm
I see. This is a problem with the Summernote editor. Managed to find a fix. You can try a Youtube video here in the demo to see how it works on mobile:
https://www.wondercms.com/demo/example

Planning a WonderCMS 2.3.0 update with some new features:
- install themes from settings panel
- install plugins from settings panel
- tab/tabulator/indentation support
- we will include a Summernote plugin update, which will make videos responsive (videos might have to be uploaded again for this to work). This will work like the fix in the demo.

What do you think? :)
i think it is a problem with a standart editor too.
I think that the engine needs just one, but a good quality editor that meets generally accepted standards. Let it be even narrow-profile (I mean it supports correctly inserted video only from youtube), but that with pictures there were no problems with the insertion.
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Standard standards

Post by wiz »

Are you talking about built in editor or Summernote, which is a plugin?

The built in editor accepts one of the most well known standards called HTML. You also mentioned a problem with the editor, can you please specify what the problem is?

With the upcoming version, installing themes and plugins will be possible from within the settings panel, meaning installing any WonderCMS plugin editor shouldn't be a problem. The editor will also support tabulators/tabs.

It's really hard talking about a "new" standard editor without any specifications. What would be the perfect editor for you?

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Standard standards

Post by turboblack »

wiz wrote:
Fri Aug 11, 2017 12:20 pm
Are you talking about built in editor or Summernote, which is a plugin?

The built in editor accepts one of the most well known standards called HTML. You also mentioned a problem with the editor, can you please specify what the problem is?

With the upcoming version, installing themes and plugins will be possible from within the settings panel, meaning installing any WonderCMS plugin editor shouldn't be a problem. The editor will also support tabulators/tabs.

It's really hard talking about a "new" standard editor without any specifications. What would be the perfect editor for you?
Ideally, the editor for me should be such that, when editing the content, the text, pictures and video in the operating rooms are not lost, as it is now. Quite strange editing looks, my friends passed the test periodically, and my mother))) which incidentally said that this method of editing is quite inconvenient, it would be better to have the panel at the top, it is rather difficult to call up for the text, it is buggy.
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
turboblack
Developer
Posts: 198
Joined: Fri Sep 19, 2014 1:53 pm

Re: Standard standards

Post by turboblack »

Hello. I recently had such a problem, I decided to make my blog a template :roll: , that is, I want to make each page of content so that at the beginning and at the end of the article there is always the same text, and at the bottom of the article the creation date was shown.

Tell me how to implement it?

Also in the plugin of additional content, I would like to add one change that would lead to the appearance of a so-called blog at the bottom - buttons with pages that would limit the number of articles per page.

Still there is an interesting idea about the editor: it does not have the opportunity to make a "read more" chip in the article, so that the article would not immediately open completely, but only part of it, when you click on a special button, it is an additional option
http://old.net.eu.org/ Get ready to hamsterization! 8-) code takes less than a kilobyte! shock!
https://github.com/turboblack/HamsterCMS new version for PHP 8 with new templates

User avatar
wiz
Admin
Posts: 749
Joined: Sat Oct 30, 2010 12:23 am

Re: Standard standards

Post by wiz »

Turbo, what do you think about this top bar Summernote editor?
https://www.wondercms.com/demo/

Post Reply