-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|646|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




oscar

Good Diagram Drawing?

3rd May 2009

what about this?
www.bubbl.us
it's an online flow chart builder.


oscar

Programmable Games

27th April 2009

@jay: i was thinking more of fake hacking kind of like thered be a set of pre-written commands that each computer terminal could use and only those commands. so it'd be more like basic command line stuff.
EG:
cd c:\\system_stuff
dir
echo usernames-file *snip*


oscar

Programmable Games

27th April 2009

what about something along the lines of a deus ex style game.... but instead you're an elite hacker who's trying to uncover some conspiracy... it wouldn't be so much 'programming' as having to write scripts to get past the security & access information, et*snip*


oscar

#192 - The Socoder Design Challenge

16th March 2009

i think tis starting to get off point. I can see Jays point in not wanting to implement features (fairly complex features at that) that may not even get used.
If the current theme feature hasn't been used at all, it's not a very good omen that another the*snip*


oscar

OSCAR goes opensource! Yeeay!

7th January 2009

haha...I'm open source!
Hopefully it's not branched too much though otherwise we could have a lot of slightly different OSCAR's.


oscar

Aerowyn Lore, Pt. 1

29th October 2008

I like it. It has a very bible-y feel to it. I think cower & JL235 have misunderstood waht you're trying to do.
I don't see it as a work of fiction in the novel or screenplay sense. I see it as more of a ten commandments style work of fiction. Or a diary *snip*


oscar

An image editing program

29th October 2008

I started to make a paint replacement but never finished it.
(Linkage)
is the download.... I always liked the interface... shame i never finished it actually... maybe it might give you some ideas :)


oscar

Online Scoreboard (aka 'An actual question! w00t)

10th June 2008

The only problem with using ASP.Net is that it isn't as cheap as some of the PHP/mysql options out there.


oscar

DS coders?

25th May 2008

i have a ds... i could potentially get a flash kit for it :P
I'm just lazy ^_^


oscar

BeamMe.Info

29th April 2008

A web to SMS service for sites looking to offer users an alternative to writing information down.


oscar

News and shit..

27th April 2008

sooooooo..... anyway.... nice to see some new features are still coming jay!!!
as I always say... I will get around to finding some time to do some stuff one of these days ^_^


oscar

is string a number?

24th March 2008

could it be that the numbers are outside the range defined in your if statement?


oscar

Stupid question....

16th March 2008

the reason it won't work is that it will execute both ifs
so:
it will set cc=1
THen because key 46 is hit and cc now =1 it will set it back to 0
you probably want to do:
If (KeyHit(46) And cc=0) Then cc=1
elseif (KeyHit(46) And cc=1) Then cc=0
so *snip*


oscar

Apple Keynote

15th January 2008

3g iphone for australia! that's all I care about really
it looks like it'll be a good one this year though
*crosses fingers*


oscar

TCP or UDP

11th January 2008

the problem is that UDP *ITSELF* doesn't allow you todo error checking and if you are building error checking onto UDP... why not just use tcp instead?


oscar

TCP or UDP

10th January 2008

"most MMOs tend to at least use UDP for login, account and auction stuff because it's faster."
that's not true... UDP is not reliable to use for something as important as logins... there is no garauntee that the data will EVER arrive (unlike TCP). UDP is *snip*


oscar

The 'Your Name' topic..

3rd January 2008

Grant McNally.... what about making a little search function so you can put in name, hit search and it comes up with anything matching it


oscar

Virtual functions and multiple inheritamce - OOP question(s) and general rant

23rd October 2007

There are ways around multiple inheritance.. the chief being a slight change in the way you code... in essence whatinstinct said ^_^


oscar

SQL Forum Tables Problem

4th September 2007

you can leave it blank and it'll return the last performed query eg.
[code]
$lastid=mysql_insert_id();
[/code]
(Linkage)


oscar

SQL Forum Tables Problem

3rd September 2007

mysql_insert_id
is the php command you want... it returns the last id generated...or should i say... the id of the last insert


oscar

SQL Forum Tables Problem

1st September 2007

there is actually a way to return the last query id to a variable.. I did it at work yesterday... but alas i can't remember what it was so it might have to wait until monday when I can check out the code again... it was something like last_query_id() or so*snip*


oscar

A new devcrunch...

23rd August 2007

I am a bit worried about him too... I tried ringing him on the phone but it said the number was disconnected...
I haven't heard anything from him since he logged into irc one night for about 3 minutes and changed the topic of the devcrunch irc channel.
h*snip*


oscar

A new devcrunch...

21st August 2007

Spelling mistake anybody? yout = your :p
haha


oscar

A new devcrunch...

21st August 2007

do you mean like this?
(Linkage)
^_^


oscar

A new devcrunch...

21st August 2007

It might be slow progress for a while as I'm currently working 2 jobs at once (running a company and contracting to another comapny as a web developer... but i'll be sticking with it ;)
In the meantime i shall LURK MOAR!!!!!
*small print* and maybe post *snip*

Newer Posts More - Older Posts