Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9251 - 9280 of 9280   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries   (Group by Topic) Sort by Date ^  
#9251 From: Adrian Lee <l33_adrian@...>
Date: Tue Nov 17, 2009 2:29 am
Subject: Re: Need a script to reduce images size
l33_adrian
Offline Offline
Send Email Send Email
 
try this script.

http://phpthumb.gxdlabs.com/

it has the ability to

* Ability to set quality of images (0-100%)
* Works with gif,jpg, and png images

* resize by percentage, width, or height

* perform multiple manipulations and saves without re-initializing class, or
reloading original image

* display manipulated image on the fly, enabling dynamic image generation in
your scripts




--- On Tue, 11/17/09, hno <hno2005@...> wrote:

From: hno <hno2005@...>
Subject: [php-objects] Need a script to reduce images size
To: php-objects@yahoogroups.com
Date: Tuesday, November 17, 2009, 2:02 AM







 









       HI



I have a site that is full of images and so many of them have large size and

it makes the loading of site take some second. What I want to do is that

when the user enter my site the image quality comes down so the size of them

comes down and it makes loading so faster.How can do so?



By the way ,image's quality is not important.



Thanks



image002



HNO



[Non-text portions of this message have been removed]

























[Non-text portions of this message have been removed]

#9252 From: somu sekhar <somu1981@...>
Date: Tue Nov 17, 2009 5:07 am
Subject: Re: Need a script to reduce images size
somu_naga_1981
Offline Offline
Send Email Send Email
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<script type="text/javascript">
function getImgSize(id){
var pic = document.getElementById(id);
var h = pic.offsetHeight;
var w = pic.offsetWidth;
alert ('The image size is '+w+'*'+h);
}
</script>
</head>
<body>
<img id='demoImg' src="
http://www.goldenstudy.com/bbs/uploadimg//20060228144500426.jpg">
<input type="button" onclick="getImgSize('demoImg')" value="Get Image Size">
</body>
</html>

On Mon, Nov 16, 2009 at 11:32 PM, hno <hno2005@...> wrote:

>
>
> HI
>
> I have a site that is full of images and so many of them have large size
> and
> it makes the loading of site take some second. What I want to do is that
> when the user enter my site the image quality comes down so the size of
> them
> comes down and it makes loading so faster.How can do so?
>
> By the way ,image's quality is not important.
>
> Thanks
>
> image002
>
> HNO
>
> [Non-text portions of this message have been removed]
>
>
>



--
J.Somasekhar,
Varnatechnologies Pvt Ltd.,
Jublee hills,
9550705652


[Non-text portions of this message have been removed]

#9253 From: "hno" <hno2005@...>
Date: Tue Nov 17, 2009 6:33 pm
Subject: RE: Need a script to reduce images size
hno2005@...
Send Email Send Email
 
You get my request wrong. I'm doesn't mean height or weight ,I mean the size
of the image on the disk space .I apologize to ask it not clear.



Thank

image002

          HNO



From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of somu sekhar
Sent: November 17, 2009 8:38 AM
To: php-objects@yahoogroups.com
Subject: Re: [php-objects] Need a script to reduce images size





<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<script type="text/javascript">
function getImgSize(id){
var pic = document.getElementById(id);
var h = pic.offsetHeight;
var w = pic.offsetWidth;
alert ('The image size is '+w+'*'+h);
}
</script>
</head>
<body>
<img id='demoImg' src="
http://www.goldenstudy.com/bbs/uploadimg//20060228144500426.jpg
<http://www.goldenstudy.com/bbs/uploadimg/20060228144500426.jpg> ">
<input type="button" onclick="getImgSize('demoImg')" value="Get Image Size">
</body>
</html>

On Mon, Nov 16, 2009 at 11:32 PM, hno <hno2005@...
<mailto:hno2005%40gmail.com> > wrote:

>
>
> HI
>
> I have a site that is full of images and so many of them have large size
> and
> it makes the loading of site take some second. What I want to do is that
> when the user enter my site the image quality comes down so the size of
> them
> comes down and it makes loading so faster.How can do so?
>
> By the way ,image's quality is not important.
>
> Thanks
>
> image002
>
> HNO
>
> [Non-text portions of this message have been removed]
>
>
>

--
J.Somasekhar,
Varnatechnologies Pvt Ltd.,
Jublee hills,
9550705652

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#9254 From: Joe Forsythe <jforsythe@...>
Date: Tue Nov 17, 2009 6:40 pm
Subject: Re: Need a script to reduce images size
jforsythe@...
Send Email Send Email
 
