[wdvltalk] [XML/PHP] Getting PHP to convert 'blogger' generated XML into an array.

2008-05-30 Thread Tris
I've been tasked with converting this:
http://www.makersmark.co.uk/blog/atom.xml
into an array...

each time I try I get nothing.

I've validated the XML, it's good.

Has anyone before me succesfully exported a blogger XML file and
parsed it n PHP?

Tris..

 � 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] [XML/PHP] Getting PHP to convert 'blogger' generated XML into an array.

2008-05-30 Thread Tris
Cheers Shelia...
Sadly, thta brings up:
bool(false)

I'm thinking it's a server config issue, but I don't know what it might be?

Anyone know?


2008/5/30 Sheila Fenelon [EMAIL PROTECTED]:
 Tris wrote:

 I've been tasked with converting this:
 http://www.makersmark.co.uk/blog/atom.xml
 into an array...

 each time I try I get nothing.

 I've validated the XML, it's good.

 Has anyone before me succesfully exported a blogger XML file and
 parsed it n PHP?


 Loading xml into an object is, well, simple:

 ?php
 $url = http://www.makersmark.co.uk/blog/atom.xml;;
 $xml = simplexml_load_file($url);
 var_dump($xml);
 ?

 --
 Sheila
 http://www.shefen.com/

  • 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 only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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] [XML/PHP] Getting PHP to convert 'blogger' generated XML into an array.

2008-05-30 Thread Tris
Sheila.. it works!!!
A few 'foreach' loops to dig out my data, but the client is happy!
I sung your praises, before realising that I should have said I did it
myself... ;-p
Cheers a million!!!

2008/5/30 Chrome [EMAIL PROTECTED]:
 Tris wrote:
  I've been tasked with converting this:
  http://www.makersmark.co.uk/blog/atom.xml
  into an array...
 
  each time I try I get nothing.
 
  I've validated the XML, it's good.
 
  Has anyone before me succesfully exported a blogger XML file and
  parsed it n PHP?
 

 Loading xml into an object is, well, simple:

 ?php
 $url = http://www.makersmark.co.uk/blog/atom.xml;;
 $xml = simplexml_load_file($url);

 Although it's worth noting that that only works in PHP  5... Not usually an 
 issue

 Dan


  • 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 only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.

[wdvltalk] [PHP] Converting a mulitdimentional array to a valid XML doc (for a flash file to read from)...

2008-05-09 Thread Tris
Hi all...
I've an array that's generated from a couple of MySQL queries:
http://www.net-tastic.com/brand/xml.php

Firstly (~Rudy ;-p ) is there a way to get all this data in an array,
from a single MySQL query?

Secondly, how can I 'simply' convert the array at the bottom of the
page, into an XML document...
There's a flash file that's gonna use the data from this doc, to
display it's content..

I've googled and many classes and functions to almost what I need, but
none get it quite right..

Thoughts?

 � 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.


[wdvltalk] [OT] Hardware question about RAID...

2008-05-07 Thread Tris
Hi all...
I'm building my first PC..
I want to use a RAID configuration and see that many motherboards
offer raid 5 as standard.
This is what I was after, but assumed I'd need a raid card to do that.

so my question is, will a motherboard such as:
http://www.aria.co.uk/Products/Components/Motherboards/Socket+775+%28Intel%29/Gigabyte+GA-P35-DS3L+iP35+Express+%28775%29+Motherboard+?productId=30549

Offer me a reliable raid set up?
I've just using it to host media through my house, so the load will be
minimal...

Any tech heads out there, know what's what?

Tris...

 � 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] [thelist] [OT] Hardware question about RAID...

2008-05-07 Thread Tris
Thanks all...!
I'm 'upgrading' my system to replace all my external drives, I plan to
have 6 x 1Tb drives, raid 5 or 6.
Giving me 4.5Tb roughly, which is about 1Tb more than I need, but
that'll fill up quickly I'm sure.
I wanted it to show up as one drive of 4.5Tb. the case I've purchased
has hot swapable bays, so when a drive goes to heaven, I can easily
replace it and not loose data. (hopefully ;-p )
But, I've opted for this:
http://www.xcase.co.uk/p/394553/3ware-9650se-8ml---8-port-satasas-controller-no-cables---pci-express-sf8087.html

And if I'm reading correctly, I can only make increments of 2Tb...
(due to a windows and linux kernel 2.4 issue)
I'm new to Linux (havng installed ubuntu last weekend) but guess if I
upgrade to 2.6, I'll be fine..

I guess that's it, I have to get a dedicated card...
But the advise thus far has been great... cheers!!

Tris...




2008/5/7 Norman Bunn [EMAIL PROTECTED]:

 Tris wrote:
   Hi all...
   I'm building my first PC..
   I want to use a RAID configuration and see that many motherboards
   offer raid 5 as standard.
   This is what I was after, but assumed I'd need a raid card to do that.
  
   so my question is, will a motherboard such as:
   
 http://www.aria.co.uk/Products/Components/Motherboards/Socket+775+%28Intel%29/Gigabyte+GA-P35-DS3L+iP35+Express+%28775%29+Motherboard+?productId=30549
  
   Offer me a reliable raid set up?
   I've just using it to host media through my house, so the load will be
   minimal...
  
   Any tech heads out there, know what's what?
  
   Tris...
  
  My personal feeling is that onboard components, while fine in some
  respects (less expensive), are typically inferior to add-on units that
  are specifically tailored to your needs.  As an example, my son's PC has
  onboard RAID, and it has given him nothing but trouble, while a
  dedicated RAID 5 NAS I have just keeps on ticking.

  ---

  Norman W. Bunn
  [EMAIL PROTECTED]
  803.405.1008
  --
  www.CraftedSolutions.com
  Crafted Solutions, Inc.
  Web Design  Development
  Web Site Hosting  Custom Solutions
  Get the results the Internet promises;
   get the 'Net Result' from Crafted Solutions!
  --





  --

  * * Please support the community that supports you.  * *
  http://evolt.org/help_support_evolt/

  For unsubscribe and other options, including the Tip Harvester
  and archives of thelist go to: http://lists.evolt.org
  Workers of the Web, evolt !




-- 
The only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] [PHP] Visiting a page in the background?

2008-04-30 Thread Tris
I'm on a site that send SMS's to users.
To do that, I just need to visit a URL and change a few of the GET variables.
All good.

How can I do that in 'secret' so that the user doesn't know.

I've tried fopen and touch... both of which fail.. but when I visit
the URL, it send the SMS...

Very odd... any ideas?

 � 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.


[wdvltalk] Setting PHP variables...

2008-04-23 Thread Tris
Hi all...
I'm on site this week and working on a project that the server has
Global Variables turned off(I know I know, I SHOULD be doing that by
default..!)

Anyhoo, When I needed something dynamic, I simply did:
if (isset($_SESSION[userId])) {
  $showMessage = welcome;
}

However on this server, I was getting error messages stating that the
variable was not set.

If I added a blank variable at the top of the code ' $showMessage = ;  '
that 'fixed' the big.
However, now I have a list of about 30 variables at the top of my code
and it looks untidy.
There must be a better way to say to the server:
if I asign a value to a variable, presume it exists.

This only occurs when the main page requests a variable (eg
$showMessage ) and it's not ben asigned..
on other servers, it has just simply shown nothing, cause nothing was found...

Am I being a tool?

Tris...



-- 
The only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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] [MySQL / PHP] - Getting a specific row and then a few either side of it?

2008-04-17 Thread Tris
Ok, lesson learnt... ;-p

I've done this:

// Function to get ALL results and put em in an array
$getDataPos = scoreViewPos();

foreach ($getDataPos as $key = $value) {
$i++;
// row-highlight
if ($i = 10) {
if ($i % 2 != 0) # An odd row
$rowHighlight = row-highlight;
$showTopScores .= 
tr class=\ . $rowHighlight . \
td . $i . /td
td . $value['name'] . /td
td . $value['score'] . /td
/tr;
$rowHighlight = ;
}
}


if (isset($_SESSION[getId])) {
foreach ($getDataPos as $key = $value) {
$k++;
if ($foundUser1 != true) {
if ($k % 2 == 0) # IS a odd row
$rowHighlight = row-highlight;
$showPosScores10 = $showPosScores9;
$showPosScores9 = $showPosScores8;
$showPosScores8 = $showPosScores7;
$showPosScores7 = $showPosScores6;
$showPosScores6 = tr class=\ . $rowHighlight . 
\td . $k .
/tdtd . $value['name'] . /tdtd . $value['score'] .
/td/tr;
$rowHighlight = ;
}

if ((isset( $_SESSION[getId]))  ($value['id'] == 
$_SESSION[getId])) {
$foundUser1 = true;
}
}

foreach ($getDataPos as $key = $value) {
$j++;
if ($foundUser2 == true) {
$c++;
if ($c = 5) {
if ($j % 2 == 0) # IS a odd row
$rowHighlight = row-highlight;
$showPosScores5 = $showPosScores4;
$showPosScores4 = $showPosScores3;
$showPosScores3 = $showPosScores2;
$showPosScores2 = $showPosScores1;
$showPosScores1 = tr class=\ . 
$rowHighlight . \td . $j
. /tdtd . $value['name'] . /tdtd . $value['score'] .
/td/tr;
$rowHighlight = ;
}
}

if ((isset($_SESSION[getId]))  ($value['id'] !=
$_SESSION[getId])  ($foundUser2 != true)) {
continue;
} else {
$foundUser2 = true;
}
}
}



VERY long winded, but it works...
I know it could be cleaner, but hey, I'm in a hurry ;-p

Rudy, your virtual beer count is in the 100's by now surely..


On 16/04/2008, r937 [EMAIL PROTECTED] wrote:
  Rudy, I took 100 out of a hat.. it's more likey to be 100,000
 

  todd, you really should stop doing that  ;o)

  you ask a question, you get an answer, and then you change the question!!!

  no fair!!!

  it makes the guy who answered the question look silly

  and furthermore, it makes him RELUCTANT to answer any more of your
 questions

  ;o)


  So I'll use Jure's suggestion for now...
 

  great

  where will you be getting the rank from?

  good luck


  rudy
  http://r937.com/

   • 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 only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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]

[wdvltalk] [MySQL / PHP] - Getting a specific row and then a few either side of it?

2008-04-16 Thread Tris
Hi all..
I've a score board thingy, that I need to show the user where in the
ranking they are.
So if there were 100 people playing and I was position 42, I'd want to
select from the row, ordering by score, positions
38, 39, 40, 41, 42, 43, 44, 45, 46, 47 etc...

The only variable I wanna pass to that query is my unique ID No (each
user has one)

Is there an SQL query to do that, or would I have to combine two query results?

Thoughts?
Tris...

 � 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] [MySQL / PHP] - Getting a specific row and then a few either side of it?

2008-04-16 Thread Tris
Cheers both..
Rudy, I took 100 out of a hat.. it's more likey to be 100,000
So I'll use Jure's suggestion for now...

Love this list!!!




On 16/04/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi, using mysql 5 this query works:
  Select * from t where
  (Rank between (Select rank from t where user=id)-5 and (Select rank from t 
 where user=id)+5)

  But it is ugly and probably doesn't work on older mysql versions. Have fun, 
 Jure.
  Sent via BlackBerry from Vodafone



   • 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 only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.

