diff --git a/Intro-to-JCB.md b/Intro-to-JCB.md index afda5f6..b90868c 100644 --- a/Intro-to-JCB.md +++ b/Intro-to-JCB.md @@ -10,11 +10,14 @@ Developers familiar with let’s say the Google API have an advantage with under I have and continue to do the bulk of the work developing JCB. If it’s not a serious issue with JCB requiring my involvement and instead is an issue within your component builds you must be willing to get your hands dirty. If you built something and it doesn't work you need to debug it. The best way to do this is to build a local sandbox environment as I do. I have PHP, MySQL and Joomla. If I was to open a browser I would type in local followed by VDM as an example. I have a few sites here and they are what we will be working in throughout this manual. One being developed is this Bowler component. Other sites are on the server so I use a small script on my server to change to another site let's say Builder.VDM which is another site that’s loading some of the best displays that I'm working on. So, I add an administrator to that, open the backend and log in to run in a sandbox environment. What are the advantages? -Not being exposed to the Internet is one advantage. Those of you that already have a sandbox environment are familiar with all these advantages but for those of you who don't, you can work offline most of the time plus add some things like XDEBUG and other scripts which help you debug your application very easily. Why is online development not a good solution? It is time consuming and difficult to build an online server and expensive; it's much easier and less costly to develop offline. If you don't know how to do that please visit [Lynda.com](https://www.lynda.com/) and look at a course called [Linux for PHP Developers by John Peck](https://www.lynda.com/Linux-tutorials/Linux-PHP-Developers/587676-2.html?srchtrk=index%3a1%0alinktypeid%3a2%0aq%3aUp+and+Running+with+Linux+for+PHP+Developers%0apage%3a1%0as) This is an excellent course to get your own local developing environment set up. I Don't know if this URL is going to be helpful, but [Up and Running with Apache for Linux PHP developers](https://www.edufukunari.com.br/biblioteca/running-linux-php-developers/) which I watched many moons ago has been very helpful to get my initial sandbox set up and ones after that. It will probably be beneficial for you to read also. You'll find you get better as you find better ways, but it's a good place to start. +Not being exposed to the Internet is one advantage. Those of you that already have a sandbox environment are familiar with all these advantages but for those of you who don't, you can work offline most of the time plus add some things like XDEBUG and other scripts which help you debug your application very easily. Why is online development not a good solution? It is time consuming and difficult to build an online server and expensive; it's much easier and less costly to develop offline. If you don't know how to do that please visit [Lynda.com](https://www.lynda.com/) and look at a course called [Linux for PHP Developers by John Peck](https://www.lynda.com/Linux-tutorials/Linux-PHP-Developers/587676-2.html?srchtrk=index%3a1%0alinktypeid%3a2%0aq%3aUp+and+Running+with+Linux+for+PHP+Developers%0apage%3a1%0as) This is an excellent course to get your own local developing environment set up. I Don't know if this URL is going to be helpful, but [Up and Running with Apache for Linux PHP developers](https://www.edufukunari.com.br/biblioteca/running-linux-php-developers/) which I watched many moons ago has been very helpful to get my initial sandbox set up and ones after that. It will probably be beneficial for you to read also. You'll find you get better as you find better ways, but it's a good place to start. An excellent source for complete installation are the stacks available from [Bitnami](https://bitnami.com/stacks). Look for WAMP (Windows Apache MySQL PHP), LAMP (Linux Apache MySQL PHP) or MAMP (Macintosh, Apache MySQL PHP), depending on what your environment is. Each has a complete guide to installation and other topics. An example is the [WAMP page](https://docs.bitnami.com/installer/infrastructure/wamp/). You will not need to [register](https://bitnami.com/account/sign_up) to download a stack but it is recommended so you can bypass the registration popup with the link allowing you to proceed without registering, especially if you are downloading some of the many stacks Bitnami has to offer. You may also sign in using FaceBook and others like it. -The best place for functions to be functional is offline. If you're going to develop online, please realize there may be security risks, especially when you've compiled an application. It places it in your temporary folder, which can be accessed from anywhere. Anyone can access your temporary folder on your server or your website. You can delete the application from there immediately with a button which I'll show you later but it unsafe. The purpose of the application was to create a development environment where you can safely explore all aspects of the environment you have installed. So, I would still suggest you develop offline. +The best place for functions to be functional is offline. If you're going to develop online, please realize there may be security risks, especially when you've compiled an application. It places it in your temporary folder (\tmp), which can be accessed from anywhere. Anyone can access your temporary folder on your server or your website. You can delete the application from there immediately with a button which I'll show you later but it unsafe. The purpose of the application was to create a development environment where you can safely explore all aspects of the environment you have installed. So, I would still suggest you develop offline. -Since JCB is free, please help me to ensure the future of this component by not sharing its training videos online or with anyone else. The only way that I can sustain this development effort is if you don't share these videos. So please, if you'll be so kind not to share these videos with your organization or perhaps a company you own. I can't stop you from doing that. So, if you do I would encourage you to consider donating. If you start to reap the benefits of the time that this application saves you do likewise so this application can be further developed for the rest of the community and for yourself +Since JCB is free, please help me to ensure the future of this component by not sharing its training videos online or with anyone else. The only way that I can sustain this development effort is if you don't share these videos. So please, if you'll be so kind not to share these videos with your organization or perhaps a company you own I would greatly appreciate it. I can't stop you from doing that. So, if you do I would encourage you to consider donating. If you start to reap the benefits of the time that this application saves you do likewise so this application can be further developed for the rest of the community and for yourself. -We would like to also involve you on get up so you can go to https://github.com/vdm-io/Joomla-Component-Builder. If you have issues, requests or anything else, please come here, go to issues and open a new issue. I will ensure that you can do that If you've got an account, of course, we'll get up and then may at least our discussions you're all logged and it's public and others can see it and we Can also come back as to it and reference? -If you want to make a feature request then you can start that feature request obviously here in the issues and Possibly if it exists I'll point you out to it. And if the training is needed to build added to this training video set but If there is a feature request that I started here and it feels that you can't wait Because we possibly will create milestones and we'll add feature requests to milestones And if you want to ensure that a feature request ends up being done like before anyone else’s, then you need to communicate with me at this email and I can send you a link to make a donation or I Yeah, I'll give you an invoice even if needed So that we can ensure that feature request be done before others Okay, so that's maybe all of it just looking at sort of an introduction If you have any questions, please let me know obviously not regarding the component itself but just these points I've mentioned I Would be grateful. Okay, it's let's get on with it Since I'm really looking forward to showing you how everything works. +We would also like you to get involved with Joomla Component Builder on [GitHub](https://github.com/vdm-io/Joomla-Component-Builder). If you have issues, requests or anything else, please go to issues and [open a new issue](https://github.com/vdm-io/Joomla-Component-Builder/issues). I will ensure that you can do that If you've got an account, of course, we'll get up and then may at least our discussions you're all logged and it's public and others can see it and we Can also come back as to it and reference? + +If you want to make a feature request you can start one in the issues. If it already exists, I'll point it out to you. If training is needed for the feature it will be added to the set of training videos. If this is a new feature request and you need the feature and can't wait you need to communicate with me at this email address. I can send you a link to make a donation and if you need one, an invoice can be sent to you. If a milestone is applicable in the project, the paid feature request can be added to that milestone and will be done before anyone else’s. + +If you have any questions regarding these points, please let me know. I would be grateful if you keep any questions about the JCB component separate so my response is focused on just the points I've mentioned in this chapter. I'm really looking forward to showing you how everything works in JCB throughout this manual and the videos it accompanies; I hope you feel the same. We'll continue next with .