Please read all of the other responses. You've been given the answer
more than once.
--
Joe

On Nov 17, 2009, at 12:33 PM, hno wrote:

> You get my request wrong. I'm doesn't mean height or weight ,I mean
> the size
> of the image on the disk space .I apologize to ask it not clear.
>
> Thank
>
> image002
>
> HNO
>
> From: php-objects@yahoogroups.com [mailto:php-
> objects@yahoogroups.com] On
> Behalf Of somu sekhar
> Sent: November 17, 2009 8:38 AM
> To: php-objects@yahoogroups.com
> Subject: Re: [php-objects] Need a script to reduce images size
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
> http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <title>Untitled Document</title>
> <meta http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1">
> <meta http-equiv="Content-Style-Type" content="text/css">
> <meta http-equiv="Content-Script-Type" content="text/javascript">
> <script type="text/javascript">
> function getImgSize(id){
> var pic = document.getElementById(id);
> var h = pic.offsetHeight;
> var w = pic.offsetWidth;
> alert ('The image size is '+w+'*'+h);
> }
> </script>
> </head>
> <body>
> <img id='demoImg' src="
> http://www.goldenstudy.com/bbs/uploadimg//20060228144500426.jpg
> <http://www.goldenstudy.com/bbs/uploadimg/20060228144500426.jpg> ">
> <input type="button" onclick="getImgSize('demoImg')" value="Get
> Image Size">
> </body>
> </html>
>
> On Mon, Nov 16, 2009 at 11:32 PM, hno <hno2005@...
> <mailto:hno2005%40gmail.com> > wrote:
>
> >
> >
> > HI
> >
> > I have a site that is full of images and so many of them have
> large size
> > and
> > it makes the loading of site take some second. What I want to do
> is that
> > when the user enter my site the image quality comes down so the
> size of
> > them
> > comes down and it makes loading so faster.How can do so?
> >
> > By the way ,image's quality is not important.
> >
> > Thanks
> >
> > image002
> >
> > HNO
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> --
> J.Somasekhar,
> Varnatechnologies Pvt Ltd.,
> Jublee hills,
> 9550705652
>
> [Non-text portions of this message have been removed]
>
> [Non-text portions of this message have been removed]
>
>



[Non-text portions of this message have been removed]

#9255 From: "Eugene L" <litvinoveugene@...>
Date: Tue Nov 17, 2009 8:54 pm
Subject: Re: Need a script to reduce images size
litvinoveugene
Online Now Online Now
Send Email Send Email
 
Hi.

The one way to change images file size - is writing of PHP script for creating
of thubnails.

Unfortunately, this is the one way to realize this problem...
But, with JavaScript, as preloader system, this problem may be solved, but
timeout will stay like before - some seconds.

--- In php-objects@yahoogroups.com, "hno" <hno2005@...> wrote:
>
> HI
>
> I have a site that is full of images and so many of them have large size and
> it makes the loading of site take some second. What I want to do is that
> when the user enter my site the image quality comes down so the size of them
> comes down and it makes loading so faster.How can do so?
>
>
>
> By the way ,image's quality is not important.
>
> Thanks
>
> image002
>
>          HNO
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#9256 From: "Dinghy" <webmeister@...>
Date: Tue Nov 17, 2009 10:30 pm
Subject: RE: Need a script to reduce images size
jtown2112
Offline Offline
Send Email Send Email
 
http://www.php.net/manual/en/function.imagick-setimagecompressionquality.php







-----Original Message-----
From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On
Behalf Of hno
Sent: Tuesday, November 17, 2009 10:34 AM
To: php-objects@yahoogroups.com
Subject: RE: [php-objects] Need a script to reduce images size





You get my request wrong. I'm doesn't mean height or weight ,I mean the size
of the image on the disk space .I apologize to ask it not clear.

Thank

image002

HNO





[Non-text portions of this message have been removed]

#9257 From: Adrian Lee <l33_adrian@...>
Date: Wed Nov 18, 2009 2:07 am
Subject: RE: Need a script to reduce images size
l33_adrian
Offline Offline
Send Email Send Email
 
As i have said u can use this thumbnailing script http://phpthumb.gxdlabs.com/,
be imaginative dont resize the image, use the same size just use the
compression method instead to lower the image weight.


--- On Wed, 11/18/09, hno <hno2005@...> wrote:


