Search found 185 matches

by Rob
Wed Apr 23, 2025 5:40 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: New(ish) Work!
Replies: 10
Views: 744

Re: New(ish) Work!

Absolutely stunning as usual.
by Rob
Mon Mar 31, 2025 4:36 pm
Forum: Off Topic Section
Topic: Client Win
Replies: 1
Views: 297

Client Win

Reason # 331 why I love my desktop website builder as opposed to WordPress or anything web-based...

Short story - because the website is automatically backed up on my desktop.

Long story (and not the first time a client of mine has been through this)....

I normally set up hosting under my ...
by Rob
Sun Feb 16, 2025 3:22 pm
Forum: Off Topic Section
Topic: Scaling
Replies: 3
Views: 1576

Re: Scaling

personally I don't mess with scaling. I set font size in each breakpoint. 18 for largest, and 14 for mobile. But that's just me.
by Rob
Tue Jan 14, 2025 7:13 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Managing older sites with older extensions
Replies: 2
Views: 1156

Re: Managing older sites with older extensions

Pablo wrote: Tue Jan 14, 2025 6:59 pm This is documented here:
viewtopic.php?t=7234#p491859
Thank you.
by Rob
Tue Jan 14, 2025 6:44 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Managing older sites with older extensions
Replies: 2
Views: 1156

Managing older sites with older extensions

I just noticed that if you delete an installed extension from WYSIWYG, but not from the page in the working project file, it renders that page invisible next time you try to open the project file. Even if the page is an old sub-page - the parent page disappears as well.

Other than simply not ...
by Rob
Wed Jan 01, 2025 3:25 pm
Forum: Off Topic Section
Topic: Happy New Year
Replies: 4
Views: 891

Happy New Year

Image
by Rob
Mon Dec 23, 2024 5:35 pm
Forum: Off Topic Section
Topic: 🎅Merry Christmas One and All 🎄
Replies: 15
Views: 2825

Re: 🎅Merry Christmas One and All 🎄

Merry Christmas and Happy Holidays from
The Website Guy (MN)
Image
by Rob
Tue Nov 26, 2024 6:55 pm
Forum: Off Topic Section
Topic: Colin
Replies: 4
Views: 1608

Re: Colin

Last I heard he was retired managing his retirement communities forum. He's on FB.
by Rob
Wed Oct 09, 2024 3:13 pm
Forum: Off Topic Section
Topic: Help with SEO
Replies: 15
Views: 20244

Re: Help with SEO

On page SEO - my best practices:

