Closed hectoronevu closed 11 years ago
oops, forgot to add passwd varchar(15) as well in the table.
here's my syntax, apparently mysql does not like it if you use any variations of 'index' in your statement: CREATE TABLE main (author VARCHAR (15), title VARCHAR(50), description VARCHAR (100), passwd VARCHAR(15));
uploaded a skeleton of the project, anyone want to take over some of the project requirements?
yeah. is there a specific part you like me to do? So we don't both work on the something? On Jul 18, 2013, at 4:05 PM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
uploaded a skeleton of the project, anyone want to take over some of the project requirements?
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21210733.
ok i'll start tonight when i get off work. also i'll take care of making it look prettier
From: bmacc notifications@github.com To: hectoronevu/blog blog@noreply.github.com Sent: Thursday, July 18, 2013 4:35 PM Subject: Re: [blog] Status (#1)
yeah. is there a specific part you like me to do? So we don't both work on the something? On Jul 18, 2013, at 4:05 PM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
uploaded a skeleton of the project, anyone want to take over some of the project requirements?
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21210733. — Reply to this email directly or view it on GitHub.
Just pick one of the requirements and write that you'll work on it so the rest will know.
Got ya
On Jul 18, 2013, at 19:45, "hectoronevu" notifications@github.com<mailto:notifications@github.com> wrote:
Just pick one of the requirements and write that you'll work on it so the rest will know.
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21223050.
Okay guys, I'm going to post a major update functionality wise:
CREATE TABLE posts (blogID INT, postID INT NOT NULL AUTO_INCREMENT PRIMARY KEY, title VARCHAR(50), content TEXT, date DATETIME);
CREATE TABLE comments (postID INT, commentID INT NOT NULL AUTO_INCREMENT PRIMARY KEY, author VARCHAR(50), content TEXT, date DATETIME);
Dang it. I did some major changes myself. On Jul 21, 2013, at 12:16 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
Okay guys, I'm going to post a major update functionality wise:
CREATE TABLE posts (blogID INT, postID INT NOT NULL AUTO_INCREMENT PRIMARY KEY, title VARCHAR(50), content TEXT, date DATETIME);
CREATE TABLE comments (postID INT, commentID INT NOT NULL AUTO_INCREMENT PRIMARY KEY, author VARCHAR(50), content TEXT, date DATETIME);
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21304898.
Who volunteers to go on prezi.com and create a presentation there?
If you make some changes and are satisfied with what you have, you can create a new branch in blog and post your code there for the rest of us to see without modifying any in the master branch.
I'll take care of the presentation and ill work on the layout more tomorrow. I'm going to try to get some code finished as well sorry I've been having a hard time making it work
On Jul 21, 2013, at 0:31, hectoronevu notifications@github.com wrote:
Who volunteers to go on prezi.com and create a presentation there?
— Reply to this email directly or view it on GitHub.
No problems, just update us on your progress, be sure to include a link to the presentation (there should be a share button). I too, have a hard time making anything work, here's to hoping this will be ready for Monday. Also, I would like us to present your project first, is that alright with you guys?
Thats fine. I sent some code to your gmail. Check it out, let know what, if any of it, can be incorporated in the main code. On Jul 21, 2013, at 12:55 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
No problems, just update us on your progress, be sure to include a link to the presentation (there should be a share button). I too, have a hard time making anything work, here's to hoping this will be ready for Monday. Also, I would like us to present your project first, is that alright with you guys?
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21305176.
I like the layout you did Brian. I'll try to incorporate it before signing off for the night.
index.php done. On Jul 21, 2013, at 1:01 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
I like the layout you did Brian. I'll try to incorporate it before signing off for the night.
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21305205.
Looks good Brian, I'm stuck on this one bug in comments.php =(
tell me the bug. I'll help. Sometime you just need a different sit of eyes. On Jul 21, 2013, at 5:34 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
Looks good Brian, I'm stuck on this one bug in comments.php =(
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21307510.
my $postID is not working correctly when I use it:
I was able to do this with blogID in index.php line 53 and grabbing blogID in pages.php line 21.
Ok. I'm gonna close my eyes for a little bit. If you figure it out, let me know so I can work on something else. On Jul 21, 2013, at 5:48 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
my $postID is not working correctly when I use it:
I was able to do this with blogID in index.php line 53 and grabbing blogID in pages.php line 21.
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21307637.
Save this image to the location where your project_2 files are being stored on your codd.[cid:9C3C95A5-92AC-42F6-8D44-7AFB9FDC98A5@hsd1.ga.comcast.net.] On Jul 21, 2013, at 5:57 AM, Brian DaCosta bdacosta1@student.gsu.edu<mailto:bdacosta1@student.gsu.edu> wrote:
Ok. I'm gonna close my eyes for a little bit. If you figure it out, let me know so I can work on something else. On Jul 21, 2013, at 5:48 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
my $postID is not working correctly when I use it:
I was able to do this with blogID in index.php line 53 and grabbing blogID in pages.php line 21.
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21307637.
can you attach it in an email, I can't open it from the email link.
it was attach. I'll send to your gmail On Jul 21, 2013, at 11:07 AM, Brian DaCosta bdacosta1@student.gsu.edu<mailto:bdacosta1@student.gsu.edu> wrote:
Save this image to the location where your project_2 files are being stored on your codd.
Ok. I'm gonna close my eyes for a little bit. If you figure it out, let me know so I can work on something else. On Jul 21, 2013, at 5:48 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
my $postID is not working correctly when I use it:
I was able to do this with blogID in index.php line 53 and grabbing blogID in pages.php line 21.
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21307637.
thanks, you already sent me that pic in your previous email though.
Digressing, is there suppose to be another set of horizontal and vertical scroll bars wrapped around the blog entries?
got ya. I wasn't sure if you stored it. Which page are you referencing? On Jul 21, 2013, at 11:53 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
thanks, you already sent me that pic in your previous email though.
Digressing, is there suppose to be another set of horizontal and vertical scroll bars wrapped around the blog entries?
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21312097.
index.php
yes, thats what I was going for. Since it would mess with the body background image. I created a specific div size, and set overflow to scroll, thinking that once the box is filled, you would be able to scroll. I never actually tested it though. By the way, I'm currently styling comments.php, so don't change too much. If you want I can post what I got so far if you need to mess around with that file. On Jul 21, 2013, at 11:34 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
can you attach it in an email, I can't open it from the email link.
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21311824.
I will be working on showing the number of comments for each post, so I imagine pages.php, members.php, and comments.php will be changed if I get that feature working.
We have two issues regarding functionality left that I see:
Ok, I made some changed to the comments.php, commentsII.php, and style.css. I also created a new file, commentsIV.php. The posting of comments somewhat works now. And I believe the last issue is not with the style sheet. Check it out for me. Form text can be selected now, but when comments are posted they appear to the left(outside of my div), and if you refresh then they appear in the correct location (inside my div). I believe this is where your expertise comes in. On Jul 22, 2013, at 4:09 AM, hectoronevu notifications@github.com<mailto:notifications@github.com> wrote:
We have two issues regarding functionality left that I see:
— Reply to this email directly or view it on GitHubhttps://github.com/hectoronevu/blog/issues/1#issuecomment-21329953.
okay, everything looks fine except in comments.php, I have to move the $postID block before including commentsII.php otherwise it would give out notices. I'm gonna take a 30min nap now and see you guys in school. Not sure if the two features left would be done in time, but I'll continue to work on them once I'm on campus.
List of bugs and things to do:
If anyone is uncomfortable with github or coding, let me know. For the presentation, let's try to use this site: prezi.com if anyone has time
For now, everyone create a table in mysql, for example : \ Deleted, see below**