 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
DotVoid.com: Problem with downloading files with Internet Explorer over HTTPS
by Chris Cornutt October 01, 2009 @ 09:48:28
On the DotVoid.com blog Danne shares a quick tip on forcing downloads over HTTPS to Internet Explorer (which, of course, has to be difficult about it).
The problem is that Internet Explorer does not handle file dowloads without caching over https very well. Or at all. According to knowledge articles on Microsofts website the problem occurs when having one or two of the http headers. [...] Previously I have have just omitted the http header "Pragma: nocache" for IE but it seems it does not always help.
So the fix is relatively simple - rely on the $_SERVER['HTTP_USER_AGENT'] value to tell if it's an IR browser or not. If it is, "Pragma: cache" works. If not, stick with "Pragma: no-cache".
voice your opinion now!
download file ie browser https tutorial
NETTUTS.com: Online File Storage with PHP
by Chris Cornutt July 16, 2009 @ 10:28:42
This new tutorial from NETTUTS.com takes a look at creating an online file storage system - uploading files and having them linked for download.
In this tutorial, I will show you how easy it is to create an online file storage system with PHP. You will learn how to upload files with PHP and list them by scanning the "uploads" folder.
You can download the source to get started right away or you can work through their tutorial - complete with code snippets and screenshots - to build out this simple system. They also throw in a little Javascript (jQuery) to show/hide files based on which of the file types you select.
voice your opinion now!
download tutorial storage file
Oren Solomianik's Blog: Zend Framework Database Admin
by Chris Cornutt May 11, 2009 @ 08:41:54
In his recent blog entry Oren Solomianik takes a look at using the zdbform software (a web-based, simple database administration tool) he's put together using the Zend Framework.
If you're looking for a simple tool that uses Zend Framework's robust database classes (such as Zend_Db and Zend_Db_Table), you can check out zdbform. It's a short yet effective library that let's you perform simple administration tasks on your database, with minimal coding. It's not a full blown phpMyAdmin, but it's a simple way to view, edit and add your tables rows on a web interface.
He shows how you can use it in a script - from the front controller to the input forms - and some of the changes he needed to make in the form class itself to handle a few of the bit more tricky parts.
voice your opinion now!
zendframework zdbform database admin simple light example download
Jim Plush's Blog: Why Your PHP app NEEDS a Circuit Breaker
by Chris Cornutt April 10, 2009 @ 11:16:17
In this new post to his blog Jim Plush looks at a design pattern that could help you and your application become less reliant on external content sources and increase your user satisfaction for it.
No one has a 100% SLA. This means that more than ever you need to code defensively to prevent external resources from tarnishing the user experience of your site. This is where the Circuit Breaker Stability Pattern comes into play (From the book "Release It").
The concept behind the breaker is easy - too many failures from the resource and the script to grab the content is "broken" and no request is made until the connection check signals the "all clear". He includes a class and a walk through to show how it might work in a connection to a script on a test server. The CircuitBreaker class has enough smarts to be able to tell if the given resource can be fetched from (the circuit is closed) or not.
voice your opinion now!
application circuit breaker class example database download tutorial
Community News: eZ Components 2008.2.2 Release
by Chris Cornutt March 31, 2009 @ 12:06:53
The eZ systems group has released the latest edition of their PHP component system - eZ components version 2008.2.2.
This bug fix release addresses a few minor issues in the following
components: Archive, Database, Document, Graph, Mail, PersistentObject,
Search, Workflow and WorkflowDatabaseTiein. For details see the full
change log.
eZ Components is an enterprise ready general purpose PHP components library used independently or together for PHP application development. With eZ Components, developers do not have to reinvent the wheel, instead they can concentrate on solving customer-specific needs.
You can either install/update through the project's pear channel or it can be downloaded directly from the site.
voice your opinion now!
ezcomponents release update bugfix download install
Ilia Alshanetsky's Blog: PHP 5.2.9RC1
by Chris Cornutt February 06, 2009 @ 09:32:47
Ilia Alshanetsky has posted an announcement about the release of the latest Release Candidate for the PHP 5.2.9 series - PHP 5.2.9RC1.
I was not planning on 5.2.9 before 5.3 was going to come out, but we've accumulated a fairly high number of bug fixes and a couple of issues with new version of libxml and PHP indicate we need another 5.2 release, so here we are. The release cycle should be pretty quick (I hope) and if all goes well the final will be released before the month is out.
You can download this latest release here (Windows release here). If you want to find out how you can help to test this Release Candidate, check out this page on the PHP QA site.
voice your opinion now!
php5 release candidate download test
|
Community Events
Don't see your event here? Let us know!
|