I stubbled upon something wonderful today |
I stubbled upon something wonderful today |
![]()
Post
#1
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
I was playing around with Xanga's editor and realized that external javascripts can be INCLUDED. That means for all Xanga's certain code pattern prevention's worth (ei: document.cookie, <noscript>), you can simply call an external javascript and bypass it.
Makes modding a lot easier in our end. ![]() |
|
|
![]() |
![]()
Post
#2
|
|
![]() samurai champloo! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 748 Joined: Dec 2003 Member No: 2 ![]() |
Aha yeah.. for the coders it's easier perhaps... I doubt those who know javascript would understand
![]() I have a questionn... I was working on somethin, and the left module that xanga gives you is well, really ugly. So I used your coding, and set up my own left module. But I wanted to switch the left to the right, but the seanmeister code for that doesn't seem to work. I looked at the code(I know basic C++ but not Java..) and tried adding width="200" to my own left module but uhh.. haha that just resulted in totally taking down my page(page unavailable error). Is there anyway you could help with this...? |
|
|
![]()
Post
#3
|
|
![]() samurai champloo! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 748 Joined: Dec 2003 Member No: 2 ![]() |
oh geez I just reread the thing and now I understand what you mean haha.. it's like the external css file right? hahaha woo I feel smart understanding what you said XD
|
|
|
![]()
Post
#4
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
QUOTE(nas @ 12-30-2003, 01:07 AM) I have a questionn... I was working on somethin, and the left module that xanga gives you is well, really ugly. So I used your coding, and set up my own left module. But I wanted to switch the left to the right, but the seanmeister code for that doesn't seem to work. I looked at the code(I know basic C++ but not Java..) and tried adding width="200" to my own left module but uhh.. haha that just resulted in totally taking down my page(page unavailable error). Is there anyway you could help with this...? Using my fifth skin as the base skin, to have the image on the right side:COPY AND PASTE (REQUIRED 1 OF 2) To 'input your own header html'. CODE <!-- begin code provided by createblog.com --> <style type='text/css'> a:link, a:visited { color:#693; text-decoration:none; } a:hover, a:active { color:#693; text-decoration:underline; } div, p, td { font: 11px verdana,arial,helvetica !important; color: #666 !important; text-align: justify !important; } td { padding:4px !important; } hr, .navigation, .mainleft, #SearchBar1_pnlSearch { display:none; } .container { width:550px !important; background-color:#fff; margin:90px auto 0 auto; } .blogheader { text-align:right !important; font-weight:bold !important; padding-right:4px; } table, iframe { width:100% !important; } #rblEprops td { letter-spacing: -.3em; padding:0px !important; } </style> <table class=container align=center><tr> <td> <!-- end code provided by createblog.com --> COPY AND PASTE (REQUIRED 2 OF 2) To 'website stats'. CODE <!-- begin code provided by createblog.com --> </td><td valign=top style='padding-top:100px !important;'><a href=http://www.createblog.com/><img src=http://www.createblog.com/images/xanga.gif border=0></a></td> </tr></table> <!-- end code provided by createblog.com --> Note that the tabledata [td] holding the image comes AFTER the "container" tabledata, which will give you in affect, a right sided image. QUOTE(nas @ 12-30-2003, 01:22 AM) oh geez I just reread the thing and now I understand what you mean haha.. it's like the external css file right? hahaha woo I feel smart understanding what you said XD Yup, like the external css file, thats what I meant. I actually got the idea after reading your thread about that.![]() |
|
|
![]()
Post
#5
|
|
The Hawaiian Hulk ![]() ![]() ![]() Group: Member Posts: 51 Joined: Dec 2003 Member No: 11 ![]() |
i really wish i knew what all this means....
|
|
|
![]()
Post
#6
|
|
![]() samurai champloo! ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 748 Joined: Dec 2003 Member No: 2 ![]() |
I'm squealing and screaming bwahahahahah! THANKYOU!
|
|
|
![]()
Post
#7
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jan 2004 Member No: 224 ![]() |
How do you change what's in the modules they give you? for example can you delete everything it says in the sites i read module and add your own stuff? or is there a way i can add my own custom module through a code without having premium?
thanks a bunch |
|
|
*kryogenix* |
![]()
Post
#8
|
Guest ![]() |
so... does that mean i can use external java scripts in the javascript module? if so, how?
|
|
|
![]()
Post
#9
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 ![]() |
Use the source scrambler to include external javascripts.
|
|
|
![]() ![]() |