14 Replies - 2234 Views - Last Post: 28 September 2013 - 01:08 PM

#1 peter1745   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 18
  • Joined: 13-September 13

Looking for programmers & graphic design

Posted 13 September 2013 - 01:08 PM

Hello! I've recently started a website called Social Connect, and I need some help with javascript, I can not pay for it unfortunly, but I will give your name in the created section of the page! Hope to hear from you soon!
Is This A Good Question/Topic? 0
  • +

Replies To: Looking for programmers & graphic design

#2 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: Looking for programmers & graphic design

Posted 13 September 2013 - 01:11 PM

Moving to 'post a job'.
Was This Post Helpful? 0
  • +
  • -

#3 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: Looking for programmers & graphic design

Posted 13 September 2013 - 01:12 PM

Can you be more descriptive of what this Javascript needs to do?
Was This Post Helpful? 0
  • +
  • -

#4 peter1745   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 18
  • Joined: 13-September 13

Re: Looking for programmers & graphic design

Posted 14 September 2013 - 08:56 AM

View Postno2pencil, on 13 September 2013 - 01:12 PM, said:

Can you be more descriptive of what this Javascript needs to do?
I need a script that takes any post made by a user, and put it at the front page, plus I need a script that display all the members in a list at the member page. And I need one for password changing in the settings page.
Was This Post Helpful? 0
  • +
  • -

#5 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: Looking for programmers & graphic design

Posted 14 September 2013 - 09:21 AM

Sounds like a php template issue.
Was This Post Helpful? 0
  • +
  • -

#6 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: Looking for programmers & graphic design

Posted 14 September 2013 - 02:30 PM

I agree. These things should not be (& most likely can not be done) client side. These should be server side responsibilities.
Was This Post Helpful? 0
  • +
  • -

#7 peter1745   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 18
  • Joined: 13-September 13

Re: Looking for programmers & graphic design

Posted 15 September 2013 - 10:49 AM

View Postno2pencil, on 14 September 2013 - 02:30 PM, said:

I agree. These things should not be (& most likely can not be done) client side. These should be server side responsibilities.
I thoght you needed a script to move a post of any kind....
Was This Post Helpful? 0
  • +
  • -

#8 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: Looking for programmers & graphic design

Posted 15 September 2013 - 12:51 PM

PHP pages are still scripts, just not on the client side.
Was This Post Helpful? 0
  • +
  • -

#9 peter1745   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 18
  • Joined: 13-September 13

Re: Looking for programmers & graphic design

Posted 15 September 2013 - 04:38 PM

View Postmacosxnerd101, on 15 September 2013 - 12:51 PM, said:

PHP pages are still scripts, just not on the client side.
Well I know PHP is a scripting language, but I ment javascript =)
Was This Post Helpful? 0
  • +
  • -

#10 peter1745   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 18
  • Joined: 13-September 13

Re: Looking for programmers & graphic design

Posted 28 September 2013 - 06:09 AM

I have copied the code to paste bin, you can see the paste here: PasteBin code If anyone know how to fix so that it displays on the main page for only your friends, that would help alot!
Was This Post Helpful? 0
  • +
  • -

#11 DblAAssassin   User is offline

  • D.I.C Regular

Reputation: 43
  • View blog
  • Posts: 322
  • Joined: 11-May 13

Re: Looking for programmers & graphic design

Posted 28 September 2013 - 10:29 AM

What everyone is trying to say it, you issue is Server-Side (PHP), and should not be dealt with on the Client-Side (Javascript).

Also, your link does not work, you need to put a colon ( : ), before the two forward slashes ( // ).

**EDIT**
Here is the Link to the Pastebin.

This post has been edited by DblAAssassin: 28 September 2013 - 10:31 AM

Was This Post Helpful? 0
  • +
  • -

#12 peter1745   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 18
  • Joined: 13-September 13

Re: Looking for programmers & graphic design

Posted 28 September 2013 - 12:28 PM

View PostDblAAssassin, on 28 September 2013 - 10:29 AM, said:

What everyone is trying to say it, you issue is Server-Side (PHP), and should not be dealt with on the Client-Side (Javascript).

Also, your link does not work, you need to put a colon ( : ), before the two forward slashes ( // ).

**EDIT**
Here is the Link to the Pastebin.

I know that it have to be dealt with on the server side, but I don't know how... I forgot the colon!? Stupid me
Was This Post Helpful? 0
  • +
  • -

#13 peter1745   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 18
  • Joined: 13-September 13

Re: Looking for programmers & graphic design

Posted 28 September 2013 - 12:37 PM

Hello! I have been working on my own social website for about a month now, and I need new graphics/images, so I wonder if there is anyone out there that would want to make images and graphics for it, unfortunly I cannot pay for it, but your name will be in the staff list! Here is the current beta site: s-connect
Was This Post Helpful? 0
  • +
  • -

#14 Lemur   User is offline

  • Pragmatism over Dogma
  • member icon


Reputation: 1453
  • View blog
  • Posts: 3,633
  • Joined: 28-November 09

Re: Looking for programmers & graphic design

Posted 28 September 2013 - 12:48 PM

The likelyhood of anyone wanting to join in a project for free is minimal if not completely absent. If you want people to work for free, you had better have something interesting that they can really get behind, and you need to be able to sell it. Some people like being a part of something they know will be big, or something they find useful, but that's only after the head of a project makes something interesting enough for them to take a peek.

This is not one of those projects. To be frank, it seems more like a "Let's learn PHP" High School or College project than anything.
Was This Post Helpful? 0
  • +
  • -

#15 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: Looking for programmers & graphic design

Posted 28 September 2013 - 01:08 PM

Please do not create duplicate topics.. merging.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1