Programming fun time

Talk about anything in here.
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Programming fun time

Post 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
Last edited by JelvinJS7 on Wed May 18, 2011 10:39 am, edited 2 times in total.
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: Programming fun time

Post by bowersbros »

im confused?
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
User avatar
ta2shop
Posts: 179
Joined: Sat May 07, 2011 9:07 am
Location: madrid, Spain
Contact:

Re: Programming fun time

Post by ta2shop »

i dont folow!
you are the "programer"?
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Programming fun time

Post by jacek »

!! That's how when I think when I see dynamic thing :shock: :shock:
Image
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: Programming fun time

Post 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
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Programming fun time

Post by jacek »

People: oo fading boxes that's cool.

Me: *view source* this person was lazy and used jQuery ;)
Image
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: Programming fun time

Post by JelvinJS7 »

jacek wrote:People: oo fading boxes that's cool.

Me: *view source* this person was lazy and used jQuery ;)
Haha yeah basically
User avatar
Dylan
Posts: 150
Joined: Fri May 06, 2011 7:14 pm

Re: Programming fun time

Post 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.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Programming fun time

Post by jacek »

Dylan wrote:especially during periods of technical difficulties
no... they should fix it :)
Image
User avatar
Dylan
Posts: 150
Joined: Fri May 06, 2011 7:14 pm

Re: Programming fun time

Post 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"
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Programming fun time

Post by jacek »

that sounds about right, although I don't really use facebook. I think I am more "oo look a PHP error" :lol:
Image
User avatar
Dylan
Posts: 150
Joined: Fri May 06, 2011 7:14 pm

Re: Programming fun time

Post 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:
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: Programming fun time

Post 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:
Tino
Posts: 360
Joined: Thu May 05, 2011 8:55 pm
Location: The Netherlands

Re: Programming fun time

Post 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:
Please check out my CodeCanyon items.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Programming fun time

Post by jacek »

Does anybody else fill every box in pretty much any form with ' before actually using it too ? :lol:
Image
bowersbros
Posts: 534
Joined: Thu May 05, 2011 8:19 pm

Re: Programming fun time

Post by bowersbros »

No. ;)

a ' -- Drop Table `users` before though.. never worked :(
I don't like to brag, but I wasn't circumcised. I was circumnavigated. ;)

Want to learn something new? Or maybe reinforce what you already know? Or just help out? Please subscribe to my videos: http://goo.gl/58pN9
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Programming fun time

Post by jacek »

who calls their table "users" :lol:
Image
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: Programming fun time

Post 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
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Re: Programming fun time

Post by Temor »

jacek wrote:who calls their table "users" :lol:
A lot of people actually. You'd be surprised.
User avatar
element
Posts: 8
Joined: Mon May 16, 2011 7:20 pm
Location: Germany

Re: Programming fun time

Post by element »

jacek wrote:who calls their table "users" :lol:
I do :? .... maybe I should change that :lol:
User avatar
Dylan
Posts: 150
Joined: Fri May 06, 2011 7:14 pm

Re: Programming fun time

Post 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
Post Reply