You are viewing our Forum Archives. To view or take place in current topics click here.
Small Social Network Project
Posted:

Small Social Network ProjectPosted:

CoNdEmR
  • Blind Luck
Status: Offline
Joined: Apr 29, 200914Year Member
Posts: 4,420
Reputation Power: 1211
Status: Offline
Joined: Apr 29, 200914Year Member
Posts: 4,420
Reputation Power: 1211
So, for my final project for my web development module in college i had to make a small social network. Nothing big to it, but thought some people might like to have a look at it. It's built around bootstrap(which i have come to adore).

Some features include:

    - Make a Post
    - Edit/Remove Post
    - Add Friends
    - Search Friends by course
    - Comment on Friends Page
    - Edit/Remove Comment
    - Add Pictures
    - Change Settings
    - Etc


So, yea take a look:
[ Register or Signin to view external links. ]

The following 3 users thanked CoNdEmR for this useful post:

Slagveld3 (05-12-2013), Tyler (05-10-2013), lee74saurusr3x (05-09-2013)
#2. Posted:
HoytVolker
  • Challenger
Status: Offline
Joined: Mar 04, 201311Year Member
Posts: 177
Reputation Power: 6
Status: Offline
Joined: Mar 04, 201311Year Member
Posts: 177
Reputation Power: 6
Thats sweet mate, you have real talent, maybe it could become as popular as facebook one day, who knows

#3. Posted:
CoNdEmR
  • Summer 2022
Status: Offline
Joined: Apr 29, 200914Year Member
Posts: 4,420
Reputation Power: 1211
Status: Offline
Joined: Apr 29, 200914Year Member
Posts: 4,420
Reputation Power: 1211
HoytVolker wrote Thats sweet mate, you have real talent, maybe it could become as popular as facebook one day, who knows



That is extremely doubtful, but thank you for the comment nonetheless. The point of the project was to brush up and improve my PHP and MySQL skills. Particularly MySQL. I wanted get the data from the various tables as efficiently as possible.
#4. Posted:
GamerTechz
  • TTG Addict
Status: Offline
Joined: Feb 11, 201212Year Member
Posts: 2,185
Reputation Power: 88
Status: Offline
Joined: Feb 11, 201212Year Member
Posts: 2,185
Reputation Power: 88
Using bootstrap? I have created my site with that too, still in progess tho.
#5. Posted:
MLP
  • TTG Contender
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
Status: Offline
Joined: Oct 26, 201013Year Member
Posts: 3,869
Reputation Power: 177
I's looking pretty good, but I have some suggestions on improving the site:

1. Fix the 404 page - It has a redirect loop on it for me

2. If you add the "required" attribute to your form fields, it will notify users that there are fields not filled in, and they won't have to fill in their data again each time.

3. Make it so there is a minimum size for the whole page - resizing the window messes with the whole page layout and moves elements around.

4. Validate email addresses - When I signed up, I checked your email validation, and it let me enter a string that wasn't an email address. You should do this in PHP, but for something quicker, change the input type of the email field on the register form from "text" to "email"

5. The login button only displays the modal on the homepage. (Modal code is missing from all other pages)

6. Add some of your own styling on top of bootstrap for uniqueness - I feel that Bootstrap is very nice, but seeing so many sites with just Bootstrap get's repetitive and old - I think it's best to have some unique styles

That's all of the feedback I can give to you at the moment, and overall it's looking very nice. Hopefully future updates and tweaks will make it even better.
#6. Posted:
CoNdEmR
  • Blind Luck
Status: Offline
Joined: Apr 29, 200914Year Member
Posts: 4,420
Reputation Power: 1211
Status: Offline
Joined: Apr 29, 200914Year Member
Posts: 4,420
Reputation Power: 1211
MLP wrote I's looking pretty good, but I have some suggestions on improving the site:

1. Fix the 404 page - It has a redirect loop on it for me

2. If you add the "required" attribute to your form fields, it will notify users that there are fields not filled in, and they won't have to fill in their data again each time.

3. Make it so there is a minimum size for the whole page - resizing the window messes with the whole page layout and moves elements around.

4. Validate email addresses - When I signed up, I checked your email validation, and it let me enter a string that wasn't an email address. You should do this in PHP, but for something quicker, change the input type of the email field on the register form from "text" to "email"

5. The login button only displays the modal on the homepage. (Modal code is missing from all other pages)

6. Add some of your own styling on top of bootstrap for uniqueness - I feel that Bootstrap is very nice, but seeing so many sites with just Bootstrap get's repetitive and old - I think it's best to have some unique styles

That's all of the feedback I can give to you at the moment, and overall it's looking very nice. Hopefully future updates and tweaks will make it even better.


Indeed, i'm aware of most of these issues, and thanks for the feedback. But for the current project and the requirements it's sufficient. Perhaps in the future i might fix some of the bugs and add additional functionality to it.
#7. Posted:
xFLx_Hackz
  • New Member
Status: Offline
Joined: May 06, 201310Year Member
Posts: 41
Reputation Power: 1
Status: Offline
Joined: May 06, 201310Year Member
Posts: 41
Reputation Power: 1
cool! im trying to learn html atm, this looks like the next Facebook!
#8. Posted:
7en
  • V5 Launch
Status: Offline
Joined: Aug 16, 201211Year Member
Posts: 598
Reputation Power: 29
Status: Offline
Joined: Aug 16, 201211Year Member
Posts: 598
Reputation Power: 29
Off topic, what's with all the staff members being demoted? And how come you guys never posted as staff..? Posting humanizes y'all

On topic;
- You can't login from the register page.
- FPD Vuln: [ Register or Signin to view external links. ]
- Making an error in registration causes all fields to blank
- During reg. not submitting an image results in a badly displayed error: [ Register or Signin to view external links. ]
#9. Posted:
Rhymes
  • TTG Addict
Status: Offline
Joined: Dec 30, 201112Year Member
Posts: 2,311
Reputation Power: 120
Status: Offline
Joined: Dec 30, 201112Year Member
Posts: 2,311
Reputation Power: 120
Impressive, MLP offered some great advice and I'll give some input if you like, but I doubt you want to take something like this serious.
#10. Posted:
Jimmy_Gets_Buckets
  • TTG Master
Status: Offline
Joined: Mar 29, 201311Year Member
Posts: 885
Reputation Power: 37
Status: Offline
Joined: Mar 29, 201311Year Member
Posts: 885
Reputation Power: 37
Nice work dude, I like it.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.