 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Symfony Blog: Getting help on symfony1 or Symfony2
by Chris Cornutt June 24, 2011 @ 09:02:02
On the Symfony blog Fabien Potencier has a new post talking about a change in the support structure for developers wanting to get help with either Symfony1 or Symfony2 - a split in the mailing list to help make things a bit easier to split out.
Now that Symfony2 is just around the corner, we need to better organize community support for both symfony1 and Symfony2. As more people start using Symfony2, the user mailing-list is becoming more and more difficult to follow. [...] After an opinionated discussion on the mailing-list, I've decided to create two new mailing-lists that are replacing the current users mailing-list: one for symfony1 and another one for Symfony2. The current mailing-list has been switched to the archive mode; all messages will remain browseable and searchable but new messages will be rejected.
If you're a current member of the "users" mailing list and want a similar experience, you'll need to subscribe to both. Otherwise, pick the one you like and watch your inbox fill up. This break up makes it easier for people to find messages specifically related to their version of choice without having to look for the "[Symfony2]" tag in the subject line.
voice your opinion now!
symfony1 symfony2 framework mailing list split users
NewsForge.com: Using phpMyAdmin
by Chris Cornutt August 18, 2006 @ 07:11:33
On NewsForge, an article with a look at phpMyAdmin has been posted, a "getting started" guide for those not familiar with the software.
So many open source projects depend on MySQL that it's almost impossible for administrators and other open source enthusiasts to avoid working with at least one MySQL database. MySQL's command line interface is easy enough to use, but if you don't feel like reaching for a five-pound MySQL reference book or Googling for proper SQL syntax, phpMyAdmin is a great alternative to learning MySQL commands by heart.
They take a brief look at how it's set up, though it's not an installation tutorial, more about configuration. They guide you through some of the interface before getting to the real functionality - inserts, selects, dumping/restoring data, working with users, and checking/repairing tables when things go awry.
voice your opinion now!
using phpmyadmin guide introduction configure insert users data repair using phpmyadmin guide introduction configure insert users data repair
Limitless Studios: Determine Number Of Online Users Without A Database
by Chris Cornutt June 22, 2006 @ 14:49:39
From the Limitless Studios website, there's a new tutorial for those frustrated by the other "who's online" tutorials that require a database. Their example doesn't, opting instead to handle the process with PHP's sessions.
Most web developers will usually like to determine the number of online users currently browsing their web site. Most tutorials will teach you how to do just that using a database of some sort because it is easy to implant. Using a database though can be a bit slow at times, especially if your web site gets a lot of hits. In this tutorial, we will teach you an alternative and effective way to determine the number of online users WITHOUT using a database.
They note the overhead that using a database can cause, and look instead to something PHP works with natively - sessions. Their code is contained inside of a function, checking the session path PHP uses for session files that haven't expired yet.
voice your opinion now!
tutorial users online function session path count tutorial users online function session path count
Laura Thomson's Blog: Conference roundup
by Chris Cornutt March 31, 2006 @ 06:57:10
This year is just starting out and there's already been a lot o fnews surrounding PHP-related conferences, including a disappointment for those over in Europe. Laura Thomson's latest post sums up what we know so far.
She talks about the Zend/PHP Conference and Expo happening later this year, and how they've officially released their Call for Papers with a deadline of June 15th. There's also a note about the cancelation of the International PHP Conference that was to happen in Amsterdam due to "resource issues" surrounding the World Cup.
Finally, she mentions the MySQL Users Conference in late April at the Santa Clara Convention Center. Laura mentions the two talks she'll be giving at the conference: "Secure Your PHP and MySQL Web Applications" and "Upgrading to PHP 5: Why and How".
Other PHP-related sessions are also included in the schedule from speakers like Rasmus Lerdorf and Andi Gutmans. For more information on this conference, check out the official site.
voice your opinion now!
conference roundup zend international mysql users conference roundup zend international mysql users
U
by Chris Cornutt February 16, 2006 @ 06:37:15
For the February 2006 meeting, they Utah PHP Users Group will be talking about Apache 404 handler scripts created in PHP.
Mac Newbold will present on PHP 404 handler scripts. Running PHP with Apache has some definite advantages. One that I use frequently is using a PHP script as the 404 document that apache uses when a page can't be found. You can use it for many things. PHP.net uses it to run a site search, to try and find the page you were looking for. You can use it to create "virtual" URLs, where one script handles requests for many different URLs and hands back dynamic content based on the page name. You can even combine it with things like GD to make dynamic images that are created on the fly for each URL.
The meeting is happening on the 16th at 7pm MST at the Linux Networx offices. You can RSVP and get a map to the location from their site...
voice your opinion now!
utah users group apache 404 script 16th 7pm utah users group apache 404 script 16th 7pm
|
Community Events
Don't see your event here? Let us know!
|