NerdDoc Posted September 10, 2014 Share Posted September 10, 2014 (edited) Hi everybody, So I used to be a pretty decent PHP developer, but I haven't done much with programming for the last 8 years. I switched to the healthcare industry after the big dot-com boom and I'm finishing up a doctorate in nursing this spring. I decided to try and get back into programming to pursue some online teaching projects I want to take on and wow, have I forgotten a lot! I've got a WordPress site up and I've manged to teach myself some decent animation skills in Flash and After Effects. Now I'm looking to try and build a set of database tables to house medication calculation equations, answers, and some metadata. I've been looking around to try and find some WordPress addons that will let me edit database tables, but everything I've been able to find turns out to be a table editor in the "Microsoft Word" sense of the word, and not actually usable to manage database tables. Is there anything out there that could save me a big chunk of time? Looking forward to some development after a long break though. I don't plan on working through a shell, so I'm going to be using a text editor on a PC. Any suggestions for making the writing and syncing easily that might make my life easier? Thanks, -Bart Edited September 10, 2014 by NerdDoc Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/ Share on other sites More sharing options...
CroNiX Posted September 10, 2014 Share Posted September 10, 2014 Any suggestions for making the writing and syncing easily that might make my life easier? Thanks, -Bart GIT Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/#findComment-1490537 Share on other sites More sharing options...
CroNiX Posted September 10, 2014 Share Posted September 10, 2014 For creating/editing db tables/data, you can use phpmyadmin Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/#findComment-1490538 Share on other sites More sharing options...
NerdDoc Posted September 10, 2014 Author Share Posted September 10, 2014 For creating/editing db tables/data, you can use phpmyadmin I'm comfortable with PHPMyAdmin, but I'm trying to create a UI for people to be able to add and modify med calc problems. This shouldn't be too tough, but I'm hoping to be able to use the WordPress auth to protect access to the tables. This is where I'm not sure where to start. Watching a GIT video now... looks pretty cool. Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/#findComment-1490539 Share on other sites More sharing options...
deathbeam Posted September 10, 2014 Share Posted September 10, 2014 If you are using windows, then simply download https://windows.github.com/ GitHub for windows so you do not have to learn git at all Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/#findComment-1490556 Share on other sites More sharing options...
trq Posted September 10, 2014 Share Posted September 10, 2014 so you do not have to learn git at all wtf? Why would you avoid learning one of the tools that most developers would consider an essential part of their job. Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/#findComment-1490560 Share on other sites More sharing options...
jeffreyappel Posted October 13, 2014 Share Posted October 13, 2014 wtf? Why would you avoid learning one of the tools that most developers would consider an essential part of their job. If I'm starting to learn programming, should I learn git on the early stages? Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/#findComment-1493454 Share on other sites More sharing options...
CroNiX Posted October 13, 2014 Share Posted October 13, 2014 Git is invaluable and easy to learn/use. Yes, you should learn it. It can save you from a catastrophe Quote Link to comment https://forums.phpfreaks.com/topic/290958-back-to-programming-after-an-8-ish-year-break/#findComment-1493477 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.