php_printer.dll and PHP 5.3.0
php_printer.dll and PHP 5.3.0
am 16.11.2009 21:37:42 von Chris Black
Hello,
Does anyone know where I can get a working copy of php_printer.dll for
php 5.3.0? I have tried downloading from a few different resources and
it does not appear to work. Also the PECL printer does not seem to
exist any more.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php_printer.dll and PHP 5.3.0
am 17.11.2009 10:29:02 von Pierre Joye
hi,
I made a version for 5.2, I can do the 5.3 versions later this week.
They are usuaally available at http://downloads.php.net/pierre/ .
Cheers,
On Mon, Nov 16, 2009 at 9:37 PM, Chris Black wrote:
> Hello,
>
> Does anyone know where I can get a working copy of php_printer.dll for php
> 5.3.0? I have tried downloading from a few different resources and it does
> not appear to work. Also the PECL printer does not seem to exist any more.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php_printer.dll and PHP 5.3.0
am 17.11.2009 17:59:38 von Chris Black
Thanks. I downgraded to 2.6 and was able to use the one you have on
your site! Can you please let us know when you get the 5.3.0 version?
I am using Xampp so it'd be nice to use the recent version of that
software.
On Nov 17, 2009, at 1:29 AM, Pierre Joye wrote:
> hi,
>
> I made a version for 5.2, I can do the 5.3 versions later this week.
> They are usuaally available at http://downloads.php.net/pierre/ .
>
> Cheers,
>
> On Mon, Nov 16, 2009 at 9:37 PM, Chris Black
> > wrote:
>> Hello,
>>
>> Does anyone know where I can get a working copy of php_printer.dll
>> for php
>> 5.3.0? I have tried downloading from a few different resources and
>> it does
>> not appear to work. Also the PECL printer does not seem to exist
>> any more.
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>
>
>
> --
> Pierre
>
> http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
php and silverlight
am 18.11.2009 17:35:13 von Harpreet
I am trying to embed a silverlgiht project into php and like to use some
sql server data to display in the silverlight project. What is the best
way to go. Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php and silverlight
am 18.11.2009 17:47:16 von Jarrett Meyer
--001485f7cd0ece3b4d0478a7fe96
Content-Type: text/plain; charset=ISO-8859-1
Depending on the complexity of the data being served, I recommend writing a
POX endpoint in your web page and using WebRequest/WebResponse methods to
manually grab your data. Always been faster for me than screwing around with
WCF.
Then you can display the Silverlight xap as an embedded object.
--
Jarrett Meyer
Email: jarrettmeyer@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 11:35 AM, Harpreet wrote:
> I am trying to embed a silverlgiht project into php and like to use some
> sql server data to display in the silverlight project. What is the best
> way to go. Thanks
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--001485f7cd0ece3b4d0478a7fe96--
RE: php and silverlight
am 18.11.2009 18:04:02 von Harpreet
Any good tutuorials on the same ...like I said this is the first time I
am trying anything like this. I am a php developer wanting to
incorporate datagrid for some data display using silverlight.
-----Original Message-----
From: Jarrett Meyer [mailto:jarrettmeyer@gmail.com]=20
Sent: Wednesday, November 18, 2009 11:47 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
Depending on the complexity of the data being served, I recommend
writing a
POX endpoint in your web page and using WebRequest/WebResponse methods
to
manually grab your data. Always been faster for me than screwing around
with
WCF.
Then you can display the Silverlight xap as an embedded object.
--
Jarrett Meyer
Email: jarrettmeyer@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 11:35 AM, Harpreet
wrote:
> I am trying to embed a silverlgiht project into php and like to use
some
> sql server data to display in the silverlight project. What is the
best
> way to go. Thanks
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php and silverlight
am 18.11.2009 18:15:34 von Jarrett Meyer
--00163630f949ff63880478a86369
Content-Type: text/plain; charset=ISO-8859-1
As far of the silverlight side of things, I've done an example (using
ASP.NET MVC) that uses basic WebRequest and WebResponse objects. This
version used JSON serialization, but XML is a little bit easier.
http://www.jarrettmeyer.com/2009/04/creating-fake-services-w ith-mvc.html
--
Jarrett Meyer
Email: jarrettmeyer@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 12:04 PM, Harpreet wrote:
> Any good tutuorials on the same ...like I said this is the first time I
> am trying anything like this. I am a php developer wanting to
> incorporate datagrid for some data display using silverlight.
>
> -----Original Message-----
> From: Jarrett Meyer [mailto:jarrettmeyer@gmail.com]
> Sent: Wednesday, November 18, 2009 11:47 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>
> Depending on the complexity of the data being served, I recommend
> writing a
> POX endpoint in your web page and using WebRequest/WebResponse methods
> to
> manually grab your data. Always been faster for me than screwing around
> with
> WCF.
>
> Then you can display the Silverlight xap as an embedded object.
>
> --
> Jarrett Meyer
> Email: jarrettmeyer@gmail.com
> Web: JarrettMeyer.com
>
>
> On Wed, Nov 18, 2009 at 11:35 AM, Harpreet
> wrote:
>
> > I am trying to embed a silverlgiht project into php and like to use
> some
> > sql server data to display in the silverlight project. What is the
> best
> > way to go. Thanks
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
--00163630f949ff63880478a86369--
RE: php and silverlight
am 19.11.2009 15:44:00 von Harpreet
Can I use LINQ with PHP??
-----Original Message-----
From: Jarrett Meyer [mailto:jarrettmeyer@gmail.com]=20
Sent: Wednesday, November 18, 2009 12:16 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
As far of the silverlight side of things, I've done an example (using
ASP.NET MVC) that uses basic WebRequest and WebResponse objects. This
version used JSON serialization, but XML is a little bit easier.
http://www.jarrettmeyer.com/2009/04/creating-fake-services-w ith-mvc.html
--
Jarrett Meyer
Email: jarrettmeyer@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 12:04 PM, Harpreet
wrote:
> Any good tutuorials on the same ...like I said this is the first time
I
> am trying anything like this. I am a php developer wanting to
> incorporate datagrid for some data display using silverlight.
>
> -----Original Message-----
> From: Jarrett Meyer [mailto:jarrettmeyer@gmail.com]
> Sent: Wednesday, November 18, 2009 11:47 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>
> Depending on the complexity of the data being served, I recommend
> writing a
> POX endpoint in your web page and using WebRequest/WebResponse methods
> to
> manually grab your data. Always been faster for me than screwing
around
> with
> WCF.
>
> Then you can display the Silverlight xap as an embedded object.
>
> --
> Jarrett Meyer
> Email: jarrettmeyer@gmail.com
> Web: JarrettMeyer.com
>
>
> On Wed, Nov 18, 2009 at 11:35 AM, Harpreet
> wrote:
>
> > I am trying to embed a silverlgiht project into php and like to use
> some
> > sql server data to display in the silverlight project. What is the
> best
> > way to go. Thanks
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php and silverlight
am 19.11.2009 16:57:14 von Elizabeth M Smith
Harpreet wrote:
> Can I use LINQ with PHP??
>
Yes - well kind of ;)
http://www.codeplex.com/PHPLinq
Thanks,
Elizabeth Smith
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: php and silverlight
am 19.11.2009 18:35:58 von Harpreet
I plan to make a webservice that will connect to my sql server database
and then the silverlight datagrid control can interact with my web
service.
But the problem now is my app is PHP and is hosted on apache. Where will
I host my web service - IIS. Can I have apache and iis on the same
machine.
-----Original Message-----
From: Jarrett Meyer [mailto:jarrettmeyer@gmail.com]=20
Sent: Wednesday, November 18, 2009 11:47 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
Depending on the complexity of the data being served, I recommend
writing a
POX endpoint in your web page and using WebRequest/WebResponse methods
to
manually grab your data. Always been faster for me than screwing around
with
WCF.
Then you can display the Silverlight xap as an embedded object.
--
Jarrett Meyer
Email: jarrettmeyer@gmail.com
Web: JarrettMeyer.com
On Wed, Nov 18, 2009 at 11:35 AM, Harpreet
wrote:
> I am trying to embed a silverlgiht project into php and like to use
some
> sql server data to display in the silverlight project. What is the
best
> way to go. Thanks
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
UNSUBSCRIBE me please
am 19.11.2009 18:48:14 von marribeth
UNSUBSCRIBE me please
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php and silverlight
am 19.11.2009 18:53:27 von Elizabeth M Smith
Harpreet wrote:
> I plan to make a webservice that will connect to my sql server database
> and then the silverlight datagrid control can interact with my web
> service.
>
> But the problem now is my app is PHP and is hosted on apache. Where will
> I host my web service - IIS. Can I have apache and iis on the same
> machine.
>
>
You can if they're run on different ports... but it would be far easier
just to move PHP onto IIS as well...
Thanks,
Elizabeth Smith
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: php and silverlight
am 19.11.2009 20:49:07 von Harpreet
Why do u say kind of .. there is an nice tutorial where a silverlight
datagrid is created with a linq to sql class. Can I embed this into my
php code hosted on apache...please help I am stuck
-----Original Message-----
From: Elizabeth M Smith [mailto:auroraeosrose@gmail.com]=20
Sent: Thursday, November 19, 2009 10:57 AM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
Harpreet wrote:
> Can I use LINQ with PHP??
>=20
Yes - well kind of ;)
http://www.codeplex.com/PHPLinq
Thanks,
Elizabeth Smith
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php and silverlight
am 19.11.2009 22:12:49 von harlequin2
Hi Harpreet,
Harpreet schrieb:
> Why do u say kind of .. there is an nice tutorial where a silverlight
> datagrid is created with a linq to sql class. Can I embed this into my
> php code hosted on apache...please help I am stuck
because Elisabeth' example shows how to mimic C#'s linq functionality
with a serverside PHP script instead of calling a clientside Silverlight
app with an embedded datagrid control.
Silverlight was intended to be some kind of an alternative (or better
competitor) to Adobe's Flash player: Silverlight and Flash applications
both run on the client side, applications are embedded in a website or
called externally by the Flash player Standalone (don't know if there is
a standalone Silverlight player).
In your case you could create a Silverlight application and embed this
into one of your pages or you could create a serverside application with
PHP which provides the functionality you desire.
Regarding your other question about Apache and IIS on one machine (which
may be obsolete now):
1.) You can have your PHP scripts run on IIS as well
2.) Simply change your HTTP port in Apache (in httpd.conf) to something
like 8080 and install IIS afterwards, it will use port 80 automatically
if is available
3.) You can also call and control windows applications / components
(like ADODB.Recordsets and so on) with various PHP functions, so you
probably don't have to use IIS additionally to your Apache
Best regards,
Sascha
>
> -----Original Message-----
> From: Elizabeth M Smith [mailto:auroraeosrose@gmail.com]
> Sent: Thursday, November 19, 2009 10:57 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>
> Harpreet wrote:
>> Can I use LINQ with PHP??
>>
>
> Yes - well kind of ;)
>
> http://www.codeplex.com/PHPLinq
>
> Thanks,
> Elizabeth Smith
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: php and silverlight
am 19.11.2009 22:33:26 von Harpreet
OK so I can create a silverlight web app use a datagrid ..populate it
with my sql server database ...compile it and embed into my php page as
an xap file.
I think I am missing something?? I can do all this in apache.
-----Original Message-----
From: Sascha Meyer [mailto:harlequin2@gmx.de]=20
Sent: Thursday, November 19, 2009 4:13 PM
To: Harpreet
Cc: php-windows@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
Hi Harpreet,
Harpreet schrieb:
> Why do u say kind of .. there is an nice tutorial where a silverlight
> datagrid is created with a linq to sql class. Can I embed this into my
> php code hosted on apache...please help I am stuck
because Elisabeth' example shows how to mimic C#'s linq functionality=20
with a serverside PHP script instead of calling a clientside Silverlight
app with an embedded datagrid control.
Silverlight was intended to be some kind of an alternative (or better=20
competitor) to Adobe's Flash player: Silverlight and Flash applications=20
both run on the client side, applications are embedded in a website or=20
called externally by the Flash player Standalone (don't know if there is
a standalone Silverlight player).
In your case you could create a Silverlight application and embed this=20
into one of your pages or you could create a serverside application with
PHP which provides the functionality you desire.
Regarding your other question about Apache and IIS on one machine (which
may be obsolete now):
1.) You can have your PHP scripts run on IIS as well
2.) Simply change your HTTP port in Apache (in httpd.conf) to something=20
like 8080 and install IIS afterwards, it will use port 80 automatically=20
if is available
3.) You can also call and control windows applications / components=20
(like ADODB.Recordsets and so on) with various PHP functions, so you=20
probably don't have to use IIS additionally to your Apache
Best regards,
Sascha
>=20
> -----Original Message-----
> From: Elizabeth M Smith [mailto:auroraeosrose@gmail.com]=20
> Sent: Thursday, November 19, 2009 10:57 AM
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>=20
> Harpreet wrote:
>> Can I use LINQ with PHP??
>>
>=20
> Yes - well kind of ;)
>=20
> http://www.codeplex.com/PHPLinq
>=20
> Thanks,
> Elizabeth Smith
>=20
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php and silverlight
am 19.11.2009 23:16:09 von Jarrett Meyer
--0016e6407e2ccf761a0478c0b4e7
Content-Type: text/plain; charset=ISO-8859-1
You'll must to write the Silverlight application in a Microsoft .NET
language. That cannot be done in PHP.
You do not have to use IIS services to get data into and out of Silverlight.
Any XML, JSON, even RSS endpoint will do. While you can write .NET services
(either WCF or ASMX), do not feel like this is a must. Silverlight uses a
very simple asynchronous WebRequest and WebResponse model.
Your data feeds can be written in PHP and hosted on Apache, and you can
embed Silverlight as a simple embedded object in plain old HTML. There is no
reason to invest any time/effort/resources in setting up IIS just because
you want Silverlight components on a web page.
As of earlier this fall with Silverlight 3, you can host Silverlight
out-of-browser, same as Flash. However, unlike Flash, the out-of-browser
Silverlight player remains in Internet Trust. It can never be promoted to
Full Trust the way Flash out-of-browser application can.
--
Jarrett Meyer
Email: jarrettmeyer@gmail.com
Web: JarrettMeyer.com
On Thu, Nov 19, 2009 at 4:33 PM, Harpreet wrote:
> OK so I can create a silverlight web app use a datagrid ..populate it
> with my sql server database ...compile it and embed into my php page as
> an xap file.
>
> I think I am missing something?? I can do all this in apache.
>
> -----Original Message-----
> From: Sascha Meyer [mailto:harlequin2@gmx.de]
> Sent: Thursday, November 19, 2009 4:13 PM
> To: Harpreet
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>
> Hi Harpreet,
>
> Harpreet schrieb:
> > Why do u say kind of .. there is an nice tutorial where a silverlight
> > datagrid is created with a linq to sql class. Can I embed this into my
> > php code hosted on apache...please help I am stuck
> because Elisabeth' example shows how to mimic C#'s linq functionality
> with a serverside PHP script instead of calling a clientside Silverlight
>
> app with an embedded datagrid control.
>
> Silverlight was intended to be some kind of an alternative (or better
> competitor) to Adobe's Flash player: Silverlight and Flash applications
> both run on the client side, applications are embedded in a website or
> called externally by the Flash player Standalone (don't know if there is
>
> a standalone Silverlight player).
>
> In your case you could create a Silverlight application and embed this
> into one of your pages or you could create a serverside application with
>
> PHP which provides the functionality you desire.
>
> Regarding your other question about Apache and IIS on one machine (which
>
> may be obsolete now):
> 1.) You can have your PHP scripts run on IIS as well
> 2.) Simply change your HTTP port in Apache (in httpd.conf) to something
> like 8080 and install IIS afterwards, it will use port 80 automatically
> if is available
> 3.) You can also call and control windows applications / components
> (like ADODB.Recordsets and so on) with various PHP functions, so you
> probably don't have to use IIS additionally to your Apache
>
> Best regards,
>
> Sascha
>
> >
> > -----Original Message-----
> > From: Elizabeth M Smith [mailto:auroraeosrose@gmail.com]
> > Sent: Thursday, November 19, 2009 10:57 AM
> > To: php-windows@lists.php.net
> > Subject: Re: [PHP-WIN] php and silverlight
> >
> > Harpreet wrote:
> >> Can I use LINQ with PHP??
> >>
> >
> > Yes - well kind of ;)
> >
> > http://www.codeplex.com/PHPLinq
> >
> > Thanks,
> > Elizabeth Smith
> >
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--0016e6407e2ccf761a0478c0b4e7--
RE: php and silverlight
am 20.11.2009 14:47:24 von Harpreet
I am creating a c# silverlight application using VS2008 using a datagrid
to display data and now I am using linq to sql to get data into the
grid.
This should work with my php app once packaged into an XAP file and
embedded into my php page.
That's the only way I know...yes or no.
If no then I need to know the simplest way to do it as I am too new to
this and I have so many choices. And I am looking at a more dynamic site
and a cleaner look.
Sorry to keep posting but I have not gotten a clear answer. Thanks
-----Original Message-----
From: Jarrett Meyer [mailto:jarrettmeyer@gmail.com]=20
Sent: Thursday, November 19, 2009 5:16 PM
To: php-windows@lists.php.net
Subject: Re: [PHP-WIN] php and silverlight
You'll must to write the Silverlight application in a Microsoft .NET
language. That cannot be done in PHP.
You do not have to use IIS services to get data into and out of
Silverlight.
Any XML, JSON, even RSS endpoint will do. While you can write .NET
services
(either WCF or ASMX), do not feel like this is a must. Silverlight uses
a
very simple asynchronous WebRequest and WebResponse model.
Your data feeds can be written in PHP and hosted on Apache, and you can
embed Silverlight as a simple embedded object in plain old HTML. There
is no
reason to invest any time/effort/resources in setting up IIS just
because
you want Silverlight components on a web page.
As of earlier this fall with Silverlight 3, you can host Silverlight
out-of-browser, same as Flash. However, unlike Flash, the out-of-browser
Silverlight player remains in Internet Trust. It can never be promoted
to
Full Trust the way Flash out-of-browser application can.
--
Jarrett Meyer
Email: jarrettmeyer@gmail.com
Web: JarrettMeyer.com
On Thu, Nov 19, 2009 at 4:33 PM, Harpreet
wrote:
> OK so I can create a silverlight web app use a datagrid ..populate it
> with my sql server database ...compile it and embed into my php page
as
> an xap file.
>
> I think I am missing something?? I can do all this in apache.
>
> -----Original Message-----
> From: Sascha Meyer [mailto:harlequin2@gmx.de]
> Sent: Thursday, November 19, 2009 4:13 PM
> To: Harpreet
> Cc: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] php and silverlight
>
> Hi Harpreet,
>
> Harpreet schrieb:
> > Why do u say kind of .. there is an nice tutorial where a
silverlight
> > datagrid is created with a linq to sql class. Can I embed this into
my
> > php code hosted on apache...please help I am stuck
> because Elisabeth' example shows how to mimic C#'s linq functionality
> with a serverside PHP script instead of calling a clientside
Silverlight
>
> app with an embedded datagrid control.
>
> Silverlight was intended to be some kind of an alternative (or better
> competitor) to Adobe's Flash player: Silverlight and Flash
applications
> both run on the client side, applications are embedded in a website or
> called externally by the Flash player Standalone (don't know if there
is
>
> a standalone Silverlight player).
>
> In your case you could create a Silverlight application and embed this
> into one of your pages or you could create a serverside application
with
>
> PHP which provides the functionality you desire.
>
> Regarding your other question about Apache and IIS on one machine
(which
>
> may be obsolete now):
> 1.) You can have your PHP scripts run on IIS as well
> 2.) Simply change your HTTP port in Apache (in httpd.conf) to
something
> like 8080 and install IIS afterwards, it will use port 80
automatically
> if is available
> 3.) You can also call and control windows applications / components
> (like ADODB.Recordsets and so on) with various PHP functions, so you
> probably don't have to use IIS additionally to your Apache
>
> Best regards,
>
> Sascha
>
> >
> > -----Original Message-----
> > From: Elizabeth M Smith [mailto:auroraeosrose@gmail.com]
> > Sent: Thursday, November 19, 2009 10:57 AM
> > To: php-windows@lists.php.net
> > Subject: Re: [PHP-WIN] php and silverlight
> >
> > Harpreet wrote:
> >> Can I use LINQ with PHP??
> >>
> >
> > Yes - well kind of ;)
> >
> > http://www.codeplex.com/PHPLinq
> >
> > Thanks,
> > Elizabeth Smith
> >
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: RE: php and silverlight
am 20.11.2009 16:27:56 von harlequin2
Hi Harpreet,
Harpreet wrote:
> I am creating a c# silverlight application using VS2008 using a datagrid
> to display data and now I am using linq to sql to get data into the
> grid.
> This should work with my php app once packaged into an XAP file and
> embedded into my php page.
>
> That's the only way I know...yes or no.
Once again:
Silverlight can be embedded to *any* kind of web page, it does not have to be embedded into a PHP file. To give you an overview of the process, here are the steps being processed when the silverlight app is called:
1.) the client access the web page with the XAP file embedded
2.) the client's browser checks if there is a file association for xap files, resulting in Silverlight being called if it is installed
3.) the silverlight component loads the embedded XAP file
4.) the init routine of your silverlight project is called
5.) your silverlight project is now running on the client, in the webbrowser security context
If your silverlight accesses data from a remote database server, the data access is not being handled by the server which served your XAP file but the connection is directly been made by the user's client PC.
Hope some question marks are gone now :-)
Regards, Sascha
--
Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php and silverlight
am 20.11.2009 18:40:28 von Pierre Joye
hi,
On Fri, Nov 20, 2009 at 2:47 PM, Harpreet wrote:
> I am creating a c# silverlight application using VS2008 using a datagrid
> to display data and now I am using linq to sql to get data into the
> grid.
>
> This should work with my php app once packaged into an XAP file and
> embedded into my php page.
>
> That's the only way I know...yes or no.
>
> If no then I need to know the simplest way to do it as I am too new to
> this and I have so many choices. And I am looking at a more dynamic site
> and a cleaner look.
>
> Sorry to keep posting but I have not gotten a clear answer. Thanks
Silverlight is on the client side, a browser or a desktop application.
PHP, ASP.net or whatever else you use is on the server. Silverlight
calls an URL to fetch some data, this data can be XML, JSON or plain
text, it will then process it to display it.
I would suggest to read some silverlight tutorials to have some basic
ideas about how it works and then ask PHP specific questions. If it
happens that you will use PHP for the server side.
Cheers,
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: UNSUBSCRIBE me please
am 22.11.2009 23:11:11 von Pierre Joye
On Thu, Nov 19, 2009 at 6:48 PM, wrote:
> UNSUBSCRIBE me please
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
^^^^^^^^^^^^^^^^ Do it yourself.
--
Pierre
http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP Data driver Grid control
am 04.12.2009 05:06:31 von Harpreet
Searching on the internet for a PHP data driver grid control and I see
many different options. Please suggest best way if used before. Thanks
I have like 100 some reports in my php application with data from a sql
server database. I would like to take my php app to a next level of
making it more fast and better looking. Any suggestions are welcome.
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP Data Grid
am 07.12.2009 16:52:22 von Harpreet
Looking for ways to add a synchronous datagrid to a php application. Any
ideas welcome. Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: PHP Data Grid
am 07.12.2009 19:14:08 von Warren Vail
Try one of the following;
http://www.jquery.com
http://www.extjs.com
Warren Vail
-----Original Message-----
From: Harpreet [mailto:harpreet@crispincorp.com]
Sent: Monday, December 07, 2009 7:52 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP Data Grid
Looking for ways to add a synchronous datagrid to a php application. Any
ideas welcome. Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: PHP Data Grid
am 07.12.2009 19:27:47 von Michael Tacelosky
--00151774041c47d951047a279d79
Content-Type: text/plain; charset=ISO-8859-1
We've been using jqgrid (http://trirand.com/jqgrid/jqgrid.html) and have
been pretty pleased with it.
Tac
On Mon, Dec 7, 2009 at 1:14 PM, Warren Vail wrote:
> Try one of the following;
>
> http://www.jquery.com
> http://www.extjs.com
>
> Warren Vail
>
> -----Original Message-----
> From: Harpreet [mailto:harpreet@crispincorp.com]
> Sent: Monday, December 07, 2009 7:52 AM
> To: php-windows@lists.php.net
> Subject: [PHP-WIN] PHP Data Grid
>
> Looking for ways to add a synchronous datagrid to a php application. Any
> ideas welcome. Thanks
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--00151774041c47d951047a279d79--
RE: PHP and DQGRID
am 10.12.2009 20:49:41 von Harpreet
I need some basic starter examples of dqgrid. Any exaples will help .
Thanks I tried the demo pages but they are a bit too advance. I need the
basics. Thanks
-----Original Message-----
From: Warren Vail [mailto:warren@vailtech.net]=20
Sent: Monday, December 07, 2009 1:14 PM
To: Harpreet; php-windows@lists.php.net
Subject: RE: [PHP-WIN] PHP Data Grid
Try one of the following;
http://www.jquery.com
http://www.extjs.com
Warren Vail
-----Original Message-----
From: Harpreet [mailto:harpreet@crispincorp.com]=20
Sent: Monday, December 07, 2009 7:52 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP Data Grid
Looking for ways to add a synchronous datagrid to a php application. Any
ideas welcome. Thanks
--=20
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: RE: PHP and DQGRID
am 11.12.2009 09:33:09 von harlequin2
Hi Harpreet,
Harpreet wrote:
> I need some basic starter examples of dqgrid. Any exaples will help .
> Thanks I tried the demo pages but they are a bit too advance. I need the
> basics. Thanks
I couldn't find anything with the name DQGrid on the web so I guess that you were relating to JQuery and Extjs as suggested by Warren.
This is a series of blog posts that show in detail how to set up a datagrid using ExtJS from the initial setup to the final grid:
http://blog.cutterscrossing.com/index.cfm/2007/4/24/My-First -ExtJS-DataGrid-Pt-1
HTH!
Regards,
Sascha
--
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php