Re: [PHP] php image and javascript include

2008-09-14 Thread Børge Holen
On Saturday 13 September 2008 23:35:47 Ashley Sheridan wrote: On Sat, 2008-09-13 at 23:24 +0200, Børge Holen wrote: On Saturday 13 September 2008 01:34:41 Ashley Sheridan wrote: I've never been a huge fan of Vi or Vim, but I am a fan of coding in a text editor, not a GUI, I just guess I

Re: [PHP] php image and javascript include

2008-09-14 Thread Ashley Sheridan
On Sun, 2008-09-14 at 10:23 +0200, Børge Holen wrote: On Saturday 13 September 2008 23:35:47 Ashley Sheridan wrote: On Sat, 2008-09-13 at 23:24 +0200, Børge Holen wrote: On Saturday 13 September 2008 01:34:41 Ashley Sheridan wrote: I've never been a huge fan of Vi or Vim, but I am a fan

Re: [PHP] php image and javascript include

2008-09-13 Thread Børge Holen
On Saturday 13 September 2008 01:34:41 Ashley Sheridan wrote: I've never been a huge fan of Vi or Vim, but I am a fan of coding in a text editor, not a GUI, I just guess I prefer Kate. I know for certain that one thing that really bugs me about Dreamweaver is the fact that it has a tendency to

Re: [PHP] php image and javascript include

2008-09-13 Thread Ashley Sheridan
On Sat, 2008-09-13 at 23:24 +0200, Børge Holen wrote: On Saturday 13 September 2008 01:34:41 Ashley Sheridan wrote: I've never been a huge fan of Vi or Vim, but I am a fan of coding in a text editor, not a GUI, I just guess I prefer Kate. I know for certain that one thing that really bugs

RE: [PHP] php image and javascript include