- Unique, Page specific, keyword rich (but not too long) page titles (<70), descriptions (<150), keyword tags (<15 phrases).
- Only 1 H1 tag per page, but add h2 and h3 tags also
- Canonical tags
- ensure pages are NOT set to noindex / nofollow (via page ...
by Rob
Tue Sep 03, 2024 9:32 pm
Forum: Off Topic Section
Topic: CMS solutions help
Replies: 13
Views: 7049

Re: CMS solutions help

Thoughts on letting him purchase and download a copy of WB and hand over a copy of the working file? Or could put that working file on a shared drive in the cloud?

You'll always be a safety net to send a backup if something breaks.

Just a thought.
by Rob
Fri Aug 16, 2024 6:43 pm
Forum: Off Topic Section
Topic: How time flys
Replies: 21
Views: 11853

Re: How time flys

Since 2013 here (WB9 I think). Not quite as old as some. Still my favorite and go to software.

Thank you Pablo for continuing to make this web-builder the best.
by Rob
Thu Aug 15, 2024 6:00 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Poll #2 of 2
Replies: 4
Views: 3622

Poll #2 of 2

How do you deal with your website files on your desktop? Folder management?

For me, I have each client site in a folder, and within that folder, is a WB-Client folder as well as a backup folder where I put a copy of the WB_Client folder as a backup. My entire desktop is then backed up to an ...
by Rob
Thu Aug 15, 2024 5:56 pm
Forum: WYSIWYG Web Builder Tips, Tricks, Tutorials and Code Examples
Topic: Poll #1 of 2
Replies: 6
Views: 4864

Poll #1 of 2

Master Page or Master Frame? and why?

Edit:

I myself use a master frame because that is what was introduced to me by the pros when I first joined way back in WB8 / WB9.

Master frame with header / navigation, content place holder, and footer.

Thank you Pablo for setting me off on the right ...
by Rob
Thu Aug 15, 2024 5:54 pm
Forum: Off Topic Section
Topic: htaccess redirect - advice needed
Replies: 7
Views: 4459

Re: htaccess redirect - advice needed

Redirect index.html to the root domain so index.html does not show. Deals with duplicate content issues. Make sure the canonical tag matches the root url. Technically Google Webmaster Tools doesn't like this kind of redirect through.

I also redirect the 404 to the root url for UX purposes. I worry ...
by Rob
Thu Aug 15, 2024 3:16 pm
Forum: Professionals for hire
Topic: White Glove SEO Reports
Replies: 0
Views: 7073

White Glove SEO Reports

Would any WYSIWYG web designers be interested in custom branded SEO reports for your clients?
https://www.thewebsiteguy.biz/whitelabe ... vices.html

What SEO software do you use?
by Rob
Thu Aug 15, 2024 3:12 pm
Forum: Off Topic Section
Topic: htaccess redirect - advice needed
Replies: 7
Views: 4459

Re: htaccess redirect - advice needed

I actually don't use the cache portion of this file. Instead I add the following to the meta tags on the masterframe page... (seems to do well enough)

<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0 ...
by Rob
Thu Aug 15, 2024 12:20 am
Forum: Off Topic Section
Topic: htaccess redirect - advice needed
Replies: 7
Views: 4459

Re: htaccess redirect - advice needed

This is what I put in mine, and it seems to work pretty well for the most part....

rewriteengine on

RewriteCond %{SERVER_PORT} 80
RewriteCond %{HTTP_HOST} mywebsite\.com [NC]
RewriteRule ^(.*)$ https://www.mywebsite.com/$1 [R=301,L]

rewritecond %{HTTP_HOST} ^www.mywebsite.com$ [OR]
rewritecond ...
by Rob
Wed Aug 07, 2024 3:58 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Miami Trade Shows
Replies: 7
Views: 5150

Re: Miami Trade Shows

Just thinking out loud - on the anti-aging and products page, the main image on each page respectively, to have each image separate in a justified gallery as opposed to 1 large image? That way you can see each image a little better in smaller breakpoints.
by Rob
Sat Apr 27, 2024 3:39 pm
Forum: General Questions
Topic: Blocks missing?
Replies: 6
Views: 3194

Re: Blocks missing?

The system folder should be located in your "documents" folder on the desktop.

To confirm, in WB, go to Tools - Options - Files and Folders. This will tell you where your WB Sys folder it.

Go to this folder.
Rename the blocks folder
Download https://www.wysiwygwebbuilder.com/wb19x64update.zip ...
by Rob
Fri Apr 19, 2024 10:53 pm
Forum: Professionals for hire
Topic: Purpose of this forum...
Replies: 9
Views: 9315

Re: Purpose of this forum...

The client is not paying for the product, they are paying for the experience - the time, sweat, sleepless nights, blood and tears that went into the learning curve. #AngelEmoji
by Rob
Fri Apr 19, 2024 10:51 pm
Forum: Professionals for hire
Topic: If you like to play with SEO
Replies: 0
Views: 6684

If you like to play with SEO

Drop it like it's hot...

Name
Business
General Location (language purposes)
URL

Specialty

Rob Shurtleff
The Website Guy
Minnesota (USA)
www.TheWebsiteGuy.biz
Quality, affordable, small business website design
(ask about my ongoing & white glove SEO services & reporting)
Weaving Your Business ...
by Rob
Fri Apr 19, 2024 10:50 pm
Forum: Professionals for hire
Topic: If you're a web design pro...
Replies: 1
Views: 4279

If you're a web design pro...

Drop it like it's hot...

Name
Business
General Location (language purposes)
URL

Specialty

Rob Shurtleff
The Website Guy
Minnesota (USA)
www.TheWebsiteGuy.biz
Quality, affordable, small business website design
(ask about my ongoing & white glove SEO services & reporting)
Weaving Your Business ...
by Rob
Thu Apr 11, 2024 1:26 pm
Forum: Professionals for hire
Topic: Purpose of this forum...
Replies: 9
Views: 9315

Re: Purpose of this forum...


Just to add to Rob's points - I have not had a good experience with people on this forum requiring a website - I built a full site for someone from here and not only he did not pay but simply said is this the best you could do?

So I have stopped offering - My experience is some think they can do ...
by Rob
Wed Apr 10, 2024 5:46 pm
Forum: Professionals for hire
Topic: Purpose of this forum...
Replies: 9
Views: 9315

Purpose of this forum...

Pablo and BF - if I am out of line in or speaking out of turn in making the first post let me know.

For me, the purpose of this thread is to add your name as a professional, experienced, resource to other WYSIWYG users who need help or want to outsource their website design and development in ...
by Rob
Fri Mar 29, 2024 4:10 pm
Forum: Professionals for hire
Topic: Contractor needed for first project
Replies: 27
Views: 20604

Re: Contractor needed for first project


I am with Bluesman on this let's keep it simple. Keep it open for all registered users only. Just because you have a high star rating doesn't necessarily mean you are a great developer it simply means you are a frequent poster in the forum. A registered user could have two stars but could be a ...
by Rob
Wed Mar 27, 2024 8:33 pm
Forum: Professionals for hire
Topic: Contractor needed for first project
Replies: 27
Views: 20604

Re: Contractor needed for first project

It was my thought process to have something like the extensions list. I am not sure who has access to update it and how that is done, but that was what I had in mind. If anyone can just add a post, it can get out of hand quickly. Someone should be in charge of vetting the list and be the point of ...
by Rob
Tue Mar 26, 2024 4:49 pm
Forum: Professionals for hire
Topic: Contractor needed for first project
Replies: 27
Views: 20604

Re: Contractor needed for first project



or maybe:

Professionals for hire
Get help with your Wysiwyg Web Builder project


I am in support of @Bluesman "Professionals for hire"
But @Pablo should ensure that criteria are set for who should be Wysiwyg web builder professional.


Agreed. And to be clear, I'd like to be considered for a ...
by Rob
Sun Mar 24, 2024 6:37 pm
Forum: Professionals for hire
Topic: Contractor needed for first project
Replies: 27
Views: 20604

Re: Contractor needed for first project

jerryco wrote: Thu Mar 21, 2024 11:25 pm What about pinning a topic in https://wysiwygwebbuilder.com/forum/viewforum.php?f=17?
Perfect solution - Pablo or BF? Who needs to initiate the post and would be responsible for keeping it up to date?
by Rob
Wed Mar 20, 2024 10:27 pm
Forum: Professionals for hire
Topic: Contractor needed for first project
Replies: 27
Views: 20604

Re: Contractor needed for first project

We need to have a thread (pinned to top) dedicated to listing the pros on here available for work or help and what their area of expertise is.

Thoughts?
by Rob
Sun Feb 25, 2024 6:22 pm
Forum: Off Topic Section
Topic: WYSIWYG Web Builder merch
Replies: 23
Views: 11384

Re: WYSIWYG Web Builder merch

Various print on demand stores. Zazzle is one. Cool stuff.
by Rob
Sun Feb 25, 2024 6:16 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: Websites for my wife...
Replies: 4
Views: 5522

Websites for my wife...

Been working with WB since V 9 in 2013. Still love it.

I don't normally post my work on here (scared of negative feedback) but thought I'd share 3 redesigned websites I did for my wife and her ventures...

Primary business - https://www.ccbsi.com/ - last done in 2019
Side venture - https://www ...
by Rob
Mon Jan 01, 2024 5:31 pm
Forum: Off Topic Section
Topic: HAPPY NEW YEAR TO ALL
Replies: 11
Views: 7063

Re: HAPPY NEW YEAR TO ALL

Happy new year to my friends, family, clients and potential clients.

May your needs be met, your finances increase, and health improve in 2024. Let us know how we can help.

#HappyNewYear #MakeItYourBestYearYet
by Rob
Tue Oct 03, 2023 2:36 pm
Forum: Off Topic Section
Topic: SEO Grader
Replies: 3
Views: 5751

Re: SEO Grader

by Rob
Mon Jul 03, 2023 4:57 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: My Personal/Portfolio website
Replies: 10
Views: 12232

Re: My Personal/Portfolio website

Beautiful work. Not a typical brochure website. As such, just be mindful of your UX and where you want your visitors eyes to go with what action in mind. Again, well done. Very cool.
by Rob
Thu Jun 01, 2023 7:12 pm
Forum: General Questions
Topic: Break Point Size
Replies: 13
Views: 4474

Re: Break Point Size

@Crispy

I also subtract 20px for a scroll bar. Great minds think alike. For the larger breakpoints, I've enlarged the font so it is not so small on a larger screen. That helps fill the space so it looks "good" on larger screens as well as the small ones. :-)
by Rob
Wed May 31, 2023 11:39 pm
Forum: General Questions
Topic: Break Point Size
Replies: 13
Views: 4474

Re: Break Point Size

Boy, I must really over do it then. I use 1900, 1500, 1260, for desktop / laptop,
1024 / 768, for tablet,
and 480 / 320 for mobile with layout grids / flexbox.

Next year with WB19, I plan to add 2600.

Overkill?

Side question - do you like to activate the breakpoint when it is larger or ...
by Rob
Thu May 18, 2023 2:13 pm
Forum: Off Topic Section
Topic: Putting Meta Tags in Master Page
Replies: 3
Views: 4460

Re: Putting Meta Tags in Master Page

besides, meta tags for page title, description, and keywords needs to be page specific. no duplicates. a rule of seo.
by Rob
Sat Mar 25, 2023 1:29 pm
Forum: Off Topic Section
Topic: Wordpress Builder
Replies: 24
Views: 9110

Re: Wordpress Builder

Pablo's implantation of PayPal is perfect

Getting off topic slightly but what I would really love is a card as a pre-made block where it is super easy to add product options (= pricing adjustment) without the need to figure out the back-end.

KInda like this template, but not only does price ...
by Rob
Sat Mar 25, 2023 1:21 pm
Forum: Off Topic Section
Topic: Wordpress Builder
Replies: 24
Views: 9110

Re: Wordpress Builder


so many articles point the average users (nontechies?) to believe wp is incredibly simple


Technically there are "builders" for WP that make it "simple" but 1 - that doesn't take away from what WP is, and 2 - the builders often use bloated code - to a point made earlier.

Glad to lend an ...
by Rob
Tue Mar 21, 2023 10:29 pm
Forum: Off Topic Section
Topic: Wordpress Builder
Replies: 24
Views: 9110

Re: Wordpress Builder

So not to be a "late to the party" but "WordPress" always perks my ears and not in a good way. My issue with WP is that you MUST keep it up to date lest it be hacked (a nice money maker), HOWEVER, if you do - most likely it will break. The WP platform must agree with the server settings, which must ...
by Rob
Mon Jan 30, 2023 7:56 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: New(ish) Site
Replies: 9
Views: 11120

Re: New(ish) Site

Beautiful work as always Z.
by Rob
Tue Dec 27, 2022 6:40 pm
Forum: Off Topic Section
Topic: Merry Christmas & Happy 2023!
Replies: 7
Views: 3834

Re: Merry Christmas & Happy 2023!

Although I have not yet seen Wb18, I am sure it is awsome as usual. I hope everyone had a restful illness free Christmas and further hope everyone has a successful new year for 2023.
by Rob
Tue Nov 22, 2022 6:22 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: New Site
Replies: 14
Views: 14907

Re: New Site

B E A Utiful work - as always! Nicely done. :-)
by Rob
Fri Aug 19, 2022 7:02 pm
Forum: Off Topic Section
Topic: Love my desktop site builder
Replies: 1
Views: 2319