From: hno <hno2005@...>
Subject: RE: [php-objects] Need a script to reduce images size
To: php-objects@yahoogroups.com
Date: Wednesday, November 18, 2009, 2:33 AM


 



You get my request wrong. I'm doesn't mean height or weight ,I mean the size
of the image on the disk space .I apologize to ask it not clear.

Thank

image002

HNO

From: php-objects@ yahoogroups. com [mailto:php-objects@ yahoogroups. com] On
Behalf Of somu sekhar
Sent: November 17, 2009 8:38 AM
To: php-objects@ yahoogroups. com
Subject: Re: [php-objects] Need a script to reduce images size

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional/ /EN" "
http://www.w3. org/TR/html4/ loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=" Content-Type" content="text/ html; charset=iso- 8859-1">
<meta http-equiv=" Content-Style- Type" content="text/ css">
<meta http-equiv=" Content-Script- Type" content="text/ javascript" >
<script type="text/javascri pt">
function getImgSize(id) {
var pic = document.getElement ById(id);
var h = pic.offsetHeight;
var w = pic.offsetWidth;
alert ('The image size is '+w+'*'+h);
}
</script>
</head>
<body>
<img id='demoImg' src="
http://www.goldenst udy.com/bbs/ uploadimg/ /200602281445004 26.jpg
<http://www.goldenst udy.com/bbs/ uploadimg/ 2006022814450042 6.jpg> ">
<input type="button" onclick="getImgSize ('demoImg' )" value="Get Image Size">
</body>
</html>

On Mon, Nov 16, 2009 at 11:32 PM, hno <hno2005@gmail. com
<mailto:hno2005% 40gmail.com> > wrote:

>
>
> HI
>
> I have a site that is full of images and so many of them have large size
> and
> it makes the loading of site take some second. What I want to do is that
> when the user enter my site the image quality comes down so the size of
> them
> comes down and it makes loading so faster.How can do so?
>
> By the way ,image's quality is not important.
>
> Thanks
>
> image002
>
> HNO
>
> [Non-text portions of this message have been removed]
>
>
>

--
J.Somasekhar,
Varnatechnologies Pvt Ltd.,
Jublee hills,
9550705652

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]











[Non-text portions of this message have been removed]

#9258 From: "hno" <hno2005@...>
Date: Wed Nov 18, 2009 4:45 am
Subject: RE: Need a script to reduce images size
hno2005@...
Send Email Send Email
 
Thanks for your reply .I have downloaded it but it doesn’t have compression
.How can compress images for showing them without save it?

Thanks all



image002

          HNO



From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On Behalf
Of Adrian Lee
Sent: November 18, 2009 5:38 AM
To: php-objects@yahoogroups.com
Subject: RE: [php-objects] Need a script to reduce images size





As i have said u can use this thumbnailing script http://phpthumb.gxdlabs.com/,
be imaginative dont resize the image, use the same size just use the compression
method instead to lower the image weight.

--- On Wed, 11/18/09, hno <hno2005@... <mailto:hno2005%40gmail.com> >
wrote:

From: hno <hno2005@... <mailto:hno2005%40gmail.com> >
Subject: RE: [php-objects] Need a script to reduce images size
To: php-objects@yahoogroups.com <mailto:php-objects%40yahoogroups.com>
Date: Wednesday, November 18, 2009, 2:33 AM



You get my request wrong. I'm doesn't mean height or weight ,I mean the size
of the image on the disk space .I apologize to ask it not clear.

Thank

image002

HNO

From: php-objects@ yahoogroups. com [mailto:php-objects@ yahoogroups. com] On
Behalf Of somu sekhar
Sent: November 17, 2009 8:38 AM
To: php-objects@ yahoogroups. com
Subject: Re: [php-objects] Need a script to reduce images size

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional/ /EN" "
http://www.w3. org/TR/html4/ loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=" Content-Type" content="text/ html; charset=iso- 8859-1">
<meta http-equiv=" Content-Style- Type" content="text/ css">
<meta http-equiv=" Content-Script- Type" content="text/ javascript" >
<script type="text/javascri pt">
function getImgSize(id) {
var pic = document.getElement ById(id);
var h = pic.offsetHeight;
var w = pic.offsetWidth;
alert ('The image size is '+w+'*'+h);
}
</script>
</head>
<body>
<img id='demoImg' src="
http://www.goldenst udy.com/bbs/ uploadimg/ /200602281445004 26.jpg
<http://www.goldenst udy.com/bbs/ uploadimg/ 2006022814450042 6.jpg> ">
<input type="button" onclick="getImgSize ('demoImg' )" value="Get Image Size">
</body>
</html>