2008-09-13 Thread Tom Shaw
[EMAIL PROTECTED] -Original Message- From: Ashley Sheridan [mailto:[EMAIL PROTECTED] Sent: Saturday, September 13, 2008 4:36 PM To: Børge Holen Cc: php-general@lists.php.net Subject: Re: [PHP] php image and javascript include On Sat, 2008-09-13 at 23:24 +0200, Børge Holen wrote

Re: [PHP] php image and javascript include

2008-09-12 Thread Luke
heavy, but that's for another discussion! Ash www.ashleysheridan.co.uk -- Forwarded message -- From: Børge Holen [EMAIL PROTECTED] To: php-general@lists.php.net Date: Mon, 08 Sep 2008 14:57:34 +0200 Subject: Re: [PHP] php image and javascript include On Monday 08

Re: [PHP] php image and javascript include

2008-09-12 Thread Børge Holen
for another discussion! Ash www.ashleysheridan.co.uk -- Forwarded message -- From: Børge Holen [EMAIL PROTECTED] To: php-general@lists.php.net Date: Mon, 08 Sep 2008 14:57:34 +0200 Subject: Re: [PHP] php image and javascript include On Monday 08 September

Re: [PHP] php image and javascript include

2008-09-12 Thread Robert Cummings
On Fri, 2008-09-12 at 15:11 +0200, Børge Holen wrote: On Friday 12 September 2008 12:02:13 you wrote: there's three letters VIM! yes and amiga still kicks ass. The old fashioned way works, ok. But ... after a while, you still do the same old thing the same old way, while everything

Re: [PHP] php image and javascript include

2008-09-12 Thread Ashley Sheridan
I've never been a huge fan of Vi or Vim, but I am a fan of coding in a text editor, not a GUI, I just guess I prefer Kate. I know for certain that one thing that really bugs me about Dreamweaver is the fact that it has a tendency to really nerf up the spacing, and it replaces tabs with spaces more

Re: [PHP] php image and javascript include

2008-09-09 Thread Ashley Sheridan
Kate has an auto text feature, and you can set it to start prompting from typing in as few characters as you wish, although it only prompts for things you've already typed, it this does save you from making obvious variable name typos as it will prompt the next time you try to use it, and it

Re: [PHP] php image and javascript include

2008-09-08 Thread Jay Moore
Dreamweaver? Eclipse? Pah, it's all about using a text editor! Kate (on KDE) is my preference ;) Heathen! Dreamweaver is awesome. Not for their WYSIWYG editor, but for their code-only view and its auto-complete. Never have I typed so little to get so... little. Jay -- PHP General Mailing

Re: [PHP] php image and javascript include

2008-09-08 Thread Børge Holen
On Monday 08 September 2008 14:53:24 Jay Moore wrote: Dreamweaver? Eclipse? Pah, it's all about using a text editor! Kate (on KDE) is my preference ;) Heathen! Dreamweaver is awesome. Not for their WYSIWYG editor, but for their code-only view and its auto-complete. Never have I typed

Re: [PHP] php image and javascript include

2008-09-07 Thread Ashley Sheridan
Do you have an excerpt of the PHP code you have preceeding the HTML you are using to include the JavaScript images? Ash www.ashleysheridan.co.uk ---BeginMessage--- Hi All, Strange issue here. I m including images and javascript in my php file. None of them show/work up. If i change the .php

Re: [PHP] php image and javascript include

2008-09-07 Thread javasac
Thanks for the reply. here is the php file. I am using wamp server 2.0 http://www.nabble.com/file/p19360339/signin.jpg signin.jpg Ashley Sheridan-3 wrote: Do you have an excerpt of the PHP code you have preceeding the HTML you are using to include the JavaScript images? Ash

Re: [PHP] php image and javascript include

2008-09-07 Thread javasac
html head meta http-equiv=Content-Type content=text/html; charset=windows-1252 titleSPIDR/title script language=javascript var prev_Item_1d; prev_Item_1d = ''; var prev_div_Item_1d; prev_div_Item_1d = ''; function

Re: [PHP] php image and javascript include

2008-09-07 Thread Stut
On 7 Sep 2008, at 18:35, javasac wrote: snip code I see no PHP in there. Please post the piece of PHP code you're having a problem with. -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php image and javascript include

2008-09-07 Thread Reese
javasac wrote: snip Where is the PHP? There's nothing between ?php and ? tags. Nothing between PHP short tags ( ? and ? ), either. Reese -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php image and javascript include

2008-09-07 Thread Ashley Sheridan
You generally need some PHP to have PHP errors, but you don't have any here. What was the code that actually gave you the errors? Ash www.ashleysheridan.co.uk ---BeginMessage--- html head meta http-equiv=Content-Type content=text/html; charset=windows-1252 titleSPIDR/title script

Re: [PHP] php image and javascript include

2008-09-07 Thread b
javasac wrote: [lots of stuff ...] I'm guessing that was the *output* of the PHP file, not the script itself. You've got a couple different errors here. The first is that you're not creating img tags. All you have here is the path to the image. A browser isn't going to do anything with

Re: [PHP] php image and javascript include

2008-09-07 Thread Reese
b wrote: javasac wrote: [lots of stuff ...] Second, at least one of the image paths is relative to your own desktop computer's drive (why is it that this always happens on a Windows box?) td width=11 C:/wamp/www/yojoe-web/html/site/images/box_top_rht.jpg /td

Re: [PHP] php image and javascript include

2008-09-07 Thread Jochem Maas
Reese schreef: b wrote: javasac wrote: [lots of stuff ...] Second, at least one of the image paths is relative to your own desktop computer's drive (why is it that this always happens on a Windows box?) td width=11

Re: [PHP] php image and javascript include

2008-09-07 Thread Ashley Sheridan
Dreamweaver? Eclipse? Pah, it's all about using a text editor! Kate (on KDE) is my preference ;) Ash www.ashleysheridan.co.uk ---BeginMessage--- Reese schreef: b wrote: javasac wrote: [lots of stuff ...] Second, at least one of the image paths is relative to your own desktop computer's