SUGGEST FOR EXTENSION DEVELOPMENT

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
TrevH
 
 
Posts: 27
Joined: Wed Nov 26, 2014 3:31 pm
Location: UK
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT "Responsive menus"

Post by TrevH »

Hi,

My idea of perfection would be a killer extension for making fully customizable css responsive menus (including sub menus) that can have the break point be set manually to collapse from a horizontal menu into a single drop down menu (hamburger style with adjustable button width and icon placement) and that is ideally always on top of all other layers even when pulled in from a master page (as the panel menu is able to).

The best examples of versatility and variety in menu design and styling I saw was in Arti***** where every menu can look and work fantastically well regardless of it's type, placement, styling or design. But also, to go one better, why not also allow buttons with sub menus to open the sub menus accordion style, to reveal the sub menus pushed below instead than opening offset to the side.

I think this would be a really fantastic feature for WYSIWYG software which is imho so far ahead of everything else out there except on the responsive menu design.... Could you please consider it? :D
TrevH
 
 
Posts: 27
Joined: Wed Nov 26, 2014 3:31 pm
Location: UK
Contact:

SEO, Keywords, page content analysis tools.

Post by TrevH »

Hi,

To improve workflow why not be able to select some page text, right click and have an add to pop up menu option of being able to "add to metatag description" or add to "keywords" so that the selected text is then copied into the relevant section of the page properties meta tags box.

On the subject of seo, it may be out of the program's remit as a web design software, but how about an idea to include some kind of built in text analysis & keyword tools within the page properties section... such as something similar to the page weight idea but that analyzes the text content on a page and then calculates which words (and 2,3,4 word phrases) are showing up with the highest density % (as those would actually be seen as keywords by search engines excluding common stop words etc). Also something similar to the existing page errors section but that offers built in suggestions that can enhance pagerank or spot things that would negatively affect seo. I know there are tools and sites out there that do all this, but wouldn't some kind of built in seo analysis / development tools / extensions be great to quickly spot potential seo improvements/errors?

:)
User avatar
SteveMann
 
 
Posts: 69
Joined: Tue Jun 17, 2008 4:54 am

Re: SEO, Keywords, page content analysis tools.

Post by SteveMann »

TrevH wrote:... have an add to pop up menu option of being able to "add to metatag description" or add to "keywords" so that the selected text is then copied into the relevant section of the page properties meta tags box.
If I could vote on this, I would vote no.
I would suggest that we want the WWB developers to stick with their core competency - generating websites. SEO is a moving target and would constantly pull developers away from CC. SEO is a black art and most "SEO Experts" aren't. Finally, SEO for your sites may be a different target than mine.

There's already plenty of third-party SEO tools available.
Last edited by SteveMann on Mon Dec 22, 2014 6:18 pm, edited 1 time in total.
TrevH
 
 
Posts: 27
Joined: Wed Nov 26, 2014 3:31 pm
Location: UK
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by TrevH »

Hi stevemann, I did say it may be out of the program's remit as a web design software, as I realise what you say is quite valid regarding concentrating on core web design competency... I am not looking for anything that detracts from designing.

Perhaps I gave the wrong impression regarding explaining my use of it for SEO...

So I'll rephrase it, I suppose I am asking for flexible a word / phrase count text tool that hopefully can calculate or compare the % of times a word / phrase appears on a page within text excluding common stop words. To me this is just as useful a text spell checker is, and also a right click menu to then add text or phrases directly from the page (or the word count tool) straight into relevant meta tag sections as one works to improve work flow.
fochardo
 
 
Posts: 15
Joined: Wed Jan 11, 2012 8:10 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by fochardo »

Show images with effects when page scroll down.

I find some one, i think that free. I would be great make some extension based in them


https://github.com/Prinzhorn/skrollr
http://johnpolacek.github.io/superscrollorama/
http://mynameismatthieu.com/WOW/index.html
http://johnpolacek.github.io/scrolldeck.js/
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by zinc »

