Page 1 of 3 123 LastLast
Results 1 to 15 of 40

Thread: Internet makers

  1. #1
    Join Date
    8th December 2009 - 16:11
    Bike
    Nothing, sadly
    Location
    Browns Bay
    Posts
    175

    Internet makers

    Quote Originally Posted by Dare View Post
    That goes double for me =) Novemberish?
    Developer or Designer? Could collaborate if you're the latter, I can't design to save my life.

  2. #2
    Join Date
    25th November 2006 - 22:43
    Bike
    Ratty As
    Location
    The Haven
    Posts
    495
    Quote Originally Posted by Suntoucher View Post
    Developer or Designer? Could collaborate if you're the latter, I can't design to save my life.
    Designer, got a portfolio?

    •°o.O[Design & Photography]O.o°•
    •°o.O[Book of faces]O.o°•

  3. #3
    Join Date
    8th December 2009 - 16:11
    Bike
    Nothing, sadly
    Location
    Browns Bay
    Posts
    175
    Mostly just Wordpress unfortunately, quick, easy and quite a bit of money to be made in it. Also producing danvelopment.net and quickpass.me but they're both long from finished.

    Oh, and Pinkfrog.com.au which is a client's project, built up the CMS from scratch and leave the client to add the content.

    I'm a PHP and JS dev, but dabble in everything else and looking to learn C#.

  4. #4
    Join Date
    25th November 2006 - 22:43
    Bike
    Ratty As
    Location
    The Haven
    Posts
    495
    Quote Originally Posted by Suntoucher View Post
    Mostly just Wordpress unfortunately, quick, easy and quite a bit of money to be made in it. Also producing danvelopment.net and quickpass.me but they're both long from finished.

    Oh, and Pinkfrog.com.au which is a client's project, built up the CMS from scratch and leave the client to add the content.

    I'm a PHP and JS dev, but dabble in everything else and looking to learn C#.
    Heh, I'm a wordpress freak atm, although I'm comfortable with C, JS, Java, Actionscript etc and learning C++ for a uni paper. I am a designer at heart though. novoalias.com is my portfolio but currently halfway through a revamp, and too busy with client sites to update it

    •°o.O[Design & Photography]O.o°•
    •°o.O[Book of faces]O.o°•

  5. #5
    Join Date
    8th December 2009 - 16:11
    Bike
    Nothing, sadly
    Location
    Browns Bay
    Posts
    175
    Quote Originally Posted by Dare View Post
    Heh, I'm a wordpress freak atm, although I'm comfortable with C, JS, Java, Actionscript etc and learning C++ for a uni paper. I am a designer at heart though. novoalias.com is my portfolio but currently halfway through a revamp, and too busy with client sites to update it
    Yeah I know the feeling, Danvelopment will get done eventually. Oh, I'm an AUT student as well, although did a Dip of Web Dev at Natcoll last year. In WF on a daily basis.

    Actually, I think I may complete it, rather than fucking around on a sunday.

  6. #6
    Join Date
    25th November 2006 - 22:43
    Bike
    Ratty As
    Location
    The Haven
    Posts
    495
    Quote Originally Posted by Suntoucher View Post
    Yeah I know the feeling, Danvelopment will get done eventually. Oh, I'm an AUT student as well, although did a Dip of Web Dev at Natcoll last year. In WF on a daily basis.

    Actually, I think I may complete it, rather than fucking around on a sunday.
    Well if you have some spare time I can't figure out why the 'read more' links generated using jquery aren't working when the hard coded version does. >.<
    http://www.holistichair.co.nz/products.html
    fml

    •°o.O[Design & Photography]O.o°•
    •°o.O[Book of faces]O.o°•

  7. #7
    Join Date
    8th December 2009 - 16:11
    Bike
    Nothing, sadly
    Location
    Browns Bay
    Posts
    175
    Heh, after much play. Take the script block that is above the test button. Especially as it says

    $(document).ready(function() {
    2 $('a[rel*=facebox]').facebox()
    3 });
    And put them ABOVE the other buttons. At the top of the div class="grid-12 alpha omega" should fix it.

    It's all client-side stuff, thus it parses from top to bottom, not in any order like Php etc

  8. #8
    Join Date
    11th March 2009 - 20:39
    Bike
    1986 Honda GB 400F
    Location
    Auckland
    Posts
    1,492
    Quote Originally Posted by Suntoucher View Post
    Oh, I'm an AUT student as well, although did a Dip of Web Dev at Natcoll last year. In WF on a daily basis.
    Hey, I'm at Natcoll at the moment doing a diploma of web dev.

    This thread is now about web development!

    We've just started MySql and PHP - for some reason I had trouble with $_SESSION but using databases has somehow made it click. I like coding.

  9. #9
    Join Date
    8th December 2009 - 16:11
    Bike
    Nothing, sadly
    Location
    Browns Bay
    Posts
    175
    Heh, have you Steve for your teacher? Yeah $_SESSION is just a variable on the browser, rather than the page and thus stores data, and can be called at any time rather than only when that page has the variable stored.

    If you need any help, can give me a yell. Until I find a job or more web work I'm bored most days as I have classes at night.

  10. #10
    Join Date
    25th January 2007 - 21:37
    Bike
    2011 ER-6N
    Location
    Glenfield
    Posts
    2,888
    Jeez, you lot must be moving at a snails pace, and paying for it! Go to http://www.w3schools.com and read from beginning to end.

    I taught myself enough php and mysql to make a website in 1 day!
    It was a simple website for entering jokes to a jokes list and being able to delete them but it was still pretty awesome.
    I wrote it in notepad too.
    /epeen

  11. #11
    Join Date
    8th December 2009 - 16:11
    Bike
    Nothing, sadly
    Location
    Browns Bay
    Posts
    175
    Quote Originally Posted by Slyer View Post
    Jeez, you lot must be moving at a snails pace, and paying for it! Go to http://www.w3schools.com and read from beginning to end.

    I taught myself enough php and mysql to make a website in 1 day!
    It was a simple website for entering jokes to a jokes list and being able to delete them but it was still pretty awesome.
    I wrote it in notepad too.
    /epeen
    Cool story, bro.

  12. #12
    Join Date
    19th September 2006 - 22:02
    Bike
    02 Ducati ST4s
    Location
    Here there everywhere
    Posts
    5,458

  13. #13
    Join Date
    25th November 2006 - 22:43
    Bike
    Ratty As
    Location
    The Haven
    Posts
    495
    Thx suntoucher!

    Quote Originally Posted by Slyer View Post
    Jeez, you lot must be moving at a snails pace, and paying for it! Go to http://www.w3schools.com and read from beginning to end.
    Paying? I'm getting paid to learn Basically just teaching myself something new every time I build a site.

    I'm basically doing too much other stuff to spare time for learning more than I need to know right now. Covering rent is more important than memorizing endless tables of "IE 5/6/7 does not support [insert basic web standard here]".

    Later... CSS3, HTML5 and beyond!

    In other news, who wants to stop working freelance and start working limited liability? I have a few interested already..

    •°o.O[Design & Photography]O.o°•
    •°o.O[Book of faces]O.o°•

  14. #14
    Join Date
    8th December 2009 - 16:11
    Bike
    Nothing, sadly
    Location
    Browns Bay
    Posts
    175
    Quote Originally Posted by Dare View Post
    Thx suntoucher!


    Paying? I'm getting paid to learn Basically just teaching myself something new every time I build a site.

    I'm basically doing too much other stuff to spare time for learning more than I need to know right now. Covering rent is more important than memorizing endless tables of "IE 5/6/7 does not support [insert basic web standard here]".

    Later... CSS3, HTML5 and beyond!

    In other news, who wants to stop working freelance and start working limited liability? I have a few interested already..
    Not a problem.

    I just don't support anything below IE7.

    Would consider working for someone if the offer was right, although for me atmosphere and working environment would be more important than the cash.

  15. #15
    Join Date
    11th March 2009 - 20:39
    Bike
    1986 Honda GB 400F
    Location
    Auckland
    Posts
    1,492
    Quote Originally Posted by Suntoucher View Post
    Heh, have you Steve for your teacher? Yeah $_SESSION is just a variable on the browser, rather than the page and thus stores data, and can be called at any time rather than only when that page has the variable stored.

    If you need any help, can give me a yell. Until I find a job or more web work I'm bored most days as I have classes at night.
    Wow, you just summed it all up in one sentence. Nah, Chris is my teacher. Steve comes in every now and then. However, he uses different property/method names and a lot of people get confused. Common debugging: is your filtered data stored in a $clean array or a $filteredValues array? Chris prefers $clean and Steve prefers the other. Dunno what I usually call mine but it really shouldn't matter.

    If I'm stuck I'll let you know, it often takes fresh eyes to see a mistake in code.

    Quote Originally Posted by Dare View Post
    Later... CSS3, HTML5 and beyond!
    I've dabbled in CSS3, pretty neat stuff! I might stick to images for the moment, maybe leave CSS3 for websites directed at web developers/designers. :\

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •