Jump to content

pwired

Members
  • Posts

    2,318
  • Joined

  • Last visited

  • Days Won

    2

pwired last won the day on November 11 2020

pwired had the most liked content!

3 Followers

Profile Information

  • Gender
    Male
  • Location
    Spain
  • Interests
    IT and Science
    http://goldenmean.info

Recent Profile Visitors

19,371 profile views

pwired's Achievements

Hero Member

Hero Member (6/6)

1.4k

Reputation

9

Community Answers

  1. Hi guys, stumbled over this tool to see your breakpoints in a much more neat way (compared to the default browser development tools) It is opensource and can find it here: (i am in no way affiliated) just want to share it. https://github.com/julienagullo/rwdKit Four ways to see it in action, goto this url: https://open-source.jagullo.fr/rwdkit/ 1) resize your browser window 2) click on the devices icon on the bottom right 3) drag the blue bar on the right side 4) use the arrow buttons on the bottom How to use it: Import library plugin: (remove the scripts on production server) <script src="jquery.js"></script> <script src="jquery.rwdkit.js"></script> Initialize the plugin to generate the breakpoint detector in a specific container or the whole document. $(function(){ $(document).rwdKit(); }); $(function(){ $('body').rwdKit(); }); $(function(){ $('.container').rwdKit(); }); Happy developing
  2. Looks professional, good work.
  3. Maybe this could be of any help https://github.com/melquibrito/source-code-editor-tinymce-plugin https://gitlab.com/tinymce-plugins/tinymce-codemirror
  4. Hi mattgs, reading your reply, your writing about it, I am sure that is how it is in the real world for a long time to come. Also your writing about it from an experienced coder, could only come from a real human and not from ChatGPT
  5. Is this for real ? Don't know if I should be surprised or worried. Are we one step closer where web designers/coders become obsolete ? I hear that ChatGPT is already in competition with iOS Swift developers ?
  6. Good Idea but if it is going to be paid then please only exclusive content, just for example applied api usage starting from a certain level such as building forms or applied arrays ... etc. etc. and going up level ... please not how to install processwire, output strategies, css frameworks and more of the same that is already out there all over the place and chewed over
  7. Thanks for posting that faceted-search library. Going through the git info I really like what I read there. I will certainly post back in the forum about this lib.
  8. In your browser open page source and see what code shows up there. With that you should be able to trace from where it is coming.
  9. https://feathericons.com/ Choose any stroke, size and color
  10. Hi, did my hint motivate you in some way or the other ? Anyway it looks even better than before. Thumbs up for the nice work you did on it.
  11. The history of the forum is loaded with posts that answer your question Here is one to start with but there are dozens more of them https://processwire.com/talk/topic/4173-grouped-forum-posts-links-articles-tutorials-code-snippets/
  12. rapid php editor if you are on windows, works even better as a front end editor for pw just like the rest of their products. No I am not affiliated. https://www.rapidphpeditor.com/
  13. Thanks for posting that link. Interesting to read their interpretation of the docker desktop proprietary software I will try this and see how that goes: https://www.powercms.in/article/ddev-installation-ubuntu
  14. I will be glad if I am wrong and you guys are right that Docker Desktop is free for commercial use. I was reading from here: https://www.docker.com/pricing/faq/ Docker Desktop may be used for free as part of a Docker Personal subscription for: -Personal use -Education and learning (as a student or instructor, either in an academic or professional environment) -Non-commercial open source projects So that means a Docker Personal subscription is needed, right ? -Personal use I understood as not commercial use but I must be wrong about that.
  15. So how is that ? They have lots of docs, articles and vids which you don't even need because it works out of the box and the interface is self explaining. With version 5.x they did a great job to make it work with php8.x Frameworks, Addons, libs, third party tools and features are conveniently bundled in one directory (c:/laragon/bin) e.g. easy switch between php5.x 7.x and 8.x for both old and new projects. By the way ... did someone mention that Docker Desktop is no longer free like it obvious was before ? I don't mean if you are running a company with 250+ employees If you develop closed source or proprietary software with Docker Desktop it requires a paid subscription for professional use. Selling Websites or Apps developed With Docker Desktop is commercial use and needs a Docker Pro license. The Docker engine is free without any hassle so linux might be the better choice of something like Lazydocker ?
×
×
  • Create New...