fochardo wrote:Show images with effects when page scroll down.

I find some one, i think that free. I would be great make some extension based in them


https://github.com/Prinzhorn/skrollr
http://johnpolacek.github.io/superscrollorama/
http://mynameismatthieu.com/WOW/index.html
http://johnpolacek.github.io/scrolldeck.js/

There are not any active extension builders left so most of these requests will be ignored. Check RZ's portfolio, I am sure he has something that does what your links do as he is really the only one active.
Running WYSIWYG Web Builder since 2007...
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by jordan »

fochardo wrote:Show images with effects when page scroll down.

I find some one, i think that free. I would be great make some extension based in them


https://github.com/Prinzhorn/skrollr
http://johnpolacek.github.io/superscrollorama/
http://mynameismatthieu.com/WOW/index.html
http://johnpolacek.github.io/scrolldeck.js/
hi fochardo,

implementing these plugs/codes is quite easily done
the problem however with these codes is not getting it right on desktop but on touch devices
at the moment it is not possible to create a single code for both applications
to create a smooth scroll animation on touch device you listen for touch events then you animate a wrapper by ie. translate/transform
this emulates the scroll behavior on touch device, it does not use the native window scroll
therefore it is very difficult to implement this in a WYSIWYG environment
ie. you would have to make sure "all" absolute positioned objects are inside this wrapper and all fixed positioned are placed outside of this wrapper
this alone creates a coding nightmare - I'm sure (I know) many other problems occur with that

you can use jor_aniMateMASTERPACKv3.0 - module | onscroll to do onscroll animation
but if you want to target touch devices as well, I recommend to turn it of for touch device
I plan to add an option(s) to auto disable onscroll functions for touch devices in JMPv3.0

if you know how to work with selectors or simply are up for a bit of trial and error
try jor_aniMateMASTERPACKv3.0 - module | onscroll, my online manual and tutorials can help
and if your completely stuck just shout for help in the JMPv3.0 topic, be glad to help from there on:)

a quick module onscroll with css3 animation demo see here
not saying you can do this overnight, (this is an advanced demo), just saying it is possible if you really want it, and it's free!

To JMPv3.0 b5.3 Topic and Download

cheers!
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by [RZ] »

about the magento menu, you have the panel menu that comes with wb or this extension viewtopic.php?f=53&t=64541 (it is responsive and has other additional features)
User avatar
Patrik iden
 
 
Posts: 479
Joined: Wed Mar 24, 2010 9:07 pm
Location: Sweden

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by Patrik iden »

Hello, i can see there is an update of the recaptcha script, can you (WWB-Team) make an update?
https://developers.google.com/recaptcha/
User avatar
stamjoe
 
 
Posts: 230
Joined: Sat Feb 09, 2008 10:32 am
Location: GREECE

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by stamjoe »

Hello guys
i found those scripts.
I think it would be great make some extensions based in them!

http://photoswipe.com
http://dimsemenov.com/plugins/magnific-popup
http://dimsemenov.com/plugins/royal-slider


Thanks
Joe
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by zinc »

Royal slider is powerful!!!
Running WYSIWYG Web Builder since 2007...
User avatar
stamjoe
 
 
Posts: 230
Joined: Sat Feb 09, 2008 10:32 am
Location: GREECE

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by stamjoe »

Hello Zinc
i think all 3 are very usefull.
Do you give it a try?
Thanks
J.
naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by naftalina »

I need good plugin for booking.
User avatar
kfi4all
 
 
Posts: 9
Joined: Sun Oct 12, 2014 12:26 am
Location: Nigeria
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by kfi4all »

I like to suggest if an extension that enable site users to signup automatically for individual cpanel email account without request a site administrator to set up the account for them. I saw this script somewhere on the internet. maybe,
it may assist in developing such extension for the benefit of all wwb user.

cpanel-create-email-account

*** Removed url replaced in its place***

Please do not post the code here simply provide a url this is so that the script can be checked to ensure that is not commercial or has any copyrights attached. BF

