Jump to content

pwired

Members
  • Posts

    2,318
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by pwired

  1. Have you tried Processwire plus the UIKit 3.x.x framework ?
  2. Hi Ryan, Thanks for accepting the idea, I really appreciate it. It is a next step in the process to bring more awareness to processwire. Using Pub and Beergarden, the uploads will become mixed up with the posts being done there. As for the experimental nature of the promotion material, I don't think youtube or vimeo will be a good place either.It has to be a central place only for uploading processwire promotion material. Since I have unlimited storage on my Hosting, I will open a storage place there. Can't wait to start this up already ?
  3. Hi Ryan, Will you open a forum channel where we can upload videos and pictures to promote Processwire ?
  4. Hi, This morning the EU parlement has passed Article 13 with 10 votes against and 15 in favor. Have any memes on your website ? From now on the EU will censor them away. And this is only one example. You can fresh up about Article 13 here: https://www.eff.org/deeplinks/2018/06/internet-luminaries-ring-alarm-eu-copyright-filtering-proposal
  5. Clean cache and sessions and then it is as simple as 1 2 3 1) move over site folder 2) import database 3) adapt config file
  6. Animated gifs were the must have in those days ?
  7. I get the feeling that I should have started with websites 15 years ago when the internet was still open and free. Anyone else share this feeling ?
  8. skynet ? ? I don't think amazon and intel will take the risk for hiding any backdoors or telemetry. It will be discovered sooner or later.
  9. Hi, I came across this gadget and I think it's really innovative It comes with already build in pre-trained models and with these models developers can build their own applications not only for recognizing faces but a wide array of house hold and every day objects. https://www.youtube.com/watch?v=5m7eSTSwpk4
  10. Permission problems posted not so long ago https://processwire.com/talk/topic/19335-installation-problem-directoryiterator__construct/
  11. You need to convert your .htaccess to web.config
  12. Why I think it is bad MS took it over ? We'll MS is going clearly the way of "as a service" and collecting data as much as they can. Another example about MS changed policy: Windows 10 was never made for the user. What is happening inside Windows 10 these days is copied from Apple. I say Windows 10 has become a complete disaster with weekly Gigabytes of Updates. Did you know there are already 12 different versions of Windows 10 out there ? Following the time line Win 95, 98, Me, 2000, XP, 7, Vista, 8, 10, ----- Windows 7 was the last Windows with the user in mind. I know a lot of people do not agree with this. This is just my personal opinion based on repairing computers for the last 20 years. I don't want to go in discussion with this, just add my 2 cents. Further: do you think Skype has been improved for the user since MS took it over ? MS policy is they just love users on an online MS account instead of a local computer account. I say it is bad, but I don't care. There will always be a workaround if needed, e.g. oracle mysql and mariadb. Edited: MS already smells that in the future their main source of income won't be windows and office anymore. There is a shift to as a service, cloud, etc. etc. So while they still have a box full of money they just bought Skype and maybe Github so they will still be there in the future. We are going to see more acquisitions like this in the future.
  13. Did you search the forum for web.config ? https://processwire.com/talk/topic/268-processwire-on-windows72008-server-with-iis-webserver/ https://www.iis.net/downloads/microsoft/url-rewrite https://processwire.com/talk/topic/766-isapi_rewrite-3-on-iis/ https://processwire.com/talk/topic/15578-convert-htaccess-to-webconfig-for-microsoft-azure-cloud/
  14. Did you mention a Windows Hosting ? Quote: Source: https://processwire.com/about/requirements/
  15. Did you check read and write rights on the server location (folder) where you install processwire ?
  16. Hi, in wordpress homepage we can put a list of LAST ARTICLES AND COMMENTS. This is typical Blog related (Wordpress is a blogging first framework) Try this module and see if you can get the things you want: https://modules.processwire.com/modules/process-blog/
  17. Thanks Bernhard for stepping in on this. I wasn´t sure how to reply on this situation.
  18. But since this is your second post and anyone could ask this question . . . . . . . . . . . . . Best way is to contact the hosting company of that website and ask them for help.
  19. Yes it looks like a legit processwire website You will need ftp access to regain login details
  20. What is the url of the website ?
  21. pwired

    So happy :)

    Hi flydev, That's actually a great achievement to get processwire applied on a company scale, congratulations. I would feel proud too !
  22. https://processwire.com/talk/topic/6655-migration-from-wordpress-to-processwire/
  23. Hi flydev yes I tried your second code also. Same thing, all text is outputted or shown at once at the end. I have this setting on my hoster: output_buffering = 4096 Anyways thanks everybody for stepping in on this. Things are not always as they are (simple) explained on php.net and w3schools and a lot of fuzz is behind of it. But luckily 99% is working as they explain. There must remain some challenge right ? ? Oh and just for the record, this is what my hoster writes about output buffering: (I'll keep it for a rainy day) ; Output buffering is a mechanism for controlling how much output data ; (excluding headers and cookies) PHP should keep internally before pushing that ; data to the client. If your application's output exceeds this setting, PHP ; will send that data in chunks of roughly the size you specify. ; Turning on this setting and managing its maximum buffer size can yield some ; interesting side-effects depending on your application and web server. ; You may be able to send headers and cookies after you've already sent output ; through print or echo. You also may see performance benefits if your server is ; emitting less packets due to buffered output versus PHP streaming the output ; as it gets it. On production servers, 4096 bytes is a good setting for performance ; reasons. ; Note: Output buffering can also be controlled via Output Buffering Control ; functions. ; Possible Values: ; On = Enabled and buffer is unlimited. (Use with caution) ; Off = Disabled ; Integer = Enables the buffer and sets its maximum size in bytes. ; Note: This directive is hardcoded to Off for the CLI SAPI ; Default Value: Off ; Development Value: 4096 ; Production Value: 4096 output_buffering = 4096
  24. Thanks flydev for stepping in. Just uploaded your code to my hoster, what it does is wait for 3 x 3 seconds and then echoes all text at once. Or what I suspect it already echoed all text from start and only shows it after 3 x 3 seconds. Tricky thing this sleep(); ?
×
×
  • Create New...