php-general Digest 18 Oct 2008 13:57:23 -0000 Issue 5742
Topics (messages 282064 through 282071):
Need Programmers for Projects
282064 by: benc11.gmail.com
282065 by: Daniel Brown
web shot script
282066 by: Joey
282067 by: Nitsan Bin-Nun
282068 by: paragasu
paging at which level
282069 by: Alain Roger
282070 by: Richard Heyes
Re: Securing AJAX requests with PHP?
282071 by: Bastien Koert
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I am looking for some help with projects. Please let me know if you're
interested.
--- End Message ---
--- Begin Message ---
On Fri, Oct 17, 2008 at 11:09 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I am looking for some help with projects. Please let me know if you're
> interested.
Most people would be wary of replying with a vague message like that.
1.) What kind of projects?
2.) What is the compensation, if any?
3.) What skills are required?
4.) [et cetera....]
--
</Daniel P. Brown>
More full-root dedicated server packages:
Intel 2.4GHz/60GB/512MB/2TB $49.99/mo.
Intel 3.06GHz/80GB/1GB/2TB $59.99/mo.
Intel 2.4GHz/320/GB/1GB/3TB $74.99/mo.
Dedicated servers, VPS, and hosting from $2.50/mo.
--- End Message ---
--- Begin Message ---
Hello All,
Does anyone know of a script to capture web pages and store the image?
Trying to see all of my sites screenshots and have it updated on occasion.
Thanks!
Joey
--- End Message ---
--- Begin Message ---
In general thats what I would do:
Install firefox on the server,
Open FF, take a screen shot, paste it to whatever graphic editor you have,
Save the current image to a directory
(This idea can be done in PHP, more than that, I have already wrote it,
if I were able to find it I would have been attached it already ;) )
The other options is using something like www.browsershots.org (as far
as I remember thats their URL) and pay them to get the first places on
their queues.
There is also a free website-thumbnailing website but it updates the
images once a year or half so for me it doesn't usefull at all.
HTH,
Nitsan
On Sat, Oct 18, 2008 at 10:59 AM, Joey <[EMAIL PROTECTED]> wrote:
> Hello All,
>
>
> Does anyone know of a script to capture web pages and store the image?
>
> Trying to see all of my sites screenshots and have it updated on occasion.
>
>
>
> Thanks!
>
>
>
> Joey
>
>
--- End Message ---
--- Begin Message ---
i found a few website provide this service but i don't remember the name.
Maybe html2png is what u looking for
http://marginalhacks.com/Hacks/html2jpg/
On 10/18/08, Nitsan Bin-Nun <[EMAIL PROTECTED]> wrote:
> In general thats what I would do:
> Install firefox on the server,
> Open FF, take a screen shot, paste it to whatever graphic editor you have,
> Save the current image to a directory
> (This idea can be done in PHP, more than that, I have already wrote it,
> if I were able to find it I would have been attached it already ;) )
>
> The other options is using something like www.browsershots.org (as far
> as I remember thats their URL) and pay them to get the first places on
> their queues.
>
> There is also a free website-thumbnailing website but it updates the
> images once a year or half so for me it doesn't usefull at all.
>
> HTH,
> Nitsan
>
> On Sat, Oct 18, 2008 at 10:59 AM, Joey <[EMAIL PROTECTED]> wrote:
>
>> Hello All,
>>
>>
>> Does anyone know of a script to capture web pages and store the image?
>>
>> Trying to see all of my sites screenshots and have it updated on occasion.
>>
>>
>>
>> Thanks!
>>
>>
>>
>> Joey
>>
>>
>
--- End Message ---
--- Begin Message ---
Hi,
i would like to know what is the best approach for paging ?
usually i use PEAR and page thanks their table library, but to avoid high
transfer of data from DB to PHP page it is better to do the paging at
database level.
I would like to know what is your point of view on this topic and what do
you use to do ?
thx.
--
Alain
------------------------------------
Windows XP SP3
PostgreSQL 8.2.4 / MS SQL server 2005
Apache 2.2.4
PHP 5.2.4
C# 2005-2008
--- End Message ---
--- Begin Message ---
> usually i use PEAR and page thanks their table library
Table library? Y'know there's a dedicated paging library in PEAR,
imaginitively called "Pager".
> , but to avoid high
> transfer of data from DB to PHP page it is better to do the paging at
> database level.
> I would like to know what is your point of view on this topic and what do
> you use to do ?
My Datagrid does this for you. You simply give it a database
connection, along with an SQL query, and it does the rest:
http://www.phpguru.org/downloads/datagrid/latest/
--
Richard Heyes
HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org
--- End Message ---
--- Begin Message ---
On Fri, Oct 17, 2008 at 7:14 PM, Yeti <[EMAIL PROTECTED]> wrote:
> >but whose counting :-))
>
> Someone is for sure. Maybe the scheduler?
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Security is a mindset and if your data is not that important, sessions and
some quick authentication checks are fine. If you're like me and the
application is used by large international retailers and your data included
PII (personal identity information) and PCI (credit card) then is far more
important and needs to be handled appropriately.
If it eats up more CPU cycles to better validate the user and their
application authentication, so be it. In my case, its better to be safe than
sorry. Those mistakes could get very expensive
--
Bastien
Cat, the other other white meat
--- End Message ---