http://www.zubrag.com/scripts/cpanel-cr ... ccount.php

Thanks for whoever is willing to use this for the benefit of all
Last edited by BaconFries on Sun Apr 12, 2015 3:31 pm, edited 1 time in total.
Reason: code removed url put in place
regards,
kfi4all!
User avatar
stamjoe
 
 
Posts: 230
Joined: Sat Feb 09, 2008 10:32 am
Location: GREECE

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by stamjoe »

Intense Image Viewer
http://tholman.com/intense-images/

Hello guys!!!! I think its very usefull!!!!
I hope someone will implement it.

Thanks in advance
Joe
User avatar
stamjoe
 
 
Posts: 230
Joined: Sat Feb 09, 2008 10:32 am
Location: GREECE

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by stamjoe »

naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by naftalina »

booking!
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

@naftalina if possible please provide a URL to a script that can be used freely, non commercial and that it allows distribution by this that it can be made into an extension and offered to others...
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

If you can provide a URL to such a script that must be free, non commercial (Paid) as it is not possible to use paid for scripts due to license, copyright restrictions and factthey cannot be shared then maybe someone may consider making such a extension...
naftalina
 
 
Posts: 249
Joined: Sun Jun 16, 2013 6:36 am
Location: Croatia
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by naftalina »

... so!
Apartmans Rent - Booking?!
I need something same or similar.
http://bydanimarti.com/themes/wordpress/rentyourhouse/
(click on: "Book Now".
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by zinc »

Looks like a form with calendar to me.
Running WYSIWYG Web Builder since 2007...
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by protectourlands »

naftalina

I recommend PHP Jabbers for online booking apps. They are not cheap but a single developer license allows use for multiple sites. No monthly fees! They have several booking systems available, from apartment rentals to vacation rentals to car repair appointments. Plus most of their apps are responsive and their support is excellent.

https://www.phpjabbers.com/
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by [RZ] »

SKW wrote:upon mouse/keyboard inactivity for a given period of time, whilst on the website
viewtopic.php?f=53&t=61379
mustafa.gramocelji
 
 
Posts: 25
Joined: Sat Jan 10, 2015 10:07 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by mustafa.gramocelji »

https://musefree.com/demo/animation/11/index.html

Posible to make this or something like this as free extension ?
maxime
 
 
Posts: 117
Joined: Sat Apr 02, 2011 6:15 pm
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by maxime »

There is a new extension suggestion for those who create extension. This one surely will be a good seller.


Can somebody make a registration extension with the abilty to add a photo or avatar, register with facebook,twitter,google and then when the user signup he can go in protected page and then see his name, photo on the protected page. Course should have also the ability to make change of his profile and the admin should also have the ability to manage the registration.
MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Responsive Accordion Text widget/extension

Post by MichaelLloyd »

Presenting descriptive text in a functional and aesthetically pleasing way is a critical and fundamental need for many websites. I feel this extension would be a well received addition to Web Builder capability.

Please implement this responsive accordion text widget as a WB Extension. Doing this myself would require a significant learning curve. However I would be happy to assist in dissecting this widget to determine configuration components and unnecessary code elements.

Unsatisfied with the functionality, capability and/or presentation of available accordion text elements, I hunted for and tested text accordions to find ideal functionality and aesthetic presentation.

Main Requirements:
  • Responsive and mobile friendly
    Accordion starts with all sections closed
    Section height determined by content of each section (height of sections not same)
    Only one section is open at a time (other section automatically closes)
The text accordion widget I found is extremely good, completely free and open source, with no usage restrictions. The only requirement is that the license details be included in use and distribution. I requested the developer make a modification to the text accordion that enables it to be initially presented with all sections closed to improve presentation. This modification has been implemented.

Among http://rodrigoludgero.com/rlaccordion/rlaccordion.html the example "Mix Settings" has the most useful behavior, with my modification included, shown below labeled "Corrected code:" (my modification includes both a correction and setting change)

https://github.com/Rodrigo-Ludgero/rlaccordion
https://plugins.jquery.com/rlAccordion
http://rodrigoludgero.com/rlaccordion/rlaccordion.html
- Example labeled "Mix Settings" is the preferred behavior, with minor modifications (below).

There is a minor (and easily fixed) error in the current implementation, introduced when recently enhanced. Below is my code correction, which has been submitted to the developer to be implemented in the original:


In 'js' folder, the file 'scripts.js' contains the following code:
Code containing error:
$("#thirth").rlAccordion('mix', {
childNum: 4
});

Corrected code:
$("#thirth").rlAccordion('mix', {
childNumOptions: false
});

"childNum:" must be changed to "childNumOptions:" to function correctly.
"#thirth" should be spelled "#third", though functions correctly as the referencing element in rlaccordion.html is same.
Last edited by MichaelLloyd on Thu Aug 11, 2016 4:37 am, edited 1 time in total.
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by protectourlands »

I believe the WB Accordion with Jordan's Accordion Manipulation extension does all this and more.

http://wysiwygwebbuilder.com/forum/view ... on#p204829
haakoo
 
 
Posts: 189
Joined: Fri Apr 25, 2008 8:02 am
Location: Groningen/NL

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by haakoo »

MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Re: Responsive Accordion Text widget/extension

Post by MichaelLloyd »

No doubt Jordan's extensions are excellent, and an impressive addition to WB.

The extension I would like to see is different.
Though Jordan's accordion extension (jor_accordionManipulation 2.0) allows for non-text elements (which is useful though not always relevant). Seems Jordan's accordion extension is not responsive, unless I'm missing something? I did look at it and all of Jordan's extensions prior to posting, from descriptions and demos it does not appear to be responsive. If there are responsive aspects they are quite different from my proposal.

My suggested text accordion allows developers to horizontally size as appropriate, with the accordion maintaining relative horizontal size as the browser is adjusted, becoming full width when it reaches mobile size. This behavior is very different from Jordan's version, and ideal for many uses.

Further, the proposed text accordion automatically changes vertical size based on content, which will be different with different screen/browser widths. Jordan's accordion element requires user configurable (hard) vertical spacing, which does not dynamically adjust.

I believe these differences and benefits make this text accordion extension both useful and significant.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

You may find that you may have to take a New learning curve and make this yourself as many of the extension builders who may have taken this on are no longer active or no longer up to the challenge(including myself). It is just a matter of hoping someone will take the challenge
MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Re: Responsive Accordion Text widget/extension

Post by MichaelLloyd »

Thanks pal! I was thinking the same, though your insider information adds perspective and is much appreciated. Yesterday I was exploring the Extension Builder, very impressive facility.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

I havent looked at the script in question but generally if you have a knowledge of javascript, html and xsl if required then it should be to hard there are demos that show the basics at the url below
viewtopic.php?f=42&t=13743

If I had the time I would look at it but I am just to busy with personal home issues at the moment that everything has been put on hold even moderating and answering here..
MichaelLloyd
 
 
Posts: 36
Joined: Sat Jul 02, 2016 12:20 am
Location: Anaheim, California
Contact:

Re: Responsive Accordion Text widget/extension

Post by MichaelLloyd »

Bacon,

Assuming I'm crazy enough to dive into the fun and exciting world of extension construction, might you be kind enough to assist when I have no F@!*%# clue how to proceed? Rarely do I ask for help with simple issues.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by jordan »

hello MichaelLloyd,

if you use WB11 Layoutgrids ? - try my jor_gridRip (=full responsive)
you can build basic accordion and many other creative accordion types for Layoutgrids with it (+additional options)
at the moment I'm working on jor_gridRip2.0 which adds some nice new options:)
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

Michael I will contact you via your site form as I would prefer to say in private why I cannot offer help at the moment.
mayur007
 
 
Posts: 285
Joined: Tue Jun 24, 2014 9:06 am

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by mayur007 »

User avatar
stamjoe
 
 
Posts: 230
Joined: Sat Feb 09, 2008 10:32 am
Location: GREECE

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by stamjoe »

WOAH!!!!!
Its perfect!!!!!!!!!!!!!
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by Fender »

Maybe someone can make a wbs template with this jquery files in filepublisher?
I tried this but I didn't succeed to make it work.
So maybe an expert can make this template for us?

with regards
Fender
User avatar
Fender
 
 
Posts: 127
Joined: Sun Oct 16, 2011 11:01 am

3D folding panel

Post by Fender »

Hai,
I saw this 3D folding panel here https://codyhouse.co/gem/3d-folding-panel/
I believe this is a nice extension to use in websites, it is responsive.
Anybody who can make an extension out of this?
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Reel 360 degree image animator

Post by protectourlands »

Reel is an interactive 360° object movie function that uses jQuery instead of flash and is used by hundreds of major companies all over the world.
http://jquery.vostrel.cz/reel

From the website:
Is it free? Yes, of course! Take it, keep it, use it, fork it. It's free and open. Just like jQuery.
Free for use in all personal or commercial projects under the MIT License.

Image rotation has become a very popular website function, especially for product showcase. Reel appears to use several methods for image rotation including sprite and multiple image angle sequence. You can rotate images with mouse clicks, mouse drag, and touch. It also supports events for buttons.

I would love to see one of the amazing WB extension developers in this forum make an extension for this. I have a sequenced group of small images for testing I can supply to someone willing to do this. I am also willing to collaborate on this. I have never developed a WB extension but have some understanding of how this player works.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by wb_user »

hello
i need persian calender Extension like this : https://codepen.io/alamshahi/pen/BNewNm

i want :
full control in font family and font size and Location of that
*** my website pages is .html format NOT PHP
Who can do it for me?
thanks.
User avatar
BaconFries
 
 
Posts: 5325
Joined: Thu Aug 16, 2007 7:32 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by BaconFries »

Personally I don't think it be worth making into a extension as it may only be useful to limited users and not all.
CrazySmizzle
 
 
Posts: 1
Joined: Sat Apr 22, 2017 4:17 pm

Google Chart Extension

Post by CrazySmizzle »

A chart extension would be wonderful! A way to be able to add charts and graphs for your website/dashboard.

With a way to connect it to a mysql database.

Maybe use google to make the extension?

https://developers.google.com/chart/

:D
User avatar
nerdtech
 
 
Posts: 5
Joined: Fri Jan 26, 2018 4:04 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by nerdtech »

Noticed this carousel from another post in the forum, looks great and I think would be a great addition:

http://kenwheeler.github.io/slick/

thanks.
User avatar
frankus
 
 
Posts: 38
Joined: Sat Dec 05, 2009 10:04 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by frankus »

I would love to have an HTML5 audio player with playlist and customizable button beside each song. I can link the button to a page or popup for more info. about the song. Also when a song is playing, its button displays beside it.
The playlist should also have a search box, for user to search for either a particular song (by name) or group of songs (by tags, e.g Pop, Hip-hop, etc).

Thanks.
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by [RZ] »

User avatar
frankus
 
 
Posts: 38
Joined: Sat Dec 05, 2009 10:04 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by frankus »

[RZ] wrote: Tue Jun 19, 2018 8:28 am have you seen this? http://www.wysiwygwebbuilder.com/forum/ ... 53&t=70102
The demo doesn't show much. Does it have the things I stated I want?
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: SUGGEST FOR EXTENSION DEVELOPMENT

Post by [RZ] »

currently the image that is part of the track caption does not have a link, it loads and plays the track you clicked on
however, this option is planned for the next update
a searchbox has not been requested because usually the playlist has a "reasonable" length, unless you want a youtube-like player :)
pls next time post your questions in the original thread so the info can be useful for others that may be wanting the same feature and besides this to not make too long this thread
Locked