vForums Support > vForums :: Support :: > Coding

Coding - Posted By Reverse Blade (zohvi) on 30th Dec 07 at 9:16pm
What are you allowed to do?

Can you do Iframes and Ajax, unlike proboards?

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 9:16pm
As far as I know... Javascript only..

best to wait for Ross to confirm this! {Smile}

Re: Coding - Posted By Reverse Blade (zohvi) on 30th Dec 07 at 9:18pm
Ajax is Javascript so good {Smile}

Re: Coding - Posted By Marc (cr0w) on 30th Dec 07 at 9:20pm
Ajax can be used on Proboards, I don't know where you got the impression that you can't. {Unsure}

As for iframes, the reason they aren't allowed on Proboards is because the cookies wouldn't work. However, I'm posting this though an iframe right now, so it works. With regards to if Ross will mind people using iframes, that's something he'll have to answer.

Re: Coding - Posted By Reverse Blade (zohvi) on 30th Dec 07 at 9:26pm
You can't use Ajax on proboards cause you can hack people's forums easily {Tongue Out}

Re: Coding - Posted By Marc (cr0w) on 30th Dec 07 at 9:29pm
 
You can't use Ajax on proboards cause you can hack people's forums easily {Tongue Out}


You can't use AJAX with Proboards; you can however, use AJAX to access a remote server from Proboards.

EDIT: Wait, this is VF...what's with the Proboards talk? o.O

Re: Coding - Posted By Graham (amusedtodeath) on 30th Dec 07 at 9:34pm
 
[quote1199049967]

EDIT: Wait, this is VF...what's with the Proboards talk? o.O


I wasn't going to say anything {Tongue Out} The connections will always be there unfortunately, as most if not all of us are from PB.

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 9:34pm
indeed we are from PB...

and as vF grows and grows we'll become bigger! {Cheesy}

Re: Coding - Posted By Reverse Blade (zohvi) on 30th Dec 07 at 9:35pm
Who knows? {Cheesy}

Re: Coding - Posted By Marc (cr0w) on 30th Dec 07 at 9:38pm
 
 
EDIT: Wait, this is VF...what's with the Proboards talk? o.O


I wasn't going to say anything {Tongue Out} The connections will always be there unfortunately, as most if not all of us are from PB.


People won't connect us as much fairly soon. {Wink}

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 9:39pm
why's that?

Re: Coding - Posted By Marc (cr0w) on 30th Dec 07 at 9:40pm
 
why's that?


You'll see. {Wink}

*Shifty eyes*

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 9:40pm
but but but... I'm 'staff' so I should know! {Tongue Out}

Re: Coding - Posted By Graham (amusedtodeath) on 30th Dec 07 at 9:47pm
I'm not staff, but i should also know! For reasons that i'll not disclose as it's mainly based on nosiness {Tongue Out}

Re: Coding - Posted By Danny (schnooble) on 30th Dec 07 at 9:50pm
grahm are you "amusedtodeath " ?

and by the sounds of it, when this gets of its feet there will be alot of comparrison between the two.

Re: Coding - Posted By Dreg[Bot] (dregondrahl) on 30th Dec 07 at 10:02pm
AJAX isn't too useful unless Firefox and a few other browser modify the Cross Domain polices. Iframes would be okay i guess {Tongue Out} but not really a big deal, probably useful if you want to IC on every page or something.

Re: Coding - Posted By Marc (cr0w) on 30th Dec 07 at 10:05pm
 
but but but... I'm 'staff' so I should know! {Tongue Out}


It's a secret. {Tongue Out} Only me and Ross know [for know]. {Shocked}

...Are you excited yet? {Smile}

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 10:06pm
Nope... am I meant to be? Is this referring to your chat room you're making? hmmm

Re: Coding - Posted By Reverse Blade (zohvi) on 30th Dec 07 at 10:11pm
 
AJAX isn't too useful unless Firefox and a few other browser modify the Cross Domain polices. Iframes would be okay i guess {Tongue Out} but not really a big deal, probably useful if you want to IC on every page or something.


Iframes would make some codes a lot easier to make.

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 10:11pm
like which ones?

Re: Coding - Posted By Reverse Blade (zohvi) on 30th Dec 07 at 10:16pm
Big RPG Codes, Some Admin Editable, Infocenter Everywhere (like said). Can't think of a lot off the top of my head but I have had a lot of people ask me for codes that would be easier with iframes.

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 10:18pm
hmmm I guess so actually! {Smile}

Re: Coding - Posted By Marc (cr0w) on 30th Dec 07 at 11:53pm
 
Nope... am I meant to be? Is this referring to your chat room you're making? hmmm


No, everyone knows about the chatroom I'm making. {Tongue Out}

Re: Coding - Posted By Michael (wrighty) on 30th Dec 07 at 11:55pm
Tell me then... and I'll tell you what I told someone {Wink}

Re: Coding - Posted By Ross (admin) on 31st Dec 07 at 12:07am
There are easier ways to access information than iFrames. In fact, iFrames are probably one of the slower ways since you're loading a whole page just to grab one bit of information, and if you're loading a hidden iFrame without Ad-Free then the Google adwords TOS is being broken. That's why I'd rather make the information avaliable to you in a more friendly way. Since I started out as a client side coder I've no problem with writing server-side addons that make things easier for you if you let me know what information you need {Smile}

Re: Coding - Posted By Michael (wrighty) on 31st Dec 07 at 12:08am
So I guess that's Ross' way of saying... no IFrames! {Tongue Out}

Re: Coding - Posted By Reverse Blade (zohvi) on 31st Dec 07 at 12:11am
I guess so. What about using Ajax?

Re: Coding - Posted By Ross (admin) on 31st Dec 07 at 12:35am
 
I guess so. What about using Ajax?


I'd still rather just make the information more accessible through the creation of special files (either JS or XML) which you can call. It just makes more sense to me {Tongue Out} Unless there's a special circumstance where AJAX is the easier/more sensible option.

Re: Coding - Posted By Reverse Blade (zohvi) on 31st Dec 07 at 12:47am
So Thats a yes..?

Re: Coding - Posted By Michael (wrighty) on 31st Dec 07 at 12:58am
That's a no, unless there is a REALLY REALLY good reason for it to be used.