[wdvltalk] Rights with a non paying client...?

2008-04-07 Thread Tris
Hi all..
I just finished a monthly rolling contract with a client that lasted
15 months, or there abouts.
Each month was a fight to get paid, but they relented, because I was
on-site and near the accounts department (close enough to hound them
often enough to be annoying I think).

Anyhoo, I'm gone now and my penultimate invoice is now late.
(bit of a worry, as I was counting n that to pay my VAT bill, live and learn).
Anyhoo, I still have back door access to their MySQL server and could
feasibly delete, edit, and generally make a mockery of their database
for several major clients.

Naturally, I'm aware that this will not get my money any faster... if
at all, but I did think that why don't I go and delete the data that I
added that was connected with the work I did while I was there?
Make a back up and restore it all when I'm paid.
There was never a signed contract between us, so I was wondering if I
can claim that under my own freelance terms etc, the work is owned by
me, until payment, regardless of the fact that they might feel they
own all code/data etc...

It all seems very shaky ground to be honest, but I'm driven by the
fact that I know they have no backups.

Thoughts, advise... your own horror stories welcome...

I'm at the end of my tether and my last ditch attempt is to go to the
office tomorrow and simply sit and wait til they pay me... but I was
kinda hoping to enjoy my unemployment for a few weeks...! ;-p

Ok, let me know..

Tris...



-- 
The only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] PHP, SOAP and all things inbetween...

2008-02-27 Thread Tris
Hi all...
I've been asked to create a SOAP client and server.
We're going to be passing data between two servers (Ours and a client).

I've googled SOAP and PHP and am a little overwhelmed...

 Does anyone know of a good tutorial for this?
I've started with:
http://www.tutorialized.com/view/tutorial/Using-SOAP-in-PHP/4577

But it's still a bit overwhelming.. (I think I'm just tired too ;-p  )
Anyone got over this hurdle and wanna push me in the right direction?

Tris...


-- 
The only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
 Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

-- 
The only people who don't make mistakes are those who don't do anything

Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] MySQL - selecting records that are NOT in a date range...

2007-11-20 Thread Tris
Iv'e got a table of activitives on a site.
I want to pull all user Ids of users who have NOT been logged in sept 07.

So I need to have my daterange (unix timestamp)
SELECT `UserId` FROM `activities` WHERE `Timestamp`  '1191196799' AND
`Timestamp`  '1188604800' GROUP BY `UserId`

But how can I say to MySQL: get me all users who DON'T have entries in
this range...
i can find 101 tutorials on how to get dates within a range, but not
the other way around...

Thoguhts?


-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] SQL multiple Joins?

2007-11-15 Thread Tris
Is it possible to have multiple joins..

Ont eh query below. it failes.. Bt, if I limit it to one join, it
works great..
My database logs transactions and I'm trying to produce a report that
shows each transaction total, within a certain period.. (Oct and sept
so far..)

but it's cfalling over..
Anyhoo, off to google... race you!



SELECT
 SUM(activitiesSep.points) as sepPoints
,SUM(activitiesOct.points) as octPoints
,users.ID
,users.Username
,users.Password
,users.Name
,users.Company
,users.Address1
,users.Address2
,users.Address3
,users.Address4
,users.Address5
,users.Postcode
,users.Email
,users.CustomerType
,users.Active
,users.LogIns
,users.GAURef
,users.JRRef
,users.GAUMember
,users.GAUContact
,users.RegForm
,users.Created
,users.Updated

FROM `users`

RIGHT JOIN `activities` as `activitiesSep` on
activitiesSep.UserID = users.ID
WHERE activitiesSep.`Timestamp` = '1188604800' AND
activitiesSep.`Timestamp` = '1191196799'

RIGHT JOIN `activities` as `activitiesOct` on
activitiesOct.UserID = users.ID
WHERE activitiesOct.`Timestamp` = '1191196800' AND
activitiesOct.`Timestamp` = '1193875199'

GROUP BY users.ID



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] SQL - hardcore... at least it looks that way to me,...

2007-11-14 Thread Tris
A mate came to me with a simple SQL query...
what she's asked, I can do in PHP'Mysql with my eyes closed, but she's
given me code I don't recognse, and therefore, how to answer her..
Does the following message mean anything to anyone?

She basically need so to adda  studnet attendance, based on a name and
a date. and the SQl ias supposed to go find the student ID and
update...


-==


SQL describe student;
Name Null? Type
-  --
STUDENT_ID NOT NULL NUMBER
FIRST_NAME VARCHAR2(15)
LAST_NAME VARCHAR2(20)
SEX CHAR(1)
TITLE VARCHAR2(6)

SQL DESCRIBE Attendance;
Name Null? Type
-  --
STUDENT_ID NOT NULL NUMBER
ATT_DATE DATE

Those are my two tables.

I have written one procedure that changes the title when it gets the
name passed:
CREATE OR REPLACE PROCEDURE addtitle(p_fn varchar2, p_ln varchar2)
IS
v_sex varchar2(1);
v_sid number;

BEGIN
SELECT student_id, sex INTO v_sid, v_sex
FROM student s
WHERE first_name = p_fn AND last_name = p_ln;

IF v_sex = 'M' THEN
UPDATE student SET title = 'Mr' WHERE student_id = v_sid;
ELSIF v_sex = 'F' THEN
UPDATE student SET title = 'Ms' WHERE student_id = v_sid;
END IF;
COMMIT;
END;
/

EXEC addtitle ('Tom', 'Smith')
EXEC addtitle ('Sweta', 'Patel')

And now I was asked to: Write a procedure to enter records in teh
Attendance table when the student's name and date of attendance are
passed to the procedure. And i have this, which doesn't work (not
surprised!)

CREATE OR REPLACE PROCEDURE addAttendance(p_fn varchar2, p_ln
varchar2, p_ad date)
IS
v_att_date date;
v_sid number;

BEGIN
SELECT student_id, att_date INTO v_sid, v_att_date
FROM Attendance a, Student s
WHERE first_name = p_fn AND last_name = p_ln;

IF v_att_date IS NULL THEN
UPDATE attendance SET Att_date = att_date WHERE student_id = v_sid;
ELSE
UPDATE attendance SET Att_date = Att_date WHERE student_id = v_sid;
END IF;
COMMIT;
END;
/


Thanks for looking at this. I just tried to change the first one round
but need to somehow join them to get at the student id and I can't do
that at the best of times without procedures



LINE/COL ERROR
 
7/1 PL/SQL: SQL Statement ignored
7/8 PL/SQL: ORA-00918: column ambiguously defined



===

-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] Finding the company...?

2007-10-29 Thread Tris
A friend of mine (who is not a web head) was asked by the guy who does
her site, to his server.
She did all that he requested, and now he's being a tool and not
letting ehr have the name back (she's not in debt to him either)...

Anyhoo, I did a reverse look up, and it's name servers are:
NS1.NOTTINGHILL-WEBHOSTING.CO.UK
NS2.NOTTINGHILL-WEBHOSTING.CO.UK

Yey, I can't find info on that Co...

how can I find out who owns this server, and get a contact No/Address
to explain our situation...

Any ideas?



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] [OT] - just for fun...

2007-09-28 Thread Tris
http://www.theregister.co.uk/2007/09/28/bofh_episode_33/

-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] MYSQL - join a table, to itself?

2007-09-21 Thread Tris
Ello all!
I've got a table that captures users activity on a points spending site.

my statement table has the follwoing fields:

date, points, calcType, userId

calcType is boolean, where 0 = -  AND 1 = +

What I've been asked to do is simply show 3 peices of data:
Total points added
Total poitns spent
Total points left over...

So, I've got a query
SELECT SUM(points) as earned
FROM `statement` as earnedTable
WHERE
earnedTable.calctype = 1

But I'm convinced there's gotta be away to join the table with itself
and get the calcType = 0 total too...
the final query, I just want 2 fields.. I can work out the thrid myself...

So, any ideas?

Tris...


-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] SQL... group by prob...

2007-09-18 Thread Tris
Ello...

We've a table.. (lucky us)

offer_id, date

it's populated with many offer_id's (we've say 20 offers)
and each time a user digns up, we flag what offer and the date (Unix time stamp)

What we want to do is list each offer_id (group by offer_id)
but lsit the most recent date for each unique offer listing...

Am I being a tool...?
GROUP BY offer_id ORDER BY date DESC doesn't work...

how can I do this? :-(




-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] mysql and CONCAT...

2007-08-21 Thread Tris
Ello all...

I've got 2 fields.
Depending on the result, one might be NULL, this is intentional.
However, if the 2nd IS null, I want to combine it with eh first...
eg:
field1  | field2
sign up | NULL  
points claimed  | NULL
points spent| claimed prize X

So in my output I want a new field to be created using CONCAT

CONCAT(field1,  - , field2) as field1

so I WANT the output of field1 to be:
sign up
points claimed
points spent - claimed prize X

but I'm getting a blank field1 if field 2 is null...

How can I get round that?


-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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] mysql and CONCAT...

2007-08-21 Thread Tris
It's a lot of joins...
From user table, points table, rewards table, statement table...
I just simplified it for the post... ;-p

just finishing off
http://www.tlc-rewards.com/4462Dubli/


On 21/08/07, David Precious [EMAIL PROTECTED] wrote:
 On Tuesday 21 August 2007 10:54:59 Tris wrote:
  Ello all...
 
  I've got 2 fields.
  Depending on the result, one might be NULL, this is intentional.
  However, if the 2nd IS null, I want to combine it with eh first...
  eg:
  field1| field2
  sign up   | NULL
  points claimed| NULL
  points spent  | claimed prize X
 
  So in my output I want a new field to be created using CONCAT
 
  CONCAT(field1,  - , field2) as field1
 
  so I WANT the output of field1 to be:
  sign up
  points claimed
  points spent - claimed prize X
 
  but I'm getting a blank field1 if field 2 is null...

 select if(field2 is null, field1, concat(field1, ' - ', field2)) ...

 Something like that ought to do it.

 (This seems like a very strange DB schema... :) )


 --
 David Precious :: [EMAIL PROTECTED]
 http://blog.preshweb.co.uk/ :: http://www.preshweb.co.uk/

  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] mysql and CONCAT...

2007-08-21 Thread Tris
Um, here's my finished query:

SELECT statement.timestamp, CONCAT(transferType.descriptionUser,  ,
COALESCE(rewards.title, )) as descriptionUser, statement.calcType,
statement.points
FROM `users`
JOIN statement on
statement.userId = users.id
JOIN transferType on
transferType.id = statement.transferType
LEFT JOIN rewards on
rewards.id = statement.rewardId
WHERE users.id =  . $_SESSION[userId] . 
ORDER BY timestamp ASC

In the last 18 months, I've really got to grips with Joins etc.. Rudy
helped me through some weird probs... now it's getting easier (note,
stil not easy ;-p  )

TLC, yeah, must say nothing... if they paid me on time, they'd be a
great company... ;-p


