Re: [wdvltalk] Back up advice

2007-10-23 Thread Portman

Thank you Todd.

Riva

Todd Richards wrote:

Hi Riva -

I have had good luck with Maxtor and Western Digital.  Even some of the no
name brands are actually running brand name drives.  NewEgg.com has a
Western Digital 250GB drive for about $80.00 (includes US shipping).  That
should give you plenty of room now, as well as some room to grow.

Here is the link:
http://www.newegg.com/Product/Product.aspx?Item=N82E16822136077

I have seen some cheaper than that, but it just depends on what price range
you want to be in, and how long you want to wait for the perfect deal!

Todd
  


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


Re: [wdvltalk] Problem with Images:Html

2007-10-23 Thread minky arora
I am still working on my local machine.That makes sense though.I
checked the paths.They are good.Here is the little code:can't be
simpler than this.In the output I am getting an icon with a question
mark and hello is printed as well.

html
head
/head
body
img src=Ramimages/pic3.jpeg /hello
/body

*




On 10/22/07, Steven Olson [EMAIL PROTECTED] wrote:
 If you're testing on a remote server instead of your local
 machine, make sure the filename of the image file is EXACTLY the
 same as in the HTML code, i.e., make sure the case matches.
 I've had a problem before where the HTML called for image.jpg
 and then the image file was edited and saved as Image.jpg.
 Worked fine locally (Windows) but not when uploaded to the
 server (Linux).   Might not be what the problem is, of course,
 but worth looking at.




  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
 use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: wdvltalk@lists.wdvl.com
 To change subscription settings, add a password or view the web interface:
 http://intm-dl.sparklist.com/read/?forum=wdvltalk

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to [EMAIL PROTECTED]
 To unsubscribe via postal mail, please contact us at:
 Jupitermedia Corp.
 Attn: Discussion List Management
 475 Park Avenue South
 New York, NY 10016

 Please include the email address which you have been contacted with.


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


Re: [wdvltalk] Problem with Images:Html

2007-10-23 Thread Portman
Hmm. Have you tried putting a / before the Ramimages/pic3.jpeg?  For 
example: img src=/Ramimages/pic3.jpeg / or img 
src=../Ramimages/pic3.jpeg /


Riva

minky arora wrote:

I am still working on my local machine.That makes sense though.I
checked the paths.They are good.Here is the little code:can't be
simpler than this.In the output I am getting an icon with a question
mark and hello is printed as well.

html
head
/head
body
img src=Ramimages/pic3.jpeg /hello
/body
  


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
  Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


RE: [wdvltalk] Problem with Images:Html

2007-10-23 Thread Ross Clutterbuck
Web-compliant extension for JPEG images is .jpg

Change your code and file names to use a .jpg extension and that
should fix your problems.

MOU


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.


Re: [wdvltalk] Problem with Images:Html

2007-10-23 Thread minky arora
Yes I did.Same thing.

and BTW the original size of the image is 3.1 MB.I reduced that in
Photoshop,saved it as JPEG and its now 104K...wonder if thats
interesting to anyone..??

On 10/23/07, Portman [EMAIL PROTECTED] wrote:
 Hmm. Have you tried putting a / before the Ramimages/pic3.jpeg?  For
 example: img src=/Ramimages/pic3.jpeg / or img
 src=../Ramimages/pic3.jpeg /

 Riva

 minky arora wrote:
  I am still working on my local machine.That makes sense though.I
  checked the paths.They are good.Here is the little code:can't be
  simpler than this.In the output I am getting an icon with a question
  mark and hello is printed as well.
 
  html
  head
  /head
  body
  img src=Ramimages/pic3.jpeg /hello
  /body
 

  • The WDVL Discussion List from WDVL.COM • 
 To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
 use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: wdvltalk@lists.wdvl.com
 To change subscription settings, add a password or view the web interface:
 http://intm-dl.sparklist.com/read/?forum=wdvltalk

   http://www.wdvl.com  ___

 You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
 To unsubscribe send a blank email to [EMAIL PROTECTED]
 To unsubscribe via postal mail, please contact us at:
 Jupitermedia Corp.
 Attn: Discussion List Management
 475 Park Avenue South
 New York, NY 10016

 Please include the email address which you have been contacted with.


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
   Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: ''
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.