Welcome Guest [Log In] [Register]
Anyone interested?
Tab is a way of writing down your guitar music. Which string at which fret at which moment etc.

Bits and Bytes FAQ
travis_104
Jul 31 2004, 12:33 AM
Someone asked me recently if there was such thing as a Picobyte. Is there such thing?

Yes

But as in kilobyte, no, there isn't. A picobyte would be 10-12 byte, a millionth of a millionth of a byte. A byte is eight bits, and a bit is the smallest unit, so you can't go smaller than 1/8th of a byte.

Cool Staff Sigs!
too much :P

Labyrinth - The Film
I saw it, but I've forgotten most of it...
I was young, dunno, nine or something.

There was this labyrinth, and this girl, and then.... :S

The your picture thread
Yeah, whatever...

The your picture thread
lady cindy
Jul 29 2004, 05:07 AM
heretic is cute!

You're not the only one it seems...

http://invisionfree.com/forums/ifskinzone/...?showuser=21328 O_o

Watch on left or right?
I don't wear a watch...
I use my cell phone as my watch, and that's in my pocket. The right..
So I voted right.

Add colors to dropdown at post page
TempestReborne
Jul 29 2004, 10:35 PM
Seth'
Jul 28 2004, 07:23 PM
Can someone edit the code for it to work, on fonts....like instead of colors add more fonts??

That would likely be muuuch more complicated...

not very, preview

Quote:
 
<script type='text/javascript'>
<!--
// add fonts to dropdown at post page
// created by ticlo, http://ifsz.net/
n = 0
addFonts = new Array()

// add fonts here
addFonts[n++] = 'Comic Sans MS'

if (document.forms['REPLIER'] && document.forms['REPLIER'].fcolor) {
e = document.REPLIER.ffont.options
for (n = 0; n < addFonts.length; n++) {
no = e[e.length] = new Option(addFonts[n], addFonts[n])
no.style.fontFamily= '"' + addFonts[n] + '"'
}}
// -->
</script>


To add your own fonts, you should add
Quote:
 
addFonts[n++] = 'Comic Sans MS'

at the place where the example (the bold part) is, and replace the red with the font name you wish.
You can add more then one.
Fonts are added in the order they appear in the code.

Awards v1.0
Ryan Fan
Jul 29 2004, 10:17 PM
But,anyway can you add it to the database?

ticlo
Jul 29 2004, 10:08 PM
Please do something original, this is the fourth that uses the same technique. :S


Did you even bother to read this thread?

Awards v1.0
so teach them

MAC or PC
pee see

Awards v1.0
Please do something original, this is the fourth that uses the same technique. :S

My search engine
'All your searches are belong to us'

a bit too long, I guess....

'Webbase' or 'netbase'

Ryan Fan's Ultimate Mods
Thank You

Your modification(s) have been reviewed and successfully processed. They will now be moved to the General forum.

Thank you for your contribution to the Skin Zone and we urge you to keep on creating more modifications and acheive the goal of creating a Top Rated modification.

Skin Zone Modifications Team

Ryan Fan's Ultimate Mods
topics merged

Writing programs?
Mr.Camo
Jul 29 2004, 05:36 PM
You need, some javascript, VB, C++, PHP, almost all languages are needed to create a program.

I suggest you go to a local electronics store and buy a book about them. ;)

Javascript and PHP are scripting languages. They are moslty used to make websites, database interfacing and things like that.

VB and C++ are programming languages, to make programs you can run on your computer.

The difference between a scripting language and a programming language is that a script is run through an interpreter, a program that reads the source code (the script) and then runs it. So you'll need another program each time you want to run code made with a scripting language.
Source code written in a programming language is first processed by a compiler that turns it into a stand-alone program, which means you don't need another program to run it. You don't need the source code anymore to run it after it's compiled.

Benevolence Vs. Malevolence
Benevolent, if it were otherwise, I would've been thrown out of staff right away :angel:

But of course, there will always be situations that make my blood boil :@

Quick Question
But there's a code to deal with the cookie problem. :D
http://invisionfree.com/forums/ifskinzone/...showtopic=29989

Destroy URL Cloaking
It's better to put it in Javascript, that way it's executed earlier.

Winamp SiG?
check out the top part of my sig