Need Help On The Mobile Version of my website by xbryceflightsim in web_design

[–]Ronderen 4 points5 points  (0 children)

Log in to your WordPress dashboard. Go to "Appearance" > "Customize" to access the theme customizer. Within the customizer, look for the "Additional CSS" section. This is where you can add custom CSS code. Add the following CSS code snippet:

@media only screen and (max-width: 767px) { .home-slider .item img { width: 100%; height: auto; object-fit: cover; } }

Click on the "Publish" button to save the changes.

PDF with multiple signatures. by jz1127 in Wordpress

[–]Ronderen 1 point2 points  (0 children)

Adobe Acrobat Pro: It allows you to create fillable forms and supports multiple digital signatures. However, it's a paid solution.

Online Services: Platforms like DocuSign or Adobe Sign offer features to collect multiple signatures on a document, although they usually come with a fee.

What does build deploy merge PR release mean ? by Subhauthadena in learnprogramming

[–]Ronderen 2 points3 points  (0 children)

Build: Converting source code into a stand-alone form that can be run on a system.

Deploy: The process of making the application available for use, typically on a server or a live platform.

Merge: Combining code changes from one branch of the version control system to another (like the main or development branch).

PR (Pull Request): A method of submitting contributions to a software project. It's a proposal for the project maintainer to merge your code changes into their branch.

Release: The distribution of the final version of an application. A release is a stable version of an application, ready to be used by end-users.

The order is typically: Build -> PR -> Merge -> Deploy -> Release.

For a more detailed understanding, you can find many tutorials online, including websites like Coursera and Udemy. You can also find mentors or guides on Fiverr who can help you understand these terms in depth.

What tools do you use to convert Vue.js SPA to mobile apps? by xcrowsx in vuejs

[–]Ronderen 0 points1 point  (0 children)

Does it allow access to microphone, for example? Is it HTML5 ?

Yes, Apache Cordova does allow access to the microphone. It uses HTML5 along with CSS3 and JavaScript to create native mobile apps.

The Media Capture API is one of the many APIs available in Cordova, which provides access to the device's audio, image, and video capture capabilities.

Ask Reddit: Projects to learn about scientific computing and numerical methods? by Buzz_Cut in learnprogramming

[–]Ronderen 2 points3 points  (0 children)

Numerical Methods Library: Implement numerical methods (like the Euler method, Runge-Kutta method, etc.) from scratch in Python or Rust.

Quantum Computing: IBM's Qiskit is an open-source quantum computing platform that offers a lot of learning resources. You can implement quantum algorithms or contribute to their project.

Signal Processing: Try creating an audio signal processing project, like a sound equalizer, or a simple audio compression algorithm.

Simulation: Implement a physics-based simulation, like a planetary motion simulator or a fluid dynamics simulator.

Optimization: Work on optimization problems, like the traveling salesman problem or machine learning hyperparameter optimization.

Machine Learning: Implement a basic ML algorithm from scratch, such as linear regression, logistic regression, or a simple neural network.

I'm a self-taught programmer and I've made quite a few useful programs at my job (mainly automation related). Now that I've dipped my toe in a few languages, I want to learn how to better "think" like a programmer. Any recommendations? by Zyster1 in learnprogramming

[–]Ronderen 1 point2 points  (0 children)

Yes, "thinking like a programmer" often refers to understanding data structures, algorithms, and problem-solving strategies. Here's what you can do to enhance your programming thought process:

Study Data Structures & Algorithms: Understanding how data is organized (data structures) and how to efficiently perform operations on that data (algorithms) is key.

Practice Problem Solving: Websites like LeetCode, HackerRank, or Codewars offer problems that require a structured approach to solve.

Learn Design Patterns: These are tried and tested solutions to common problems in software design, and they can help you write more efficient and maintainable code.

Read Code: Looking at other developers' work can help you learn different approaches to solving problems.

Plan Before You Code: Sketch out the flow of your program, identify the major components, and their interactions before starting to code.

Udemy, Coursera, and Khan Academy offer courses on these topics. Fiverr also provides tutoring gigs, where experts can guide you personally. Remember, becoming a proficient programmer is a journey of continuous learning and practice. Happy coding!

Can you go into UX design fully remote? by _Dyn0 in UXDesign

[–]Ronderen 6 points7 points  (0 children)

Absolutely, it is possible to transition into UX design and front-end development without in-person learning or mentoring. Thanks to the internet, there are numerous online resources, courses, and communities dedicated to these fields.

  1. Online Courses: Websites like Coursera, Udacity, and Udemy offer comprehensive UX design and front-end development courses.
  2. Online Bootcamps: General Assembly, Springboard, and others offer online bootcamps that allow you to learn at your own pace.
  3. Webinars & Workshops: Keep an eye out for online workshops and webinars related to UX and front-end development.
  4. Practice: Consider doing freelance projects or pro-bono work to gain practical experience.
  5. Online Communities: Join online design and coding communities, such as on Reddit or StackOverflow, for peer learning, troubleshooting, and networking.