Love my desktop site builder

One of my favorite things about the desktop website builder that I have is the automated "backup" offline (and not relying on the server to do so).

So, if the host screws up and deletes the hosting account that was attached to the reseller account that was just removed, a back up of the website ...
by Rob
Thu Apr 14, 2022 7:19 pm
Forum: Off Topic Section
Topic: News on Colin
Replies: 17
Views: 10950

Re: News on Colin

Sending best wishes and encouraging you to do what is best for you, in the best way that is best for you.
by Rob
Mon Feb 28, 2022 10:18 pm
Forum: Off Topic Section
Topic: Does GoDaddy provide Auto Redirect to SSL pages?
Replies: 5
Views: 4613

Re: Does GoDaddy provide Auto Redirect to SSL pages?

This is the code I use, and it seems to work well with GoDaddy (linux): it does the following:
redirects index.html to root url
redirects non-www to www
redirects http to https
redirects "page not found" to root url (this is not the best way, you should redirect to a 404.html page that has a "no ...
by Rob
Fri Jan 07, 2022 7:27 pm
Forum: Previewing and Publishing
Topic: *** SOLVED *** Publishing problems with version 17th.
Replies: 7
Views: 6579

Re: Publishing problems with version 17th.


Thank you Pablo,
I found the reason: my router firewall. When I disable it, everything looks good. You can marked this topic as resolved.
But I have to say, it is very frustrating to publish several times, got “OK” confirmation from WB and do not see the files on the site. Warning system does ...
by Rob
Mon Dec 27, 2021 10:44 pm
Forum: Off Topic Section
Topic: ***Merry Christmas & New Year!***
Replies: 11
Views: 8375

Re: ***Merry Christmas & New Year!***

Merry Christmas, Happy Holidays, and Happy New Year.
(sorry I've been so quite lately)
by Rob
Thu Nov 18, 2021 10:07 pm
Forum: Off Topic Section
Topic: Canonical URL usage for http and https
Replies: 5
Views: 10067

Re: Canonical URL usage for http and https

yes - https://www version of the site is the canonical tag. htaccess to fwd from http to https and non-www to www.

Then, in Google Webmaster Tools, add all 4 versions of the website, but submit sitemap and request indexing of the https://www version of the website. This is the one that should be ...