-
Posts
2,318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by pwired
-
Creating a Photo gallery with the new FancyBox Jquery script
pwired replied to PhotoWebMax's topic in General Support
I just so noticed that fancybox version 3 is available, The new layout and interface looks really great: https://github.com/fancyapps/fancyBox -
general: sqlite and xml databases add greatly to portability range: xml database works very well up to the 500 pages website range speed: xml database makes a website much faster compared to sql
-
There have been, and still are, requests for adding sqlite to PW. Perhaps that would give you something to work on commercially. Besides sqlite database, how much would it roughly cost to add xml database to PW ?
-
[SOLVED] Best way to clean up HTML and replace H tags with P
pwired replied to Zeka's topic in General Support
A lot of "dirty" HTML is generated by those fancy visual editors for wp. Try to uninstall them or maybe there is a cleaner plugin for that purpose. -
Midori is a lightweight browser for linux Info: https://www.linuxlinks.com/midori/ https://wiki.archlinux.org/index.php/Midori Downloads: https://pkgs.org/download/midori
-
Arch Linux, Fast, Responsive and Snappy. Run only what you need. Desktop experience without Corporate influence, community-only distro.
-
Hi Fellow haven't seen you for a while, good to see you back - Keepass is the way to go Scroll down a bit and you will see the whole shebang: https://keepass.info/download.html https://keepass.info/plugins.html Not sure but I believe this is KeePass on chrome: https://techualization.blogspot.com/2013/12/browsepass-as-chrome-app.html
-
Hi Franciccio, So you are doing a Processwire installation on your online host. What Processwire version are you installing ? Did you check folder permissions, php version, etc. etc. Send me a PM and see if I can sort it out for you.
-
All right guys, another blow to the internet freedom. The united states of europe has voted for Article 13 and made it a fact. This is of course bad for innovation because little companies are getting a hard time to compete with the dominant platforms. Also independent content makers such as musicians and vloggers will have only a few dominant platforms left to distribute their work. The dominant platforms will get huge power to control public communication and discussions. Less freedom of expression and public discussions and more conformity to what is acceptable to the status quo. Here is a good example. Remember how Apple kicked Alex Jones from the internet ? Only a few days after that, Youtube, Facebook, Spotify and Twitter followed. We'll wasn't that a coincedence, right ? It only shows that these dominant platforms rule the same status quo and the same what is acceptable, instead of ruling their own interpretations of freedom of expression, choice and opinion. These dominant platforms have turned themselves into decision makers ! Deciding for us the people what we should see and hear and what not. If I don't want to see or hear or do agree or don't agree with Alex Jones then that decision is for us to make and not Apple, Youtube, Facebook, etc. It is not about Alex Jones and the content he brings to the public. It is about big platforms taking away our freedom of choice and our freedom of decision what we can see, hear or agree upon on the internet. This is in dutch so google translate it to english: https://www.nu.nl/internet/5810511/brussel-stemt-voor-nieuwe-auteursrechtenwet-met-uploadfilter.html https://www.bitsoffreedom.nl/2019/03/26/europees-parlement-stemt-voor-artikel13-en-nu/
-
Here is the good news ..... you don't need to be a full blown php coder to start using Processwire. Neither you need to be an expert in javascript. Even with the php basics you can already start making websites with Processwire e.g. <?php echo "this"; echo "that"; echo "<img src='$image->url' alt='$image->description' />"; access a page $pages->get("/path/to/page/"); output your pictures in a gallery foreach($page->images as $image) { $large = $image->width(500); $thumb = $image->size(100, 100); echo "<a href='{$large->url}' rel='lightbox-smarts'><img src='{$thumb->url}' alt='{$thumb->description}' /></a>"; } ?> Some basic php syntax stuff https://processwire.com/docs/more/why-php-syntax/ Did you already go through the Tuto's ? Start it up with Processwire https://processwire.com/docs/start/templates/ Processwire Tutorials https://processwire.com/docs/tutorials A good read about Processwire and WordPress https://www.ionos.co.uk/digitalguide/hosting/cms/processwire/ Anyway, you are not going to find any better api out there than the Processwire api. Feel free to always come back here and ask questions.
-
Processwire is light years ahead compared to Wordpress. It depends however on your dead line. When does it need to be ready ? If you just started with Processwire it is going to take some time before you know how to handle it's potential.
-
Enabled https for localhost, now I can't turn it off :(
pwired replied to OrganizedFellow's topic in Dev Talk
Check this line in httpd.conf LoadModule ssl_module modules/mod_ssl.so Is it un-commented ? -
How to speed up laragon Open php.ini of laragon Find "realpath_cache_size" Remove the semi-colon at the beginning of the line and change the value you see there to 32M or 64M ================================================================ Still not happy ? Try these for a change: http://www.uniformserver.com/ https://www.easyphp.org/ https://www.usbwebserver.net/webserver/
-
HOW TO: sendmail setup with smtp.gmail for local web development
pwired replied to OrganizedFellow's topic in Tutorials
Here is a tip in general to speed up whatever local server you are using: 1) Open the server php.ini 2) Search for "realpath_cache_size" 3) Remove the semi-colon at the beginning of the line and change the 16k into 32M or 64M -
HOW TO: sendmail setup with smtp.gmail for local web development
pwired replied to OrganizedFellow's topic in Tutorials
Did you guys try and compare UwAmp ? -
Something looks wrong here. The avatars in the Latest Topics column are stretched out vertically. Also the whole Latest Topics column has moved upwards out of line with the Welcome to Processwire column.
-
Technically there isn't any good or bad template to import into processwire. In any template you want to import you have to replace content between the html tags with your own php and processwire api. That is all. Some free html5 templates here: https://www.free-css.com/free-css-templates https://templated.co/
-
Good find, thanks. Needed to upgrade my javascript coding.
-
What uikit version did you use ? I don't see any of this: /*! UIkit 3.x.x | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */ in your loaded uikit css file.
-
Better do a check on ed-works: (Image removed) shows up since 23:00 gmt
-
My acer laptop wifi started to behave similar and doesn´t work properly anymore with a lot of hotspots I weekly visit. It connects to the routers all right but no internet. And yes others around me at the same time always have internet. I want to share a simple working solution I found with a D-Link usb wifi adapter: This little thingy made everything work again. Note: I tried a TP-Link before but it had installer drivers instead of direct inf drivers. The TP-Link installer drivers never worked. So I changed it with this D-Link which comes delivered with direct inf drivers which are simple to add and simply do work. (Not affiliated, just want to share something that works)