On 21/08/07, David Precious [EMAIL PROTECTED] wrote:
 On Tuesday 21 August 2007 11:53:53 Tris wrote:
  It's a lot of joins...
  From user table, points table, rewards table, statement table...
  I just simplified it for the post... ;-p

 Ah fair enough :)

 Did the if(...concat(..)..) work?


  just finishing off
  http://www.tlc-rewards.com/4462Dubli/

 Cool.  When PIPEX were using TLC there were some fairly good rewards on offer
 (and a fair amount of crap ones, too :) )


 --
 David Precious :: [EMAIL PROTECTED]
 http://blog.preshweb.co.uk/ :: http://www.preshweb.co.uk/

  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Missing image, then it's back...?

2007-08-17 Thread Tris
Rudy you smoothy..!
i was aiming for a left -- right nav style, which I was gonna reflect
in the design...
but I guess that might jsut confuse and annoy a propspective employer...

Dont' wanna loose work for being funky!


On 17/08/07, r937 [EMAIL PROTECTED] wrote:
  I tried to design my homepage... this is as far as I got...
  http://www.net-tastic.com

 what are you talking about? that design is fine!


 i would change the sequence of nav links, though, from

  portfolio contact about code home

 to

  home code portfolio about contact

 rudy

  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Missing image, then it's back...?

2007-08-17 Thread Tris
Hmm, just me then... that's good, hopefully the client will not see it!

Design, LOL.. I'm rubbish at all that...
in the Co I'm at, we have 3 teams..
the arty types, who photoshop a layout and make it all pretty etc..
the CSS whizes, who webify the photoshop files
and me and our lot who make it all 'clever' and do all teh
smarty/php/mysql type stuff...

I tried to design my homepage... this is as far as I got...
http://www.net-tastic.com

Um, as you can see... I need help ;-p

Sigh, Friday..!! w


On 17/08/07, PBC Web Design [EMAIL PROTECTED] wrote:
 At 05:38 AM 8/17/2007, you wrote:
 http://www.tlc-rewards.com/4462Dubli/
 
 load this page, hit F5, and again...
 When I do that, I loose the top image...
 then it's back...

 I tried it several times in both FF and IE6. No loss of image for me.

 Did you create that great design?  Very cool!  I love the logo!


 • ÷÷÷ • ÷÷÷ • ÷ • ÷÷÷ •  •
 Deb • Designer @ Digital Mouse Designs • com



  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] OT: Recording with WinXP Media Center PC

2007-08-08 Thread Tris
I can't stand media center...
Too basic...
I've got damned near 1000 movies and to scroll through them all is a chore...
I prefer simply using windose itself... I know my way around and have
much more control... plus I can cehck email while I'm watching a
show... gotta love the big screens!

Anyhoo, I'm glad you're happy...!
And I don't know the answers to any of your questions.. ;-p
Sorry...


On 08/08/07, PBC Web Design [EMAIL PROTECTED] wrote:
 Hi,

 I'm absolutely tickled to report that I now am
 using WinXP Media to watch/record tv shows!  How
 cool!  Had I known it was this easy to set up I'd have done it long ago.

 What I'd like to know is:

 1) Where are the recordings stored?

 2) Can I copy them over to a cd to take to
 another computer to watch that is *not* a media
 pc?  I'm thinking the recordings might work in the Media Player?

 • ÷÷÷ • ÷÷÷ • ÷ • ÷÷÷ •  •
 Deb • Designer @ Digital Mouse Designs • com



  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] Strange IE 6 frame bug...

2007-08-07 Thread Tris
http://www.gsc2for1.com/
Is a framed page that holds our master page:
http://www.tlc-rewards.com/5224gsc/

Rather odly in IE 6 only, and ONYL in the framed page, it goes all
'cookey' when you change the screen size...?
I'm off to google it now, but I wondered if anyone else has seen, and
fixed this prob...?

Sigh, i've got that Monday feeling and it's Tuesday!


-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] very deep arrays... a work around...?

2007-08-02 Thread Tris
http://www.tlc-rewards.com/_postcodeChecker/array.txt

I have to parse the array linked above.
it's really deep and my page is full of foreach function calls...

it's ugly and rather confusing..
is there a better way to go to the info directly..?

It's a cinema listing... and it's deeper than I've seem before...

Am I missing something obvious?

Tris


-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] Postcode checker...

2007-08-01 Thread Tris
Hi all...
I've been asked to calculate how far postcode x is from post code y...
No worries.. as I found this great page...
http://www.easypeasy.com/guides/article.php?article=64

Taking his DB and sample maths, I've created this page:
http://www.tlc-rewards.com/_postcodeChecker/check.php?pointOne=W1UpointTwo=e1
to test...

But I'm feeling it's not accurate...
So I'm hoping for a little testing? ;-p

Can anyone change pointOne and pointTwo GET variables to the start of
two postcodes you know.
and then tell me if the results are vaguely correct (we're not after
rocket science, but within a mile or 3 would be good)

it's really clever.. if it works..!

Feedback welcome!

I'll share the code to anyone that wants it...
(the source site is a little.. long winded, but good!)

Tris...



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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] Postcode checker...

2007-08-01 Thread Tris
Hmmm, m2b... normally the first part of a postcode is letters, then
No's.. not a mix...
Where is m2b?

Also, the root site is only viewable via our office.. Lng story.. ;-p

On 01/08/07, r937 [EMAIL PROTECTED] wrote:
  http://www.tlc-rewards.com/_postcodeChecker/check.php?pointOne=M2BpointTwo=L5N

 returns 0 km, which is wrong


 and what's up with this --

 http://www.tlc-rewards.com/

 You do not have privileges to view this page


 ;o)


  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Postcode checker...

2007-08-01 Thread Tris
Sorry, Rudy.. UK only.!!! my bad..!

On 01/08/07, Dan Parry [EMAIL PROTECTED] wrote:
 Seems to work for me... distances are within the 3 mile allowance AFAICT 
 (well, without getting a trundle wheel and walking 10 miles)

 Dan

  -Original Message-
  From: Tris [mailto:[EMAIL PROTECTED]
  Sent: 01 August 2007 12:28
  To: wdvltalk@lists.wdvl.com
  Subject: [wdvltalk] Postcode checker...
 
  Hi all...
  I've been asked to calculate how far postcode x is from post code y...
  No worries.. as I found this great page...
  http://www.easypeasy.com/guides/article.php?article=64
 
  Taking his DB and sample maths, I've created this page:
  http://www.tlc-
  rewards.com/_postcodeChecker/check.php?pointOne=W1UpointTwo=e1
  to test...
 
  But I'm feeling it's not accurate...
  So I'm hoping for a little testing? ;-p
 
  Can anyone change pointOne and pointTwo GET variables to the start of
  two postcodes you know.
  and then tell me if the results are vaguely correct (we're not after
  rocket science, but within a mile or 3 would be good)
 
  it's really clever.. if it works..!
 
  Feedback welcome!
 
  I'll share the code to anyone that wants it...
  (the source site is a little.. long winded, but good!)
 
  Tris...
 
 
 
  --
  Give a man a fish and he'll feed himself for a day.
  Give a man a religion and he'll starve to death praying for a fish.
  Anon
 
  `We are what we pretend to be, so we must be careful what we pretend to
  be.`
  Kurt Vonnegut
 
  `When a person can no longer laugh at himself, it is time for others
  to laugh at him.`
  Thomas Szasz
 
    The WDVL Discussion List from WDVL.COM  
  To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
  dl.sparklist.com 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 leave-23648623-
  [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.
 
 
  --
  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.5.476 / Virus Database: 269.11.0/929 - Release Date:
  31/07/2007 17:26



  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Postcode checker...

2007-08-01 Thread Tris
Yep, TLC...
I'm 'just' a freelancer, on my 7th Month though...
Still, can't complain ;-p

Anyhoo, yeah, it's just a simpel easrch, to give us a guide..
Man I HATe reward sites ;-p

Cheers for the test though, I guess it's good enough.. now I'll go
paypal the auther a few bucks.. he saved my life!


On 01/08/07, David Precious [EMAIL PROTECTED] wrote:
 Tris wrote:
  Hi all...
  I've been asked to calculate how far postcode x is from post code y...
  No worries.. as I found this great page...
  http://www.easypeasy.com/guides/article.php?article=64
 
  Taking his DB and sample maths, I've created this page:
  http://www.tlc-rewards.com/_postcodeChecker/check.php?pointOne=W1UpointTwo=e1
  to test...

 You're working with TLC?

 I worked with those guys back at PIPEX for their reward scheme :)

 And trying it with a few postcodes, it seems to give relatively
 believable figures.  Some seemed shorter than I'd have expected, but
 then this will be going in straightline distance between the centre of
 the two postcode areas, not driving distances.

 (It needs to parse out the first part of the postcode if you supply a
 full postcode though... I tried it with a full postcode and it didn't
 work :)

 Cheers

 Dave P


 --
 David Precious
 http://blog.preshweb.co.uk/ :: http://www.preshweb.co.uk/

  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Postcode checker...

2007-08-01 Thread Tris
Cheer Peter
So you changed the URL to reflect differnt UK postcode beginings?
EG: BH1 for Bournemouth, S3 for Sheffield etc...

It's a simpel test page I threw up, so there's no form to enter data into etc...
Figured I didn't need it for tests...

if I hae to show it off to my boss, I'll have to pretty it up


On 01/08/07, Peter MacGregor [EMAIL PROTECTED] wrote:
 Clicked on the link and got a bland page with
 two Postcodes on but they won't change for me. I
 can do about three or four where I know the
 distance from my home to relations and client
 sites if you like - but need a page that works! LOL

 Peter MacGregor

 At 12:28 01/08/2007, you wrote:
 Hi all...
 I've been asked to calculate how far postcode x is from post code y...
 No worries.. as I found this great page...
 http://www.easypeasy.com/guides/article.php?article=64
 
 Taking his DB and sample maths, I've created this page:
 http://www.tlc-rewards.com/_postcodeChecker/check.php?pointOne=W1UpointTwo=e1
 to test...
 
 But I'm feeling it's not accurate...
 So I'm hoping for a little testing? ;-p
 
 Can anyone change pointOne and pointTwo GET variables to the start of
 two postcodes you know.
 and then tell me if the results are vaguely correct (we're not after
 rocket science, but within a mile or 3 would be good)
 
 it's really clever.. if it works..!
 
 Feedback welcome!
 
 I'll share the code to anyone that wants it...
 (the source site is a little.. long winded, but good!)
 
 Tris...
 
 
 
 --
 Give a man a fish and he'll feed himself for a day.
 Give a man a religion and he'll starve to death praying for a fish.
 Anon
 
 `We are what we pretend to be, so we must be careful what we pretend to be.`
 Kurt Vonnegut
 
 `When a person can no longer laugh at himself, it is time for others
 to laugh at him.`
 Thomas Szasz
 
  • 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.
 
 
 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.476 / Virus Database: 269.11.0/929
 - Release Date: 31/07/2007 17:26


  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Postcode checker...

2007-08-01 Thread Tris
Me too...
I'm not stressed about this, cause i'm busy and this page was jsut for
wdvl adn me...
but I'm curious to know why when you change the URLO to valid UK
postcodes E1, S4 etc... you get nothing...

can you forward a URL that you're using and is giving the strange result?

it's jsut outputting a few lines of text, nothing heavy.. Hm


On 01/08/07, Peter MacGregor [EMAIL PROTECTED] wrote:
 Should perhaps mention I use Firefox!

 Peter MacGregor

 At 12:28 01/08/2007, you wrote:
 Hi all...
 I've been asked to calculate how far postcode x is from post code y...
 No worries.. as I found this great page...
 http://www.easypeasy.com/guides/article.php?article=64
 
 Taking his DB and sample maths, I've created this page:
 http://www.tlc-rewards.com/_postcodeChecker/check.php?pointOne=W1UpointTwo=e1
 to test...
 
 But I'm feeling it's not accurate...
 So I'm hoping for a little testing? ;-p
 
 Can anyone change pointOne and pointTwo GET variables to the start of
 two postcodes you know.
 and then tell me if the results are vaguely correct (we're not after
 rocket science, but within a mile or 3 would be good)
 
 it's really clever.. if it works..!
 
 Feedback welcome!
 
 I'll share the code to anyone that wants it...
 (the source site is a little.. long winded, but good!)
 
 Tris...
 
 
 
 --
 Give a man a fish and he'll feed himself for a day.
 Give a man a religion and he'll starve to death praying for a fish.
 Anon
 
 `We are what we pretend to be, so we must be careful what we pretend to be.`
 Kurt Vonnegut
 
 `When a person can no longer laugh at himself, it is time for others
 to laugh at him.`
 Thomas Szasz
 
  • 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.
 
 
 --
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.476 / Virus Database: 269.11.0/929
 - Release Date: 31/07/2007 17:26


  • 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.



-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] IE6 bug, NOT found anywhere else...

