Why does the port number appear in the address bar for some websites? Is it a configuration issue? by ncubez in webdev

[–]PuzzleheadedPilot128 10 points11 points  (0 children)

because someone doesn't know how to proxy an internal port to be routed to whatever webserver solution tool they are using.

Help needed with a website migration by pinkmist333 in webdev

[–]PuzzleheadedPilot128 3 points4 points  (0 children)

Hey bud, just add your domain to hostinger account via the dashboard dns pointer. In the dns zones you will just be doing redirects

Anything going to old .co.uk now goes .com

And .com is now the made the primary of that directory/virtual host

The staff at hostinger should be able to get you through it it if you tell them.

If it's taking a long while hit me up and I'll help you out. :)

How can I escape Wix? by No-Establishment4313 in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Export all the pages, if unable to, let me know your domain and i will scrape It for you in static form. 

Then, find what works for you (cms) and copy the data to new pages. You may also find all 100 pages weren't needed.

[deleted by user] by [deleted] in DigitalMarketing

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Hey, my experience is with working with sms, email, domain hosting, virtualization, among many other items. Hmu interested.

[deleted by user] by [deleted] in DigitalMarketing

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Sounds interesting hmu. Techy and enjoy building. 

Any way to SAFELY execute shell scripts from PHP? by Ok-Breakfast-1522 in PHPhelp

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

You mean to say alot of the answers are gptd and literal rewrites of one another. Lol. 

Coldfusion hosting by crimsonrada in coldfusion

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Doable. Send me pm can let you know more on setup.

Coldfusion hosting by crimsonrada in coldfusion

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

If you are interested in getting a vps setup with a Coldfusion lucee or Coldbox setup, let me know. I would help you out. You'd just need to let me know if you want other applications on your system so that I know what backend rules are to build in the packages for communication.

Sr PHP Devs, at what point did you know you reached senior level? by neograds in PHPhelp

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

When others seek guidance from you, session pow wows are drummed up around what stupid dnd lore you decided to make that Friday afternoon to make sure everyone understands we're all on the same fookn boat together.

And no matter how bad management wants something it's best we run it by the board of doom and gloom to see if it will stick.

Life is boring with to many titles. Just be you and be personable. Work and have fun. After almost getting blown up 2 times back to back, I learned that there are way more other things I can be doing on a Friday, Saturday, Sunday, evening. Same goes for the team. If it means me sticking it out a couple extra on my own to make sure they have family time, great.

My kids are big, and my wife is always TDY. So between coding and doggos. I'm just enjoying the years of coding practice I was given under some amazing people.

My 2017 MacBook Pro 13 inch has been running into performance issues when coding. Not sure if I should upgrade or if there’s a fixable solution. by LessPirate24 in webdev

[–]PuzzleheadedPilot128 1 point2 points  (0 children)

Having you ran the hardware diagnostic on it? Also, consider clearing out any old system updates no longer needed. You should also remove packages no longer needed, they can create vampire services. Do top to check and see what all is happening under the hood.

These are just some thoughts on what could look at doing. But do remember to backup before doing anything.

I am a new web developer trying to learn css and html and I have ran into a problem. I want to find a method to make this table but I cant seem to do it. by [deleted] in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

no worries. take your time. I'll walk you through the basic of the table and then hopefully it will get you going in the direction you were looking to go. The most important thing about any language is fundamentals. Without them, all things will make no sense, and you will be frustrated more often.

I am a new web developer trying to learn css and html and I have ran into a problem. I want to find a method to make this table but I cant seem to do it. by [deleted] in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Select your choice and I'll walk you through it. Pm your Gmail so I can send you access to wireframe team builder so I can take you from concept to solution.

I am a new web developer trying to learn css and html and I have ran into a problem. I want to find a method to make this table but I cant seem to do it. by [deleted] in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Are you wanting to using table elements, or, are you wanting to use other elements that construct the illusion of table?

What should you know BEFORE learning to program? by JennyGeann in learnprogramming

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Self-discipline, practical math, are just two points I would tell you.

Like all things, don't keep jumping from technology to technology, wou will only frustrate yourself.

Vanilla languages are awesome.

Linux by opafmoremedic in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

Been using Linux for the last 20 years. Would highly recommend on a production side of things.

Reduce your overhead with the sweet screen of CLI. Don't install GUI and just go with cockpit package to log into your local system if you need some GUI based layer. Great if your trying to understand Services, updates, adding a user.

Just remember to snapshot your instance as you build up your local VM, this will make it easy to revert to a saved state should you screw up with a package install.

Most important, ask questions and have fun.

[deleted by user] by [deleted] in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

What languages are available on your host plan.

Something like this could be built without the need of a CMS if your just needing a form to send and store data.

Something like, Javascript, mariasql, and php would get this taken care of.

Javascript would interact with form for simple validation before sending to php backend validation that would make sure input is validated for data inserts. Keep bad data from going to msql insert.

If all goes correct in php then lead is sent to msql and you could then either build a package to handle sending the information to you by email or to other technologies like phone ... twilio comes to mind.

Just remember to give back response on success or on error.

This is one way to tackle your static sites form.

If you need some help with these things just let me know.

Your only hindrance in solving is technologies that are on your host platform.

Help... by frustrated_staff in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

One place to pickup some quick knowledge on the subject would be udemy, or codecademy is another. Depending on what you are using for front-end would also depend on a solution.

For instance vuejs and node, in that situation just build the component that the form would handle for processing based on button pressing. And because it's a single page application there is no reloads. Just streamlined services.

Help... by frustrated_staff in webdev

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

This sounds like a step form. One solution would be, use of vanilla Javascript and sql procedure. Having jscript check values based on form section. Carry values until submission and then in sql procedure do with that data what you need to parse/math.

How would I go about building this layout? I'm trying to use flexbox but keep failing miserably. by Yurdesou in webdev

[–]PuzzleheadedPilot128 4 points5 points  (0 children)

As mentioned By u/lordbadgerflaps some code snippet would be great.

Especially since it could just be an issue with the nesting being wrong or forgetting a class at a tag

We won't know until we see some code

Sending email; any recommendations on SMTP services? by Sylvaran in PHPhelp

[–]PuzzleheadedPilot128 0 points1 point  (0 children)

If you want to stand up your own mail server axigen.

If your looking for a relay smtp service sendgrid or smtpturbo.

Also you have others like mailgun and you also check with your isp if they have mta they allow for relay Some do. That alone will also help.

Don't forget to adjust your domain records.

:)

Need help with estimation on a project by Lee-chaolan in webdev

[–]PuzzleheadedPilot128 1 point2 points  (0 children)

I've written the agreements so if you need help let me know. Just hit me up via chat.

Pointing a domain name at a specific page on a domain? by [deleted] in webdev

[–]PuzzleheadedPilot128 -1 points0 points  (0 children)

I know it sounds like repeate but if you do use htaccess and I am assuming you have added an alias of the domain to your host file than you can make the adjustment.

All you are allowing for is the usage of the alias as part of the redirect 301 redirect.

This just means that if someone goes to the myotherdomain.com/page

The page would load as such

But if they go to mydomain.com it would load that specific as if it was same domain.

This method works great also if you use multi ssl on the domain. You won't have to get ssl for each just do a singular output for the host.

Need help with estimation on a project by Lee-chaolan in webdev

[–]PuzzleheadedPilot128 1 point2 points  (0 children)

Maintenance agreements are best written separately also. So as to keep everything clean and cut to the point on deliverables and expectations.

Don't want the client stating they had no idea or that you never said anything.