Search found 366 matches

Actual Results

Post Posted: November 15th, 2009, 4:07 pm

The pinned favicon topic should in this forum should have it's title changed to "how to do that address bar picture thingy" because this type of thread is made all the time. 4 years I have been here, and these topics are still overdone. Unfotunately not many know the word favicon.

Post Posted: November 15th, 2009, 3:06 pm

Use JavaScript to get the URL query into an array. Here is a tutorial:
http://www.eggheadcafe.com/articles/20020107.asp

then use innerHTML to alter the text based on the array value.

Post Posted: November 15th, 2009, 2:56 pm

In all honest I do not remember that being possible. Perhaps you could add to the images style to not be transparent. If that doesn't work, depending on your pages complexity and whether size/positioning is fixed you may want to try just having the images above the table in a DIV with a higher z-ind...

Post Posted: August 13th, 2009, 9:52 pm

I tested it using: http://www.solmetra.com/scripts/regex/index.php And it only returns true if it matches, but altering the file name to be sometime like asdsf.php it will return false - this whether or not the dots are escaped. But if you want to evade that issue entirely, why not use basename($_SE...

Post Posted: July 10th, 2009, 8:37 pm

I would rather be at Billy's funeral.

Post Posted: July 10th, 2009, 8:16 pm

Japan's version of A Walk to Remember?

Post Posted: March 29th, 2009, 12:40 pm

Thankyou for the reply!
The problem I am having is how to know when the dragged item is on top of my links. I looked at the tutorial posted and was unable to get any help from it unfortunately.

Post Posted: March 22nd, 2009, 10:40 am

LOL, joe's doesn't work because //print is a comment, it should say something like:
PHP Code: [ Download ] [ Select ]
  foreach($images as $img) {  echo "<img src='".$img."' width=100 height=100>"; }
but when I do this, I use code similar to devilwoods'. Here it is: *Note: this is right out of a ...

Post Posted: March 22nd, 2009, 10:09 am

Hello all, I have come once again for some help on a web project I am currently Undertaking. I am working on an image hosting service for my message board users. Currently, users are able to upload images to the webserver, which are stored in individual folders labeled with their user id. I am looki...

Post Posted: September 8th, 2008, 12:26 am

For some odd reason, when ever I use google, all the results are ads.. I looked it up as much I could, and while I found a lot of articled about the problem, I found none for a solution. Could anyone here shed some light on what the problem may be? I am using firefox3 on Win XP.

Post Posted: July 17th, 2008, 11:58 pm

For some reason, while I was viewing the internet about half an hour or so ago, the computer started to slow down, and Firefox wouldn\'t open up the page to my website (http://www.koolzone.net), and after wouldn\'t load anything but google. Right now, it loads SOME websites, but not all. Even ozzu w...

Post Posted: June 12th, 2008, 3:06 pm

This is the script I use: http://www.koolzone.net/kzbq/test.php [code] // Cross-Browser Rich Text Editor // http://www.kevinroth.com/rte/demo.htm // Written by Kevin Roth (kevin@NOSPAMkevinroth.com - remove NOSPAM) // Visit the support forums at http://www.kevinroth.com/forums/index.php?c=2 // This ...

Post Posted: June 10th, 2008, 2:01 am

Yeah, you need to show some code for best chances of being helped. But just to add some value to this post, try this:

Code: [ Download ] [ Select ]
<style type="text/css">
body
{
background: #000000 url('path/to/background.gif') no-repeat fixed center;
}
</style>
  1. <style type="text/css">
  2. body
  3. {
  4. background: #000000 url('path/to/background.gif') no-repeat fixed center;
  5. }
  6. </style>

Post Posted: June 10th, 2008, 1:58 am

Well, since they are just links you could assign them to another class, or just add the style in manually.
Code: [ Download ] [ Select ]
<a href="" style="color: blue !important;font-weight: bold !important;text-decoration: none !important;">


Hope that helps.

Post Posted: June 10th, 2008, 1:54 am

The above people are correct, and also, you could use Javascript to document.write() everything you need. Script then would just be imported with
Code: [ Download ] [ Select ]
<script src="path/to/whatever.js">


I would only recommend this method if you do not have PHP/SSI enabled hosting.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.