2007-08-01 Thread Tris
this is kinda for my mate, who is not on these lists, and I'm a bit
chocka to help him out...
His site:
http://www.nightdragon.co.uk/

appears fine on all browsers (so far) apart from IE6, but he doesn't know why...
Any thoughts?
DOC TYPE? CSS bug etc?

Tris...

-- 
Give a man a fish and he'll feed himself for a day.
Give a man a religion and he'll starve to death praying for a fish.
Anon

`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] [OT] Tech break down needed...

2007-07-19 Thread Tris

I'm specing up a new laptop...
Dell are offering a 32Gb solid state drive as a hard drive option.
Can anyone tell me why I'd want this?
(I've got a 160Gb WEstern digital that's small and USB powered, so I
could carry that with me, but ) it strikes me as silly to limit the
laptop to 32Gb...

What am I missing?

Tris...

--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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] [OT] Tech break down needed...

2007-07-19 Thread Tris

Deal...
I'm torn between a dell XPS and an HP DV 9xxx...
Oh it's good that that's my main stress today ;-p

On 19/07/07, Ross Clutterbuck [EMAIL PROTECTED] wrote:

It's Flash RAM instead of a traditional hard drive, which means
significantly faster I/O access and significantly reduced power
consumption (i.e. extends battery life).

In all honest however don't bother right now. Pure Flash drives are
too small and too expensive to be of any significant use at the
moment, and the Hybrid drives offer no performance or battery life
gains (and Windows Vista is required).

I wouldn't bother for now Tris


 • 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.




--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] Fwd: [thelist] [fun] Now this is a really sick use of HTML tables

2007-06-25 Thread Tris

I just HAD to share with you guys... (many of you on thelist though,
so sorry for the reposting...)

-- Forwarded message --
From: Christian Heilmann [EMAIL PROTECTED]
Date: 25-Jun-2007 11:18
Subject: [thelist] [fun] Now this is a really sick use of HTML tables
To: [EMAIL PROTECTED] [EMAIL PROTECTED]


http://www.youtube.com/watch?v=NqFOB77jLaE
--
Chris Heilmann
Book: http://www.beginningjavascript.com
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
--

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester
and archives of thelist go to: http://lists.evolt.org
Workers of the Web, evolt !


--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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] i'm outta here !!!

2007-06-15 Thread Tris

have a BLAST!!!

On 15/06/07, r937 [EMAIL PROTECTED] wrote:


okay, that's it, i'm outta here !!!

have a nice weekend folks, those of you not yet already having it

see you back here monday morning!!

;o)





oh, who am i kidding, i'll be back here tomorrow



 • 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.




--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] FF Vs IE?

2007-06-06 Thread Tris

http://www.getpracticing.com/index2.php5

the flash blurb on this page is opaic? Any ideas why...?


--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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] FF Vs IE?

2007-06-06 Thread Tris

Ignore EVERY thing I said.. I'm a tool, and need a coffee...!!!

Sigh...

On 06/06/07, Tris [EMAIL PROTECTED] wrote:

http://www.getpracticing.com/index2.php5

the flash blurb on this page is opaic? Any ideas why...?


--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz




--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] PHP5 hosts...

2007-06-06 Thread Tris

I'm about to sign up with these guys:
http://www.a2hosting.com/reseller_hosting.php

on an intermediate packge for a 2 year contract.
does anyone know of any better deals out there, before I sign my life away?

I need:
PHP 5
MySQL 5
Control panel for adding new emails, sites etc... (I'm crap at command
line stuff.. for now) but have the option to use command line
interface...

Thouights?
Cheers all!!!

--
`We are what we pretend to be, so we must be careful what we pretend to be.`
Kurt Vonnegut

`When a person can no longer laugh at himself, it is time for others
to laugh at him.`
Thomas Szasz

 � 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.


[wdvltalk] Lazy PHPMyAdmin Question....

2007-05-02 Thread Tris

I've got a list of codes that I wanna import into a database (65k of them)
can I import that list withough adding 'INSERT INTO `code`' etc...

I've got a script that I can use, but I can't find it.. and i'm lazy...

does PHPMyAdmin let you just dump a list?


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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.


[wdvltalk] A form in an HTML email?

2007-05-02 Thread Tris

si it possible to hav a form in an HMTL email?

My current employer wants to send out a sutrvery to its staff.
(I say survey, it's jsut a textarea box for comments)

Can we have a box and submit button that talks to a web page?
Clearly we'll have a link to a page with teh form on also, but this
might encourage users to fill out the form...

Anyone dne this before?


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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.


[wdvltalk] WAY [OT] - Google homepage...

2007-04-26 Thread Tris

Mines reverted back to 'factory settings'
All my bookmarks and custom modules are gone... :-(

Is it just me, or are there other people stuck?

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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] WAY [OT] - Google homepage...

2007-04-26 Thread Tris

rght ;-p

On 26/04/07, r937 [EMAIL PROTECTED] wrote:

 All my bookmarks and custom modules are gone... :-(

what happen

someone set up us the bomb

we get signal

what!

main screen turn on

it's you !!

how are you gentlemen !!

ALL YOUR BOOKMARKS AND CUSTOM MODULES ARE BELONG TO US

you are on the way to destruction

what you say !!

you have no chance to survive, make your time

ha ha ha ha



oh, never mind



 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] WAY [OT] - Google homepage...

2007-04-26 Thread Tris

I feel less alone...
I wrote to google... might hear back in a few weeks ;-p
I've checked my bookmarks and they're all still in existance...
but i've tried to recreate my homepage... but the elemnts I had
before, are not being accepted...

Really weird...
guess I should learn not to rely on a 3rd party and just make my own
homepage and calender setup...???


On 26/04/07, Linda [EMAIL PROTECTED] wrote:

Mine has gone too :-(

Linda


-Original Message-
From: Tris [mailto:[EMAIL PROTECTED]
Sent: 26 April 2007 12:22
To: wdvltalk@lists.wdvl.com
Subject: [wdvltalk] WAY [OT] - Google homepage...

Mines reverted back to 'factory settings'
All my bookmarks and custom modules are gone... :-(

Is it just me, or are there other people stuck?

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

  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: [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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] WAY [OT] - Google homepage...

2007-04-26 Thread Tris

All browsers, at home, at work...
:-(

On 26/04/07, Peter MacGregor [EMAIL PROTECTED] wrote:

Are you all using IE?

I use Firefox and home page and bookmarks showing as normal.

Peter MacGregor

At 15:37 26/04/2007, you wrote:
I feel less alone... I wrote to google... might
hear back in a few weeks ;-p I've checked my
bookmarks and they're all still in existance...
but i've tried to recreate my homepage... but
the elemnts I had before, are not being
accepted... Really weird... guess I should learn
not to rely on a 3rd party and just make my own
homepage and calender setup...??? On 26/04/07,
Linda [EMAIL PROTECTED] wrote:  Mine has
gone too :-(   Linda-Original
Message-  From: Tris
[mailto:[EMAIL PROTECTED]  Sent: 26 April
2007 12:22  To: wdvltalk@lists.wdvl.com 
Subject: [wdvltalk] WAY [OT] - Google
homepage...   Mines reverted back to 'factory
settings'  All my bookmarks and custom modules
are gone... :-(   Is it just me, or are there
other people stuck?   --  When a person can
no longer laugh at himself, it is time for
others to  laugh at him.  Thomas Szasz  
  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 Joinn 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.  -- When a
person can no longer laugh at himself, it is
time for others to laugh at him. Thomas Szasz
 • 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.

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.463 / Virus Database: 269.6.1/776 -
Release Date: 25/04/2007 12:19


 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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

[wdvltalk] [OT] - I'm not a flash fan, bu tI've fallen in love with this...

2007-04-18 Thread Tris

http://www.gourmetoriental.com/

I'm probably the last to see this kinda thing, but I thought it was awesome...
Love to see more of this kinda thing...

Um, that's all, it tickled me... had to share...

Tris...


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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.


[wdvltalk] First Monday bug...

2007-04-04 Thread Tris

i'm trying to create a drop down tht contains the first Monday of each
week, including the current week.

From the function, I need to out put 2 bits of data:

1. the date in a happy DB compliant manner (-MM-DD)
2. the date in a user Friendly way (2nd April etc)

Can a function even output 2 bits of data?

Anyone more clever than me, care to run the code below, and tell me
what I'm doing wrong?

Hmmm

===

function showMondays($noWeeksBack = 10) {
$oneDay = 86400;
$WeekDayNumber = date('w');

for ($i = -1; $i = $noWeeksBack; $i++) {
$prevWeeks = $i * 7;
$prevWeeks = $prevWeeks + 6;
$showWeekStart[] = date(jS M Y,time() - ($WeekDayNumber +
$prevWeeks) * $oneDay);
$showFullDate[] = date(Y-m-d,time() - ($WeekDayNumber +
$prevWeeks) * $oneDay);
}

return $showWeekStart;
return $showFullDate;
}

$getMondays = showMondays(4);

foreach ($getMondays as $value) {
$i++;
$showDates .= option value=\ . $value[showFullDate] . 
\ .
$value[showFullDate] . /option\n;
}

===

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] Joining tables... in MySQL

2007-04-04 Thread Tris

Hi Rudy.. I mean everyone ;-p

i've two tables:
JobType
id (int)
name (varChar)

Jobs
id (int)
user (int)
week (date)
day (int)
jobNo (int)
jobType (int)
hours (int)

I want to list all job types, and IF there's any corresponding with
the jobs table, I want to marry them up.

I've used this:

SELECT jobType.name, jobs.user, jobs.jobNo, jobs.jobType, jobs.hours, jobs.day

FROM jobType

RIGHT JOIN jobs on
jobs.jobType = jobType.id

But I'm only getting results if there's the Jobtype id in the jobs table..

Anyhoo... how can I list all jobTypes, and 'fill in the gaps'?

I've googled OUTER joins, but Im getting errors...?? Hm



--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] Joining tables... in MySQL

2007-04-04 Thread Tris

HERE's my SQL dump...

CREATE TABLE `jobType` (
 `id` int(12) NOT NULL auto_increment,
 `name` varchar(100) collate utf8_bin NOT NULL default '',
 `type` tinyint(10) NOT NULL default '0',
 KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=7 ;

--
-- Dumping data for table `jobType`
--

INSERT INTO `jobType` VALUES (1, 'Design', 0);
INSERT INTO `jobType` VALUES (2, 'Meeting', 0);
INSERT INTO `jobType` VALUES (3, 'PHP', 0);
INSERT INTO `jobType` VALUES (4, 'Downtime', 0);
INSERT INTO `jobType` VALUES (5, 'Copy', 0);
INSERT INTO `jobType` VALUES (6, 'Other', 0);

-- 

--
-- Table structure for table `jobs`
--

CREATE TABLE `jobs` (
 `id` int(12) NOT NULL auto_increment,
 `user` int(10) NOT NULL default '0',
 `week` date NOT NULL default '-00-00',
 `day` tinyint(3) NOT NULL default '0',
 `jobNo` int(10) NOT NULL default '0',
 `jobType` int(10) NOT NULL default '0',
 `hours` tinyint(5) NOT NULL default '0',
 KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=14 ;

--
-- Dumping data for table `jobs`
--

INSERT INTO `jobs` VALUES (4, 4, '2007-02-19', 1, 1, 1, 1);
INSERT INTO `jobs` VALUES (5, 4, '2007-02-19', 2, 2, 2, 2);
INSERT INTO `jobs` VALUES (6, 4, '2007-02-19', 3, 3, 3, 3);
INSERT INTO `jobs` VALUES (7, 4, '2007-02-19', 4, 4, 4, 4);
INSERT INTO `jobs` VALUES (8, 4, '2007-02-19', 5, 5, 5, 5);
INSERT INTO `jobs` VALUES (13, 0, '2007-02-19', 0, 0, 0, 0);
INSERT INTO `jobs` VALUES (12, 0, '2007-02-19', 0, 0, 0, 0);



On 04/04/07, Tris [EMAIL PROTECTED] wrote:

Hi Rudy.. I mean everyone ;-p

i've two tables:
JobType
id (int)
name (varChar)

Jobs
id (int)
user (int)
week (date)
day (int)
jobNo (int)
jobType (int)
hours (int)

I want to list all job types, and IF there's any corresponding with
the jobs table, I want to marry them up.

I've used this:

SELECT jobType.name, jobs.user, jobs.jobNo, jobs.jobType, jobs.hours, jobs.day

FROM jobType

RIGHT JOIN jobs on
jobs.jobType = jobType.id

But I'm only getting results if there's the Jobtype id in the jobs table..

Anyhoo... how can I list all jobTypes, and 'fill in the gaps'?

I've googled OUTER joins, but Im getting errors...?? Hm



--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] Joining tables... in MySQL

2007-04-04 Thread Tris

Rudy, I knew you'd be there somewhere ;-p

it's odd... I'd tried that, and just got one row of results.
Still do...

It's going through the jobs table and only returning jobTypes that
have been flagged in jobs..
not ALL job types...

any other ideas?



On 04/04/07, r937 [EMAIL PROTECTED] wrote:

 I've googled OUTER joins, but Im getting errors...?? Hm

funny, google never gave me any errors, and i've been using it since it came
out

what you want, young paduan, is a LEFT OUTER JOIN instead

;o)


 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Joining tables... in MySQL

2007-04-04 Thread Tris

Ah, i'm on 4.1.11
that make a difference?

On 04/04/07, r937 [EMAIL PROTECTED] wrote:

 It's going through the jobs table and only returning jobTypes that
 have been flagged in jobs..
 not ALL job types...

i tested the LEFT OUTER JOIN on the data you supplied and it works
~fabulously~

maybe you have some other conditions that are clouding the issue


 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Joining tables... in MySQL

2007-04-04 Thread Tris

:-(

Here I go again...
it really doesn't work... ? :-(

SELECT jobType.name, jobs.user, jobs.jobNo, jobs.jobType, jobs.hours, jobs.day
FROM jobType
LEFT OUTER JOIN jobs ON jobs.jobType = jobType.id
WHERE jobs.id IS NULL
OR (
jobs.user = '4'
AND jobs.week = '2007-03-19'
AND (
jobs.day = '3'
OR jobs.day = '0'
)
)


CREATE TABLE `jobType` (
 `id` int(12) NOT NULL auto_increment,
 `name` varchar(100) collate utf8_bin NOT NULL default '',
 `type` tinyint(10) NOT NULL default '0',
 KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=7 ;

INSERT INTO `jobType` VALUES (1, 'Design', 0);
INSERT INTO `jobType` VALUES (2, 'Meeting', 0);
INSERT INTO `jobType` VALUES (3, 'PHP', 0);
INSERT INTO `jobType` VALUES (4, 'Downtime', 0);
INSERT INTO `jobType` VALUES (5, 'Copy', 0);
INSERT INTO `jobType` VALUES (6, 'Other', 0);

CREATE TABLE `jobs` (
 `id` int(12) NOT NULL auto_increment,
 `user` int(10) NOT NULL default '0',
 `week` date NOT NULL default '-00-00',
 `day` tinyint(3) NOT NULL default '0',
 `jobNo` int(10) NOT NULL default '0',
 `jobType` int(10) NOT NULL default '0',
 `hours` tinyint(5) NOT NULL default '0',
 KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=19 ;

INSERT INTO `jobs` VALUES (18, 4, '2007-03-05', 0, 45645, 0, 0);
INSERT INTO `jobs` VALUES (4, 4, '2007-03-19', 1, 1, 1, 1);
INSERT INTO `jobs` VALUES (5, 4, '2007-03-19', 2, 2, 2, 2);
INSERT INTO `jobs` VALUES (6, 4, '2007-03-19', 3, 3, 3, 3);
INSERT INTO `jobs` VALUES (7, 4, '2007-03-19', 4, 4, 4, 4);
INSERT INTO `jobs` VALUES (8, 4, '2007-03-19', 5, 5, 5, 5);
INSERT INTO `jobs` VALUES (13, 1, '2007-03-19', 2, 12, 6, 2);
INSERT INTO `jobs` VALUES (12, 2, '2007-03-19', 4, 21, 3, 1);









On 04/04/07, r937 [EMAIL PROTECTED] wrote:

 Ah, i'm on 4.1.11
 that make a difference?

none whatsoever

;o)

 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Joining tables... in MySQL

2007-04-04 Thread Tris

OHHH!!!
Makes sence...

Cheers Rudy... as ALWAYS!!!
(I'd kiss you, but that'd be a bit too fruity for my taste... not that
there's anything wrong with that!)

On 04/04/07, r937 [EMAIL PROTECTED] wrote:

 Here I go again...
 it really doesn't work... ? :-(

yes it does, but you have to be really careful with WHERE conditions in
outer joins



 SELECT jobType.name, jobs.user, jobs.jobNo, jobs.jobType, jobs.hours,
 jobs.day
 FROM jobType
 LEFT OUTER JOIN jobs ON jobs.jobType = jobType.id
 WHERE jobs.id IS NULL
 OR (
 jobs.user = '4'
 AND jobs.week = '2007-03-19'
 AND (
 jobs.day = '3'
 OR jobs.day = '0'
 )
 )

this yields the Other jobtype, with no matching rows

;o)


i'm guessing that what you really want (which you never explained) is
something like this --

SELECT jobType.name
 , jobs.user
 , jobs.jobNo
 , jobs.jobType
 , jobs.hours
 , jobs.day
  FROM jobType
LEFT OUTER
  JOIN jobs
ON jobs.jobType = jobType.id
   AND (
  (
  jobs.user = 4
  AND jobs.week = '2007-03-19'
  )
   OR (
  jobs.day in ( 0, 3 )
  )
   )


in outer joins, there is a big difference between conditions in the ON
clause and conditions in the WHERE clause


oh, and p.s., please do not make strings out of numbers to compare to
numeric columns, it makes them soggy and hard to light

;o)


 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] Stupid ol..

2007-03-29 Thread Tris

Well, back to HTML basics for me today...
http://www.tlc-rewards.com/5629JustinBridou/terms.html

Has an ol tag and a few items...
However, it's not showing a n ordered list...
Did someone retire that tag and not tell me... I normally get all the memos...

ideas?


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] Stupid ol..

2007-03-29 Thread Tris

Fixed now...
Aren't you in Canada...? What you doing up at this hour!!! ;-p

On 29/03/07, r937 [EMAIL PROTECTED] wrote:

 http://www.tlc-rewards.com/5629JustinBridou/terms.html

 Has an ol tag and a few items...
 However, it's not showing a n ordered list...

looks fine in IE6


rudy

 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] [PHP] Hitting a URL from within a function, but NOT directing the browser there...

2007-03-12 Thread Tris

Hi all...
I'm scanning a list of users and if any of them meet certain critiera,
I'm supposed to add them to another DB on another server.
The admin guys over there have set it up to collect that data in a
URL, that i'm supposed to visit.
all works great manually, but I need to do it a few dozen times, in
the back end of my function.

So, how can I hit a URL, without going there in teh browser?

the mind boggles on this Monday morning..!!!

Tris...





--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] PHP Sessions and Frames...

2007-03-05 Thread Tris

Bit of an odd one...
i've built a registration area, and as it's mulitple pages, I've used
a session to capture the ID number of the row I created in the
database, for use in my UPDATE calls on subsequent pages...

Anyhoo...
The whole system has been plonked in a frame on their server, by the client.
and for some users, the data is not being captured and the session
data is into being remembered...

I found this on google:
http://www.dbforums.com/archive/index.php/t-1117749.html
but It's for cfm pages...

Has anyone come accross this bug before, and does anyone know a fix?

I gotta a pissed off client on a Mondya morning... i just LOVE them! ;-p

Tris...


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] Cannot delete csv... so let's edit it?

2007-03-01 Thread Tris

Ello all...

I've got 3 csv files that I'm ftping to a DIR..
Every 10 mins, they are scanned (along with lots of other functions).
The contents of the CSV are dumped into a table I've got..
BUT..
I want to delete the CSV afterwards..(or the data is duplicated) but
I'm getting permission denied errors.
I've CHMODed them, but still no..?
I've ggogled and there's lots of talk about server persmission, PHP
permissions etc..

so, I thought.. why can't I just edit the file(s) on the fly and empty
them when I'm done?

Can I edit CSV files in PHP?
How can I forceably delete a csv?

Either option is fine by me... any idea?

Back to google!

Tris...

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] [MySQL] - REPLACE or INSERT IGNORE

2007-02-27 Thread Tris

Morning all..!
i'm importing data from a csv file.
No worries, but oneof the fields I wanna import is an email address..
BUT, if the address already exists, I don't wanna bother.

To that end, I made the email column my index for the table, and used:
REPLACE INTO imported_newAffiliates (`emailAddress`, `signUpDate`)
VALUES('[EMAIL PROTECTED]', '2007-01-14 11:42:24')

and yet it's still duplicating the data

Duplicates are unlikley, but I'd like to be safe...

Anyone care to tell me what I'm doing wrong?

Tris...


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] [MySQL] - REPLACE or INSERT IGNORE

2007-02-27 Thread Tris

And THAT... is why they pay Rudy the big bucks..
It was an index, not unique..

Cheers!!!

On 27/02/07, r937 [EMAIL PROTECTED] wrote:

 Anyone care to tell me what I'm doing wrong?

probably forgot to declare a primary or unique key


rudy
http://r937.com/

 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] PHP date month list...?

2007-02-15 Thread Tris

Why doesn't this 'function' output a list of months?

for ($h = 1; $h = 12; $h++) {
$monthNo = date(m, $h);
$monthName = date(M, $h);
$flightdateListMonth .= option value=\ . $monthNo . \ .
$monthName . /option;
}

H... I know I'm missing something obvious...



--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] [PHP] DEFINE Vs $variable..?

2007-02-06 Thread Tris

Hi all...
I've a 'help me learn' type question..

I've got to do a site in 2 languages...
My first thought was to simply set a session variable for each
language, and then have an include page like this:

if lang == english
then
$textWelome = Welcome;
else if lang == chinese
then
$textWelome = Ni Hao;

etc...

However, I've seen sites (PHPMyAdmin springs to mind?) where the
language include uses DEFINE..

What is the difference, and why is one better than the other..?


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] onchange.. my aunt!

2007-01-30 Thread Tris

Hi all...
going back to basics today..
I've got a form.. (a form!) that s giving me grief..
I want the form to self submit when I change a SE:ECT option.
all good, javascript etc... Bt...

top of my form:
form id=bookingForm name=bookingForm method=post
action=?=$_SERVER['REQUEST_URI']?


and further down..
select name=departure id=departure
onChange=document.forms['bookingForm'].submit(); return true;

i've tried using this:
this.form.submit();

but it just gives me errors :-(

A really rookie issue this morning... but google is not helping...!

Any ideas?

Cheers as always, luv n hugs,
Tris...


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] onchange.. my aunt!

2007-01-30 Thread Tris

Ok..
fixed...
what it was ... was...

i'm in an artsy fartsy design agency, where I'm not allowed to design
stuff, just make it 'work'... so I had an HTML/CSS page all perfect
looking... but the designer had coded his form with teh submit button
to have the NAME submit..

so my Javascript was talking to that.. so I've renamed it to submitIt...
and all is well in the universe again...

Thanks for all the brain power though guys...
you rock!


On 30/01/07, David Precious [EMAIL PROTECTED] wrote:

On Tue, 30 Jan 2007, Tris wrote:
 I've got a form.. (a form!) that s giving me grief..
 I want the form to self submit when I change a SE:ECT option.
 all good, javascript etc... Bt...

 top of my form:
 form id=bookingForm name=bookingForm method=post
 action=?=$_SERVER['REQUEST_URI']?


 and further down..
 select name=departure id=departure
 onChange=document.forms['bookingForm'].submit(); return true;

 i've tried using this:
 this.form.submit();


try onchange=document.bookingForm.submit()

Alternatively, parent.submit() *might* work, dunno though.

Don't know why this.form.submit() didn't work, I think it should.

You should be able to remove the return true off the end of the onchange,
I don't think it's needed.

Cheers

Dave P



 � 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: archive@jab.org
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] verification emails

2007-01-30 Thread Tris

yes!
i am...

On 30/01/07, Linda Cole [EMAIL PROTECTED] wrote:

Hi Gang,

I've set Peter's account to get mail; is anyone getting the
verification emails when you post to the list?


Thanks,
Linda


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.15/659 - Release Date: 1/30/2007 9:31 
AM



 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] [PHP] reformat date...

2007-01-25 Thread Tris

Simply put, I'm REALLY hungover, and want to die...
However, before I go home.. I have to convert:

(string)3/MAY/07   -- (date for MySQL)2007-05-03

google is confusing me...
NEVER drinking again.

Tris...

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] [PHP] reformat date...

2007-01-25 Thread Tris

sorry, it's for inclusion into a db.. so I need to convert the date
before I create my MYSQL satement...

On 25/01/07, r937 [EMAIL PROTECTED] wrote:

 (string)3/MAY/07   -- (date for MySQL)2007-05-03

select  str_to_date('3/MAY/07','%e/%M/%y')
from daTable...

;o)

 � 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] [OT] - Freelance/contractors Accounting software...

2007-01-18 Thread Tris

Hi all..
I'm kinda new to freelancing, and got a big shock when tax time came
around here in the UK.

so going forward, I'd like to keep all my accoutns on line.
Now clearly I can use Excel, or google docs etc.. but does anyone use
a program that's more specificaly tailored to our kind of book
keeping?

Any advise, suggestions on the whole process are welcome, and I'd liek
to get started as soon as possible!

Tris...


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] PHP: is_numeric... that's the question...

2007-01-17 Thread Tris

Hi all...
I'm having probs with is_numeric...
here's the body of a function I've written...
the inout shoud be:
2 x letters
5 x numbers
eg: fr23454 / kr5 / AP84754

Bt...
these are coming up as valid too?
F454354 / 4G64345 / L454345

it seems that if there's a single number in the usercode, it's accepting it...
can anyone see what I'm doing wrong? stupid tech :-(

=
$codeLength = strlen($usercode);
$getLast5Characters = substr($usercode, -5, 5);
$getFirst2Characters = substr($usercode, 0, 2);
$codeInt = is_numeric($getLast5Characters);
$codeAlpha = is_numeric($getFirst2Characters);
if (($codeLength == 7)  ($codeInt)  (!$codeAlpha)) {
return code valid;
} else {
return Code Invalid;
}
=


--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] PHP, 8 digit string, to 8 item array..

2007-01-16 Thread Tris

I wanna take an Int (eg: 48392034)
and make an array:
$myArray[0] = 4;
$myArray[1] = 8;
$myArray[2] = 3;
$myArray[3] = 9;
$myArray[4] = 2;
$myArray[5] = 0;
$myArray[6] = 3;
$myArray[7] = 4;

I've looked at substr, ut it doesn't relal yhelp, as there's no
characters to split by..
what am I missing?

Tris...

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] PHP erros on..

2007-01-09 Thread Tris

I've just put a site I've built onto mybosses localhost...
He ges LOADS of errors.. I don't..

sooo, how can I turn on all errors, so tat I can ensure I can clean
all the code to be super good!

I've looked at PHP.ini and i've got it on as far as I can see.. i think...?

Tris...

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] PHP and declaring variables...

2007-01-09 Thread Tris

Hi all..
when I started PHP (5 years ago.. or maybe 4... I forget) I learnt
that to create a varaiable, I simply wrote:
$variableName = variableValue;
OR
$variableInt = 3;

All good, it's worked for years..
Buut

During myturningon errors today, I was seeing LOADS of undeclared
variable errors..
so I simply added to the top of each page, the problem variable names,
and a blank value.. eg:
$date = ;
$userName = ;
$score = ;

thus declaring them for later use...

Now this strikes me as a pain in the back side..
Can anyone throw lighton to why I need to do this, OR can I fix the
undeclared variables 'bug' without having a list of blank variales at
the top of each page...?

For now.. i'm off to browse the google... the wonderful goodle of web...
(bad wizard of oz rip off, sorry)

Tris...



--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] PHP 3rd party sessions...

2007-01-05 Thread Tris

We've created a site, that works great locally, an on our test servers.
However, it's final resting place is via an Iframe on a 3rd party site.

No worries there, but some in our office, with higher security
settings, cannot login and are not assigned the session variables, due
to the nature of their security settings.

We've tried altering the ini file, to no avail... (use_only_cookies =
0, trans_sid = 1)

Restarted and nothing..

has anyone come accross a similar 'bug' before?
I know we can't expect our users to change their security settings,
but there's gotta be a way???

(this is keeping us in the office till we get it.. .on a FRIDAY :-(  )

Tris..





--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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.


[wdvltalk] FF flash... or xml..

2007-01-04 Thread Tris

Ello all..
I've got an XML fed flash chart thingy:
http://www.maani.us/xml_charts/

To see it, go here:
http://w03-joshua.exalia.net/BrainPower/home.php
User:[EMAIL PROTECTED]
Pass: test101

If you login under IE (PC, not tested on a MAC at all)
you'll see a white flash graph..
however, on FF, it just hangs and hangs til it times out..

the XML doc that feeds it is here:
http://w03-joshua.exalia.net/BrainPower/sample.php

Any brain storms as to why FF says 'I don't like it' (in my best
northern UK accent)?

Tris...

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] FF flash... or xml..

2007-01-04 Thread Tris

Oh yeah, bugger...
I'd updated that page...
http://w03-joshua.exalia.net/BrainPower/homeMaster.php
login, then paste this URL...

Sigh.. is it Friday yet??

On 04/01/07, Drew Trusz [EMAIL PROTECTED] wrote:

On 1/4/07, Tris [EMAIL PROTECTED] wrote:
 Ello all..
 I've got an XML fed flash chart thingy:
 http://www.maani.us/xml_charts/

 To see it, go here:
 http://w03-joshua.exalia.net/BrainPower/homeMaster.php
 User:[EMAIL PROTECTED]
 Pass: test101

 If you login under IE (PC, not tested on a MAC at all)
 you'll see a white flash graph..
 however, on FF, it just hangs and hangs til it times out..

 the XML doc that feeds it is here:
 http://w03-joshua.exalia.net/BrainPower/sample.php

 Any brain storms as to why FF says 'I don't like it' (in my best
 northern UK accent)?


Don't see any difference between the two. All I get is a page with a
different logo and an incomplete message about If you are not Test,
please.

drew

 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] FF flash... or xml..

2007-01-04 Thread Tris

Ok, go back to home, and there's a link in the main body (I've just added it..)
That DEFFO goes to the flash file...
REALLY sorry about this, I should've set up a test site else where
whil I was working on this one..

Tris...

On 04/01/07, Drew Trusz [EMAIL PROTECTED] wrote:

On 1/4/07, Tris [EMAIL PROTECTED] wrote:
 Oh yeah, bugger...
 I'd updated that page...
 http://w03-joshua.exalia.net/BrainPower/homeMaster.php
 login, then paste this URL...

 Sigh.. is it Friday yet??

Nearly Friday.

I still get the same thing but this time I think it's a good thing. I
see a welcome to test and a challenge a friend image with a top 5
league listing in both browsers. The image is clickable and leads to
an enter 5 email addy page. Again same behavior in both browsers.

Did I miss something? If not, then it looks like you fixed it.

Hoist the tankard!

drew

 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] PHP issue with creating new instance of a class

2007-01-03 Thread Tris

Hmmm...
I presume that you've got:

$p-setContent($content);
$p-display();

AFTER all that form--Email code?

You've missed the closing } but I'm sure that's just inthe email...

haveyou tried puttingechos at all points, to see where the page is
stopping, or is it not loading at all?

not much help, but I'll keep thinking...

Tris...



On 03/01/07, Matthew Macdonald-Wallace [EMAIL PROTECTED] wrote:

Morning all,

Has anyone ever come across an issue in PHP where all the pages except
one can create a class properly?

My site is sup as follows:

class page contains all the information about how to format a page,
including a function called setContent and another called display.

class newsroom contains a number of functions to display news headlines
etc.

as part of the display() funtion, the newsHeadline function of
newsroom() is called.

The content for the page is set using the following code:

$p = new page();

$content = Page text and images etc here.;

$p-setContent($content);
$p-display();


This works fine for all of my pages apart from one.  I have checked the
source over and over again of the page that creates the error and the
only thing I can see different is that the page with the issue contains
a form:


require_once(includes/page.class.php);

$p = new page();

/*$cm = $_GET['cm'];

if($cm == 1)
{
   // form has been submited, so put the email together and send it to the
appropriate
   // email account.

   $emailBody = $_POST['custBody'];
   $from = $_POST['custEmail'];
   $custTopic = $_POST['custTopic'];

   switch($custTopic){

   case Sales:
   $to = [EMAIL PROTECTED];
   $subject = Sales Enquiry;
   break;

   case suppReq:
   $to = [EMAIL PROTECTED];
   $subject = Support Request;
   $headers = x-mail-priority: high;
   break;

   case infoReq:
   $to = [EMAIL PROTECTED];
   $subject = Information Request;
   break;

   default:
   $to = [EMAIL PROTECTED];
   $subject = Information Request;
   break;
   }

   $content = h2Thank you/h2pThank you for getting in contact with
us.  We will endevour to respond to your email within 12 hours of this
message.  An email has been sent to you confirming this./ppKind
regards,/ppThe Interactive Networks Team/p;

   mail($to,$subject,$body,FROM: $from,$headers);

}
else
{*/

$content = h2Contact Us/h2
 pPlease complete the form below to contact our team./p
form name=\contactUs\ action=\contact.php?cm=1\ method=\post\ 
fieldset
Your Name: input type=\text\ name=\custName\ id=\custName\ size=
\50\ /
Your Email Address: input type=\text\ name=\custEmail\ id=
\custEmail\ size=\50\ /br /
What would you like to talk to us about?
select name=\custTopic\ id=\custTopic\
option selected=\selected\ value=\Sales\I have a sales
Enquiry/option
option value=\infoReq\I have an information request/option
option value=\supportReq\I have a support request/option
/select
Please type your request in the box below and click the \Contact\
button to continue.
textarea name=\custBody\ id=\custBody\ cols=\50\ rows=\10
\/textarea
button type=\submit\ value=\1\ Contact Us/button
/fieldset
/form;

If I do an echo $content, the page displays the normal text fine but
without the formatting applied.  This is driving me nuts, so if anyone
can spot the issue, that would be great, I'm sure it's really simple.

Cheers,

Matt

 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South

[wdvltalk] FF table padding?

2007-01-03 Thread Tris

http://w03-joshua.exalia.net/BrainPower/

On the above URL in FF, the display table has gaps.. but on IE.. it does not?
Can anyone explain why?

(I know I know, tables are bad.. though I've never really understood why...)

Tris...

--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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: archive@jab.org
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] PHP issue with creating new instance of a class

2007-01-03 Thread Tris

Fatal error: Cannot instantiate non-existent class: newsroom in
/usr/local/psa/home/vhosts/wepoweryour.net/httpdocs/includes/page.class.php
on line 27

What IS on line 27, or 26?

On 03/01/07, Matthew Macdonald-Wallace [EMAIL PROTECTED] wrote:

Tris,

Quoting Tris [EMAIL PROTECTED]:

 Hmmm...
 I presume that you've got:

 $p-setContent($content);
 $p-display();

 AFTER all that form--Email code?

yup.

 You've missed the closing } but I'm sure that's just inthe email...

yup, along with all other mistakes (s/sup/setup)

 haveyou tried puttingechos at all points, to see where the page is
 stopping, or is it not loading at all?

Fraid so.

 not much help, but I'll keep thinking...

If it helps, the site is at www.wepoweryour.net

This site is nowhere near finished and the template is from www.oswd.org ! :)

Cheers,

Matt

--
Matthew Macdonald-Wallace
[EMAIL PROTECTED]
Sed quis custodiet ipsos custodies?




 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] PHP issue with creating new instance of a class

2007-01-03 Thread Tris

don't be so hard on yourself..
I had an afternoons work wasted cause I was calling an sql statment...
named sal.. not sql...
could not figure that one out for ages... :-(



On 03/01/07, Matthew Macdonald-Wallace [EMAIL PROTECTED] wrote:

Quoting Tris [EMAIL PROTECTED]:

 Fatal error: Cannot instantiate non-existent class: newsroom in
 /usr/local/psa/home/vhosts/wepoweryour.net/httpdocs/includes/page.class.php
 on line 27

 What IS on line 27, or 26?

Never mind.  I am, for want of a better phrase, a dick.

All the other pages have these lines in them:

// include the libraries
require_once(includes/site.lib.php);

whereas contact.php had the following:

// include the libraries
require_once(includes/page.class.php);

if you don't include the classes, it won't find them will it? FFS I am
so dense at times... :(

Matt


 On 03/01/07, Matthew Macdonald-Wallace [EMAIL PROTECTED] wrote:
 Tris,

 Quoting Tris [EMAIL PROTECTED]:

 Hmmm...
 I presume that you've got:

 $p-setContent($content);
 $p-display();

 AFTER all that form--Email code?

 yup.

 You've missed the closing } but I'm sure that's just inthe email...

 yup, along with all other mistakes (s/sup/setup)

 haveyou tried puttingechos at all points, to see where the page is
 stopping, or is it not loading at all?

 Fraid so.

 not much help, but I'll keep thinking...

 If it helps, the site is at www.wepoweryour.net

 This site is nowhere near finished and the template is from
 www.oswd.org ! :)

 Cheers,

 Matt

 --
 Matthew Macdonald-Wallace
 [EMAIL PROTECTED]
 Sed quis custodiet ipsos custodies?




  ? 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.



 --
 When a person can no longer laugh at himself, it is time for others to
 laugh at him.
 Thomas Szasz

  • 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.



--
Matthew Macdonald-Wallace
[EMAIL PROTECTED]
Sed quis custodiet ipsos custodies?




 • 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.




--
When a person can no longer laugh at himself, it is time for others to
laugh at him.
Thomas Szasz

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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

[wdvltalk] Flash not 'compiling' on FF...?

2006-12-21 Thread Tris

I know compiling is not the correct term, but bear with me ;-p

I've discovered http://www.maani.us/ and am in love..
I'm using their cahrt generator, with some dynamically generated XML
to create it.

the flash file looks for an xml file (a php file in reality, but layed
out as an SML to the browser), collects the data and formats it all
nice and pretty like..

On IE 6 (I've not tested it on other IE's) it displays great and I'm a
happy man.
But in FF, it times out, as if it's nt happy with the XML.

so my Q is:
Does Flash and or FF deal with XML ina different way to IE?
I'm about to show it to a client and would like to show him the cross
browser greatnes... but there isnt any right now :-(

Thoughts?

 � 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: archive@jab.org
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.


[wdvltalk] PHP ?

2006-12-21 Thread Tris

Another PHP developer near me, has jsut asked what the PHP function is
where you can out put text 'like' this:

=


ABC


My text will interpret $randomVariable into whatever it is set to

ABC 

=

I've nop idea, but he's convinced there's something like ths called escape doc??

anyone know what he's on about?

 � 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: archive@jab.org
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.


[wdvltalk] Fetching rows 5 above and 5 below a target row...

2006-12-18 Thread Tris

Hi all...

I've been asked to put together a league table thingy for a client.
What they want is to show the current users position, relative to the
whole board.

So, If I'm ranked 356 for example, on my leauge table view, I wanna
see me highlighted inthe middle and Ranks 350 - 355 above me, and then
357 - 361 below me.

each user in the DB has a score tally, that increments as the user
plays the game. (It's a quiz thing).

So eg:

SELECT userName, score FROM resultsTable WHERE userName =
'$myUserName' (and 5 above/below too!) ORDER BY score DESC LIMIT 11

Is this easy, google is making my Monday morning hard... :-(

Tris...

 � 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: archive@jab.org
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] Fetching rows 5 above and 5 below a target row...

2006-12-18 Thread Tris

Wow..
i want to curl up and die..
That's insane!
What's more scary is that you probably looksed it for 1 minute and
knew what to do..
You're a clever clever man..

Tris...

On 18/12/06, r937 [EMAIL PROTECTED] wrote:

 Is this easy

no it is not

select userName
, score
 from resultsTable  as T
 where userName = '$myUserName'
   or ( userName  '$myUserName'
   and ( select count(*)
   from resultsTable
  where userName  '$myUserName'
   and userName = T.userName ) = 5 )
   or ( userName  '$myUserName'
   and ( select count(*)
   from resultsTable
  where userName = T.userName
   and userName  '$myUserName' ) = 5 )
order by userName desc

rudy
http://r937.com/

 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] Fetching rows 5 above and 5 below a target row...

2006-12-18 Thread Tris

Jsut for infos sake, and the fact that Rudys code scares me ;-p

Here's what I ended up with...


$sqlGetHighScore = SELECT currentScore, nameFirst, nameLast, userId
FROM $tableUsers ORDER BY currentScore DESC;

while($rowGetHighScore = mysql_fetch_array($resultGetHighScore)) {

// List ALL results, but only show the first 5 for top scorers
if ($count = 5) {
$getHighScores .= $rowGetHighScore[nameFirst]
$rowGetHighScore[nameLast]: $rowGetHighScore[currentScore]br /\n;
}


// Start list of last 5, ready to stop when you reach userId
$filterList5 = $filterList4;
$filterList4 = $filterList3;
$filterList3 = $filterList2;
$filterList2 = $filterList1;
$filterList1 =$count - $rowGetHighScore[nameFirst]
$rowGetHighScore[nameLast]: $rowGetHighScore[currentScore]br /\n;

if ($rowGetHighScore[userId] == $_SESSION[userId]) {
$showMyScore = My Score: $rowGetHighScore[currentScore];
$masterFilterTop1 = $count - 
strong$rowGetHighScore[nameFirst]
$rowGetHighScore[nameLast]: $rowGetHighScore[currentScore]/strongbr
/\n;
$masterFilterTop2 = $filterList2;
$masterFilterTop3 = $filterList3;
$masterFilterTop4 = $filterList4;
$masterFilterTop5 = $filterList5;
$count2 = 0;
}

start count of next 5 users...
if (($count2 = 5)  ($count2 != 0)) {
$masterFilterBottom .= $count - $rowGetHighScore[nameFirst]
$rowGetHighScore[nameLast]: $rowGetHighScore[currentScore]br /\n;
}


$count++;
$count2++;
}

=

this query is used to make 3 seperate areas of data:
Your current score
the top 5 scorers
your place relative to all users...

it works great, with me and my 5 testers.. I wonder how it'll hold up
to several 1000 users... eek!

Tris...




On 18/12/06, Cheryl D Wise [EMAIL PROTECTED] wrote:

Yep, it is scary what someone who is really good can do in a very short time. To 
paraphrase, I am awestruck, I bow in admiration.


Cheryl D Wise
MS MVP FrontPage
http://by-expression.com
Online instructor led training http://starttoweb.com
Now registering for our January 2007 session


-Original Message-
From: Tris

Wow..
i want to curl up and die..
That's insane!
What's more scary is that you probably looksed it for 1 minute and
knew what to do..
You're a clever clever man..
h 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.



 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] Adding 15 mins to PHP time...

2006-12-13 Thread Tris

I'm creating a timer for todays lucky client...
They wanna hit start and have a timer on screen across all pages..
No prob doing that in javascript, so I'm gonna create a session called
timer with the date value:
date(H:i:s); Giving: 15:42:34 etc.. (the precise users start time)

What I need to do is on each page, check the current server time, and
if it's 15 mis higher than my session, redirect the user to a thank
you page and destroythetimer session..

s...

How can I add 15 mins to a date function?
(I'm also gonna have to fee different times to the javasript ticker,
but that'll be easiy once I kno whow to knock off time from um, well,
time :-p  )

Thoughts?

Tris...

 � 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: archive@jab.org
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] Link in plain text e-mail

2006-12-11 Thread Tris

Many clients interpret links that are full 'http://www.site.comn/link.html'
etc

So just ake sure all links are ful and correct..
you cannot use the A tag.. :-(


On 11/12/06, Portman [EMAIL PROTECTED] wrote:

Hi all,

How does a person get a link into a plain text e-mail? I am assuming
that it was set up probably as a plain version of HTML so that it
looks like text because a true text e-mail would not have any links in
it, correct?

Thanks,
Riva

 • 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] Creating zip files in PHP that are HUGE!

2006-12-11 Thread Tris

I'm added this cool class to my site:
http://www.phpconcept.net/pclzip/index.en.php

It all works great, until I try and compile a large zip (80Mb)

SO my question(s) are:

1. Anyone uesd tis before on large files
2. would a Linux server have an inbuilt setting that stops it
processign internally if there was too much load?
3. Any other ideas for creating large zips on teh fly..??

Tris...

(I'm currently trying to create them and email a link)

 � 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: archive@jab.org
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.


[wdvltalk] Creating zips in php...

2006-12-08 Thread Tris

Hi all...
I've been taked with creating zip files in PHP, based on user selected files...
all good, it ppears that PHP can do this... bt..
the files in question are up to 100Mb each.
So the page just loads and loads and loads...

Anyone know of a way to stream a newly created zip, as it's created?

At least tht way, the user will be given the download prompt early...

Any other ideas are welcome...!!!

Thoughts?

Tris...

 � 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: archive@jab.org
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.


[wdvltalk] html emails.. grrr..

2006-12-06 Thread Tris

I'm using 12all.. to mass send some mails out..

my most resent client does not want to send the newsletter out, unless
it's pixel perfect to hs designs...

He's on a MAC, and we're in the UK,  FYI..

I'm explined that different clients and differnt browsers will display
the email slightly differently, but not alot of difference..

He just sent a list asking for this image to go up by 2 pixels, and
that one left by 3 pixels etc...

Am I b eing lazy, or am I right to tell him he's beingtoo anal for an
emial that most people won't study in the way he is?

Thoughts, before I go back to him...???

Tris...

 � 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: archive@jab.org
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] [OT] remote connections?

2006-12-05 Thread Tris

It'd be nice if it would be both ways...
Sometimes my remote machine is slow.. and I'd be happier browsing on
the local machine..
(thouhg I'm aware it'll be as fast as the slowest connection)

On 05/12/06, Drew Trusz [EMAIL PROTECTED] wrote:

On 12/1/06, Patrick G. [EMAIL PROTECTED] wrote:
 Hello Tris,
  On Thursday, November 30, 2006, 11:57:06 AM, you wrote:

 T I'm on site this week (I work at home normally)
 T and I'm using remote XP to connect to my home pc to pick up code
 T samples etc, FTPing them to my server, and then picking them up here,
 T in the office..
 T bt...
 T I'd love to be able to connect to my home, via windows explorer
 T is this possible?

 By remote XP I am assuming you mean Windows Remote Desktop (?)
 If so, have you tried enabling the 'Local' Drives (in the options tab) before 
connecting?
 Then you can drag and drop via Windows Explore on the 'Remote' box.

 --
 Best regards,
  Patrick G.


That's a much, much better solution. All the use I make of Remote at
work and never discovered that. Tunnel vision. Ain't this a wonderful
list!

drew

 • 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] pulling one row where it matches in another table, many times... MySQL

2006-12-04 Thread Tris

I wanna holiday!!!

I've an asset table:
id
name
fileSize
date


and an options table:
id
name


and finally a table to match them up assetPropertyOption:
assetId
optionId


I want to pull all assets that appear in the match table, based on
what options I ask for..
I can do it for ONE option, but when I try and do more, it comes up blank..

What I reckon is each option is making a new row in the temp table,
confusuig both me and MYSQL..

But I NEED to ba able to say AND and OR alot...

HERE's my query:

=

SELECT asset.id, asset.naturalName, assetVersion.fileName,
assetVersion.fileNameThumb, assetVersion.dateCreated,
assetVersion.size, max(asset.assetVersionId)
FROM assetVersion

// The assets have multiple versions, so this jsut get's the latest version
INNER JOIN asset on
assetVersion.versionNumber = asset.assetVersionId AND
assetVersion.assetId = asset.id

INNER JOIN assetPropertyOption on
assetPropertyOption.assetId = asset.id and
assetPropertyOption.optionId = '2' AND
(
assetPropertyOption.optionId = '12' OR
assetPropertyOption.optionId = '8'
)

GROUP BY asset.id



ideas?

 � 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: archive@jab.org
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] pulling one row where it matches in another table, many times... MySQL

2006-12-04 Thread Tris

LOL...
funny cause it's true..
he's pretty much saved my arse too any time sthis month..

MUST repay him soon!!!


On 04/12/06, Drew Trusz [EMAIL PROTECTED] wrote:

On 12/4/06, Tris [EMAIL PROTECTED] wrote:
 I wanna holiday!!!

 I've an asset table:
 id
 name
 fileSize
 date


 and an options table:
 id
 name


 and finally a table to match them up assetPropertyOption:
 assetId
 optionId


 I want to pull all assets that appear in the match table, based on
 what options I ask for..
 I can do it for ONE option, but when I try and do more, it comes up blank..

 What I reckon is each option is making a new row in the temp table,
 confusuig both me and MYSQL..

 But I NEED to ba able to say AND and OR alot...

 ===

 ideas?

Hope rudy gets up early today and is in a good mood?


drew

 • 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] pulling one row where it matches in another table, many times... MySQL

2006-12-04 Thread Tris

Wow.. kewl!!
I'm playing making t all dynamic, and adding some more filters I need.
( i didn't tell you bout all of the options, cause I wanna do it myself...)

It's looking GREAT though.

One things that frustrates me, is how am I supposed to figure this
stuffout on my own without someone in the know to hand hold me :-(

Cheers,
I'll report back my progress shortly..!!!

Tris...


On 04/12/06, r937 [EMAIL PROTECTED] wrote:

 I need to say, optionId = 1 AND (4 or 6 or 6)  etc...

that's what the HAVING clause does ;o)

 I don't understand whats happening at teh bottom of the query..
 can you dumb it down for me?

use the ON clause of the join to select only those rows you're interested
in --

   and assetPropertyOption.optionId
in ( 2, 8, 12 )

and then, after applying the GROUP BY clause to group the option rows for
each asset, use the HAVING clause to count the option rows for each asset
according to your specific requirements

 having sum(case when assetPropertyOption.optionId = 2
then 1 else 0 end ) = 1

there must be exactly one option 2

   and sum(case when assetPropertyOption.optionId in ( 8, 12 )
then 1 else 0 end )  0

there must be at least one option which is either 8 or 12

 Whee do you live? anywhere beerable?

centre of the universe -- toronto canada

;o)


 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] pulling one row where it matches in another table, many times... MySQL

2006-12-04 Thread Tris

Ok, So when I put my WHERE clause, just before GROUP BY, it gets an error...

What was SELECT 1 all about, I've never seen that before...

Trying to tweak!
Yoda man still!







On 04/12/06, r937 [EMAIL PROTECTED] wrote:

 I tried to adda  region filter, which is in a table jsut liek the
 option select..

no, sorry

asset-to-assetPropertyOption is one-to-many

if you add another join to the query with a ~different~ one-to-many
relationship, you will end up with cross join effects (each of three regions
will join with each of 3 options, giving 9 result rows for the GROUP BY)

i would do it with an EXISTS subquery

  select ...
from ...
   where exists
 ( select 1
 from assetregion
where assetId = asset.id
  and regionId IN ( 1, 2, 3 )  )


by the way, you've messed up the max version logic again

this is wrong --

SELECT asset.id, asset.naturalName, assetVersion.fileName,
 assetVersion.fileNameThumb, assetVersion.dateCreated,
 assetVersion.size, asset.assetVersionId, MAX(
 assetVersion.versionNumber )
 FROM ...

use the subquery in the join as shown in the previous query


 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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] pulling one row where it matches in another table, many times... MySQL

2006-12-04 Thread Tris

And I've got it...
(well, it'd be close to say you've got it, but you know ;-p  )

I've learnt another little string to the sql bow, cheers again Rudy..

Now if I can just remember it!!! ;-p



On 04/12/06, r937 [EMAIL PROTECTED] wrote:

 Ok, So when I put my WHERE clause, just before GROUP BY, it gets an
 error...

unfortunately, my crystal ball is down at the moment

(it does this often, because it runs on windows)

therefore you will have to show me the query

oh, and please don't forget to mention what the error was


 What was SELECT 1 all about, I've never seen that before...

it's an EXISTS subquery -- it can select anything

the important part of an EXISTS subquery is that it will evaluate TRUE if
the subquery returns at least one row -- but it doesn't matter what that row
contains

i will routinely write it like this --

... where exists ( select 937 from ... )

but i refrained from doing so this time because i figured it would confuse
you unduly

;o)


 � 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 $subst('List.Name') as: 
$subst('Recip.EmailAddr')
To unsubscribe send a blank email to $subst('Email.UnSub')
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.

[wdvltalk] [OT] remote connections?

2006-11-30 Thread Tris

Ello...

I'm on site this week (I work at home normally)
and I'm using remote XP to connect to my home pc to pick up code
samples etc, FTPing them to my server, and then picking them up here,
in the office..
bt...
I'd love to be able to connect to my home, via windows explorer
is this possible?

I've tried:

\\123.123.123.123\myComputerName\shareName\
(I've got several PC's on my home IP)
but it doesn't work...?

Do I need to open up a specific port on my router at home, or is this
just not possible..?

It'd just make copying files to theoffice ALOT easier!! ;-p

Thoughts?
Tris...

 � 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: archive@jab.org
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.


  1   2   >