On Mon, Nov 16, 2009 at 11:32 PM, hno <hno2005@gmail. com
<mailto:hno2005% 40gmail.com> > wrote:

>
>
> HI
>
> I have a site that is full of images and so many of them have large size
> and
> it makes the loading of site take some second. What I want to do is that
> when the user enter my site the image quality comes down so the size of
> them
> comes down and it makes loading so faster.How can do so?
>
> By the way ,image's quality is not important.
>
> Thanks
>
> image002
>
> HNO
>
> [Non-text portions of this message have been removed]
>
>
>

--
J.Somasekhar,
Varnatechnologies Pvt Ltd.,
Jublee hills,
9550705652

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]

#9259 From: Adrian Lee <l33_adrian@...>
Date: Wed Nov 18, 2009 5:00 am
Subject: RE: Need a script to reduce images size
l33_adrian
Offline Offline
Send Email Send Email
 
http://wiki.github.com/iselby/PHPThumb/getting-started

--- On Wed, 11/18/09, hno <hno2005@...> wrote:

From: hno <hno2005@...>
Subject: RE: [php-objects] Need a script to reduce images size
To: php-objects@yahoogroups.com
Date: Wednesday, November 18, 2009, 12:45 PM







 









       Thanks for your reply .I have downloaded it but it doesn’t have
compression .How can compress images for showing them without save it?



Thanks all



image002



HNO



From: php-objects@ yahoogroups. com [mailto:php-objects@ yahoogroups. com] On
Behalf Of Adrian Lee

Sent: November 18, 2009 5:38 AM

To: php-objects@ yahoogroups. com

Subject: RE: [php-objects] Need a script to reduce images size



As i have said u can use this thumbnailing script http://phpthumb. gxdlabs.com/
,

be imaginative dont resize the image, use the same size just use the compression
method instead to lower the image weight.



--- On Wed, 11/18/09, hno <hno2005@gmail. com <mailto:hno2005% 40gmail.com> >
wrote:



From: hno <hno2005@gmail. com <mailto:hno2005% 40gmail.com> >

Subject: RE: [php-objects] Need a script to reduce images size

To: php-objects@ yahoogroups. com <mailto:php- objects%40yahoog roups.com>

Date: Wednesday, November 18, 2009, 2:33 AM



You get my request wrong. I'm doesn't mean height or weight ,I mean the size

of the image on the disk space .I apologize to ask it not clear.



Thank



image002



HNO



From: php-objects@ yahoogroups. com [mailto:php- objects@ yahoogroups. com] On

Behalf Of somu sekhar

Sent: November 17, 2009 8:38 AM

To: php-objects@ yahoogroups. com

Subject: Re: [php-objects] Need a script to reduce images size



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional/ /EN" "

http://www.w3. org/TR/html4/ loose.dtd">

<html>

<head>

<title>Untitled Document</title>

<meta http-equiv=" Content-Type" content="text/ html; charset=iso- 8859-1">

<meta http-equiv=" Content-Style- Type" content="text/ css">

<meta http-equiv=" Content-Script- Type" content="text/ javascript" >

<script type="text/javascri pt">

function getImgSize(id) {

var pic = document.getElement ById(id);

var h = pic.offsetHeight;

var w = pic.offsetWidth;

alert ('The image size is '+w+'*'+h);

}

</script>

</head>

<body>

<img id='demoImg' src="

http://www.goldenst udy.com/bbs/ uploadimg/ /200602281445004 26.jpg

<http://www.goldenst udy.com/bbs/ uploadimg/ 2006022814450042 6.jpg> ">

<input type="button" onclick="getImgSize ('demoImg' )" value="Get Image Size">

</body>

</html>



On Mon, Nov 16, 2009 at 11:32 PM, hno <hno2005@gmail. com

<mailto:hno2005% 40gmail.com> > wrote:



>

>

> HI

>

> I have a site that is full of images and so many of them have large size

> and

> it makes the loading of site take some second. What I want to do is that

> when the user enter my site the image quality comes down so the size of

> them

> comes down and it makes loading so faster.How can do so?

>

> By the way ,image's quality is not important.

>

> Thanks

>

> image002

>

> HNO

>

> [Non-text portions of this message have been removed]

