The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What is your favourite code?

+13
Eman and Kou
tpt8899
meghrajbaria
Cyborg112233
Chaoticc
Snickers^^
sofija94
jsnpg
chaoscat82
Joryk
!_NICK_!
Omu
Adam360
17 posters

Go down

What is your favourite code? Empty What is your favourite code?

Post by Adam360 December 21st 2011, 7:10 pm

at the moment my favourite code is
Code:
img[src=""] {
position: relative !important;
left: 0px !important;
bottom: 0px !important;
}

Simply because you can design your forum so much better with it by placing images in different places
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Guest December 21st 2011, 7:17 pm

Oh yep. You can also do a lot things by css3 tricks, that code is based on this:
Code:
tagname[attribute="value"] {
here css;
}
avatar
Guest
Guest


Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Omu December 24th 2011, 10:07 pm

CSS - nothing
HTML - iframe Very Happy
Exemple:

Code:

<iframe src="http://help.forumotion.com/" style="border: 0px !important; overflow: hidden;"></iframe>
You can edit them more Razz

Jquery:
Code:

jQuery.get('ADRESA PAGINII', function(data) {
html = jQuery('SELECTOR', data).html();
jQuery('SELECTOR').html(html);
});

and

Code:
jQuery(document).ready(function() {
jQuery('SELECTOR').after('CONTINUT HTML');
});
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by !_NICK_! December 24th 2011, 10:22 pm

I am currently liking these.

Code:
.inputbox {
    box-shadow: 0px 0px 8px #215dc4;
}
.inputbox :hover {
    box-shadow: 0px 0px 8px #215dc4;
}
input[type="password"] {
    box-shadow: 0px 0px 8px #215dc4;
}
input[type="text"] {
    box-shadow: 0px 0px 8px #215dc4;

input[type="password"] :hover {
    box-shadow: 0px 0px 8px #215dc4;
}
input[type="text"] :hover {
    box-shadow: 0px 0px 8px #215dc4;
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Joryk December 25th 2011, 3:46 pm

i love this code NICK :wouhou:
avatar
Joryk
New Member

Male Posts : 23
Reputation : 1
Language : author

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by chaoscat82 January 4th 2012, 8:50 am

the spoiler code
Spoiler:
avatar
chaoscat82
New Member

Posts : 2
Reputation : 1
Language : english

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Guest January 4th 2012, 4:29 pm

I love next, prev functions if jQuery. Smile

http://api.jquery.com/next/
http://api.jquery.com/prev/

thumright
avatar
Guest
Guest


Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by jsnpg January 11th 2012, 3:15 am

C# would be nice Wink
avatar
jsnpg
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by sofija94 February 5th 2012, 11:32 pm

jsnpg wrote:C# would be nice Wink
sofija94
sofija94
New Member

Posts : 3
Reputation : 1
Language : Serbian,English and Spanish
Location : Herceg Novi :((((

http://one-direction.forumotion.eu

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Snickers^^ February 5th 2012, 11:48 pm

Code:
This!
Snickers^^
Snickers^^
New Member

Female Posts : 8
Reputation : 1
Language : Serbian, English, Russian
Location : Belgrade, Serbia

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Chaoticc February 6th 2012, 1:52 pm

Wish i know coding :/
avatar
Chaoticc
New Member

Posts : 6
Reputation : 1
Language : English

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Cyborg112233 February 27th 2012, 10:01 pm

I haven't a favourite code, because I'm coding every day very much and I know a lot of nice codes. Wink
Cyborg112233
Cyborg112233
Forumember

Male Posts : 435
Reputation : 25
Language : UBB, HTML, CSS, German, English and French
Location : Germany

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by meghrajbaria March 2nd 2012, 5:39 pm

CSS code is very good Very Happy
avatar
meghrajbaria
New Member

Posts : 13
Reputation : 1
Language : English

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by tpt8899 March 21st 2012, 5:34 am

Spoiler:
avatar
tpt8899
Forumember

Posts : 43
Reputation : 2
Language : English

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Eman and Kou March 22nd 2012, 3:33 pm

Cyborg112233 wrote:I haven't a favourite code, because I'm coding every day very much and I know a lot of nice codes. Wink

This
Eman and Kou
Eman and Kou
Forumember

Male Posts : 367
Reputation : 6
Language : English

http://www.narutosaga.com

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by runawayhorses April 3rd 2012, 12:45 am

Code:
<a href="????">Click Here</a>
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by Jellydonut April 9th 2012, 9:03 pm

There are so many great codes, I can't really pick one, since you need so many to get your forum working.
I like the codes that can change the chatbox, it's fun to mess with those.
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by ar_thur April 11th 2012, 1:02 pm

This table code ! Very Happy
What is your favourite code? 75859-79
--ar_thur
ar_thur
ar_thur
New Member

Male Posts : 2
Reputation : 1
Language : English

Back to top Go down

What is your favourite code? Empty Re: What is your favourite code?

Post by ™.Iv.Shiftydogit™ April 24th 2012, 2:03 am

CSS usefull HTML usefull java very handy C languages good PHP im not good at windows batch file is a code and it can be fun i like writing OS and game codes i like making web pages to an extent but you guys should look at UNIX if you like LINUX just throwin that out
avatar
™.Iv.Shiftydogit™
New Member

Posts : 12
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum