Search found 66 matches

by VEDRAN
Sun Nov 03, 2024 5:55 pm
Forum: Previewing and Publishing
Topic: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint
Replies: 5
Views: 1992

Re: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint


While we strive to make our UI as flexible and comprehensive as possible, it’s not feasible to include options for every potential feature.
HTML elements alone have over 100 properties, and including all of them in the interface would make it overwhelming and complex.
Even if we were to add ...
by VEDRAN
Sun Nov 03, 2024 5:29 pm
Forum: Previewing and Publishing
Topic: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint
Replies: 5
Views: 1992

Re: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint

First of all, thanks Crispy68 for your effort to solve my problem , but...

1. Regarding your answer about a Button inside a Card, this solution would include personalized HTML coding (this is from a keyboard of someone who uses WWB to build website and writes this answer, but knows just some bits ...
by VEDRAN
Sat Nov 02, 2024 9:54 pm
Forum: Previewing and Publishing
Topic: Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint
Replies: 5
Views: 1992

Card & Dialog - If the word is too long in goes off the screen in 480 Breakpoint

Hi
I have a Card, Dialog and a Normal Button in my DEMO.

If I input too long word in Card text, when you show it in 480 Breakpoint, the word goes off the screen which then creates slide of the screen on mobile devices like Android Phones.

Similar thing happens in Dialog . If I put in too long word ...
by VEDRAN
Fri Oct 11, 2024 9:04 pm
Forum: Previewing and Publishing
Topic: CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint
Replies: 3
Views: 2290

Re: CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint


This has nothing to do with web builder itself. venobox is a third party script. It is provided "as is". See also the disclaimer on the download page.

But you can add this code to give venobox a higher z-index.

<style>
.vbox-overlay
{
z-index: 9999;
}
</style>


This CSS could solve my ...
by VEDRAN
Fri Oct 11, 2024 7:54 pm
Forum: Previewing and Publishing
Topic: CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint
Replies: 3
Views: 2290

CssMenu Z-index too high & X for Close the Venobox Lightbox can't be used on 480 breakpoint

Hi
Two things to report here.

1. The Z-index of the: CssMenu is to high I belive or something. On the main page of my Demo, if you click on: Button the Lightbox: Venobox is opened. But this CssMenu, which is a part of WYSWYG, is over (partly covers) the Lighbox, so you can't see sometimes whats in ...
by VEDRAN
Tue Apr 02, 2024 10:32 am
Forum: General Questions
Topic: How do I create these LINKS that Google displays in searches
Replies: 1
Views: 556

How do I create these LINKS that Google displays in searches

So, How do I create this thing using WWB so that Google will display my other important pages I want to be displayed by Google? Or is this something that Google determines wether some page should be there or not?
Si if I go on google search, some sites have this displayed below.
https://ibb.co ...
by VEDRAN
Sun Jan 21, 2024 3:02 pm
Forum: General Questions
Topic: No option: Animate (css3) and Animate (javascript) in EVents menu
Replies: 2
Views: 750

Re: No option: Animate (css3) and Animate (javascript) in EVents menu

Oh jeeesus. It was just on the top. I had to scroll up a little to find it.
I feel so stupid now. So stupid.
I am soooooo soryy Pablo for something like this.
by VEDRAN
Sun Jan 21, 2024 2:08 pm
Forum: General Questions
Topic: No option: Animate (css3) and Animate (javascript) in EVents menu
Replies: 2
Views: 750

No option: Animate (css3) and Animate (javascript) in EVents menu

No option: Animate (css3) and Animate (javascript) in Event menu.
So when you create example: Text field, go to Properties of the Text field, go to Card Events, there is No option anymore: Animate (css3) and Animate (javascript)
These options used to be there in previous WWB

Can you add these ...
by VEDRAN
Thu Jan 11, 2024 2:07 pm
Forum: Forms
Topic: Default Validation, Server sided validation not working. Dialog option in form is missing.
Replies: 5
Views: 3486

Default Validation, Server sided validation not working. Dialog option in form is missing.

Hi

I have a Shared hosting on Namecheap, and I wanted to setup new Contact Form.

Problem 1:
If I activate: Enable Server sided validation (anti spam) in Form Properties -> Advanced -> Miscellaneous, the form will not sent out form data in email (so it will not submit the form) and it will take ...
by VEDRAN
Mon Dec 25, 2023 5:12 pm
Forum: General Questions
Topic: Timer function: Time Range, does Not work for me
Replies: 7
Views: 2511

Re: Timer function: Time Range, does Not work for me

I found a bug in the extension that is causing the issue that I am facing.

In auto start option when timer checks the correct time on document load the endTime var is never set to the desired end time instead it was made to set the startTime

document.addEventListener('DOMContentLoaded', function ...
by VEDRAN
Mon Dec 25, 2023 2:39 pm
Forum: General Questions
Topic: Timer function: Time Range, does Not work for me
Replies: 7
Views: 2511

Re: Timer function: Time Range, does Not work for me


The 'start time' should be lower than the 'end time'.


I don' understand this so good. So If my bussines hours are 9-21H, so I don't work from 21H untill the next day 9AM, and I want to show the Dialog when I am NOT working ONLY, what should I do?

How do I set it up? Do I then need two timers ...
by VEDRAN
Mon Dec 25, 2023 1:32 pm
Forum: General Questions
Topic: Timer function: Time Range, does Not work for me
Replies: 7
Views: 2511

Timer function: Time Range, does Not work for me

Hi
I wanted to use Timer to show Dialog at a certain times during the day. Like when it is: Office After-Hours.
But it does not work for me. Can you check please?
DEMO:
https://easyupload.io/s4k12s

Also, I would like to ask if there is an option to start a Timer function at a certain times of day ...
by VEDRAN
Tue Dec 05, 2023 8:59 pm
Forum: General Questions
Topic: The object uses a font which is not installed on this system
Replies: 8
Views: 7481

Re: The object uses a font which is not installed on this system


The project you have shared works for me, so it difficult to tell what is wrong.

Note that the font 'Segoe UI Symbol' is used in your project, so if you do not have the font installed then the error is correct.
If you do have the font, then maybe the software cannot access it?
For example ...
by VEDRAN
Tue Dec 05, 2023 5:00 pm
Forum: General Questions
Topic: The object uses a font which is not installed on this system
Replies: 8
Views: 7481

Re: The object uses a font which is not installed on this system


I have download your project, but I do not get see error. It works for me.
Maybe your system does not have 'Segoe UI Symbol'?

Do you also get the warning in WB18 if you try it now?


Well, as you can see in the picture I sent, the errors are there.
I have a project version prior I switched the ...
by VEDRAN
Mon Dec 04, 2023 10:44 pm
Forum: General Questions
Topic: The object uses a font which is not installed on this system
Replies: 8
Views: 7481

Re: The object uses a font which is not installed on this system

Hi BaconFries
Tried this too.


See the following two similar posts. There is a update (hotfix) that should resolve this.
https://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=98062
https://www.wysiwygwebbuilder.com/forum/viewtopic.php?t=98063
Update: Includes Hotfix*
WYSIWYG Web Builder 19.0.1 ...
by VEDRAN
Mon Dec 04, 2023 10:16 pm
Forum: General Questions
Topic: The object uses a font which is not installed on this system
Replies: 8
Views: 7481

The object uses a font which is not installed on this system

Hi Pablo.
Thank you for the previos support. I like your work alot!

I have a project that was initialy built on v17, then bought v18 when I transfered the project into v18. Then I worked on it for a year or so, then bought v19 and transfered/opened the project into v19, but then these problems ...
by VEDRAN
Sat Sep 09, 2023 12:08 pm
Forum: Login Tools Questions
Topic: LOGOUT button doesnt work on masterpage
Replies: 1
Views: 6693

LOGOUT button doesnt work on masterpage

Hi
I have a masterpage that I am using. All pages are in php. Now, I have added a "Logout" button into masterpage. The button is in the Layout Grid, possition: footer (floating). But, when I publish the page containing the Masterpage with this Logout button, and when I click on Logout button, the ...
by VEDRAN
Thu Aug 31, 2023 4:45 pm
Forum: General Questions
Topic: How to find out which extensions where used in a project
Replies: 1
Views: 532

How to find out which extensions where used in a project

Hi
I have a project that I want transfer it to another computer. I have transfered the wbs file and images folder, but it askes me for a specific extension which I have used in my project (slide out panel menu). I have installed that extension, but it still says I need it. Perhaps it stops at that ...
by VEDRAN
Tue Apr 18, 2023 7:04 pm
Forum: Forms
Topic: LayoutGrid Validation in Text Area
Replies: 2
Views: 1947

LayoutGrid Validation in Text Area

page1 in my DEMO.
I have a LayoutGrid1 which is a form.
I have a Layoutgrid2 which is inside layoutgrid1 and a SUBMIT button in it.
I have a Layoutgrid3 which is inside layoutgrid2 and a Text Area in it.
Text Area has Max. Lenght: 30 and inside Validate: Data Required - ticked, Min: 1 Max: 30.
If ...
by VEDRAN
Thu Mar 16, 2023 2:24 pm
Forum: Forms
Topic: EditBox - Text to go into next line with scoll bar
Replies: 1
Views: 995

EditBox - Text to go into next line with scoll bar

Hi
Is it possible to get the Text inside EditBox to do a line-break?
Also, the text to start at the TOp of the EditBox, and not the middle and then goes into infinity in the same line.
Like, if there is no room for the text to be shown in full in the EditBox current size on the page.
Also, a scroll ...
by VEDRAN
Tue Feb 14, 2023 4:28 pm
Forum: Responsive Web Design
Topic: Layoutgrids flickering inside Tabs
Replies: 3
Views: 1338

Re: Layoutgrids flickering inside Tabs

Well, it works. Unless you disable this option in the next update, there is no problem even when i publish it.
I will make more check on google page insights later to see what does it say...
Also, I need to mention also, that "flickering" is ONLY on Default and 768 view. Not in my Breakpoint 480. It ...
by VEDRAN
Tue Feb 14, 2023 3:34 pm
Forum: Responsive Web Design
Topic: Layoutgrids flickering inside Tabs
Replies: 3
Views: 1338

Layoutgrids flickering inside Tabs

I have tabs with a few layoutgrids inside it. Inside layoudgrids are some texts, small pictures.
The layourgrids are Flickering inside WYSIWYG. It does not seem to flickering when I preview it in browser, but i dont know if it will be a problem if try to publish it like this.
It is very wierd ...
by VEDRAN
Sun Jan 22, 2023 9:41 pm
Forum: Forms
Topic: Floating Label causing issues in form
Replies: 4
Views: 1476

Re: Floating Label causing issues in form


If you enable the 'floating label' then completely different code will be generated.
Instead of a standard HTML textarea, the software will now generate a Bootstrap version of the textarea.

This means that the behavior is completely different. For example, if you use the 'hide' event then the ...
by VEDRAN
Sun Jan 22, 2023 6:43 pm
Forum: Forms
Topic: Floating Label causing issues in form
Replies: 4
Views: 1476

Re: Floating Label causing issues in form


Hiding an element only affects the visibility of the element, it does not disable the validation.

I will have to try and explain this in more simple way.
I did NOT hide the element using Object Manager. I hide it using Event inside Combobox3. This is how this SHOULD work, and this is how it ...
by VEDRAN
Sun Jan 22, 2023 1:45 pm
Forum: Forms
Topic: Floating Label causing issues in form
Replies: 4
Views: 1476

Floating Label causing issues in form

Hi

I have this issue. I made a small test as DEMO.

Page name: Index
If I enable option: Floating label for ID: TextArea9 (it is hidden by Events in ID: Combobox3) and in Validate Tab of the ID: TextArea9 in the section: Data Lenght I Enable the option Data Required, then even if it is hidden by ...
by VEDRAN
Sun Jan 08, 2023 12:04 am
Forum: Previewing and Publishing
Topic: Namecheap publish does not work
Replies: 2
Views: 1918

Re: Namecheap publish does not work

As crazy as it might seem (I mean for me it is only), this helped.
Why?
Because in FilreZila I used with ftpes, and it worked ok, but in WYSIWYG, it does not.
THEY told me that I should put with: ftpes
Hm. Any way, its fine now.

As always BEST BEST app and webuilder and Staff EVER!!!
by VEDRAN
Sat Jan 07, 2023 4:14 pm
Forum: Previewing and Publishing
Topic: Namecheap publish does not work
Replies: 2
Views: 1918

Namecheap publish does not work

Hi
I am trying to publish new website on Namecheap hosting.
I tried to connect FileZila to my hosting - NO problem.
WYS - problem.
I get this message when I try to publish:


*** START OF PUBLISH ***
Scanning publish folder...
Found 24 file(s).
WWB-FTP-Log:
Connect_Ftp2:
DllDate: Mar 23 2022
WWB ...
by VEDRAN
Mon Oct 24, 2022 2:15 pm
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page

Pablo wrote: Mon Oct 24, 2022 1:20 pm You can make the menu full width, by enabling 'the 'full width' property in the property inspector.
OK. I have enabled the full width, but the page still moves left-right in mobile view.
Full width didn't help.
can you try please this too, see if its the same with you?
by VEDRAN
Mon Oct 24, 2022 12:57 pm
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page


This has nothing to do with pagination. It's an error in your layout design.
You will need to make sure that all elements are inside the page boundaries (viewport)

In your case, the pagination has a fixed width , so eventually the object will become to wide for the screen.
You will need to ...
by VEDRAN
Mon Oct 24, 2022 10:13 am
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page

There is also another problem i have noticed with "Pagination".

Problem 1.

If you Preview the pages, go to Page 1, Right click somewhere on the page, left click "Inspect" in Goggle chrome, left click on Icon "Toggle Device Tollbar", select Device: Iphone SE, to see the page in Mobile view (480 ...
by VEDRAN
Mon Oct 24, 2022 9:53 am
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page


I was never able to manage to get this "Disabled" links action to be displayed on the page.

If I do what Crispy says, the page would just simply resfresh and will go to the top of the same page when it reaches to my LAST page. But could never get the actual Collor and a Disable Mouse cursor when ...
by VEDRAN
Sun Sep 04, 2022 4:05 pm
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page


On page "pagination-1" open the properties of the pagination object and set the previous button link type=child page. Leave the next button as you have it.

On page "pagination-2" open the properties of the pagination object and set the next button link type=child page. Leave the previous button ...
by VEDRAN
Sat Sep 03, 2022 6:00 pm
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page


The button will be disabled, so the page will not refresh.

You can disable the next or previous button using an (internal) link to the current page. \

If you need further assistance then please share a DEMO project, so I can tell you what is wrong.
https://www.wysiwygwebbuilder.com/forum ...
by VEDRAN
Sat Sep 03, 2022 4:08 pm
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page


You can disable the next or previous button using an (internal) link to the current page.


Yes, but that would refresh the page.
Thats not what I wanted.

If you go to Pagination Properties, there is an Tab "Pagination" and in that tab, there are options to change the colour (Text and Backgroud ...
by VEDRAN
Fri Sep 02, 2022 6:38 pm
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Re: Pagination - How do I disable NEXT button at last page

Well, for the sake of demonstration of what i want, I have several (4 in this demo) pages in one same folder.
First and the last page in that folder will NOT have pagination. The pagination must NOT leed to them.
Second and third will have pagination.
So, pagination starts at page 2, and ends at ...
by VEDRAN
Fri Sep 02, 2022 12:10 pm
Forum: Links and Navigation
Topic: Pagination - How do I disable NEXT button at last page
Replies: 17
Views: 7885

Pagination - How do I disable NEXT button at last page

Hi

How do I disable NEXT button at the last page? It is not very clear to me.
Or if I just dont want someone to be able to click on NEXT button in pagination?
I tried this
Tips:

Using ellipse ("...") as text will disable the link. For esampel ,fui you only want to dispay a sub set of pages

I ...
by VEDRAN
Sat Jun 11, 2022 3:39 pm
Forum: Responsive Web Design
Topic: Delete Account Button exits field of view in mobile wiew. breakpoint 480
Replies: 11
Views: 3293

Re: Delete Account Button exits field of view in mobile wiew. breakpoint 480

Full width Now works, but it wasnt before. But works now. thats important. :wink:

Anyway, I think I have found what was the problem.

The extension "Particles Button" was causing this problem in Breakpoint 480.
Now, I tried to use normal button in the Breakpoint 480 with the events i used before ...
by VEDRAN
Fri Jun 10, 2022 11:45 am
Forum: Responsive Web Design
Topic: Delete Account Button exits field of view in mobile wiew. breakpoint 480
Replies: 11
Views: 3293

Re: Delete Account Button exits field of view in mobile wiew. breakpoint 480


For me, the full width property works.

Did you click 'OK' after changing the value?


Yes, ofcourse I did. You can see what I did in the video.


Now, there is another problem I have found with this Delete Account Button that I have discovered.
I need this option to work/operate like this.

I ...
by VEDRAN
Fri Jun 10, 2022 10:44 am
Forum: Responsive Web Design
Topic: Delete Account Button exits field of view in mobile wiew. breakpoint 480
Replies: 11
Views: 3293

Re: Delete Account Button exits field of view in mobile wiew. breakpoint 480

OK.
Now, just now, an even newer version appeared on Download page: WYSIWYG Web Builder 17.3.0 (last update: June 10, 2022)

This newest fix, fixed the problem with Delete Account button going outside viewing point, going outside layout grid in 480 Breakpoint.

But, the option "Full width" still can ...
by VEDRAN
Fri Jun 10, 2022 10:35 am
Forum: Responsive Web Design
Topic: Delete Account Button exits field of view in mobile wiew. breakpoint 480
Replies: 11
Views: 3293

Re: Delete Account Button exits field of view in mobile wiew. breakpoint 480

The first DEMO i shared was created with older version, Yes. I named that Demo: DeleteAccount

Then I updated the app and made a new DEMO.
This newer DEMO was created using latesst version. I named the demo V.2
DEMO: https://anonfiles.com/Rei21co7yb/deleteAccountV2_wbs

This one I made again just ...
by VEDRAN
Fri Jun 10, 2022 9:56 am
Forum: Responsive Web Design
Topic: Delete Account Button exits field of view in mobile wiew. breakpoint 480
Replies: 11
Views: 3293

Re: Delete Account Button exits field of view in mobile wiew. breakpoint 480

OK. I have made video to show you that it doesn't. For me atleast.
I have pointed out in the video the two problems this button causes: VIDEO: https://streamable.com/ng350g
The previous (last) DEMO was made using latest version: WYSIWYG Web Builder 17.3.0 (last update: June 8, 2022)

1. The ...
by VEDRAN
Thu Jun 09, 2022 8:55 pm
Forum: Responsive Web Design
Topic: Delete Account Button exits field of view in mobile wiew. breakpoint 480
Replies: 11
Views: 3293

Re: Delete Account Button exits field of view in mobile wiew. breakpoint 480

Now, It's in the most recent version in this demo. I think.

Same problems.


In the case in which I made a DEMO for you, is the case in which I just wanted to show the problem that occurs with the Delete buttom that I am trying pointing to.
I have a much much bigger page in which I am using this ...
by VEDRAN
Thu Jun 09, 2022 7:54 pm
Forum: Responsive Web Design
Topic: Delete Account Button exits field of view in mobile wiew. breakpoint 480
Replies: 11
Views: 3293

Delete Account Button exits field of view in mobile wiew. breakpoint 480

Hi
I am trying to use this Delete Account button from the Login tools, and it exits the field of view in 480 breakpoint (mobile view) . Meaning, it expands too much. Like, outside the layout grid.

Also, the option in the button settings: "Full width" will NOT switch off in Delete account button ...
by VEDRAN
Mon Feb 07, 2022 9:20 pm
Forum: Responsive Web Design
Topic: Dialog not responding in 480 Breakpoint
Replies: 11
Views: 4053

Re: Dialog not responding in 480 Breakpoint


It looks like this is an issue of jQuery Ui, if you switch to Bootstrap then it seems to work correct.


It does work with Bootstrap yes, but then I couldn't get the Time Circles extension to work in that mode inside Dialog.
Thats why I wanted it in this jQuery.

Is there any way to make this ...
by VEDRAN
Mon Feb 07, 2022 8:53 pm
Forum: Responsive Web Design
Topic: Dialog not responding in 480 Breakpoint
Replies: 11
Views: 4053

Re: Dialog not responding in 480 Breakpoint

Pablo wrote: Mon Feb 07, 2022 8:49 pm The file you have shared is encrypted, so I cannot open it.

Did you change the option to 'Activate breakpoints when browser window is larger than the device width'?
I did yes.
I will upload it as wbs file now.

https://anonfiles.com/beb280G3xa/Dialog_TEST_wbs
by VEDRAN
Mon Feb 07, 2022 8:39 pm
Forum: Responsive Web Design
Topic: Dialog not responding in 480 Breakpoint
Replies: 11
Views: 4053

Re: Dialog not responding in 480 Breakpoint


The reason why the dialog is too wide, is because the 768 breakpoint is displayed (until the viewport is smaller than 480)
The dialog is 576 pixels so it will not fit inside a 480 viewport.

This is not a bug, it's logical behavior based on your settings.

The difference between the two modes is ...
by VEDRAN
Mon Feb 07, 2022 12:00 pm
Forum: Responsive Web Design
Topic: Dialog not responding in 480 Breakpoint
Replies: 11
Views: 4053

Re: Dialog not responding in 480 Breakpoint

crispy68 wrote: Mon Feb 07, 2022 2:34 am I am unable to download your files. Can you please resave them as a normal zip file?
https://anonfiles.com/B7Q429G8xf/Dialog_TEST_rar
by VEDRAN
Mon Feb 07, 2022 11:58 am
Forum: Responsive Web Design
Topic: Dialog not responding in 480 Breakpoint
Replies: 11
Views: 4053

Re: Dialog not responding in 480 Breakpoint


I do not see anything wrong with the dialog.
However, I think the breakpoint settings are conflicting with your layout.
In 'Manage breakpoints' select 'Activate breakpojnts when browser window is larger than the device width'.


1. What have you been looking? Which breakpoint view? I The problem ...
by VEDRAN
Sun Feb 06, 2022 10:48 pm
Forum: Responsive Web Design
Topic: Dialog not responding in 480 Breakpoint
Replies: 11
Views: 4053

Dialog not responding in 480 Breakpoint

I think there is a problem with Dialog.
When you preview it in Browser and go to Mobile view 480 breakpoint and below, then refresh the page, the Dialog will not fit the window of mobile screen, but it will be streched too much. Just the window of dialog will be streched too much. The elements ...
by VEDRAN
Thu Dec 23, 2021 3:26 pm
Forum: Links and Navigation
Topic: Sticky Full Screen MENU not in the wright place if I have breakpoints
Replies: 10
Views: 5983

Re: Sticky Full Screen MENU not in the wright place if I have breakpoints

@crispy68

THANK YOUUU!

This the explanation I was hoping to get!
Now I understand this z-index and how to work with it. Even aditinal work I have now from you.
Excellent!

Thank you a THOUSAND times!