From phpdeveloper.org
()
PHP
A discussion among other things directly and indirectly relating to the PHP scripting language
Articles
Sort: Date
In a new post Juozas Kaziukenas takes a look at reasons he thinks you should (or shouldn't?) use the Zend Framework for your next application.
This is not a comparison of frameworks though, because I don't feel like having enough experiences with other frameworks to make a fare comparison, that's why this is going to be only a Zend Framework analysis.
He starts with some of his history with the Zend Framework so you'll know where he's...
More perspectives...
Hi,
Set your desired permalink and add this code in htaccess;
# BEGIN WordPress
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Thanks,
Shane G.
More perspectives...
From wordpress.org
()
Tibo Beijen has a recent post to his blog about using a popular component of the Zend Framework, Zend_Form, without having to use the entire framework to get it.
Most components of Zend Framework can be used without using the entire framework and Zend_Form is no exception. It's a versatile component that can be customized to great extent. The payoff is that seemingly easy tasks can seem quite complex to complete and involve concepts like...
More perspectives...
From phpdeveloper.org
()
CSSclip*Resources is "CSSclip | web design inspiration and gallery" .This site is TutorialsGarden – Photoshop, 3D Studio Max, Flash, PHP, CSS, XHTML, Javascript, Web Design and Development Tutorials and Resources .
More perspectives...
From blogsearch.google.com
()
Padraic Brady reminds you in a recent blog post that the 2.0 version of the Zend Framework is coming - are you (and your application) ready?
It's somewhat common knowledge that the upcoming Zend Framework 1.10 release may be the final minor release in this branch of the Zend Framework. From that point forward many of us will be focused on Zend Framework 2.0. What's interesting, to a degree, is how little attention this seems to be getting...
More perspectives...
From phpdeveloper.org
()
I am trying to accomplish two things with the code below:
1. Make the output display using an adjustable variable for the html table. output: ex: a variable of $tr=4 would display 4 rows of images, instead of a single row of images that I need to scroll across the page to view.
2. I want to...
More perspectives...
From daniweb.com
()
and works up to building dynamic web pages with a MySQL back end. Kevin also covers blueprinting applications; structuring and interacting with databases; building, validating, and processing forms; and regulating user access with ...
More perspectives...
From blogsearch.google.com
()
I have done this only once, so this may be incomplete, but here goes.
I assume you have already edited your wp-config file to point to the corredt DB, and that you have phpAdmin, or equivalent.
I used Wordpress Database Backup plugin to dump a SQL backup of my DB. I then edited the SQL to replace all the occurrences of the localhost URL with the URL of the hosted site.
Once that was done, I ftp'd the SQL to the host and used the Import...
More perspectives...
From wordpress.org
()
Hello all, i bought your book "PHP6, Apache, MySQL Web development, but i just have some problem with my first mysql code in php... Sorry, but I. ... ISBN: 978-0-7645-7966-0, 2, January 15th, 2007 06:19 PM. chapter 6, page 173-175, error in sql syntax, vkranendonk, BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6, 3, May 26th, 2004 01:30 PM. Syntax error for chapter 15 AddUser.asp, gymmic, Classic ASP Databases, 7...
More perspectives...
From blogsearch.google.com
()
OK! I figured out what was going on.
In my case the database wouldn't update for two reasons.
The first issue was that the database I was exporting from my local machine was in the wrong format. When exporting a database from PHPMYADMIN you need to have the format set to SQL.
The second issue I ran into after THAT was that the database that was created on the hosting server would not allow me to upload my information to it. Still...
More perspectives...
From wordpress.org
()
Matthew Weier O'Phinney has posted the results of the latest Bug Hunt Days for the Zend Framework that happened back on November 19th and 20th. More than 120 issues were closed out and several made it into that next release of the framework.
We had more than 25 contributors involved during the two days of the official hunt, including several folks new to the project. Personally, I was able to get to only 2 of more than a half-dozen issues I...
More perspectives...
From phpdeveloper.org
()
Drupal, PHP, MySQL developer with HTML and CSS skills is required by Bounty. This is a permanent vacancy based from our Hertfordshire office. Bounty are a National Media owner and a market leading firm. This is an excellent opportunity ...
More perspectives...
From blogsearch.google.com
()
Pablo Viquez has written up a mini-tutorial on getting your Zend Framework application's errors to log out to the Firebug panel (from the extension) with the help of FirePHP and Zend_Log.
I wanted to enable logging of exceptions to my PHP log file and also display them using FireBug. On a standard setup of Zend Framework, the Zend error handler plugin (Zend_Controller_Plugin_ErrorHandler) enable by default [...] I wanted to keep using the...
More perspectives...
From phpdeveloper.org
()
A number of people are reporting problems running the free 30-day trial version of ExpressionEngine 2.0 Public Beta. Some of the issues are of course with minor bugs in the beta itself, many of which were fixed in the 20091204 build.
But the show-stoppers are mostly related to Zend Optimizer incompatibility with certain versions of PHP, specifically when running PHP 5.2.10 or greater in conjunction with Zend Optimizer 3.3.3 or older...
More perspectives...
From expressionengine.com
()
Category: Books
Subcategory: Ebooks
Size: 3.03 megabyte
Ratio: 1 seeds, 11 leechers
Language: English
Uploaded by: Unknown
More perspectives...
From mininova.org
()
http://www.iayork.com/Blog/ redirects me to http://www.iayork.com/MysteryRays/blogroll/
Which makes me think something else is goobered in your .htaccess (which should be in public_html/Blog based on your page source)
So you have your blog set up to 'act' like it's in MysterRays while residing in Blog...
Is MysteryRays a real folder with an index.php and .htaccess file? If so, I think that's where you need to put the wp super cache file.
More perspectives...
From wordpress.org
()
anyone help would be great!
MySQL version 5.0.81-community-log
Protocol version: 10
Server: Localhost via UNIX socket
User: local@localhost
MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation MySQL connection collation
PHP version - 5.2.11
phpMyAdmin - 2.11.9.5
WordPress database error: [You have an error in your SQL syntax; check
the manual that corresponds to your MySQL server version for the right
syntax to use near '1')' at...
More perspectives...
From wordpress.org
()
Juozas Kaziukenas has posted the third part of his series looking at the powerful combination of Zend Framework and the Doctrine ORM layer.
During last two months I spent massive amount of time tweaking Doctrine ORM framework and making it to perform as fast as possible (as you might have noticed from my never ending tweets). This post is devoted to performance and efficiency, with practical tips & tricks how to reduce memory usage, make it...
More perspectives...
From phpdeveloper.org
()
PHP, HTML, CSS, SQL, and Jquery CODER NEEDED - oDesk. Posted in Web Development, Web Programming by admin. I need someone who can fix up the messaging system on my website a little bit. I would like check marks next to each message, ...
More perspectives...
From blogsearch.google.com
()
Seeking a coder with knowledge of PHP & the Smarty templating engine specifically. I have a PSD file that will need to be coded up into forms for an admin panel. Seeking freelance only, someone who takes pleasure in knowing quality CSS ...
More perspectives...
From blogsearch.google.com
()
Packt Publishing contacted me to write a review on Keith Pope's Zend Framework 1.8 - Web Application Development . They sent me the book and enjoyed the time reading it. So here is my review.
More perspectives...
From planet-php.org
()
I've just copied my WordPress site's index.php and .htaccess to the root of my domain from /blog/ so that it will appear in the root, while the files stay in a folder.
The problem is that I've tried to create page called /blog for my posts to appear on, but it's not working as I get a redirect loop instead.
The .htaccess file of the root currently reads:
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond...
More perspectives...
From wordpress.org
()
Robert Basic has a quick new tutorial about chaining routes in your Zend Framework applications:
On a forum, there was a question today, about adding language "support" to the routes using Zend Framework. The guy wanted routes like /en/foo/bar or /de/baz. I wrote there an example for that using Zend_Router_Routes_Chain, so just posting that example here, too.
Custom routing allows you to define routes specific to your application without...
More perspectives...
From phpdeveloper.org
()
To fully take advantage of custom permalinks you will likely need to switch to a server running Apache. You can also do it on a server with nginx, etc, but that requires a little more know-how and a good bit of access to the server. Running on an Apache server allows you to use mod_rewrite and full utilize this feature.
More perspectives...
From wordpress.org
()
Now the MySQL. This is a bit of fun because, even though MySQL ships with the system, it's not exactly set up correctly! So once again into terminal.
MySQL does not ship with Snow Leopard.
More perspectives...
From wordpress.org
()
I am trying to setup a new wordpress install and I cannot get the .htaccess file to be located correctly. Here's how I know it's this issue...
I installed Wordpress in http://domain.com/dir/ everything works fine in the initial install. I want the site to actually be seen at http://domain.com/ So I went into General Options and changed Blog Address to http://domain.com/ (then copied the .htaccess and the index.php, including modifying it...
More perspectives...
From wordpress.org
()
PHP / MySql / JavaScript Jobs For Freshers – Delhi/NCR – RealIT Services. Posted on December 7, 2009. Freshers IT Jobs at RealIT Services Delhi/NCR. JobTitle: Php Developer. About RealIT Services : We are a Web Development company which ...
More perspectives...
From blogsearch.google.com
()
I have a form where users enter data. If no data is entered in a given field my code still inserts a 0 into the MySQL database even though I allow Null values.
This is a problem for two reasons. In some of my fields I'm using TINY INTEGER as a boolean but I actually need three values. I need...
More perspectives...
From daniweb.com
()
I have checked with the tables and also i have not installed WP yet..
My wp-config.php:-
More perspectives...
From wordpress.org
()
Zend should not be the default autoloader. If we make it the default autoloader we'll get warnings about its
unsuccessful/unwise attempts to load Symfony things. This kicked in only on saves and other operations that
triggered the search engine, so it wasn't spotted before. Thanks to Guglielmo Celata.
More perspectives...
From trac.symfony-project.org
()
Zend has gotten Varien, apparently a hot e-commerce platform, to ship the free Community Edition of Zend Server, the PHP web application server with the free Community Edition of its open source Magento e-commerce software. Varien, in turn, will contribute a number of native e-commerce features such as payment gateways and shipping calculation modules to the open source PHP framework, Zend Framework, which is an integrated part of Zend Server...
More perspectives...
From ajax.sys-con.com
()
Hi,
Set your desired permalink and add this code in htaccess:
# BEGIN WordPress
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Also remove all old code for wordpress.
Thanks,
Shane G.
More perspectives...
From wordpress.org
()
The Zend Developer Zone has officially announced this month's "Bug Hunt Days" for the Zend Framework - November 19th and 20th.
This upcoming Thursday and Friday, 19-20 November 2009, Zend Framework will host its third monthly bug hunt. For those of you unfamiliar with the event, each month, we organize the community to help reduce the number of open issues reported against the framework. Past events have netted around 100 issue closures...
More perspectives...
From phpdeveloper.org
()
Hi,
Set your desired permalink and add this code in htaccess of your blog:
# BEGIN WordPress
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Thanks,
Shane G.
More perspectives...
From wordpress.org
()
The Zend Framework team is pleased to announce the immediate availability of
the 1.9.6 release. This release is the sixth maintenance release in the 1.9
series, and includes more than 60 bugfixes, most of them from this month's
bug hunt days, held last Thursday and Friday.
You may download it from the Zend Framework site .
More perspectives...
From planet-php.org
()
On his TechChorus blog Sudheer has posted his own review of the Packt Publishing book "Zend Framework 1.8 Web Application Development" (by Keith Pope).
The Zend Framework community needed a book covering version 1.8+. Version 1.8 brought new notable features. Zend_Application is one among them. Zend_Application introduced object oriented bootstrapping in applications that otherwise used a procedural script. A bunch of users had difficulty...
More perspectives...
From phpdeveloper.org
()
Freelance PHP/MySQL Coder Wanted for Contract Work, 2+ years exp. requ. Posted December 6th, 2009 by Web Design Job. City: Delaware. We are an Online Marketing Agency based in NC and we need a reliable and EXPERIENCED coder for the ...
More perspectives...
From blogsearch.google.com
()
hi,
i am working on a project where i have to display an image gallery. All the images are stored in mysql and i have to display them and related info one by one using NEXT and PREV buttons.
can anyone help me with this. thanx in advance.
More perspectives...
From daniweb.com
()
TemplateWire is one of the numerous websites to sell XHTML/css templates. What made them different from the rest? Simply, TemplateWire aren't selling templates one by one : Instead, they ask you to pay a $29 fee which allow you to ...
More perspectives...
From blogsearch.google.com
()
On the Avnet Labs blog today Ekerete has posted a look at test-driven design with Zend Framework applications (controllers) and PHPUnit. This is the second part of a series of articles on the topic (here's part one).
In the first part of this series we set up our Zend Framework application and specified our requirements. In this part we'll tackle the first requirement '" as a user, I want to visit the home page and see a form where I can...
More perspectives...
From phpdeveloper.org
()
Hi,
Add this wordpress code in htaccess:
# BEGIN WordPress
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
After that have a check with old and new posts.
Thanks,
Shane G.
More perspectives...
From wordpress.org
()
New on the TechChorus blog there's a quick tutorial from Sudeer looking at making a RESTful web service with the Zend Framework.
The Zend Framework 1.9 release added a new feature - Zend_Rest_Controller. Zend_Rest_Controller and Zend_Rest_Route classes go hand in hand. In the previous versions of the Zend Framework, we have had the Zend_Rest_Server component. We still have. [...] In this article let us explore how to make use of...
More perspectives...
From phpdeveloper.org
()
SQL injection vulnerability in the Itamar Elharar MusicGallery (com_musicgallery) component for Joomla! allows remote attackers to execute arbitrary SQL commands via the id parameter in an itempage action to index.php. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
More perspectives...
From nvd.nist.gov
()
Multiple SQL injection vulnerabilities in the Mambo Resident (aka Mos Res or com_mosres) component 1.0f for Mambo and Joomla!, when magic_quotes_gpc is disabled, allow remote attackers to execute arbitrary SQL commands via the (1) property_uid parameter in a viewproperty action to index.php and the (2) regID parameter in a showregion action to index.php.
More perspectives...
From nvd.nist.gov
()
On the Zend Developer Zone today Vikram Vaswani has posted a new tutorial covering the integration of PHP and SWISH-E, one of many alternatives for indexing content and making it searchable.
This article deals with one such alternative, SWISH-E aka the Simple Web Indexing System for Humans - Enhanced. As the name suggests, SWISH-E is particularly good at indexing Web content, be it in text, HTML, XML, PDF or DOC format. If you're trying to...
More perspectives...
From phpdeveloper.org
()
PHP/MySQL and Flash - Issue Coding. ... Old Today, 02:39 AM. DJDOG. Junior Member. Join Date: Dec 2009. Posts: 1. PHP/MySQL and Flash - Issue. I'm going to try to explain this, Hope you can follow. I have a 'Flash Player' that connects ...
More perspectives...
From blogsearch.google.com
()
Experience with web scripting in PHP, HTML, CSS, JavaScript and cloud computing. ? Minimum 1-2 years experience with various database technologies. Specifically MySQL, and Access ? Knowledge and experience with relational and ...
More perspectives...
From blogsearch.google.com
()
Juozas Kaziukenas has started a new series of posts to his blog today with this first part of his look at combining the Doctrine ORM with Zend Framework applications.
It was quite common to use Zend_Db_Table as base models class, but it was simply not practical. When you start dealing with relations and hierarchical data types it starts to get really tricky, because simply Zend_Db_Table doesn't provide an extensive enough functionality. So...
More perspectives...
From phpdeveloper.org
()
We are a small company based in the UK developing our services for the UK market in PHP/Mysql then we will use C++ in mobile platform development.We require a partner with the above skillset , preferable residing in the UK/Ireland. Must be willing to get equity as form of payment.The project...
More perspectives...
From daniweb.com
()
I just this morning pushed a new version of Zend DevZone, and the biggest change was a move to Zend Framework version 1.9.5 – Why is this important? Because it was previously running v1.0.1 ( gasp ), and I wanted to tell the story of the work it took to upgrade.
More perspectives...
From planet-php.org
()
We are looking for someone that can work on multiple technologies and is somewhat versed in a variety of languages, e.g. HTML, CSS, PHP, MySQL and Photoshop. Although the main focus of this job will be development of project in PHP, ...
More perspectives...
From blogsearch.google.com
()
Adam Jensen has written up a quick tutorial about using Doctrine record listeners to link a Zend_Acl component with your database.
In previous Zend Framework apps I've written, I often handled access control at the level of the controller action. Each action was represented in the ACL as a resource, and the ACL logic was applied by a custom plugin just prior to any action dispatch. [...] As a result of these concerns, I decided on a lower...
More perspectives...
From phpdeveloper.org
()
I'm editing the .htaccess file remotely through FTP. Then I save it and php5 runs (I check phpinfo) - but the permalinks break. To fix that I re-save the permalink settings and when I refresh the .htaccess file it goes back to the original version without the AddType....
Should I download the .htaccess file, edit, then re-upload?
Does it have to do with it's file permissions?
More perspectives...
From wordpress.org
()
OK.
I've wracked my brains until I'm ready to weep all over the keyboard. I want to use the Apache/PHP install native to Snow Leopard and install a local version of WP to run dev out of.
So, I have:
Properly got Apache & PHP up and running
Added "FollowSymLinks" and "AllowOverride All" to httpd.conf AND username.conf in /etc/apache2
I have an .htaccess that WP can write to (and has written to)
And they still don't work.
Thoughts...??!!
More perspectives...
From wordpress.org
()
Rob Allen has a quick tip for Zend Framework users looking to get to the configuration values in their application.ini file.
Zend_Application will read the data in your application.ini and make it available from your bootstrap's getOptions() method. It then sets the bootstrap as a parameter in the front controller. Note that the top level keys are all normalised to lowercase too. You can then retrieve the options in a number of ways.
He...
More perspectives...
From phpdeveloper.org
()
Rob Allen has posted a look URL rewriting in IIS 6 (similar to mod_rewrite in Apache) without the URL_Rewrite module that comes with IIS7.
IIS6, which ships with Windows Server 2003 does not have this module though and guess which version my client's IT dept run? As usual, they wouldn't install ISAPI_Rewrite or one of the other solutions for me. In the past, I've simply written a new router that creates URLs with normal GET variables, but...
More perspectives...
From phpdeveloper.org
()
We are looking for someone that can work on multiple technologies and is somewhat versed in a variety of languages, e.g. HTML, CSS, PHP, MySQL and Photoshop. Although the main focus of this job will be development of project in PHP, ...
More perspectives...
From blogsearch.google.com
()
New on his blog today Joey Rivera has posted this tutorial about using the Zend_Cache component of the Zend Framework to boost the performance of your site.
I like the definition used in Wikipedia: "a cache is a temporary storage area where often accessed data can be stored for quick access". The idea is to get 'often accessed data' from a database and store it in memory (RAM or as a file in your local file system). [...] Resources are...
More perspectives...
From phpdeveloper.org
()
alecs solution works fine, I use it for long time now.
/public_html/sf_project/apps etc.
/public_html/index.php backend.php css/ images/ etc. all web dir stuff
and restrict access to sf_project dir in htaccess file. The only downside is that the user will get restrict access error not 404 when he will be trying to access some files in sf_project dir.
and if you reaallly want you can simply use your own request class :P You can set it in...
More perspectives...
From trac.symfony-project.org
()
Both Robert Basic and Ekerete (on the Avnet Labs site) have posted reviews of one of the more recent offerings from Packt Publishing on development with the Zend Framework - Zend Framework 1.8 Web Application Development.
In Robert's review he talks about some of the usual concerns with Packt books (the poor quality of the writing) and looks at the contents of some of the chapters - walking you through the process of building a sample...
More perspectives...
From phpdeveloper.org
()
Juozas Kaziukenas has posted the second part of his series looking at the combination of the Zend Framework and Doctrine (part one is here). In the previous part he explained the technologies some. In this second part of the series he focuses more in getting Doctrine set up and working.
Today we start actual development with Doctrine and Zend Framework. Base of this post is my code which I have been using for quite a few projects and it...
More perspectives...
From phpdeveloper.org
()
I have searched the forums here and while there are similar problems going around, mine is different from what I've seen.
First, I will say that I have yet to do sessions OR injection protection. This is a project for school so those things will come last; the most important thing is that the...
More perspectives...
From daniweb.com
()
Paul Jones has said it before and is saying it again - if you want to see the future of the Zend Framework look at Solar:
Solar is already doing most of what is described as the future for Zend. [...] Solar has had a framework-wide unified constructor for years now. As far as I know, Solar is the first PHP framework to demonstrate this design pattern and give it a name. [...] In addition, we already have a unified dependency injection and...
More perspectives...
From phpdeveloper.org
()
Perch - A really little content management system (CMS)
Perch appears to be a small commercial but low-cost CMS in PHP/MySQL.
(tags: cms php software webdesign mysql) IBM Developerworks | UNIX turns 40
Short write-up of the history of Unix, culminating in the history of AIX (well, it's an IBM article). Reference link section at the end.
(tags: unix history [...]
More perspectives...
From pipes.yahoo.com
()
The folks over at Mayflower are running a poll asking you what PHP framework you use the most in your development.
Options include CakePHP, CodeIgniter, Prado, Zend Framwork and Symfony. You'll need to get your vote in before November 15th and represent your framework of choice.
As of the time of this post, Zend Framework is out in the lead with around 35 percent of the votes with the "I use my own framework" and "Other" options following...
More perspectives...
From phpdeveloper.org
()
PHP has many libraries and more are developed as time rolls by. PHP also includes library functions that provide for execution of SQL statements. This implies that the server that hosts the PHP engine will have to host the SQL engine as well or have access to it. Inexpensive PHP hosting destinations are available that [...]
More perspectives...
From tipsanswers.com
()
Stefan Mischook has pointed out a webinar a fellow PHPer, Jon Lebensold, is going to be giving tomorrow (Nov 18th) about combining Google Wave and the Zend Framework:
Jon Lebensold, author of the popular PHP Shopping Cart and founder of Zendcasts.com will be writing a Google Wave Gadget in Boston at Intuit's East coast office. Intuit is setting up a live webinar which you can attend by registering on the Zendcasts website.
The webinar...
More perspectives...
From phpdeveloper.org
()
If you haven't gotten a chance to participate in one of the Zend Framework Bug Hunt Days, you can get up and running pretty easily with this guide from Padraic Brady that introduces you to the concept and includes a few helpful hints to keep in mind when you participate.
Every month, the Zend Framework now holds a Bug Hunt, a period of about two days (usually a Thursay and Friday after the middle of the month) when everyone in the community...
More perspectives...
From phpdeveloper.org
()
JavaScript can be used to make your website easier and more interesting to use. This book provides information on appropriate uses of this technology and introduces the concepts of programming using it. You'll also see how JavaScript ...
More perspectives...
From blogsearch.google.com
()
Hi
I have windows XP on my intel pc.
I have installed Apache2.2 and it work fine.
Then I installed PHP 5.3.1.
So do I have this setup in httpd.conf.
LoadFile "C:/Program Files/php/php5ts.dll"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
More perspectives...
From daniweb.com
()
In response to the recent release of the roadmap for the 2.0 version of the Zend Framework, Giorgio Sironi has posted some comments of his own and the future of the framework and some of the decisions the Zend Framework teem has made.
I already posted some questions on the wiki, but I would like to expand my thoughts on the architectural changes from a testing and design point of views, that are what interest my readers.
Here's a list of...
More perspectives...
From phpdeveloper.org
()
phpMyAdmin 3.2.4 is a versatile and convenient program for the administration of MySQL databases through Web-based interface. By using this Web-based application will allow you to manage your MySQL databases in a particularly easy and ...
More perspectives...
From blogsearch.google.com
()
CyberCoders/Escondido, CALAMP Developer Software AJAX Web Application PHP MySQL UI LAMP Developer Software Web Applications PHP MySQL Perl HTML AJAX UI JavaScript IT Architect - Skills Required - LAMP Developer, LAMP Developer, ... J2EE, XML And databases like Oracle SQL and PLSQL experience Sun Java Certification Strong front-end development skills in HTML, DHTML, JavaScript, Ajax, CSS, XML, XSLT Must have used JBuilder, Eclipse or JDeveloper...
More perspectives...
From blogsearch.google.com
()
After much trial and error, I have a Debian Lenny x86_64 server with apache2, php5, and connectivity to an Informix database server. Here are the steps I went through. Much of this information I found at http://devzone.zend.com/article/4290 (http://devzone.zend.com/article/4290).
More perspectives...
From planetsysadmin.com
()
Popular posts from PHPDeveloper.org for the past week:Brandon Savage's Blog: Why Every Developer Should Write Their Own Framework
PHPFreaks.com: Template based document generation using LiveDocx and Zend Framework
Web Designer Online: 10 great Alternatives to phpMyAdmin
ThinkPHP Blog: Which Open Source PHP framework do you use? (Poll)
John Lim's Blog: Updated Optimizing PHP Article
NETTUTS.com: Book Review: Zend Framework 1.8 Web Application...
More perspectives...
From phpdeveloper.org
()
On Developer.com today there's a new tutorial that looks at working with file uploads in Zend Framework applications and looking more specifically at the Zend_File_Transfer component.
Chances are you've become well acquainted with the Web-based mechanism used to upload files to the Web. But how does this mechanism actually work? What process results in the file being transferred from your computer to the remote server? In this tutorial I'll...
More perspectives...
From phpdeveloper.org
()
Coder wanted with php, mysql, xhtml, ajax, javascript, css skills for existing php website. I work in PST, so the coder should be available at least 6 hours for communication with me. Read the original here: coder wanted-php, mysql, ...
More perspectives...
From blogsearch.google.com
()
What you need for this position: - 2+ years of experience developing on LAMP Stack - PHP or Perl or Python - HTML/XHTML/DHTML - CSS - Apache - MySQL - Candidate must be local and authorized to work for any employer, no relocation or ...
More perspectives...
From blogsearch.google.com
()
Matthew Weier O'Phinney has posted a "second part" of a group of articles he's doing on web services with the Zend Framework. In this new blog post he gets into more detail on setting up REST interfaces for your applications.
At its heart, REST simply dictates that a given resource have a unique address, and that you interact with that resource using HTTP verbs. [...] What the REST paradigm provides you is a simple, standard way to...
More perspectives...
From phpdeveloper.org
()
Home · Open Source Survey shows open source users split over MySQL. Survey shows open source users split over MySQL ..... Open Source | Linux | Ubuntu | PHP & MySQL | Content Management · About Us | Advertise | Donations | Contact Us ...
More perspectives...
From blogsearch.google.com
()
Hello everyone,
Since I updated one of my websites to Wordpress my URL's have changed (for the better). I'm trying to redirect some of my old URL's to the new page the only problem is some of the old URL's have spaces in them. Here is an example:
/skateboarding-articles.php?cid=205=362=Mekanism Skateboards
The space is causing problems. Since I'm using Wordpress for this site it makes it slightly scarier to edit the .htaccess file so I'm...
More perspectives...
From websitebabble.com
()
According to Microsoft, Azure SQL will support MySQL, and Azure .Net Services will support Apache Tomcat. Microsoft will also support PHP and Apache Web Server on Azure....
As in my previous post, I don't want this to be about Amazon or Microsoft versus Sun/MySQL.
The larger point is if Amazon, Microsoft, IBM, HP, Google, Cisco, EMC/VMware, or Oracle/Sun offer a simple and supported cloud service for running MySQL, Tomcat, JBoss, Mule, or...
More perspectives...
From groklaw.net
()
On NETTUTS.com today there's a new review of the Packt book "Zend Framework 1.8 Web Application Development" (Keith Pope) from Fred Wu.
The flow of this book is heavily inspired by the famous Ruby on Rails book, Agile Web Development with Rails, where the author invites you to join the process of building a demo application, which in both cases is a shopping cart system.
He mentions how "short" the book is (at 350 pages), how much focus...
More perspectives...
From phpdeveloper.org
()
PHP Script for Report Generation from MySQL Database Very simple project. I need a PHP script for creating a report from 2 connected mysql table databases. - Front End should be Simple Report Extractor Page that should ask the user to ...
More perspectives...
From blogsearch.google.com
()
I tripped on this one.
I have an HTML form that has all kinds of input elements - text, textarea, radio buttons and checkboxes.
I have no problem inserting or updating data in MySQL DB from the HTML form.
But when I want to display what is already in the DB back on my HTML form, it displays the...
More perspectives...
From daniweb.com
()
Hello,
I Need a TCP / IP Port Listener on my centos VPS Hosting to receive gps tracker signals on ports and store in mysql db.
For further processing of received stored data, we are working on a php mysql application, but to listen to port signals, which programming language is the best option...
More perspectives...
From daniweb.com
()
Received a new book – Zend Framework 1.8 Web Application Development – for review. I just browsed through the pages, and it looks nice. Will take some time over the weekend to read it through.
Tagged: book, PHP, zend framework
More perspectives...
From planet-php.org
()
Thanks to much tweeting I am beginning to be jealous of Greg Willis, Catherine Eibner, Richard Banks and others overseas at #PDC09. Particularly given the sheer amount of content and good news for Cloud Computing via Windows Azure. I'm not sure if you would want wan on these Azure Containers in your back yard, but I guess the point of it all is – why run your own electricity. Lots of press and tweets. I like this good summary from Forbes...
More perspectives...
From blogs.msdn.com
()
Popular posts from PHPDeveloper.org for the past week:PHPEveryday.com: Facebook API Tutorials
Giorgio Sironi's Blog: Zend Framework 2.0
Till Klampaeckel's Blog: So you'd like to migrate from MySQL to CouchDB? - Part II
Ian Christian's Blog: Embedded forms using Javascript with sfForm
Derick Rethans' Blog: Xdebug and tracing memory usage
Juozas Kaziukenas' Blog: Zend Framework and Doctrine. Part 1
Sean Coates' Blog: Why I Won't Recommend...
More perspectives...
From phpdeveloper.org
()
What you need for this position: - 2+ years of experience developing on LAMP Stack - PHP or Perl or Python - HTML/XHTML/DHTML - CSS - Apache - MySQL - Candidate must be local and authorized to work for any employer, no relocation or ...
More perspectives...
From blogsearch.google.com
()
It’s that time again — Packt (news, site) is announcing the winners of its Open Source CMS Awards. The lucky ones are narrowed down via community voting, and then judges make the final evaluations. Throughout this week we’ll find out who won in each of the 4 categories: Best Other Open Source CMS — Congrats to the Plone (news, site) project for retaining last year’s title! Best Open Source PHP CMS — Congrats to Drupal who’s win was...
More perspectives...
From feedburner.com
()
Packt Publishing announced today the winner of their 2009 Best Open Source Other CMS Award. Using the word "Other" is Packt's way of saying non-PHP content management system. For the second straight year the winner for Best Open Source Other CMS is Plone.
Since the introduction of this category in 2007, Plone has consistently featured among the top three, having won it in 2008. In another close contest, dotCMS had to settle for the first...
More perspectives...
From cmsreport.com
()
Back when I was a young Turk, I played a lot with a series of blog platforms and content-management systems (CMS) — early PHP/MySQL “LAMP” — called Nukes. There was PHPNuke and my favorite, PostNuke. I used PostNuke for my personal web site and for early variants of Memes.org. Well, it’s been a long [...]
More perspectives...
From chrisabraham.com
()
Drupal was announced the winner in Packt Publishing's 2009 award for Best PHP Based Open Source CMS. Instant replay at the finish line may have been required as Packt reports that Wordpress and Joomla! were not too far behind the leading CMS.
We are pleased to announce that Drupal has won the Best Open Source PHP CMS Category in the 2009 Open Source CMS Award. This category featured a very close contest between the top three, Drupal...
More perspectives...
From cmsreport.com
()
Hello.
I was editing my .htaccess file in the robots meta plugin configuration screen and i did the following:
THIS IS THE ORIGINAL CODE BEFORE EDITING:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
AND THIS IS THE PIECE OF CODE INSERTED BELOW ORIGINAL CODE AND THIS IS WHAT IT LOOKS LIKE NOW:
# BEGIN WordPress...
More perspectives...
From wordpress.org
()
Hi, I am planning a future charity site and need some help with paypal ipn and php. I am not looking for a site build, just need help with the process/mechanism needed to sell one off 'UNIQUE' items. There could be 10 - hundreds items ...
More perspectives...
From blogsearch.google.com
()
Okay I have just tried to install phpbb3 and after filling all db info and clicking proceed same thing happens
Based on that, it would seem the advice from design_dolphin, 'A Windows 7, Apache, Mysql and PHP forum might be a better place to start", is appropriate.
[Title moderated again]
More perspectives...
From wordpress.org
()
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.2 (LAMP) ... phpMyAdmin is a web interface through which you can manage your MySQL databases. phpMyAdmin can be installed as follows: cd /srv/www/htdocs ...
More perspectives...
From blogsearch.google.com
()
If you can see the database, mysql is probably running. But see Setting up a WAMP Server by hand « puremango.co.uk for command line prompts to be sure myqsl is running.
Different solutions to changing passwords: - PHP, Apache, MySQL, Windows : WampServer.
More perspectives...
From wordpress.org
()
In a previous article, I'd demonstrated how to build a simple email search system in PHP using two indexing tools, Sphinx and the Zend Framework's Lucene implementation. Now, while these are undoubtedly two of the most popular tools available, open source is all about choice...and so, it should come as no surprise that there exist a number of alternatives, many of them equaling Sphinx and Zend_Lucene in sophistication and speed.
This article...
More perspectives...
From planet-php.org
()
On my localhost site, I am using:
xampp 1.7.2,
Apache 2.2.12,
PHP 5.3.0,
WP 2.8.6,
NextGEN 1.4.3
On my web site, I am using
Linux,
Apache 2.2.14,
PHP 5.2.11,
WP 2.8.6,
NextGen 1.4.3.
Everything I have tried with works with NextGEN, including singlepic. The only time I had trouble was when I had spaces between the [] brackets and the content: [ singlepic id=123 ]
More perspectives...
From wordpress.org
()
I am having the same problem and I host with BlueHost.
I tried to add
AddType x-mapp-php5 .php
to my root WP .htaccess file, but core upgrade blew up. I clicked it and all the PHP code spilled over the screen. It was quite scary. PHP code in a browser is so unexpected, I at first thought I broke something in the browser.
If anyone knows why the upgrade hangs at the download in BlueHost please let me know.
More perspectives...
From wordpress.org
()
>спалниweeks ago a got an email requesting my opinions on nWire, i took a quick look at the screenshots and decided it looked interesting enough for me to free up some time to look at it.
nWire is an eclipse plugin compatible with PDT and Zend Studio 7. …
Installing it on the compatible Zend Studio 7 [...]
More perspectives...
From planet-php.org
()
PHP/MYSQL Programmer at Xicom Technologies Job Title : Programmer (PHP/MySQL) About Company : Founded in the year 2002, Xicom is an ISO 9001:2008 certified offshore web development company with a strong team of 150+ highly skilled IT ...
More perspectives...
From blogsearch.google.com
()
I have been running a Wordpress blog locally for a few days, using XAMPP. I decided to upload it yesterday, but ran into some problems when importing the database in phpMyAdmin. I receive the following error:
CREATE TABLE IF NOT EXISTSwp_comments` (
comment_ID bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
comment_post_ID bigint( 20 ) unsigned NOT NULL DEFAULT '0',
comment_author tinytext NOT NULL ,
comment_author_email varchar( 100 ) NOT...
More perspectives...
From wordpress.org
()
Hi Guys,
I wrote a custom WordPress plugin that needs access to another database in MySQL (seperate from the wordpress DB, in other words).
I include my own, non-wp, mysqli_connect.php file in my wordpress installation which simply does the following:
DEFINE ('DB_USER', 'XXXX');
DEFINE ('DB_PASSWORD', 'XXXXX');
DEFINE ('DB_NAME', 'outside_db');
DEFINE ('DB_HOST', 'localhost');
// Instantiate MySQL connection object:
$GLOBALS['dbc'] = new...
More perspectives...
From wordpress.org
()
To solve the non execution of PHP files and the subsequent "white/blank page" - I did the following:
I added the following line of code in the apache httpd.conf file to automatically execute index.php files:
DirectoryIndex index.php index.html
With this entry - Apache loads automatically index.php files
I then checked whether Wordpress Installation is doing something in the database. I figured out that my DB setting is not on UTF-8...
More perspectives...
From wordpress.org
()
Free Website Templates, Wordpress Themes, Blogger Templates, php-fusion Themes, CSS Templates, Flash Templates, Joomla Templates and CMS Templates.
More perspectives...
From blogsearch.google.com
()
Jet Profiler for MySQL: Query performance and diagnostics of your MySQL database server. ... test, and automate complex text transformations without programming. SQL Image Viewer 2.5.0.142. View, convert, and export images from Firebird, MySQL, Oracle, SQL Server, and ODBC data sources. SQL Schema Sync API 1.0. Perform schema synchronization for your SQL Server 2008 database. DatAdmin Personal 3.4.3. Administrate MySQL, MS SQL, SQLite...
More perspectives...
From blogsearch.google.com
()
I have many WP sites hosted on 1and1, never had a problem updating any of them until today. I was unable to download the update.
The only common link with my other WP sites on 1and1 is that i forced PHP5 through the .htaccess file by inserting the following lines:
AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php
(To see your .htaccess file on your server show invisible files, it should be in your root directory of your WP install. If its...
More perspectives...
From wordpress.org
()
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.10 server with PHP5 support (mod_php) and ...
More perspectives...
From blogsearch.google.com
()
What steps will reproduce the problem?
1. Place .htaccess in the blog's root directory.
2. Add the text "AddType x-mapp-php5 .php" - This will enable PHP5 rather
than PHP4.
3. Attempt to log in using OpenID at http://yourblog/wp-login.php
4. Replacing "AddType x-mapp-php5 .php" with "AddType x-mapp-php4 .php"
fixes the problem, but requires me to use an outdated, insecure version of PHP.
What is the expected output? What do you see instead?
I...
More perspectives...
From wordpress.org
()
I just gotten PHP/MySQL for Dummies (MySQL and it's control then I do with PHP, which is some what easier for me to follow. User is offline PM ... General Web Design, Programming, |-- Client-side Scripting, |-- Server-side Scripting, |-- Databases, |-- Web Server Configuration, General Interest, |-- Site Review Requests, |-- Jobs Seeking Programmers, |-- Programmers Seeking Jobs, |-- Off Topic, HTMLHelp. ...
More perspectives...
From blogsearch.google.com
()
weavailable: Learn dot net, java, php, flash, dreamweaver, css, html, web developing, web designing in chennai http://micurl.com/kjADd · 4 hours 13 minutes ago · christyagibbs: TinyMCE UN46B6000 Forum: TinyMCE UN46B6000 is a platform ...
More perspectives...
From blogsearch.google.com
()
This quick video will show you how to create a MySQL database table in a few quick steps. You will see how to create MySQL databases from the phpMyAdmin tool accessible through the MySQL Databases section of your web hosting Control ...
More perspectives...
From blogsearch.google.com
()
I had found that, but didn't know if it would work. However, trying to upload it gives me:
Incompatible archive PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
That is downloading directly from that site. I can try installing the php file directly, but since it says Wordpress 2.1+ I am a little hesitant.
More perspectives...
From wordpress.org
()
I had simply feeded wrong values into the wp-config.php file. So all my bad. the db now looks something like this:
/** The name of the database for WordPress */
define('DB_NAME', 'grazdesigns_com');
/** MySQL database username */
define('DB_USER', 'grazdesigns_com');
/** MySQL database password */
define('DB_PASSWORD', 'password');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables...
More perspectives...
From wordpress.org
()
PHP Scripts to update MySQL freelance project is offered at getafreelancer. You will need to have Coder account before you place your bid. If interested, you can get your getafreelancer account. In case you already have an account with ...
More perspectives...
From blogsearch.google.com
()
Some PHP frameworks employ some form of optimization of these files and if you have control over your server you can always install mod_gzip which would handle compression of these files. If you are not using a PHP framework or you use ...
More perspectives...
From blogsearch.google.com
()
I'm not an Apache expert, but I think you have to put rules for gallery before WP rules.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
these lines for example say that if there is no such file or directory send it to WP index.php and stop processing any other rules.
More perspectives...
From wordpress.org
()
phpMyAdmin is a web-based front-end to manage MySQL databases and has been adopted by a number of open-source distributors. It is one of the most widely used open-source applications written in PHP. phpMyAdmin supports a wide range of ...
More perspectives...
From blogsearch.google.com
()
What you need for this position: - Experience Programming on the LAMP Stack (Linux, Apache, mySQL, PHP) - Strong Design Skills - Understanding or experience with Javascript/jQuery - Knowledge of HTML/CSS - Bachelors Degree in Computer ...
More perspectives...
From blogsearch.google.com
()
wp-facebookconnect requires PHP5 - I noticed that error in the FAQ:
Q. I get a error that says "parse error, unexpected T_OBJECT_OPERATOR", or some other parse error.
A. The plugin only supports PHP5 and you are using PHP4. Please upgrade. If you are a user of 1and1 hosting, follow these instructions: http://www.thecodecave.com/article206. The .htaccess file it describes must be placed in the root directory of your WordPress installation...
More perspectives...
From wordpress.org
()
Hi t31os_
Thanks for your help.
I've pasted Options +FollowSymLinks at the very top of the htaccess file:
Options +FollowSymLinks
# BEGIN WordPress
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
# END WordPress
But the problem is the same.... :-(
More perspectives...
From wordpress.org
()
your suggestion of moving the custom rules before the wp ones makes the redirects work now.
HOWEVER - the permalinks still aren't working. The blog name is still only being indexed every time I do a new post. Is there something wrong with my other wp files? I've pasted the relevant bits from index.php and single.php. Am I missing something totally obvious? You've seen the htaccess above - is there something wrong here?
the index.php is as...
More perspectives...
From wordpress.org
()
My host recommended using htaccess if I wanted to use php5 (which I do)
using the AddHandler command does not seem to have worked.
I do have another htaccess file, in my backup-db folder. Its contents are:
order allow,deny
deny from all
Thank you all for the suggestions so far.
More perspectives...
From wordpress.org
()
One of the main strengths of PHP is its support for a vast number of databases. Very often, PHP and MySQL are viewed as an entity. However, other databases have their strengths, toofor instance, it took MySQL a very long time to support ...
More perspectives...
From blogsearch.google.com
()
Hi
I tried to upgrade the wordpress automatically from admin dashboard.
Since it gave me a fatal error as
memory exhausted
I googled for the solution and added these lines in the .htaccess hoping it will help me
php_value memory_limit 16M
But, something happened to my site now. It takes me to some other page. The webhost doesn't allow me to increase the memory limit size, I guessed.
I have undone the edits, but still the problem existed.
I...
More perspectives...
From wordpress.org
()
either have your host set it so index.php will be recognized
or
create an .htaccess file
http://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29
and add this line to it
DirectoryIndex index.php
upload it to root of site
More perspectives...
From wordpress.org
()
I don't need to see the source of the page. Your password or database name is wrong. Use PHPMyAdmin to check on the databse name, as well as your write privledges for the database. You might need to reset the root passowrd for MySQL.
More perspectives...
From wordpress.org
()
Hi esmi, it works like a charm.
To conclude,
Environment: WinXP OS, Apache 2.2, Php5.3.0
Solution: add "index.php" into apache's http.conf, under DirectoryIndex.
After adding it, it looks like:
DirectoryIndex index.html index.php
More perspectives...
From wordpress.org
()
Tried various forms of DB_HOST with no luck. Changing DB_HOST doesn't change the underlying fact that the connection to mysql4 is being made using mysql3 libraries. Not advisable and very likely the cause of the "Error establishing a database connection" result. The obvious fix is to change the PATH and LD_LIBRARY_PATH of the httpd server so PHP and WP can inherit the correct settings but this will likely adversely affect other applications...
More perspectives...
From wordpress.org
()
This update to a Wrox bestseller dives in and guides the reader through the entire process of creating dynamic, data-driven sites using the open source “AMP” model: Apache Web server, the MySQL database system, and the PHP scripting ...
More perspectives...
From blogsearch.google.com
()
This module pulls videos from YouTube, a certain author, your channel or your favorites list and places them wherever you want on your site! Features include: * Automatically change vide Joomla Extensions Joomla Templates . Connect vi.
More perspectives...
From blogsearch.google.com
()
Hi once again. We have just changed our ISP and things that worked fine now do not, Obviously its in the differences of MYSQL and PHP versions. Have fixed most of the problems but this UPDATE routine has got me foxed. .... Thanks, I new it ...
More perspectives...
From blogsearch.google.com
()
Slide 27: 12 Practical PHP and MySQL which). When connected to the MySQL database, a request is made for the information by using SQL, which is a language designed for communicating with databases. 5. The MySQL database receives the SQL ...
More perspectives...
From blogsearch.google.com
()
You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build ...
More perspectives...
From blogsearch.google.com
()
The MySQL database server (for both Unix and Windows); Accessing MySQL databases through PHP scripting (the letters don't really stand for anything); Database creation and modification; PHP tricks in order of increasing ...
More perspectives...
From blogsearch.google.com
()
49992 design job and gig listings open and hiring right now and indexed live by Workflow: Freelance: Jobs. — Scouring the Web 24/7 for the most important news and information you need to Design Your Own Business.
More perspectives...
From blogsearch.google.com
()
http://www.howtoforge.com –. LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 11 server with PHP5 support (mod_php) and MySQL support. ...
More perspectives...
From blogsearch.google.com
()
Unlike PHP, C generally resolves function calls at compile time. When you introduce dynamically loadable shared objects, the ability to know their exact address ahead of time goes out the window and you have to fall back on link-time resolution (or in some cases, call-time lazy resolution, but we'll pretend that doesn't exist for now). It handles variables in much the same way; Resolve at compile-time if possible, link-time if not. As you...
More perspectives...
From planet-php.org
()
Ok, I’ve been a slacker, I’ll admit it. I hadn’t uploaded slides from my last three conferences:
PHP Conference Brasil 2009
CodeWorks DC 2009
DCPHP 2009
I’ve now done that, they are all available on my website’s presentations page:
http://eliw.com/presentations/
Posted in PHP
More perspectives...
From planet-php.org
()
It's lame catchy title day, a more appropriate one would be "Think for yourself", but I want to get my point across.
This is a general purpose idea of course, I don't think there is any case in your life where you shouldn't think for yourself, but this particular post is about programming.
I just read someone (and I won't name names, it's not relevant) that was pondering using Dwoo or Twig in his CMS, who ended up picking Twig because, and I...
More perspectives...
From planet-php.org
()
On the Proof Group's blog there's a recent post about a "gotcha" Andy Chase found when using the Drush command line tool for Drupal installations and a system that has MAMP installed.
Recently, however, I installed MAMP to debug some older, PHP4-specific code. [...] I also use Drush, which is an indispensable Drupal command line tool, and I began getting the following error on some sites: Drush command could not be completed.
This only...
More perspectives...
From phpdeveloper.org
()
Padraic Brady has a quick post in response to some questions he saw about installing PHP on a Ubuntu system (9.10/Karmic Koala) via apt-get.
As there was some exclaimation marks on Twitter about this, here's a quick article on installing PHP 5.3.1 on Ubuntu 9.10 using aptitude or apt-get. I use aptitude primarily, but the installation uses normal .deb files. Since Ubuntu will not officially adopt PHP 5.3 until next April, the PHP 5.3 debs I...
More perspectives...
From phpdeveloper.org
()
After the recent beating I gave Packt Publishing's "PHP Team Development" recently, I had a number of people ask what books I did recommend. To be honest, that's one of the easiest questions I've gotten in a while. And that's because when we put together Blue Parabola about a year ago, I had the chance to make this list exactly. There are about 5 books that I believe should be in nearly any software developer's library:
First, there's The...
More perspectives...
From planet-php.org
()
On 5th of November I gave a talk titled “Shocking News in PHP Exploitation” at the Powerofcommunity hacking/security conference in Seoul, South Korea. Afterwards I uploaded my slides to this server but only distributed the link through twitter. I totally forgot about announcing the slides in my blog.
The topics of my talk were
easy ways to [...]
More perspectives...
From planet-php.org
()
With the help of Sean and twenty-four fantastic authors from the PHP community, PHP Advent is back for a third year.
Paul gets things started with an article on comprehensible code:
Reading code is hard work. Here are some reasons why, along with som...
More perspectives...
From planet-php.org
()
A lot of people confuse the terms URLs and URIs. This morning, the PHP Advent post by David Sklar exemplified that. Paul Reinheimer already has a rebuttal for this, and I’m expecting many more.
I agree with Paul, David seems to be missing the point.
URI: Uniform Resource Identifier/Indicator
URL: [...]
More perspectives...
From planet-php.org
()
Last night, several of us were treated to a dinner as a part of this year’s Microsoft Web Developer Summit (great dinner, by the way – Anthony’s in Kirkland, WA). Seems like there was just about a one-to-one ratio at one point of MS employees to PHP developers attending. It was interesting to see how [...]
More perspectives...
From planet-php.org
()
I liked how Chris and Sean describe their role as curating PHP Advent, so I thought I’d do a little sub-curation of my own. This entry is a point-counterpoint on the topic Do URLs Matter? The contributors’ thoughts are below, followed by my conclusion.
Of Course!
— J. Random Programmer
Of course URLs matter! Without clean URLs, it wouldn’t be obvious where you are just by looking at the URL displayed in the address bar. Who can...
More perspectives...
From planet-php.org
()
At yesterday’s RSS09 conference I gave a slightly different version of my “Shocking News in PHP Exploitation” talk. This time I disclosed for the first time how unserializing user input in Zend Framework based applications can result in direct remote PHP code execution.
The topics of my talk were
easy ways to bypass modsecurity and f5 big [...]
More perspectives...
From planet-php.org
()
As Benjamin Franklin once famously said, “the only two things that are certain in life are death and taxes.” His point, while political, has a good perspective on one of life’s ever-persistent truths: the fact that governments exist in every country, and, largely, they have some of the same benefits and drawbacks everywhere.
However, the ubiquity [...]
More perspectives...
From planet-php.org
()
Trac. CruiseControl. phpUnderControl. Jira. Bugzilla. These are all intensely popular development tools. And not a single one of them is written in PHP.
Why?
Trac is written in Python. CruiseControl is written in Java, and phpUnderControl is built on top of CruiseControl. Jira is written in Java and is a commercial program. Bugzilla is written in Perl. [...]
More perspectives...
From planet-php.org
()
My company SektionEins that is specialised in web application security audits, consulting and trainings has finished the english translation of the PHP Security Poster. This poster is send out for free to interested PHP programmers (until out of stock). The poster is of DIN A0 size and details the most important aspects of configuring PHP [...]
More perspectives...
From planet-php.org
()
I just had the pleasure of discovering another of PHP's little quirks and since it's been almost a year since my last post, I thought it would be a good occasion.
Working on some personal project that lists a bunch of stuff on my hard drive, I found out that directories that contain square brackets (those []) don't return any results for the simple reason that glob reads [stuff] as a character class, just like in regular expressions. When you...
More perspectives...
From planet-php.org
()
Michael Girouard has posted a new guide today about getting PHP 5.2.9 up and running on a CentOS distribution:
CentOS in my opinion is the best way to go in terms of server distros. Some people, including myself, are frustrated at the fact that some software is slow to be updated out of a fresh install: specifically PHP. At the time of this writing, PHP 5.1.6 is the version shipped with CentOS 5.4. While I'm sure they have their reasons for...
More perspectives...
From phpdeveloper.org
()
On the Inside DealTaker blog there's the first part of a tutorial on getting started with the latest revision of the Kohana PHP framework (v3.0).
So you might have read my aricle on frameworks and/or my series of tutorials on Kohana PHP 2.3.x and you are wanting more. Today, I drop the old 2.3.x and bring the new and shiny! So I bring you information to get you started with Kohana PHP 3.0!
The tutorial walks you through the unpacking...
More perspectives...
From phpdeveloper.org
()
Brandon Savage has a reminder for both those familiar with PHP and a warning for those new to the language - take the examples in the comments of the PHP.net with a grain of salt.
This morning, I was reviewing the weekly list of topics with the most comments throughout the PHP manual, and I stumbled upon the following code in the documentation for the date() function. This code is designed to tell you the day of the week for any valid date...
More perspectives...
From phpdeveloper.org
()
On NETTUTS.com today Burak Guzel has written up some good tips on how to make your code much more readable (and easier to maintain in the future. Not all of them are directly PHP related, but they are general enough to be applied in other places in your development.
Code readability is a universal subject in the world of computer programming. It's one of the first things we learn as developers. Readable and maintainable code is something to...
More perspectives...
From phpdeveloper.org
()
Reference Collection
Google Checkout Simple
OpenTBS
Burn CD with PHP
RRD Manipulator
Oracle database
My Hosting Requirements(MyHoRe)
My Hosting Requirements
ObjectVar
Sitemap Generator
XML DB
Site pages guard
Words counter
ABG_IPDetails
Log checker
More perspectives...
From phpdeveloper.org
()
The IBuildings techportal has release the latest episode of their podcast series from this year's Dutch PHP Conference. This time it's a talk Jonathan Lawrence gave on IBM WebSphere sMash.
In today's dynamic Web environment, developers want to build Web applications quickly, re-use and combine them simply, and adopt an agile approach to development. IBM's WebSphere sMash (aka Project Zero) is a complete platform for developing, assembling...
More perspectives...
From phpdeveloper.org
()
If you already have a set of unit tests (PHPUnit) and are thinking of implementing a build tool like Phing, you might want to check out this new post from Giorgio Sironi about combining the two with a simple addition to your build configuration.
Integrating these two tools means giving Phing access to a PHPUnit test suite and letting the Phing build files, which manage configuration, contain also information on how to run the test suite. In...
More perspectives...
From phpdeveloper.org
()
On the CatsWhoCode.com blog there's a new post looking at a few cool things (ten, to be precise) you can do with the cURL extension in PHP.
New to cURL? If yes, check out the following articles to learn the purposes and basics of cURL/libcurl. [...] Please note that some of the techniques shown here can be used for "blackhat" methods. The goal of this article is only educationnal, please do not use any of the snippets below for illegal...
More perspectives...
From phpdeveloper.org
()
A new version of the Rediska library has been released today, version 0.2.1. Rediska is a PHP client for Redia, a key/value database system (written in C) that's similar to memcache.
It can be used like memcached, in front of a traditional database, or on its own thanks to the fact that the in-memory datasets are not volatile but instead persisted on disk. One of the cool features is that you can store not only strings, but lists and sets...
More perspectives...
From phpdeveloper.org
()
Popular posts from PHPDeveloper.org for the past week:Brandon Savage's Blog: Designing Databases: Picking The Right Data Types
PHP.net: PHP 5.3.1 Released!
Ilia Alshanetsky's Blog: Igbinary, The great serializer
IBuildings techPortal: PHP on Windows: The WinCache 1.0 Benchmark
Jeez Tech: Using APIs With PHP? Here Are Your Classes
Richard Thomas' Blog: Frameworks are like Hammers
Phil Sturgeon's Blog: Send iPhone notifications from CodeIgniter...
More perspectives...
From phpdeveloper.org
()
On the IBuildings blog Cal Evans has taken a look at the Windows caching technology (some recently released) from a management perspective and where it fits in the overall Windows caching toolsets available.
As PHP extends its reach further into corporate networks, IT managers have yet another technology that they have to understand so that they can properly deploy. In many situations, PHP code is being developed that - running on its own...
More perspectives...
From phpdeveloper.org
()
Fabien Potencier has written up a post detailing a PEAR channel server manager he's developed, Pirum.
Pirum lets you setup PEAR channel servers in a matter of minutes. Pirum is best suited when you want to create small PEAR channels for a few packages written by a few developers. Pirum consists of just one file, a command line tool, written in PHP. There is no external dependencies, no not need for a database, no need to setup credentials...
More perspectives...
From phpdeveloper.org
()
Giorgio Sironi has a new post talking about his upcoming eBook for all of those interesting in testing PHP applications - "Practical PHP Testing (Don't Let Your PHP be Eaten Alive)".
This publication focuses on testing and designing php code, with the aid of the leading tool for test automation, PHPUnit. Testing is a skill which is often neglected by php developers, but testable code inherit many benefits of the good design rules it is...
More perspectives...
From phpdeveloper.org
()
Jeez Tech has a new post with a great (and long) list of PHP scripts to connect your application to any number of popular APIs out there.
Do you want to use an API but you are too lazy to write your own code to handle the requests? If you code in PHP as I do, then you will definitely need these classes. By using the classes listed here you will be able of using a great number of web services with an easy and documented way.
They link to...
More perspectives...
From phpdeveloper.org
()
Abhinav Singh has a recent post to his blog looking at three extensions that you can use to help understand the inner workings of the core Zend Engine.
"PHP tokens and opcodes" - When a PHP script is executed it goes through a number of processes, before the final result is displayed. These processes are namely: Lexing, Parsing, Compiling and Executing. In this blog post, I will walk you through all these processes with a sample example. In...
More perspectives...
From phpdeveloper.org
()
Just in time for the holidays the PHP Women have released a calendar for the new year (2010) featuring photos of several of the founders and leaders in the group (as taken at php|tek 2009).
The rumours have been flying around for a while, and we even dropped some hints; since its December it is time for us to confirm that there is a PHPWomen Calendar available for 2010, and it is now on sale. It features our charter members dressed as the...
More perspectives...
From phpdeveloper.org
()
As Stefan Koopmanschap mentions in a new post to his blog, the official website for the PHPBenelux Conference 2010 is now live!
This is the first time we're doing a conference of this size, but definitely not the last time. And it's exciting already. We have already announced our first speaker: David Zuelke will be speaking about the state of SOAP in PHP. Aside from that, we have 9 other excellent speakers that will be announced in the...
More perspectives...
From phpdeveloper.org
()
On his blog today Piotr Walczyszyn has posted a tutorial on getting an Eclipse instance set up with the PHP development tools (PDT) and a Flash Builder plugin to get ready for developing Flex and PHP applications.
In this tutorial I will explain how to configure development environment to work with PHP and Flex projects in one tool. In order to do that I will use Eclipse PDT 2.1 (PHP Eclipse plugin), Flash Builder 4 Plug-in Beta 2 and...
More perspectives...
From phpdeveloper.org
()
Sandro Groganz has posted an article with some of his thoughts on commercialization of PHP-based applications and how the right marketing can help the great source code shine.
Great source code doesn't speak for itself. More often than not, it isn't the better software product that wins in the market. This article explains how a PHP-based product can gain a good position in the market and be made appealing to customers by using marketing...
More perspectives...
From phpdeveloper.org
()
The PFCongres PHP conference (in April of 2010) has officially opened its Call for Papers today and will be open until February 8th, 2010.
PFCongres is the web development conference in the Netherlands and welcomes everyone, including expert PHP-professionals, ultimate beginners, and everyone in between. Also, we do not only focus on PHP, but welcome talks on front-end and back-end development as well as enterprise related presentations...
More perspectives...
From phpdeveloper.org
()
Last week several developers in the PHP community (and some from the Drupal, WordPress and Joomla communities) were invited to head up to Seattle and talk with Microsoft about what they're currently doing, how good it is and what they could be doing better. Some of the attendees have written up their thoughts about the event in their own wrapups:
Alison Gianotto
Chris Cornutt
Cal Evans
Some great discussion came out of the event - not...
More perspectives...
From phpdeveloper.org
()
On the ThinkPHP blog today there's a new post looking at one of the better offerings for making desktop applications with the web-related skills you already know - CodeStrong (as a part of the Appcelerator/Titanium project).
Looking how to develop a desktop application in a short term, I came accross "Titanium Developer". This Open-Source tool helps you to create desktop apps. The special feature about it is the possibility to use well...
More perspectives...
From phpdeveloper.org
()
On the IBuildings techPortal site today there's a new article (written up by Lorenz Alberton) about using the XHProf profiling tool as an alternative to the feature used in another popular PHP-related too Xdebug.
In this article, we're going to try another profiler, XHProf, developed at Facebook and open sourced in March 2009 (under the Apache 2.0 license). XHProf is a function-level hierarchical profiler, with a PHP extension (written in C...
More perspectives...
From phpdeveloper.org
()
Brandon Savage has taken some of the good practices in object oriented application development and related them to some of the things that the government can teach you about them:
However, the ubiquity of governments around the world also gives us a unique opportunity to learn some lessons from them as developers, particularly about principles of object oriented programming. Governments serve as perfet object lessons (pun intended...
More perspectives...
From phpdeveloper.org
()
Here's what was popular in the PHP community one year ago today:Smashing Magazine: 10 Useful RSS-Tricks and Hacks For WordPress
php|architect: Call for Papers for php|tek Conference
Jani Hartikainen's Blog: NetBeans 6.5 review (with PHP support)
Knut Urdalen's Blog: Yii Framework 1.0 released!
PHPFreaks.com: PHP Custom List Order
AskAboutPHP.com: Codeigniter: Helpers, Plugins and Libraries
Robert Basic's Blog: MyUrl view helper for Zend...
More perspectives...
From phpdeveloper.org
()
On WebReference.com there's a recent article looking at the PEAR internationalization (i18n) packages and how they can be used to internationalize your application.
For many of us, the realization of the extent of countries' interdependence was driven home by the recent global economic meltdown. So what does all this have to do with us Web developers? It's a resounding wake up call that we have to think of other nationalities when we...
More perspectives...
From phpdeveloper.org
()
On the IBuildings techPortal today there's a new podcast posted in the Dutch PHP Conference series - David Soria Parra's talk on analyzing web applications with Dtrace.
DTrace is the Swiss army knife to analyze the behavior of applications and enabling you to gather detailed information from the bottom of your application stack up to the top. DTrace is used by system administrators and developers, on Solaris, Mac OSX and FreeBSD, to do in...
More perspectives...
From phpdeveloper.org
()
According to this new post from the TEK-X blog today, the online registration now open and has the Early Bird registration prices available.
The Call for Papers for TEK-X is finally over-with more than ten proposals submissions for each slot available in the schedule, our evaluation committee is hard at work preparing the best schedule for what promises to be a can't-miss event for PHP developers in 2010.
You can reserve your spot via...
More perspectives...
From phpdeveloper.org
()
Here's what was popular in the PHP community one year ago today:KillerPHP.com: Creating a Wordpress Theme from Scratch (Video)
Robert Basic's Blog: LAMP and SVN on Ubuntu 8.10
Developer.com: Amazon Web Services and the Zend Framework
DevShed: Building a User Management Application
Builder.com.au: Quickly Install a LAMP server on Ubuntu
NETTUTS.com: Real-World OOP With PHP and MySQL
NETTUTS.com: Create a PHP5 Framework - Part 3
PseudoCoder.com...
More perspectives...
From phpdeveloper.org
()
Popular posts from PHPDeveloper.org for the past week:Site News: Popular Posts for the Week of 11.27.2009
PHP Women: PHPWomen Calendar 2010: On sale!
IBuildings Blog: PHP Caching on Windows: A managers perspective
Sandro Groganz's Blog: Commercialization of PHP Software
Brandon Savage's Blog: 5 (Good) Lessons The Government Teaches Us About Object-Oriented Programming
Juozas Kaziukenas' Blog: Service Layer in Web applications
Community News...
More perspectives...
From phpdeveloper.org
()
In a new post to his blog Brandon Savage asks why some of the best development tools don't seem to be written in PHP.
Trac. CruiseControl. phpUnderControl. Jira. Bugzilla. These are all intensely popular development tools. And not a single one of them is written in PHP. Why? [...] Some might argue that PHP is a lesser language, and thus incapable of producing the results that Python and Java can produce. Others might argue that other...
More perspectives...
From phpdeveloper.org
()
Danne Lundqvist has a quick new post with pointers to two articles that're good resources for getting you started with web services and PHP.
So after loads of googling I came to realise that even though 2010 is just around the corner there are still very few quality articles on PHP and web services/SOAP available. Most of the stuff I find is rubbish where people who don't know nothing explain things they don't understand.
He links to one...
More perspectives...
From phpdeveloper.org
()
Jordi Boggiano had the "pleasure" of discovering a small quirk with PHP's glob function in an application he was working on - watch out for directories that contain square braces, they won't return in the results!
Working on some personal project that lists a bunch of stuff on my hard drive, I found out that directories that contain square brackets (those []) don't return any results for the simple reason that glob reads [stuff] as a...
More perspectives...
From phpdeveloper.org
()
On the Microsoft Interoperability Blog today there's a new post looking at using PHP to help create web slices (little saved chunks of web pages) in Internet Explorer 8.
A web slice is content on a web page which a user can subscribe to. The content is then available from a button in the Internet Explorer 8 Favorite's toolbar. When the content is updated, the button glows orange to alert the user that there is new content. When the user...
More perspectives...
From phpdeveloper.org
()
In this new post to his KillerPHP.com blog Stefan Mischook looks at a few of the basic steps you can take to help prevent SQL injection attacks in your application.
You should protect your relational databases (like MySQL) from the dreaded SQL injection attack. These attacks are conducted by evil sniveling nerds, trying to insert damaging SQL code into your HTML form fields (and query strings too) to do things like drop database tables or...
More perspectives...
From phpdeveloper.org
()
Richard Thomas has another Solar Framework Short posted today looking at how to integrate the jQuery Javascript library directly into your Solar application.
When it comes to Jquery integration you have 2 main uses. Calling a php function from a website or calling Jquery functions from php both are done through an XMLHttpRequest.
By extending a jQuery-related controller, you gain some special automatic abilities like automatic json...
More perspectives...
From phpdeveloper.org
()
If you've ever wants an easy "drop in" kind of solution for helping to protect a portion of your site, you should check out this new post from Abhinav Singh about using the has_hmac functionality to do just that.
Many times a requirement arises where we are supposed to expose an API for intended users, who can use these API endpoints to GET/POST data on our servers. But how do we verify that only the intended users are using these API's and...
More perspectives...
From phpdeveloper.org
()
On the SitePoint Design & Layout blog today Raena Jackson Armitage takes a look at the latest version of a tool that's useful to all web developers - Microsoft's Expression Web 3. She mostly looks at the features of the software, but touches briefly on the PHP support near the end.
Expression Web promises an intuitive and helpful web development experience. There's support for code highlighting and completion for a number of different...
More perspectives...
From phpdeveloper.org
()
The PHPBenelux conference has officially released their schedule for this year's event. Speakers include:
Fabien Potencier
Juliette Reinders Folmer
Ivo Jansch
Cal Evans
Paul Borgermans
Rowan Merewood
The conference, being held January 30, 2010, Antwerp, Belgium, is also accepting registrations and has early bird pricing of 75 Euro until the December 24th deadline.
More perspectives...
From phpdeveloper.org
()
On the PHPClasses blog there's a new post looking at using the Gearman framework with PHP via a PECL extension.
Gearman is a generic framework to distribute processing jobs to separate processes in the same machine or other machines in a cluster. It allows your application to perform tasks in parallel, balance the processing load, and even invoke code written in other languages. The "Gearman" word is an anagram of "manager". Its purpose is...
More perspectives...
From phpdeveloper.org
()
This year, I was honored to be chosen to attend and Keynote at PHP Conference Brasil 2009. It was a very unique experience, and one that I will treasure. The PHP Community in Brazil is very welcoming and it led into a great conference experience.
More perspectives...
From planet-php.org
()
Advent calendars are about Christmas, and for me Christmas has always been a time for family. This year I have recently joined the ranks of the parents among you. I am taking a short break from work and focusing on being a mother rather than being a programmer. This has led me to reflect on the similarities between parenting and coding. I present these here for your enlightenment, or so you can laugh at me.
Lesson One: Smells
Babies, like...
More perspectives...
From planet-php.org
()
So I recently got back from Brazil, where I was asked to Keynote at the 2009 PHP Conference Brasil. It was a great experience and I’ve written up my experiences and feelings about the conference itself over as a PHP Conference Brasil Wrapup blog post on Zend’s DevZone.
But the point [...]
More perspectives...
From planet-php.org
()
See my pics from the event here!
I had the opportunity this past week to go back up to Microsoft for the second year to attend the Microsoft Web Developers Summit. The event brings together a wide range of people related to web development in the PHP community. This year the group was made a bit [...]
More perspectives...
From planet-php.org
()
You can improve this news page by changing its keywords and content sources.
Edit News
Edit News
From Our Partners
People in Pictures
Top Geek Articles
|
Celebrities on the Phone
Cell phones are to celebrities like bats are to baseball: no one runs too far without them.
|
|
Why every guy should buy their girlfriend Wii Fit.
Gratuitous...
|
|
Hot Geeks -- The Sexiest Geeky Girls
These girls are gorgeous AND they'll play Warcraft with you. Doesn't get much better than that.
|









