Page 1 of 3

Programming fun time

Posted: Wed May 18, 2011 2:29 am
by JelvinJS7
Someone sees this scripted object on a webpage. Here is how they're response would go to it:
non-programmer wrote:Whoa that's sick!
programmer wrote:Interesting; that was made using the php substr function along with a JavaScript window object and jauery's fade function to…
(I just kinda made up that coding combo)

This just shows you how different ppl are on the Internet when there's something dynamic! :D

Re: Programming fun time

Posted: Wed May 18, 2011 6:57 am
by bowersbros
im confused?

Re: Programming fun time

Posted: Wed May 18, 2011 7:40 am
by ta2shop
i dont folow!
you are the "programer"?

Re: Programming fun time

Posted: Wed May 18, 2011 9:22 am
by jacek
!! That's how when I think when I see dynamic thing :shock: :shock:

Re: Programming fun time

Posted: Wed May 18, 2011 10:42 am
by JelvinJS7
Sorry typed it badly.

It shows how people that don't know any programming language will admire the content, whereas programmers will admire/try to figure out the code

Re: Programming fun time

Posted: Wed May 18, 2011 1:47 pm
by jacek
People: oo fading boxes that's cool.

Me: *view source* this person was lazy and used jQuery ;)

Re: Programming fun time

Posted: Wed May 18, 2011 7:03 pm
by JelvinJS7
jacek wrote:People: oo fading boxes that's cool.

Me: *view source* this person was lazy and used jQuery ;)
Haha yeah basically

Re: Programming fun time

Posted: Wed May 18, 2011 7:20 pm
by Dylan
Aha, yup; I know exactly what you mean.

The other thing that I find is coders / programmers appreciate sites more, especially during periods of technical difficulties. Regular browsers only care for the content of the site, and slightly the design. All the functionality of the site is second nature, the stuff that takes the hours and hours.

Re: Programming fun time

Posted: Wed May 18, 2011 7:22 pm
by jacek
Dylan wrote:especially during periods of technical difficulties
no... they should fix it :)

Re: Programming fun time

Posted: Wed May 18, 2011 7:32 pm
by Dylan
jacek wrote:
Dylan wrote:especially during periods of technical difficulties
no... they should fix it :)
Whether you feel that way or not, I do not think you rage quit so hard on their faces. Any glitch on facebook, no matter how short it takes to fix there are like 1,000 pages instantly created and liked by a million bagillion quadfillion batrillion people saying: "Facebook fix _____________________________ it's annoying."

I feel as though programmers are like "Facebook you should really do more sufficient testing before releasing a product to millions of people, get it together"

Re: Programming fun time

Posted: Wed May 18, 2011 7:41 pm
by jacek
that sounds about right, although I don't really use facebook. I think I am more "oo look a PHP error" :lol:

Re: Programming fun time

Posted: Wed May 18, 2011 7:43 pm
by Dylan
jacek wrote:that sounds about right, although I don't really use facebook. I think I am more "oo look a PHP error" :lol:
Ahaha, yah, facebook not my cup of tea but seeing as about 99.123129321% of the world uses facebook and complains when it doesn't work properly, I figured it'd be the best example :lol:

Re: Programming fun time

Posted: Wed May 18, 2011 9:32 pm
by EcazS
Whenever I see a PHP error on a website I always laugh a little and think to myself "I could fix that easily" :lol:

Re: Programming fun time

Posted: Wed May 18, 2011 9:49 pm
by Tino
Whenever I see a PHP error somewhere I immediately think 'noob'. Because normally, you would code your web site to be, y'know, fully functional :lol:

Re: Programming fun time

Posted: Wed May 18, 2011 10:15 pm
by jacek
Does anybody else fill every box in pretty much any form with ' before actually using it too ? :lol:

Re: Programming fun time

Posted: Wed May 18, 2011 10:19 pm
by bowersbros
No. ;)

a ' -- Drop Table `users` before though.. never worked :(

Re: Programming fun time

Posted: Wed May 18, 2011 10:29 pm
by jacek
who calls their table "users" :lol:

Re: Programming fun time

Posted: Wed May 18, 2011 10:38 pm
by JelvinJS7
I have to admit I have tried SQL injection. The only time I got it to work, it was for this really crappy site that's been broken into many times. Idk what the site is even for.
Kinda a lol there
jacek wrote:who calls their table "users" :lol:
thats actually a good security method. Name your user table "cheez", with strange column names, and it'd be hard to break into

Re: Programming fun time

Posted: Wed May 18, 2011 10:39 pm
by Temor
jacek wrote:who calls their table "users" :lol:
A lot of people actually. You'd be surprised.

Re: Programming fun time

Posted: Wed May 18, 2011 11:15 pm
by element
jacek wrote:who calls their table "users" :lol:
I do :? .... maybe I should change that :lol:

Re: Programming fun time

Posted: Wed May 18, 2011 11:17 pm
by Dylan
jacek wrote:who calls their table "users" :lol:
With full security you should be able to call your table "table" and have no worries :p