Jump to content

OrganizedFellow

Members
  • Posts

    657
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by OrganizedFellow

  1. I'm following the tutorials here https://getuikit.com/v2/docs/tutorials.html Learning to piece together my own templates and styles, really enjoying the flexibility! I can see why Ryan incorporated it so well into PW ? I am having trouble with the tool tips https://getuikit.com/docs/tooltip I follow the directions, but it still isn't working ?
  2. This looks like a great module. Is this recommended by most or is there something else PW members suggest?
  3. Both the front-end and back-end are like this. WHAT HAPPEN: i was on the back-end, entered some content for my Blog. I hit PUBLISH an BOOM, what is causing this? I am running Laragon on Win10Pro. Fortunately I have a backup of the database, i just imported it and the error is gone. Is my Laragon MySQL thing broke?
  4. Thank you for sharing with the community. Bummer your client went under ? but YAY for a cool profile for us ?
  5. PERFECT! Firefox extension + installed the VSCode extension = SUCCESS!!
  6. I agree with you amigo! I'm back to school and they issued us these nice ThinkPads with Win10Pro. I like it, but I do miss my Debian.
  7. WELL, I just discovered that Laragon bundles Node + NPM ? ? ? node = 12.5.0 npm = 6.9.0 NOW to find a reliably written tutorial.
  8. WOW ? that's pretty crappy. I didn't know there was a limitation, as I did no RTFM, lol. I have always had a tough time getting Node + NPM to install, whether on Debian or Windows. I always end up cluttering my system with crap that doesn't work, so I don't really wanna go the Gulp route ?
  9. I've not coded a website in a few years and recently am taking on the task of rebuilding my church website. It's currently on Concrete CMS and of course, I will be redesigning & rebuilding entirely on ? ? ? in the past I had used Gulp to assist in my workflow: minify js, parse SCSS to CSS, and most importantly was the Live Reloading. However the reloading was always buggy and I spent more time trying to fix it than making actual progress ? So today I was searching for alternatives and I came across blisk.io. Currently working on this little project and knowing the live reloading is handled without any scripting on my part is a dream come true.
  10. Thanks buddy. This is a new laptop, new SSDs, and new Laragon setup. Previously I would code on my aging Thinkpad T420, so I had made that backup to USB flash drive (should've been to gitlab - dummyme).
  11. I have an old script that no longer works. My previous workflow was: prior to running git push, I would run a git alias that did a quick backup of the project, save with timestamp-filename, and then after successfully backing up, it would continue with git push to remote. That script is old and not working anymore. Rather than fix the script, I am wondering if anyone here has one they might share?!
  12. The machine exists, but as an addicted DistroHopper, it's been wiped. Client? I use the command line. No worries amigo, I have accepted the loss and will restart the project again tomorrow ? LESSON LEARNED!
  13. no luck. i may have lost everything. damnit. next time, I should (and will) use remote git, i have both gitlab & github. Why I did not use them for my project? I DUNNO!
  14. Sadly git was my backup ? I attempted several git checkout xxxxxx, but the error persists ? ?
  15. This was relocated from my other PC/workstation to another. Nothing LAMP related is different, they are both identical. I'm thinking something else is broken and may have to start over, as git is also throwing errors (see comment above).
  16. I haven't worked on this site in months. Today when I opened my project, I am greeted with this cryptic error. ? ?
  17. I LOVE suckless tools. Especially their terminal. @wbmnfktr are you a fellow Linux user?
  18. here's what i have in mine: AllowOverride all Options Indexes FollowSymLinks Require local AllowOverride all Options Indexes FollowSymLinks Require local
  19. Through years of trial-and-error my friend. I've been a Linux/Debian user for many years. I stopped using "traditional web hosts" about 6-7 years ago. When I first heard of Digital Ocean, Linode and all the others - I wanted to tinker and learn how to run my own server. At the time I didn't know how much I would enjoy it, nor how simple it would make my web development hobby. At the time I was using *buntu but without a LAMP setup. It was then that I started to get serious about coding. I can't tell you how many partitions and Windows dual-boot setups I ruined by learning, but here I am. Both my laptops run some distro. Thinkpad T420 with Debian stretch off a netinstall using i3wm and a little Acer Chromebook C720 running BunsenLabs but soon it will run Arch. My third ThinkPad will run either CentOS or Void, perhaps LFS (Linux From Scratch) if I can dedicate the time.
  20. absolutely not. I just helps me to have a different URL on my development machine so i can have www.project1.webdev as a base install of PW, www.project2.webdev for another installation of PW, www.project3.webdev for playing with something else, etc. It just helps to keep everything separated instead of doing localhost/project1, localhost/project2, localhost/project3
  21. As Teppo mentioned, rewrite rules. Make sure they are enabled. sudo a2enmod rewrite Then restart Apache.
×
×
  • Create New...