>

>

>



--

J.Somasekhar,

Varnatechnologies Pvt Ltd.,

Jublee hills,

9550705652



[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]



[Non-text portions of this message have been removed]

























[Non-text portions of this message have been removed]

#9260 From: Reji Jayan <for_rejijayan@...>
Date: Thu Nov 19, 2009 12:19 am
Subject: How to keep Google maps on a website.. help
for_rejijayan
Offline Offline
Send Email Send Email
 
Hello All,

Please get me tips on how to keep "google map", address,  of organization in his
website

Thanks in Advance.

Thank You,

Reji,
PHP Developer.
==================


       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9261 From: "Qazi" <qhr81@...>
Date: Thu Nov 19, 2009 12:52 am
Subject: SESSION checks for shoping cart
anarkliskt
Offline Offline
Send Email Send Email
 
hello experts
i want help for session variable..
i am making a shoping cart with the help of sessions

i have two tables one is product and other is product_atributs
in product

id    name      dec            price
1     t-shirt   shirt          5
2     shirt     sutting shirt  6

and productAtibute table

id   proID    ColorID    SizeID   Quantity
1    1         1          1         5
2    1         2          1         5
3    1         1          2         5
4    1         2          2         5

and so on


when i am going to select an item for shoping cart like (proID=1
,colorID=1,SizeID=1 and quanty=1)
this is the first entry for my cart
when i go to the next like
(proid=1.colorid=2,sizeid=1,quanty=1)
i want to add this to an other row.
and if i want to add another quantity in already added item then what check will
be and how .. i am very thank full to you all plzzzzz help me ... i am very
worried about it becoz i am new in sessions... help me plzlzzzzzz
thanks

#9262 From: Joe Forsythe <jforsythe@...>
Date: Thu Nov 19, 2009 8:40 pm
Subject: Re: SESSION checks for shoping cart
jforsythe@...
Send Email Send Email
 
Welcome to the world of sessions! The answer you're looking for is to
store your information in an array, and then set your session
variable to the array.

So, what you've got right now is something like this:
$_SESSION['proID'] = 1;
$_SESSION['colorID'] = 1;
etc...

Which is problematic for a ton of reasons, namely that doing it said
way can lead to tons of session variables.

The easy way:
$_SESSION['proID'] = array(proID,proID,proID,etc...);
$_SESSION['colorID'] = array(colorID,colorID,colorID,etc...);
etc...

I personally set/grab session variables early and late (i.e. I do
minimal work directly with the session themselves), so I'd pass the
session over to a variable and back in once you finish with it.

--
Joe

On Nov 18, 2009, at 6:52 PM, Qazi wrote:

> hello experts
> i want help for session variable..
> i am making a shoping cart with the help of sessions
>
> i have two tables one is product and other is product_atributs
> in product
>
> id name dec price
> 1 t-shirt shirt 5
> 2 shirt sutting shirt 6
>
> and productAtibute table
>
> id proID ColorID SizeID Quantity
> 1 1 1 1 5
> 2 1 2 1 5
> 3 1 1 2 5
> 4 1 2 2 5
>
> and so on
>
> when i am going to select an item for shoping cart like
> (proID=1 ,colorID=1,SizeID=1 and quanty=1)
> this is the first entry for my cart
> when i go to the next like
> (proid=1.colorid=2,sizeid=1,quanty=1)
> i want to add this to an other row.
> and if i want to add another quantity in already added item then
> what check will be and how .. i am very thank full to you all
> plzzzzz help me ... i am very worried about it becoz i am new in
> sessions... help me plzlzzzzzz
> thanks
>
>



[Non-text portions of this message have been removed]

#9263 From: Hari KT <kthari85@...>
Date: Fri Nov 20, 2009 4:19 am
Subject: Re: How to keep Google maps on a website.. help
kthari85
Offline Offline
Send Email Send Email
 
Hi,

Check google maps api . It has examples too .

  Hari K T

http://harikt.com/





________________________________
From: Reji Jayan <for_rejijayan@...>
To: php-objects@yahoogroups.com
Sent: Thu, 19 November, 2009 5:49:48 AM
Subject: [php-objects] How to keep Google maps on a website.. help


Hello All,

Please get me tips on how to keep "google map", address,  of organization in his
website

Thanks in Advance.

Thank You,

Reji,
PHP Developer.
============ ======

The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/

[Non-text portions of this message have been removed]





       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9264 From: "agarwal.ankit87" <agarwal.ankit87@...>
