All public logs

Jump to navigation Jump to search

Combined display of all available logs of Adam Meola - wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 14:08, 3 September 2020 Adam talk contribs created page PHP-LAMP/Frameworks/Laravel (Created page with "==Laravel==")
  • 14:06, 3 September 2020 Adam talk contribs created page PHP-LAMP/Development Environments/XAMPP (Created page with "== XAMPP== ===Apache + MariaDB + PHP + Perl===")
  • 14:04, 3 September 2020 Adam talk contribs created page PHP-LAMP/Development Environments/Built-in web server (Created page with "==Built-in web server== ===Available in PHP version 4.4+===")
  • 14:01, 3 September 2020 Adam talk contribs created page PHP-LAMP/Development Environments/WAMP (Created page with "==WAMP== ==(Windows Apache MySql PHP===")
  • 14:00, 3 September 2020 Adam talk contribs created page PHP-LAMP/Development Environments/MAMP (Created page with "==MAMP== ==(MAC Apache MySql PHP===")
  • 13:57, 3 September 2020 Adam talk contribs created page PHP-LAMP/Production Environments/cPanel (Created page with "==cPanel==")
  • 13:56, 3 September 2020 Adam talk contribs created page PHP-LAMP/Frameworks/Wordpress (Created page with "== Wordpress==")
  • 13:55, 3 September 2020 Adam talk contribs deleted page PHP-LAMP/Frameworks/wordpress (content was: "==Wordpress!==", and the only contributor was "Adam" (talk))
  • 13:55, 3 September 2020 Adam talk contribs moved page PHP-LAMP/wordpress to PHP-LAMP/Frameworks/wordpress
  • 13:54, 3 September 2020 Adam talk contribs moved page PHP-LAMP/Drupal to PHP-LAMP/Frameworks/Drupal
  • 13:53, 3 September 2020 Adam talk contribs created page PHP-LAMP/Frameworks (Created page with "== Frameworks==")
  • 13:53, 3 September 2020 Adam talk contribs created page PHP-LAMP/Development Environments (Created page with "Development Environments")
  • 13:52, 3 September 2020 Adam talk contribs created page PHP-LAMP/Production Environments (Created page with "Production Environments")
  • 13:44, 3 September 2020 Adam talk contribs created page PHP-LAMP/Drupal (Created page with "==Drupal==")
  • 13:43, 3 September 2020 Adam talk contribs created page PHP-LAMP/wordpress (Created page with "==Wordpress!==")
  • 13:42, 3 September 2020 Adam talk contribs created page PHP-LAMP (Created page with "==PHP / LAMP==")
  • 20:57, 2 September 2020 Adam talk contribs deleted page Mobile apps/ (content was: "<splist showparent=no sort=asc sortby=title liststyle=unordered showpath=no kidsonly=no debug=0 />", and the only contributor was "Adam" (talk))
  • 20:48, 2 September 2020 Adam talk contribs created page Mobile apps/PhoneGap (Created page with "PhoneGap is a developer friendly implementation of Cordova. Mobile_apps")
  • 20:46, 2 September 2020 Adam talk contribs created page Mobile apps/ (Created page with "<splist showparent=no sort=asc sortby=title liststyle=unordered showpath=no kidsonly=no debug=0 />")
  • 20:42, 2 September 2020 Adam talk contribs created page Mobile apps/PWAs (Created page with "==PWAs== This page is just to point out that PWAs can be used to make mobile apps. Please follow the link below: ::PWAs")
  • 20:37, 2 September 2020 Adam talk contribs created page NoCategory/PWAs (Created page with "==PWAs!== ===(Packaged Web Applications)=== At the time of writing this in 2020, PWAs can now do much of what people ask of a mobile and/or desktop app! You can make a compl...")
  • 20:35, 2 September 2020 Adam talk contribs deleted page NoCategory/PWAs (content was: "==PWAs!== ===(Packaged Web Applications)=== At the time of writing this in 2020, PWAs can now do much of what people ask of a mobile and/or desktop app! You can make a completely offline app, online only, or communicate with a server for updates via various APIs (I recommend webSockets) If you need to do anything computationally heavy though, web technology may be inadequate for you...", and the only contributor was "Adam" (talk))
  • 20:24, 2 September 2020 Adam talk contribs moved page Desktop apps/PWAs to NoCategory/PWAs
  • 20:22, 2 September 2020 Adam talk contribs created page NoCategory (Created page with "<splist showparent=no sort=asc sortby=title liststyle=unordered showpath=no kidsonly=no debug=0 />")
  • 20:21, 2 September 2020 Adam talk contribs created page Mobile apps/cordova (Created page with "==Cordova== Cordova is essentially what you use to build a mobile app using web tech (html, css, javascript). There are easier ways do this like PhoneGap and Intel XDK. The...")
  • 20:13, 2 September 2020 Adam talk contribs created page Mobile apps (Created page with "Mobile apps are no longer inaccessible to developers coming from a web background! If you need to do anything computationally heavy though, web technology may be inadequate f...")
  • 18:06, 2 September 2020 Adam talk contribs created page Desktop apps/WebView2 SDK (Created page with "==WebView2 SDK== If: * You're targeting Windows and ONLY Windows * Your app doesn't need too much system access This may be the most straight forward way to build your app....")
  • 18:00, 2 September 2020 Adam talk contribs created page Desktop apps/Desk Gap (Created page with "==Desk Gap== If you're aware of Phone Gap already, this is exactly what it sounds like. It's a way of using your web code, to make a desktop app. Just as phone gap allows y...")
  • 17:48, 2 September 2020 Adam talk contribs created page Desktop apps/Deno-webview (Created page with "==Deno Webview== Deno is an alternative to NodeJS. It has many of the same goals as Node, though is guided by different ideologies and security models. In the case of Deno...")
  • 17:42, 2 September 2020 Adam talk contribs created page Desktop apps/PWAs (Created page with "==PWAs!== ===Packaged Web Applications===")
  • 17:41, 2 September 2020 Adam talk contribs created page Desktop apps/Electron (Created page with "Powerfull Desktop frame work for building desktop apps with HTML, javascript, and CSS! It runs a copy of chromium for the renderer, and a copy of nodeJS for the main process....")
  • 17:37, 2 September 2020 Adam talk contribs created page Desktop apps (Created page with "Desktop apps are no longer inaccessible to developers coming from a web background! If you need to do anything computationally heavy though, web technology may be inadequate...")
  • 16:58, 2 September 2020 Adam talk contribs created page Desktop scripting/node (Created page with "==Node for shell scripting== ===Available on Windows, Linux, Mac=== Everyone knows that node is a server environment, but it's also GREAT for desktop scripting! you can wri...")
  • 16:38, 2 September 2020 Adam talk contribs created page Desktop scripting/bat files (Created page with "Bat files are (possibly) the easiest way to automate a given task on windows. If your task can be done from the command prompt, those actions can be saved to a file, then pla...")
  • 16:34, 2 September 2020 Adam talk contribs created page Desktop scripting/Mac automator (Created page with "Mac automator is very much what it sounds like. A desktop app for automating various tasks on Mac OS 10+. It can run applescript, bash, zsh, watch folders for changes, and e...")
  • 15:55, 2 September 2020 Adam talk contribs created page Desktop scripting/sh (Created page with "==SH scripting!=== (available on linux, unix, unix-like, FreeBSD, etc)")
  • 23:11, 1 September 2020 Adam talk contribs created page Desktop scripting (Created page with "Ways users can automate tedious tasks!")
  • 22:06, 31 August 2020 Adam talk contribs created page My wiki:General disclaimer (Created page with "I am documenting what has worked for me in the past, rather than something that is guaranteed to work. I have not necessarily audited modules/packages written by 3rd parties...")
  • 22:02, 31 August 2020 Adam talk contribs created page My wiki:About (Created page with "This is where i house documentation for myself, friends, colleagues, and the world at large. Some things that were tricky to figure out, and some things that my head simply d...")
  • 21:59, 31 August 2020 Adam talk contribs created page My wiki:Privacy policy (Created page with "I haven't installed any tracking yet, you're connected through SSL, and I've disabled the ability to make an account. Any privacy concerns you may have lie strictly with your...")
  • 23:52, 30 August 2020 User account Merrin talk contribs was created by Adam talk contribs and password was sent by email (editor)
  • 18:37, 30 August 2020 Adam talk contribs created page Wiki/mediawiki/extensions/subPageList3 (Created page with "Full documentation from the author(s) available at: https://www.mediawiki.org/wiki/Extension:SubPageList3 I use subPageList3 in 2 ways.")
  • 18:35, 30 August 2020 Adam talk contribs deleted page Wiki/mediawiki/SubPageList3 (content before blanking was: "<br/> Full documentation from the author(s) available at: https://www.mediawiki.org/wiki/Extension:SubPageList3")
  • 18:34, 30 August 2020 Adam talk contribs created page Wiki/mediawiki/SubPageList3 (Created page with "<br/> Full documentation from the author(s) available at: https://www.mediawiki.org/wiki/Extension:SubPageList3")
  • 18:26, 30 August 2020 Adam talk contribs created page Wiki/mediawiki/extensions/getting extensions (Created page with "MediaWiki made it easy on us with their "Extension Distributor" Assuming the below link is still valid, you can browse a dropdown list of available extensions and dropdown l...")
  • 22:20, 29 August 2020 Adam talk contribs created page Css (Created page with "stuff")
  • 20:59, 29 August 2020 Adam talk contribs created page Wiki/syntax/headers (Created page with "=h1 Headers and h1 example header= <code>=h1 Headers and h1 example header=</code> ==h2 example header== <code>==h2 example header==</code> ===h3 example header=== <code>===...")
  • 20:53, 29 August 2020 Adam talk contribs created page Wiki/mediawiki/extensions (Created page with "<splist showparent=no sort=asc sortby=title liststyle=unordered showpath=no kidsonly=no debug=0 />")
  • 20:50, 29 August 2020 Adam talk contribs created page Wiki/mediawiki (Created page with "fooasdfsad")
  • 20:50, 29 August 2020 Adam talk contribs deleted page Wiki/mediaWiki (content was: "Personally, I threw this thing because i really just wanted somewhere to store notes online. That way, i'd have a searchable set not notes, and the ability to send a link whenever someone asks me how something works. Thusly, I've put Some effort in to this site, but not very much. I used "Installatron" to set this up 90% of the way. For this reason, i'll not cover installation and...", and the only contributor was "Adam" (talk))
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)