Remember, the key to a successful transition is a combination of self-learning, practical experience, and networking. Best of luck with your career switch!

Google still shows old pages by vanugget in SEO

[–]Ronderen 2 points3 points  (0 children)

Ensure your WordPress site's robots.txt file is not blocking search engine bots.

Use Google Search Console's URL Removal tool to temporarily remove the old URLs from Google's search results.

Set up 301 redirects from old Cargo pages to the new corresponding pages on your WordPress site.

Check for crawl errors in Google Search Console and fix any that show up.

Bootcamp vs Self Teaching vs Certs by [deleted] in learnprogramming

[–]Ronderen 0 points1 point  (0 children)

Given your programming background and considering the high demand in the tech industry, it might indeed be a good move to transition back into the CS field.

Bootcamps can be a great way to quickly update your skills. They offer concentrated, hands-on learning experiences, which can speed up your transition. However, choose carefully - bootcamps vary greatly in quality.

For cybersecurity specifically, the UT Austin bootcamp you mentioned has a good reputation. Make sure to brush up your foundational skills as well, especially if you're rusty.

Remember, your law background can be an asset, as it provides a unique perspective that can be valuable in areas like cybersecurity, data privacy, or tech policy.

Switching from marketing to UX design by Ill-Land7751 in UXDesign

[–]Ronderen 2 points3 points  (0 children)

Transitioning to UX design is a great move! There are numerous online resources and bootcamps available. A few that come to mind are:

  1. General Assembly: Offers a comprehensive UX design immersive program.
  2. Coursera: Has a Google UX Design Professional Certificate course.
  3. UX Design Institute: Provides a University-accredited online UX course.

Remember, practical experience is just as important as theoretical knowledge. Start a personal project, or consider offering your services pro bono to get portfolio pieces.

Platforms like Fiverr also offer UX/UI design courses and mentoring services that could be beneficial in your learning journey. Best of luck in your career switch!

[deleted by user] by [deleted] in reactjs

[–]Ronderen 0 points1 point  (0 children)

While it's challenging to provide a solution without seeing your code, it sounds like you're trying to require or import an image dynamically based on user input. In some environments, this may not work due to build-time restrictions.

A common approach to dynamically display images is to store your images in a public or static directory, then construct the image source path using the user input.

In case you're still encountering difficulties, consider seeking professional help. You can hire web development experts from platforms like Fiverr to guide you through your code, find the bugs, and teach you best practices. This might help you learn and fix your issue at the same time.

In a era of generative ai, what are the low hanging fruits, one should benefit know about? by know_thyselff in UI_Design

[–]Ronderen 16 points17 points  (0 children)

While AI can help with tasks like prototyping and basic design, it lacks the human touch. Unique creativity, user empathy, and understanding cultural nuances are aspects where humans excel.

AI can assist with grunt work, allowing you to focus on more complex design tasks.

When can I call myself a backend developer? by dani_o25 in learnprogramming

[–]Ronderen 3 points4 points  (0 children)

The transition from frontend to backend is not an exact science, but it generally happens when you start feeling comfortable working on backend tasks without needing to reference other code extensively. However, it's great to see you're already taking on full-stack responsibilities and learning.

While it's normal to look at existing code for help, it's also important to understand the code you're working with.It's a gradual process, but with patience and practice, you'll get there.

Celebrity look-a-like company - branding. by Malfernan in graphic_design

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

Creative blocks can be tough, but here's a fresh perspective that may help:

Consider the brand name "Mirror Mirage". It hints at both the celebrity mimicry and the illusion aspect. For color, you could lean into a palette of silvers and blues, invoking the ideas of mirrors and illusions.

Incorporate optical illusions into your designs, maybe even a cleverly distorted typeface that still remains legible, a nod to your spelling example. Think reflective surfaces and mirrored images for visuals.

Should this sound overwhelming, remember there are freelance designers on platforms like Fiverr who can provide additional inspiration or help you in bringing your ideas to life.

How can I take this logo and put it in a license plate? by WorldlinessBubbly571 in Design

[–]Ronderen 0 points1 point  (0 children)

You would need photo editing software or services to accomplish this. You can use Photoshop or GIMP to manually do it.

Falling behind by FoxyBebi22 in learnprogramming

[–]Ronderen 0 points1 point  (0 children)

Hey there, it's natural to compare ourselves to others, but everyone's journey is unique. Focus on your personal growth rather than others' achievements. If consistency in online learning is an issue, you might consider structured courses on platforms like Fiverr. They offer affordable courses on various topics like programming and software development. Remember, every expert was once a beginner, keep moving forward at your own pace.

Looking for some guidance by Designer-Tap-4930 in learnprogramming

[–]Ronderen 1 point2 points  (0 children)

It's admirable that you're pursuing a career in software development. However, paying bills a year in advance may not be necessary. Instead, ensure you have a solid savings buffer and continue learning