Suggestions: IPBFREE 3.0 “Phalanx” - Part 2
#6
Posted 13 April 2010 - 07:02 AM
- Profiles (will there be "Latest Visitors" , "Comment Page" and About Me Page?)
- Member Legend (Is there any update to the Mod Installer Member Legend?)
- Board Statistics (Got any extra features?)
- Domain Installer (Is it still there?)
- Mod Installer (What are the Mod Installer's installed for iPBFree v3.0 Phalanx?)
- ShoutBox (Got any update for that?)
- Advertisements (Ad removals?)
That's all for now. I'm so excited with this Phalanx arrival! :)
This post has been edited by VoidPC: 13 April 2010 - 07:08 AM
#8
Posted 13 April 2010 - 09:51 AM
SatansFate, on 13 April 2010 - 06:34 AM, said:
You could (by adding the library code to your template)...there are drawbacks. You will load more code, pages will be slower.
If you are using Jquery specifically for its selector capability, then you can get by without using the whole Jquery library. We use a stripped down version of jquery for this (it's already built in).
I wouldn't recommend using jquery if your code is like a few lines.
#9
Posted 13 April 2010 - 10:37 AM
Vipul, on 13 April 2010 - 03:51 PM, said:
SatansFate, on 13 April 2010 - 06:34 AM, said:
You could (by adding the library code to your template)...there are drawbacks. You will load more code, pages will be slower.
If you are using Jquery specifically for its selector capability, then you can get by without using the whole Jquery library. We use a stripped down version of jquery for this (it's already built in).
I wouldn't recommend using jquery if your code is like a few lines.
Well, is YUI majorly different from jQuery, and does it have the same capabilities? e.g. animation streamlining etc
#12
Posted 13 April 2010 - 03:21 PM
#13
Posted 13 April 2010 - 10:55 PM
This post has been edited by LaiamTheMage: 13 April 2010 - 10:59 PM
#17
Posted 14 April 2010 - 08:52 AM
LaiamTheMage, on 13 April 2010 - 08:55 PM, said:
We do not use YUI's selector module. We use a stripped down version of jquery's...
#18
Posted 14 April 2010 - 08:58 AM
Vipul, on 14 April 2010 - 02:52 PM, said:
LaiamTheMage, on 13 April 2010 - 08:55 PM, said:
We do not use YUI's selector module. We use a stripped down version of jquery's...
OMG I LOVE YOU! <3 <3 <3
#19
Posted 14 April 2010 - 09:10 AM
SatansFate, on 14 April 2010 - 05:05 AM, said:
Don't use it then. You don't have to use our libraries, load your own.
Anyway, what don't you like about it?
SatansFate, on 14 April 2010 - 06:58 AM, said:
Vipul, on 14 April 2010 - 02:52 PM, said:
LaiamTheMage, on 13 April 2010 - 08:55 PM, said:
We do not use YUI's selector module. We use a stripped down version of jquery's...
OMG I LOVE YOU! <3 <3 <3
The syntax is not:
$('div > span.foo').action('x');
It is something like:
var x = I.S('div > span.foo'); loop through x { action on x; }
#20
Posted 14 April 2010 - 03:53 PM
Quote
Changing my mind... Thing i liked most is the Entire syntax...
if we could somehow marry the jquery syntax with the YUI functionality.... something to think about for AFTER phalanx is released.
This post has been edited by LaiamTheMage: 14 April 2010 - 04:02 PM