Date: Sun Nov 22, 2009 2:23 pm
Subject: Re: Need a script to reduce images size
agarwal.ankit87
Offline Offline
Send Email Send Email
 
Resize your image online in three simple steps! Trouble mailing your images?
Trouble putting your image online? Resize your images here ,
http://bit.ly/3omoTu

--- In php-objects@yahoogroups.com, "hno" <hno2005@...> wrote:
>
> HI
>
> I have a site that is full of images and so many of them have large size and
> it makes the loading of site take some second. What I want to do is that
> when the user enter my site the image quality comes down so the size of them
> comes down and it makes loading so faster.How can do so?
>
>
>
> By the way ,image's quality is not important.
>
> Thanks
>
> image002
>
>          HNO
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

#9265 From: rahul dongre <mady_dongre@...>
Date: Sat Nov 21, 2009 7:10 pm
Subject: How to keep Google maps on a website.. help
mady_dongre
Offline Offline
Send Email Send Email
 
hello Reji, its very easy to show google map, on our own web site.i am sending u
a file . this file is fully documented u read it anr easily will get ue answer.




Rahul Dongre
Software Engineer

    


       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9266 From: rahul dongre <mady_dongre@...>
Date: Sun Nov 22, 2009 5:15 am
Subject: paypall in php
mady_dongre
Offline Offline
Send Email Send Email
 
hello all
please explain me how i can use paypal on my site.
i want to know a how i use paypal.
pls give me a full description of using paypal in my site



Rahul Dongre


    


       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9267 From: Partha Sarathy <parthatr@...>
Date: Mon Nov 23, 2009 6:38 am
Subject: Re: How to keep Google maps on a website.. help
parthatr@...
Send Email Send Email
 
Hi,

I am also trying to display google map or earth in my website.  Send to me
the same.

On Sun, Nov 22, 2009 at 12:40 AM, rahul dongre <mady_dongre@...>wrote:

>
>
> hello Reji, its very easy to show google map, on our own web site.i am
> sending u a file . this file is fully documented u read it anr easily will
> get ue answer.
>
> Rahul Dongre
> Software Engineer
>
>
>
> The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
> http://in.yahoo.com/
>
> [Non-text portions of this message have been removed]
>
>
>



--
T.R.Parthasarathy
+919884117406


[Non-text portions of this message have been removed]

#9268 From: Behn00sh MoshtaGH <euruse@...>
Date: Mon Nov 23, 2009 8:08 am
Subject: Re: Re: Need a script to reduce images size
nosh_behtarin
Offline Offline
Send Email Send Email
 
Hi
in attach file there is a vry simple and good class to reduce and resize
pictures

On Sun, Nov 22, 2009 at 5:53 PM, agarwal.ankit87
<agarwal.ankit87@...>wrote:

>
>
>
>
> Resize your image online in three simple steps! Trouble mailing your
> images? Trouble putting your image online? Resize your images here ,
> http://bit.ly/3omoTu
>
> --- In php-objects@yahoogroups.com <php-objects%40yahoogroups.com>, "hno"
> <hno2005@...> wrote:
> >
> > HI
> >
> > I have a site that is full of images and so many of them have large size
> and
> > it makes the loading of site take some second. What I want to do is that
> > when the user enter my site the image quality comes down so the size of
> them
> > comes down and it makes loading so faster.How can do so?
> >
> >
> >
> > By the way ,image's quality is not important.
> >
> > Thanks
> >
> > image002
> >
> > HNO
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>



--

Behn00sh Moshtagh
--~--~---------~--~----~------------~-------~--~--


[Non-text portions of this message have been removed]

#9269 From: kranthi <kranthi117@...>
Date: Mon Nov 23, 2009 9:32 am
Subject: Re: Re: Need a script to reduce images size
u_kranthi001
Offline Offline
Send Email Send Email
 
interlaced gif's may be what you are looking for
http://www.webdevelopersnotes.com/graphics/interlaced_gifs.php3


[Non-text portions of this message have been removed]

#9270 From: samson noel <samson_noel_1980@...>
Date: Mon Nov 23, 2009 9:57 am
Subject: Re: How to keep Google maps on a website.. help
samson_noel_...
Offline Offline
Send Email Send Email
 
Hello,
its really easy to display, I am also using google maps on my site. I learned
the basic knowledge from here
http://www.sagefix.com/threads-google-maps-t-1663.htm it was really helpful for
me, I am sure you will get enough help.
cheers





