Mafia-Club Posted December 10, 2008 Posted December 10, 2008 Hello this is a updated voting paage i just finshed now feel free to you reply to this thread if you like it Remember Am practicing Screenshot: Updated so it looks complete You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Eternal Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page Pretty nice I would suggest putting in some links in your screen shot so people know how it looks complete :) Maybe work on some function in the staff pannel where you can add a link name and reward type :) Quote
Mafia-Club Posted December 10, 2008 Author Posted December 10, 2008 Re: [Mccode v2] better Voting Page Pretty nice I would suggest putting in some links in your screen shot so people know how it looks complete :) Maybe work on some function in the staff pannel where you can add a link name and reward type :) Thanks I will try if i can do that btw am learning yet Quote
Zero-Affect Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page looks good +1 Quote
Mafia-Club Posted December 10, 2008 Author Posted December 10, 2008 Re: [Mccode v2] better Voting Page looks good +1 Thanks Zero :-) Quote
Eternal Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page OK since i noticed a few errors on how you done things i decided to create it so you know how it should be You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
radio_active Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page Nice umm, table......... Quote
Eternal Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page lol Radio Give it to him i know it is something basic but atleast he is giving it a go and Learning... Quote
Mafia-Club Posted December 10, 2008 Author Posted December 10, 2008 Re: [Mccode v2] better Voting Page Thanks for your Replys i know this is basic but am practicing my html first when am done with html Am going to move on php and make stuff in php too am trying to learn its better then normol mccode voting anyways lol am happy of what i have made :-) Quote
POG1 Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page if anyone needs a voting site www.bcvoting.net is a new voting site.. ;) Quote
Zero-Affect Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page if anyone needs a voting site www.bcvoting.net is a new voting site.. ;) nice topsites, looks like aardvark without the copyrights... http://bcvoting.net/skins/banburyco/header.jpg ah yeah it is i think they have a problem with people removing copyrights, just friendly advise mate.. Quote
radio_active Posted December 10, 2008 Posted December 10, 2008 Re: [Mccode v2] better Voting Page lol Radio Give it to him i know it is something basic but atleast he is giving it a go and Learning... lol, i was being sorta encouraging with the "nice" lol. Quote
morgan1122 Posted December 19, 2010 Posted December 19, 2010 What do i have to add to make the Voting like a clickable link Quote
Rasheed saeed Posted December 19, 2010 Posted December 19, 2010 <td><a href = 'LINKTOSITEHERE'>Text here</a></td> Quote
Danny696 Posted December 19, 2010 Posted December 19, 2010 Can i ask why do you leave a space between the href, = and ' :/ Quote
Rasheed saeed Posted December 19, 2010 Posted December 19, 2010 I have no idea Danny. Just a weird way of me doing things. Like Jordan using echo()(Not a function) like that. Quote
Danny696 Posted December 19, 2010 Posted December 19, 2010 Whats weird about Jordans way, many top developers do it that way.... Quote
Rasheed saeed Posted December 19, 2010 Posted December 19, 2010 I wasn't relating Jordan's way of being weird. Please don't start anything here Danny. Quote
Danny696 Posted December 19, 2010 Posted December 19, 2010 Just a weird way of me doing things. Like Jordan using echo()(Not a function) like that. Really you werent? Quote
Dominion Posted December 19, 2010 Posted December 19, 2010 Whats weird about Jordans way, many top developers do it that way.... php.net sums that up... Outputs all parameters. echo() is not actually a function (it is a language construct), so you are not required to use parentheses with it. echo() (unlike some other language constructs) does not behave like a function, so it cannot always be used in the context of a function. Additionally, if you want to pass more than one parameter to echo(), the parameters must not be enclosed within parentheses. I don't see why any "top developers" would use echo() even jordan said it was a bad habit... Quote
Rasheed saeed Posted December 19, 2010 Posted December 19, 2010 No Danny I wasn't. In one sentence I mentioned my spacing being weird(Which there is no point of it so it's kind of weird). I didn't mentioned 'weird' related to Jordan's.. Quote
Nicholas Posted December 19, 2010 Posted December 19, 2010 i heard using (echo) instead of (print) was a bit faster? not by huge amount speed but just little bit faster. like 0.0055% or something like that? Quote
Jordan Palmer Posted December 19, 2010 Posted December 19, 2010 This isn't a discussion about the speed of echo/print - Back on topic guys. Quote
Dominion Posted December 19, 2010 Posted December 19, 2010 i heard using (echo) instead of (print) was a bit faster? not by huge amount speed but just little bit faster. like 0.0055% or something like that? What is the difference between echo and print ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.