Search found 56 matches

by gordon
Sun Jul 12, 2009 5:54 pm
Forum: Programming Discussion
Topic: Just HTMazing
Replies: 13
Views: 942

Re: Just HTMazing

How about customization? Flash is great for video and the one supported in HTML is just primitive. For simple things, people will use the video tag... but don't expect sites like Vidler or YouTube to stop using Flash, cause that would be taking a step backwards... And SilverLight sucks dick... I ag...
by gordon
Sun Jul 12, 2009 9:45 am
Forum: Programming Discussion
Topic: Just HTMazing
Replies: 13
Views: 942

Re: Just HTMazing

I said OVERUSE, what I was trying to say is it will hopefully mean the end of reliance on flash,silverlight and other plugins for audio and video, flash has it's place for some things but a native HTML <audio> and <video> tag in most cases would be a more preferable method.
by gordon
Sat Jul 11, 2009 4:14 pm
Forum: Programming Discussion
Topic: Just HTMazing
Replies: 13
Views: 942

Re: Just HTMazing

Yeah love the new features. It will be a great day for web developers everywhere when HTML5 and CSS3 can reach the vast majority of users and hopefully the horrible IE standards hating crap is no longer used. I'm also hoping it will obsolete the overuse of flash, silverlight and other multimedia plu...
by gordon
Sat Jul 11, 2009 3:22 pm
Forum: Game Development
Topic: RiverInvaders
Replies: 9
Views: 1144

Re: RiverInvaders

Yes I am indeed left handed. :)
by gordon
Sat Jul 11, 2009 3:20 pm
Forum: Current Events and Science/Technology
Topic: The new Axis of evi... I mean Google making a new OS?
Replies: 45
Views: 7788

Re: The new Axis of evi... I mean Google making a new OS?

I'm not sure whether this is good or bad. On the one hand increased competition in the OS market is great, from what I gather Google's OS will be based upon the Linux kernel much like Android is, I just hope they keep it fairly open and pass the code back to the free/open source community. In theory...
by gordon
Sun Jul 05, 2009 5:15 pm
Forum: General/Off-Topic
Topic: Google owning YouTube is getting real old real fast
Replies: 28
Views: 2362

Re: Google owning YouTube is getting real old real fast

And meanwhile I have to suffer because whatever alternative I choose is more than likely lacking a lot in comparison to YouTube (otherwise we'd all be hearing about, right?). When the competition begins the alternative will end up in the same position having to make the choice between copyright enf...
by gordon
Sun Jul 05, 2009 4:00 pm
Forum: General/Off-Topic
Topic: Google owning YouTube is getting real old real fast
Replies: 28
Views: 2362

Re: Google owning YouTube is getting real old real fast

There's a solution to this, it's called don't use youtube. If you don't like it instead of whining use something else there are plenty of alternatives such as vimeo. Right now youtube have a strong position in the market vote with your browser and go somewhere else, by supporting a competitor the be...
by gordon
Sun Jul 05, 2009 1:05 pm
Forum: Programming Discussion
Topic: Style Guide
Replies: 32
Views: 1852

Re: Style Guide

I guess Falco doesn't get on well with the GNU coding guidelines then....

http://www.gnu.org/prep/standards/html_ ... tting.html

To be honest I prefer the following

Code: Select all

if(something){

}
but I can understand the need to put up with both depending on the project.
by gordon
Wed Jul 01, 2009 6:26 pm
Forum: General/Off-Topic
Topic: I have a free domain name...
Replies: 59
Views: 3762

Re: I have a free domain name...

You could use php with mysql and apache's mod_rewrite to accept the following as an example:

Code: Select all

http://website.com/user9
would be what is rewritten for

Code: Select all

http://website.com/myscript.php?userid="user9"
by gordon
Wed Jul 01, 2009 11:14 am
Forum: General/Off-Topic
Topic: split from I have a free domain name...
Replies: 43
Views: 2469

Re: I have a free domain name...

avansc wrote: i have yet to see you teach anything except how to be a tool.
True but then tools are useful usually. ;)
by gordon
Wed Jul 01, 2009 11:10 am
Forum: General/Off-Topic
Topic: split from I have a free domain name...
Replies: 43
Views: 2469

Re: I have a free domain name...

shut the fuck up david, nobody asked for your opinion dickface. and you cant code a simple hello word, newb shit. And yet as his title states he is a commercial developer..... He has a lot to show on this website and if you had taken even a week to look through some posts before coming out with you...
by gordon
Wed Jul 01, 2009 11:02 am
Forum: Art, Music, and Design
Topic: 3D Portfolio
Replies: 38
Views: 7004

Re: 3D Portfolio

mr. archie, give up in life. dandymcgee just shut up. eatcomics really shut the fuck up. you all cant code for shit, just ask for my assistance, and i will help. BUT ASK POLITELY! This isn't even a thread about 'code.' Do you really have nothing better to do than insult other people's work? In your...
by gordon
Wed Jul 01, 2009 10:58 am
Forum: General/Off-Topic
Topic: split from I have a free domain name...
Replies: 43
Views: 2469

Re: I have a free domain name...

You really know how to make friends and prove your value don't you? </sarcasm>

Maybe you should treat it more like a job interview. No one is going to hire you if you insult their intelligence and be an arrogant prick.
by gordon
Tue Jun 30, 2009 12:51 pm
Forum: General/Off-Topic
Topic: I have a free domain name...
Replies: 59
Views: 3762

Re: I have a free domain name...

MadPumpkin wrote:
eatcomics wrote: you might wanna do SSI as well, so people could see the # of people who've been to their page, and downloaded stuff, or you know, something else... I don't know much about SSI but I think it could come in handy...
actually you can do things like that w/ PHP if im not mistaken
Yeah you can.
by gordon
Mon Jun 29, 2009 5:46 pm
Forum: General/Off-Topic
Topic: I have a free domain name...
Replies: 59
Views: 3762

Re: I have a free domain name...

I could do this if required of me. I've had experience building basic content management systems with php and my knowledge in web technologies includes the following: HTML,CSS,JS(to a lesser extent), PHP (using mysql databases mainly). I have a fairly good idea as to how to go about doing this. I ha...