________________________________
From: Partha Sarathy <parthatr@...>
To: php-objects@yahoogroups.com
Sent: Mon, November 23, 2009 11:38:57 AM
Subject: Re: [php-objects] How to keep Google maps on a website.. help

Hi,

I am also trying to display google map or earth in my website.  Send to me
the same.

On Sun, Nov 22, 2009 at 12:40 AM, rahul dongre <mady_dongre@...>wrote:

>
>
> hello Reji, its very easy to show google map, on our own web site.i am
> sending u a file . this file is fully documented u read it anr easily will
> get ue answer.
>
> Rahul Dongre
> Software Engineer
>
>
>
> The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
> http://in.yahoo.com/
>
> [Non-text portions of this message have been removed]
>
>
>



--
T.R.Parthasarathy
+919884117406


[Non-text portions of this message have been removed]



------------------------------------

Are you looking for a PHP job?
Join the PHP Professionals directory Now!
http://www.phpclasses.org/jobs/
Yahoo! Groups Links






[Non-text portions of this message have been removed]

#9271 From: parekh dhaval <dhaval_ar@...>
Date: Mon Nov 23, 2009 12:41 pm
Subject: Re: paypall in php
dhaval_ar
Offline Offline
Send Email Send Email
 
Hi Rahul,

That's not big deal to use paypal to your site
my answer is for if you are new bee in php or web developement
just go to google image, search the paypal image, put it in your site
link to direct paypal that's all simple




________________________________
From: rahul dongre <mady_dongre@...>
To: php-objects@yahoogroups.com
Sent: Sun, 22 November, 2009 10:45:15 AM
Subject: [php-objects] paypall in php



hello all
please explain me how i can use paypal on my site.
i want to know a how i use paypal.
pls give me a full description of using paypal in my site

Rahul Dongre



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/

[Non-text portions of this message have been removed]





       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9272 From: samson noel <samson_noel_1980@...>
Date: Mon Nov 23, 2009 10:02 am
Subject: Re: paypall in php
samson_noel_...
Offline Offline
Send Email Send Email
 
Hi,
If you need help regarding the paypal api that what it returns then you can
visit this link to get the sample code
http://www.sagefix.com/threads-how-to-get-variable-retruned-form-paypal---t-1886\
0.htm
Sam



________________________________
From: rahul dongre <mady_dongre@...>
To: php-objects@yahoogroups.com
Sent: Sun, November 22, 2009 10:15:15 AM
Subject: [php-objects] paypall in php



hello all
please explain me how i can use paypal on my site.
i want to know a how i use paypal.
pls give me a full description of using paypal in my site

Rahul Dongre



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/

[Non-text portions of this message have been removed]







[Non-text portions of this message have been removed]

#9273 From: rahul dongre <mady_dongre@...>
Date: Mon Nov 23, 2009 5:54 pm
Subject: Re: paypall in php
mady_dongre
Offline Offline
Send Email Send Email
 
thx parekh


Rahul Dongre


    

--- On Mon, 23/11/09, parekh dhaval <dhaval_ar@...> wrote:

From: parekh dhaval <dhaval_ar@...>
Subject: Re: [php-objects] paypall in php
To: php-objects@yahoogroups.com
Date: Monday, 23 November, 2009, 6:11 PM
















 









       Hi Rahul,



That's not big deal to use paypal to your site

my answer is for if you are new bee in php or web developement

just go to google image, search the paypal image, put it in your site

link to direct paypal that's all simple



____________ _________ _________ __

From: rahul dongre <mady_dongre@ yahoo.co. in>

To: php-objects@ yahoogroups. com

Sent: Sun, 22 November, 2009 10:45:15 AM

Subject: [php-objects] paypall in php



hello all

please explain me how i can use paypal on my site.

i want to know a how i use paypal.

pls give me a full description of using paypal in my site



Rahul Dongre



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/



[Non-text portions of this message have been removed]



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/



[Non-text portions of this message have been removed]




























       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9274 From: rahul dongre <mady_dongre@...>
Date: Mon Nov 23, 2009 6:21 pm
Subject: problem in mysql
mady_dongre
Offline Offline
Send Email Send Email
 
hello all 
i  have a problem in mysql . i have three table like audio video and download,
all tables have a coloumn name user id.i want to fetch a user whose id is equal
to session(user id) from all three tables. how i can do this. i also tried join
but not getting aspected result please help me.


