Community > Posts By > jgfran01

 
jgfran01's photo
Mon 03/16/09 11:02 AM
How to Enable Cookies

To enable cookies, follow the instructions below for the browser version you are using.

Mozilla Firefox (1.0 final release and earlier)
Go to the "Tools" menu.
Select "Options".
Select the "Privacy" icon in the left panel.
Check the box corresponding to "Allow sites to set cookies".
Click "OK" to save changes.

Netscape 7.1/Mozilla 5.0
Select "Preferences" from the Edit menu.
Click on the arrow next to "Privacy & Security" in the scrolling window to expand.
Under "Privacy & Security", select "Cookies."
Select "Enable all cookies".
Click "OK".

Microsoft Internet Explorer 6.0+
Select "Internet Options" from the Tools menu.
Click on the "Privacy" tab.
Click the "Default" button (or manually slide the bar down to "Medium") under "Settings".
Click "OK".

Microsoft Internet Explorer 5.x
Select "Internet Options" from the Tools menu.
Click on the "Security" tab.
Click the "Custom Level" button.
Scroll down to the "Cookies" section.
To enable:
Set "Allow cookies that are stored on your computer" to "Enable".
Set "Allow per-session cookies" to "Enable".
Click "OK".

Microsoft Internet Explorer 4.x
Select "Internet Options" from the View menu.
Click on the "Advanced" tab.
Scroll down to find "Cookies" within the "Security" section.
To enable:
Select "Always accept cookies".
Click "OK".

Netscape Communicator 4.x
Select "Preferences" from the Edit menu.
Find the "Cookies" section in the "Advanced" category.
To enable:
Select "Accept all cookies" (or "Enable all cookies").
Click "OK".

jgfran01's photo
Sat 03/14/09 10:26 AM
I have both and I like both

jgfran01's photo
Sat 03/14/09 10:02 AM
I agree with them, aol gave me nothing but problems.

jgfran01's photo
Sat 03/14/09 09:58 AM
You need a music decrypter and you can find the free online.


jgfran01's photo
Sat 03/14/09 12:02 AM
Edited by jgfran01 on Sat 03/14/09 12:18 AM

I have a music player that I am trying to use on a website and I want it to have an infinite loop, but I can't seem to get it to play more than once. Here is the code that I am working with.

<SCRIPT src="http://www.tiptopwebsite.com/music/swfobject.js" type="text/javascript"></SCRIPT><SCRIPT type="text/javascript">var s1 = new SWFObject("http://www.tiptopwebsite.com/music/player.swf","player","200","20","9"); s1.addParam("allowfullscreen","true"); s1.addParam("allowscriptaccess","always"); s1.addParam("flashvars","file=http://www.tiptopwebsite.com/custommusic2/bmhoward.mp3&autostart=true", loop="infinite"); s1.write("preview");

I loop section does seem to be being read, but it doesn't help. I am sure it is just a syntax issue or location, but I am stuck.


The problem with embedding background music is that the different browsers out there have their own methods of implementing embedded music files.

For all versions of Netscape, as well as IE 3.0 and above, you can use the following code:

<embed src="yourmusicfile.mid" autostart="true" loop="true"
width="2" height="0">
</embed>
The width and height attribute given above causes the player to be invisible. If you do not want it to be invisible, you can specify your own dimensions to suit your site decor.

For Opera and all IE versions, the following code works:

<bgsound src="yourmusicfile.mid" loop="infinite">
As you probably have noticed, IE 3.0 and above support both methods, so you cannot simply put both those tags into your web document in the hope of supporting all browsers. It will work on Netscape and early versions of IE, but the newer versions of IE will recognize both tags, leading to problems when IE tries to load the music file twice.

The workaround that I've seen on some sites, that seems to work for me, is to enclose the BGSOUND tag inside NOEMBED tags, thus preventing IE from interpreting the second tag.

<embed src="yourmusicfile.mid" autostart="true" loop="true"
width="2" height="0">
</embed>
<noembed>
<bgsound src="yourmusicfile.mid" loop="infinite">
</noembed>


jgfran01's photo
Fri 03/13/09 11:39 PM
Ever tried being yourself? If someone don't like for being yourself then they are not worth being with.

jgfran01's photo
Wed 03/04/09 07:27 PM
I would sh*t on his chest and fart on his forehead laugh

jgfran01's photo
Wed 02/25/09 06:28 PM
I will push you down and pull your hair

jgfran01's photo
Mon 02/23/09 09:33 PM
NEVER FEAR, MIGHTY MAN IS HERE

jgfran01's photo
Mon 02/23/09 09:29 PM
You look like a skinny Henry Rollins

jgfran01's photo
Wed 02/18/09 06:45 PM
You're alright for a hillbilly

jgfran01's photo
Wed 02/18/09 05:48 PM
Grammer is important, so work on that.

jgfran01's photo
Wed 02/18/09 02:51 PM
el polo loco

jgfran01's photo
Sun 02/15/09 05:08 PM
LAME!!!!

jgfran01's photo
Tue 02/10/09 07:05 PM
Edited by jgfran01 on Tue 02/10/09 07:06 PM
This is sexy...


jgfran01's photo
Tue 02/10/09 04:32 PM
Edited by jgfran01 on Tue 02/10/09 04:34 PM
I have more but it will slow peoples computers down.

jgfran01's photo
Tue 02/10/09 01:54 PM
BEFORE




AFTER


jgfran01's photo
Mon 02/09/09 01:15 PM
Try cleaning the connections.

It could be internal on the console or remote.

So clean it make sure you inspect the connection real good, and if it don't work you might want to get a new controller.

jgfran01's photo
Sun 02/08/09 09:50 PM

is there a free SAFE way to register my domain?
I have several domains and are published by google. I gave you a free site, publish it on google after you make it.

jgfran01's photo
Sun 02/08/09 09:17 PM


Hmmm.. Anyone?


search for things on html encoding

http://en.wikipedia.org/wiki/Character_encodings_in_HTML

It has a few helpful links that describe some of the things that you may want to do.

I also suggest looking up html text color and size encoding.

I hope that helps.

Like this!

1 2 3 5 7 8 9 24 25