GWGweb-projectgroup / practice-project

This practice project will enable members to test and hone front end development skills using a myriad of web technologies.
https://gwgweb-projectgroup.github.io/practice-project/
BSD 2-Clause "Simplified" License
14 stars 20 forks source link

Using PHP #102

Closed elementWebDev closed 5 years ago

elementWebDev commented 6 years ago

I'm working on centralizing the header, nav, content, and footer. I've been having issues with my editors picking up the extension with my server though, so working on getting it together.

ddpetty commented 6 years ago

So the plan is to use PHP for the back end? On Fri, Mar 30, 2018 at 7:10 PM Ivan notifications@github.com wrote:

I'm working on centralizing the header, nav, content, and footer. I've been having issues with my editors picking up the extension with my server though, so working on getting it together.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GWGweb-projectgroup/practice-project/issues/102, or mute the thread https://github.com/notifications/unsubscribe-auth/AYsNbr_RwYxyXmyJ11uLfkYtJjfq0_8Oks5tjrTDgaJpZM4TCNZM .

elementWebDev commented 6 years ago

Just to keep from repeating code across pages

On Fri, Mar 30, 2018, 5:32 PM ddpetty notifications@github.com wrote:

So the plan is to use PHP for the back end? On Fri, Mar 30, 2018 at 7:10 PM Ivan notifications@github.com wrote:

I'm working on centralizing the header, nav, content, and footer. I've been having issues with my editors picking up the extension with my server though, so working on getting it together.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GWGweb-projectgroup/practice-project/issues/102, or mute the thread < https://github.com/notifications/unsubscribe-auth/AYsNbr_RwYxyXmyJ11uLfkYtJjfq0_8Oks5tjrTDgaJpZM4TCNZM

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GWGweb-projectgroup/practice-project/issues/102#issuecomment-377652216, or mute the thread https://github.com/notifications/unsubscribe-auth/ALoYI4Zm3ypxG8NZiupBGqLpAvlzgwjHks5tjs6WgaJpZM4TCNZM .

chrisvneal commented 6 years ago

PHP baby! lol that's cool hope this gives me a chance to study up on some things. Hopefully we'll be able to

elementWebDev commented 6 years ago

Thats the point, so you don't have to edit the same code on every page

On Fri, Mar 30, 2018, 9:42 PM Chris Neal notifications@github.com wrote:

PHP baby! lol that's cool hope this gives me a chance to study up on some things. Hopefully we'll be able to

-

template out a lot of the html page headers and footers

flesh out that product.html template with data for whatever product we select

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GWGweb-projectgroup/practice-project/issues/102#issuecomment-377661310, or mute the thread https://github.com/notifications/unsubscribe-auth/ALoYI7GO0OzcmcqO3utP5V3W35YUQXMjks5tjvLBgaJpZM4TCNZM .

Cynth42 commented 6 years ago

Hey You all! Do you want to share this project on codecorps? That way we could get more contributors? If not that would also be great :)

ddpetty commented 6 years ago

I'm up for that idea! I wish I was able to contribute more frequently, but some extra bills popped up and I have to work more instead of coding more. What does everyone else think? On Sun, Apr 1, 2018 at 12:32 AM Cynthia Clinton notifications@github.com wrote:

Hey You all! Do you want to share this project on code corps https://www.codecorps.org/code-corps/code-corp? That way we could get more contributors?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/GWGweb-projectgroup/practice-project/issues/102#issuecomment-377742994, or mute the thread https://github.com/notifications/unsubscribe-auth/AYsNbiuSshnynx-hvq7b1rkmqsR5RALRks5tkFhAgaJpZM4TCNZM .

Cynth42 commented 6 years ago

Don't know yet @ddpetty - waiting to hear from everyone else :)

elementWebDev commented 6 years ago

Yes..php will be used for backend.Go ahead and continue to work on your features,

On Sun, Apr 1, 2018, 4:58 PM Cynthia Clinton notifications@github.com wrote:

Don't know yet @ddpetty https://github.com/ddpetty - waiting to hear from everyone else :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GWGweb-projectgroup/practice-project/issues/102#issuecomment-377826528, or mute the thread https://github.com/notifications/unsubscribe-auth/ALoYI_juPWsJ5UlaCE7qomwbWjjGLweWks5tkWmugaJpZM4TCNZM .

elementWebDev commented 6 years ago

Oops replied from email to wrong thread it seems

Cynth42 commented 6 years ago

Where can I get some good resources on php? Don't know php, but I'm good with ruby

Cynth42 commented 6 years ago

I'll also look at product.js to see what can be done there. What are you working on in product.js @elementWebDev ?

elementWebDev commented 6 years ago

So far its just a product list to pull from

elementWebDev commented 6 years ago

This is gonna be fun! All kinds of ideas for differant modules after brushing up on the php. This is an opprtunity for all teams in html, css, and javascript

chrisvneal commented 6 years ago

Nice @elementWebDev, I hope we can all bring whatever technologies we are currently learning to the table and help each other learn & master them. I'm currently learning

Has anyone gotten into the "modern workflow" world of CLI task runners & build tools (Gulp, webpack, etc)?

It's pretty interesting once you get the hang of it. When I get comfortable with it and if anyone else wants to try and get into it, I'll include it in our workflow along with some basic instructions to get started.

Learn php from Codecademy

Learn Gulp from CSS-tricks

elementWebDev commented 6 years ago

@chrisvneal I havent gotten into any of that, however Ive been working on php mysql so we can get this in a database to pull from.

All of this is great... Continuing in this project we'll get to build a reusable ecommerce platform. After managing eCommerce sites(various platforms) for years I have many ideas that can be implemented, (i.e. subscription service, etc).

ddpetty commented 6 years ago

I have gotten into Gulp. It makes web dev so easy while you just focus on code.

On Sun, Apr 8, 2018 at 2:30 PM, Ivan notifications@github.com wrote:

@chrisvneal https://github.com/chrisvneal I havent gotten into any of that, however Ive been working on php mysql so we can get this in a database to pull from.

All of this is great... Continuing in this project we'll get to build a reusable ecommerce platform. After managing eCommerce sites(various platforms) for years I have many ideas that can be implemented, (i.e. subscription service, etc).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GWGweb-projectgroup/practice-project/issues/102#issuecomment-379571413, or mute the thread https://github.com/notifications/unsubscribe-auth/AYsNbrZMkHs21nZx8w3s8Ds_nhQmsvAXks5tmldDgaJpZM4TCNZM .

Cynth42 commented 6 years ago

Happy Sunday you all! Don't know anything about Gulp, node or mysql. I'm looking at the PHP tutorial. However, I know a good bit of Ruby, Postgresql, Active Record, and the Rails Framework.

chrisvneal commented 6 years ago

@GWGweb-projectgroup

That's great!

I wouldn't mess with Gulp unless you're really comfortable with the command line. I'm trying to learn something new everyday.

Between today and tomorrow I'll be looking into making xmlhttp requests, may be needing that sometime in the future 😉

elementWebDev commented 6 years ago

This issue is out of the scope of the project.. Have been working with node and react which has the ability to work with databases and create apps versus websites. I will come back to this later and edit. Lets keep up the project.

elementWebDev commented 5 years ago

Ok.. Here's the edit ya'll... Finally!

So we all have been out of the scholarship for awhile, however I've still been working on e-commerce.

I will create another branch on this repo for those interested...

This is a chance to get your feet wet and have fun collaborating!

There's a lot to do... And a bit to learn too.

Cheers! @taskmaster (Ivan Huddleston)

P.S. Please comment to let me know if you're interested