Rahul Dongre

    


       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9275 From: rahul dongre <mady_dongre@...>
Date: Tue Nov 24, 2009 5:14 am
Subject: thank you
mady_dongre
Offline Offline
Send Email Send Email
 
thank you samson noel


Rahul Dongre

    


       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9276 From: Udayakumar Sarangapani <udayakumaar@...>
Date: Wed Nov 25, 2009 8:46 am
Subject: Re: problem in mysql
udayakumaar
Offline Offline
Send Email Send Email
 
Use the column name with table name separated by dot (.).

For eg: SELECT * FROM users, sessions WHERE users.user_id = sessions.user_id

  Thanks & Regards
Udayakumar Sarangapani
Team Lead - PHP
CompIndia Infotech Pvt. Ltd.
Chennai.

"Science is nothing but logic..."





________________________________
From: rahul dongre <mady_dongre@...>
To: php-objects@yahoogroups.com
Sent: Mon, 23 November, 2009 11:51:56 PM
Subject: [php-objects] problem in mysql




hello all
i  have a problem in mysql . i have three table like audio video and download,
all tables have a coloumn name user id.i want to fetch a user whose id is equal
to session(user id) from all three tables. how i can do this. i also tried join
but not getting aspected result please help me.

Rahul Dongre



The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/

[Non-text portions of this message have been removed]





       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9277 From: "se_lain" <se_lain@...>
Date: Wed Nov 25, 2009 4:20 am
Subject: Re: problem in mysql
se_lain
Offline Offline
Send Email Send Email
 
O.k, what is the structure of your tables, what does your join statement look
like, what results are you expecting, and what results are you getting?

--- In php-objects@yahoogroups.com, rahul dongre <mady_dongre@...> wrote:
>
>
>
> hello all 
> i  have a problem in mysql . i have three table like audio video and download,
all tables have a coloumn name user id.i want to fetch a user whose id is equal
to session(user id) from all three tables. how i can do this. i also tried join
but not getting aspected result please help me.
>
>
> Rahul Dongre
>
>     
>
>
>       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
>
> [Non-text portions of this message have been removed]
>

#9278 From: binoy <binoymvee@...>
Date: Thu Nov 26, 2009 5:49 am
Subject: drupal requirement
binoymvee
Offline Offline
Send Email Send Email
 
hi friends,anybody knows drupal 6, there is an opening in my friend company for
drupal developer. no interview nothing, need to join on monday. anybody
intrested please call deepak - 09035790906

With  Regards
   Binoy.M.V



       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9279 From: Arpit Gadle <arpit_gadle@...>
Date: Thu Nov 26, 2009 6:12 am
Subject: Re: drupal requirement
arpit_gadle
Offline Offline
Send Email Send Email
 
Dear Binoy,
       I am newbie to PHP and would like to work on Drupal. Are there any chances
for me.

Regards,
Arpit




________________________________
From: binoy <binoymvee@...>
To: php obj <php-objects@yahoogroups.com>; php bang
<bang-phpug@yahoogroups.com>; php hyd <hyd-phpug@yahoogroups.com>; php kerala
<phpkeralaug@yahoogroups.com>
Sent: Thu, 26 November, 2009 11:19:34 AM
Subject: [php-objects] drupal requirement


hi friends,anybody knows drupal 6, there is an opening in my friend company for
drupal developer. no interview nothing, need to join on monday. anybody
intrested please call deepak - 09035790906

With  Regards
Binoy.M.V


The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo. com/

[Non-text portions of this message have been removed]





       The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/

[Non-text portions of this message have been removed]

#9280 From: Elandirayan Janarthanan <elanonmission@...>
Date: Thu Nov 26, 2009 8:06 am
Subject: Re: drupal requirement
elanonmission@...
Send Email Send Email
 
Hai I am Elan.J from bangalore. Let me now more about the opening . I am
having 2+ experience in Drupal. If they interested they can check my stuuff
in drupal. I done 20+ projects in drupal.

thanks

Elan.J

On Thu, Nov 26, 2009 at 11:19 AM, binoy <binoymvee@...> wrote:

>
>
> hi friends,anybody knows drupal 6, there is an opening in my friend company
> for drupal developer. no interview nothing, need to join on monday. anybody
> intrested please call deepak - 09035790906
>
> With Regards
> Binoy.M.V
>
>
> The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
> http://in.yahoo.com/
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]

Messages 9251 - 9280 of 9280   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help