Today: Remembering Whitney, Girls and Reality TV, Stars' Awkward Photos
Articles
PHP Development Outsourcing is a Joomla Development Company located in India from the last 8 years. Our expert joomla developers India deliver all type of Joomla Development Services in USA, UK, Australia and worldwide. If you want best Joomla Development ...  
From api.bing.com ()
More perspectives...
Rajkot, Gujarat, India, 14 th February, 2012 ... It is guaranteed that you will get incredible and unique application/ website from us. PHP (hypertext preprocessor) is a scripting language. It is widely used to create the dynamic websites with HTML ...  
From api.bing.com ()
More perspectives...
If you're looking at using the full-page caching that the Zend Framework has to offer, you should read about Robert Basic's experiences with it before implementing it in your application. When I started rewriting this blog, I knew from start that I want to use Zend Framework's full page caching, as, I think, that's the best cache for this purpose. Not much going on on the front end, much more reads than writes, no ajax or any other "dynamic...  
From phpdeveloper.org ()
More perspectives...
Drupal CMS supports numerous software frameworks such as JAVA/ AJAX, PHP, Flash/ Flex, etc. along with web server including MariaDB, Apache, MySQL, Microsoft SQL server, PostgreSQL and SQLite. There are several advantages of Drupal development available to ...  
From api.bing.com ()
More perspectives...
here my htaccess # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress and here is my archives.php

" rel="  
From wordpress.org ()

More perspectives...
Advertisements
Our X-Cart Pro will be running in multi-vendor mode. We've selected X-Cart because we needed a platform with the multiple vending ability. Nearly all of the other eCommerce platforms lacked (multi-vending capability) and because X-Cart Pro had it, we knew it would save a lot of development time... (Budget: $30-$250 USD, Jobs: eCommerce, MySQL, PHP, Shopping Carts, Software Architecture)  
From feedburner.com ()
More perspectives...
Hello, I would like to ask the way to change http://abc.com.hk/article.php?product=1=2 to http://abc.com.hk/article/1/2 I just write in .htaccess as below: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php  
From daniweb.com ()
More perspectives...
CakePHP is an open-source web development framework for PHP. It came into prominence around 2006 and it was inspired by the Ruby on Rails framework, which was introduced around a year prior to it. CakePHP follows MVC pattern architecture.  
From api.bing.com ()
More perspectives...
John Conde has shared some of his recent experience when he began job hunting as a PHP developer. If his experience is any indication, it's clearly a good time to be a (qualified) PHP developer. I created my profile on monster.com on a Monday and made it public that night. The following Tuesday morning my telephone went nuts and my email inbox blew up with recruiters reaching out with positions that I was "perfect for". Over the course of...  
From phpdeveloper.org ()
More perspectives...
On PHPMaster.com today there's a new tutorial introducing you to the PSR-0 standard and how it effects the autoloading in many PHP applications and frameworks. Specifically, they show how it's implemented in a Symfony2 component In this article I'll walk you through the "history of autoloading," from the older to the current PSR-0 standard autoloader approach found in many PHP frameworks such as Lithium, Symfony, Zend, etc. Then I will...  
From phpdeveloper.org ()
More perspectives...
Hi Currently my .htaccess looks like this # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] # END WordPress But it's not allowing me to view pages in and under my root folder. Please help me to fix this so i can still view my other pages.  
From wordpress.org ()
More perspectives...
Rubenstein Technology Group seeks a Perl Software Engineer with Web Application and Content Management System (CMS) experience to join our talented team of front- and back-end engineers in building next generation Web applications for Web and mobile content management and e-commerce. The ideal candidate will have 2 - 5 years of experience working with Perl and/or PHP, and experience working with web applications and CMS systems. Our 10-person...  
From jobs.perl.org ()
More perspectives...
We are looking for an experienced Drupal developer to help with developing of a website on Drupal CMS platform. Designs for the site together with the functionality breakdown and description will be provided... (Budget: $250-$750 USD, Jobs: CSS, Drupal, HTML, PHP)  
From feedburner.com ()
More perspectives...
404 page only fires for a few specific file types, or for 'directories', but not for unknown file types (or perceived perceived file types). PHP, Joomla, IIS.A legacy asp site is being replaced with a Joomla installation (1.7). I have ginned up a little JavaScript embedded in our error.php, which sniffs the URL being requested, matches it to the top 50 pages on the old site and offers to redirect to the corresponding Joomla page. This works...  
From feedburner.com ()
More perspectives...
Peerbits is a web and mobile solutions providing agency based in India. Peerbits feel proud to announce the continuation of its services for PHP application development at reasonable rates for its clients around the globe. If you want to run a profitable ...  
From api.bing.com ()
More perspectives...
Pressbox (Press Release) - Want PHP Web Developers @ Hourly Rates? Need Expert PHP Coders? Get Indian PHP Developers & Coders who worked for Texas, Dallas, San Francisco, Boston, Ukraine, & Idaho clients. Ask FREE Quote. Hire PHP Web Developers, PHP Coders ...  
From api.bing.com ()
More perspectives...
Rob Allen has a tip for the Zend Framework users out there using the Zend_Db module to connect to their database resources - how to do a one to many join with the help of Zend_Db_Table_Select (easier than it sounds). Let's say that you want to set up a one-to-many relationship between two tables: Artists and Albums because you've refactored my ZF1 tutorial. [...] Assuming you're using Zend_Db_Table, the easiest way is to turn off the...  
From phpdeveloper.org ()
More perspectives...
On the Mayflower blog today there's a new post sharing a Zend Framework application.ini "cheat sheet" with links to pages in the ZF manual explaining the details about each of the front controller options. All this is long gone in the past since the introduction of Zend_Application and the bootstrapping resource adapters. Zend introduced a standard bootstrapping mechanism into their framework. Many of the options from different framework...  
From phpdeveloper.org ()
More perspectives...
There are a few methods to maintain hierarchical data on a conventional DBMS such as MySQL. Adjacency List Model, Path Enumeration Model and Nested Set Model are some of them. I sugest reading Joe Celko's Trees and hierarchies in ...  
From blogsearch.google.com ()
More perspectives...
This is the standard htaccess code: # BEGIN wordpress rewriteEngine On rewriteBase / rewriteCond %{REQUEST_FILENAME}!-f rewriteCond %{REQUEST_FILENAME}!-d rewriteRule . /index.php [L] # END wordpress And this is mine: # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress Can you see  
From wordpress.org ()
More perspectives...
Well, I have been trying to use the go daddy 301 redirect setup in their hosting manager. for example I am trying to redirect http://www.bradoconnorphotography.com/Weddings/wpackages/wpackages.html to http://www.bradoconnorphotography.com/?page_id=2 (this is the non permalink address) This is the htaccess in the root of my photography domain # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond...  
From wordpress.org ()
More perspectives...
You will discover clear trends that international companies hiring dedicated PHP web page developers from professional IT service providers or outsourcing companies. This prevents in-house large expense hiring of PHP web page ...  
From blogsearch.google.com ()
More perspectives...
HMTL/CSS/PHP/MySQL internship. February 11th, 2012 | Author: pplante. Develop 25+ web pages with a supporting database and multiple entry/display forms to update and retrieve information from a database. Create several slideshows.  
From blogsearch.google.com ()
More perspectives...
On 7php.com today there's a new interview with a well-known member of the PHP community - Cal Evans: In this edition I talked with Cal Evans, the Icon Of The PHP Community. He is to the PHP Community what Pele is to the Football world, just to tell you about the influence he has on the PHP world. He shares, helps, mentors, propagates PHP wherever and as much as he cans. He was previously Chief editor of Zend Technologies (@Zend), worked for...  
From phpdeveloper.org ()
More perspectives...
On the Refulz.com blog there's a new post looking at some of the new features in CakePHP 2.0 including its use of lazy loading, the CakeEmail library and the new class loader. With CakePHP 2.0, they have dropped support for PHP 4 and have refactored the library code to make it strictly complaint with PHP 5.2+. Modeled on Ruby on Rails (RoR), CakePHP is a tough competition to Zend framework, Symfony and CodeIgniter. Besides the topics...  
From phpdeveloper.org ()
More perspectives...
You can Hire PHP Programmer / Developers on hourly rates from Hire PHP Programmer India (HPPI) at affordable cost. Get 100% secure and quality PHP programming services by our highly experienced PHP programmers. Request a Free Quote today.  
From pr-gb.com ()
More perspectives...
PHP Developer has relaunched it's website with the new service dimensions for the betterment of web development solution towards eCommerce and other. PHP Developers relaunched its web development service with the new and core service dimensions. PHP ...  
From api.bing.com ()
More perspectives...
Installing Cherokee With PHP5 And MySQL Support On OpenSUSE 11.3. Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS ...  
From blogsearch.google.com ()
More perspectives...
Multiple SQL injection vulnerabilities in symphony/content/content.publish.php in Symphony CMS 2.2.3 and possibly other versions before 2.2.4 allow remote authenticated users with Author permissions to execute arbitrary SQL commands via the filter parameter to (1) symphony/publish/comments or (2) symphony/publish/images. NOTE: this issue can be leveraged to perform cross-site scripting (XSS) attacks via error messages. NOTE: some of these...  
From nvd.nist.gov ()
More perspectives...
Peerbits is eminent professional services providing agency in India in field of PHP MySQL development. Peerbits is pleased to announce continuation of its services for PHP MySQL development for its clients worldwide. PHP MySQL developers at Peerbits ...  
From api.bing.com ()
More perspectives...
To enable more interoperability scenarios, Microsoft has released today two open source tools that provide support for the Open Data Protocol (OData) for PHP and MySQL developers working on any platform. The growing popularity of OData is creating new opportunities for developers working with a wide variety of platforms and languages. An ever increasing number of data sources are being exposed as OData producers, and a variety of OData...  
From blogs.msdn.com ()
More perspectives...
the seventh annual PHP UK Conference and the year's most important event for the European PHP developer community. The conference's opening keynote will be given by Rasmus Lerdorf, creator of PHP, who will be giving his unique perspective on PHP in 2012.  
From api.bing.com ()
More perspectives...
Jason Grimes has posted a new tutorial to his blog about integrating Zend Framework 2 with Doctrine, the powerful (and popular) ORM tool for PHP. In his example, he shows how to use them to store the album information from Rob's tutorial. Zend Framework 2 is getting close to release, and among the changes are new ways to handle dependency injection, and new ways to work with third-party code as modules. Rob "Akrabat" Allen has updated his...  
From phpdeveloper.org ()
More perspectives...
I'm looking for a Joomla expert (2.5) who has also very good skills in CSS (3) and HTML5. You need to be able to start within the the next two or three days. The project must be completed within 7 days. It is also important that you are available ...  
From blogsearch.google.com ()
More perspectives...
(SkyNewswire.com) Peerbits is an eminent and professional web and mobile solutions providing agency in India. It has proudly started its services for PHP MySQL development at reasonable price tags.Peerbits has broad base of customers ranging from USA, Canada, Australia and Europe. Creating database driven website is somewhat tough work and Peerbits has a team of developers who are proficient in PHP MySQL development and can create dynamic...  
From skynewswire.com ()
More perspectives...
PHP Development Outsourcing offers dedicated PHP developers and php programmers for Php Web design and php web development to fulfill your eCommerce, content management system needs. If you want to Hire PHP Developer or PHP programmer India you can visit ...  
From api.bing.com ()
More perspectives...
Here's what was popular in the PHP community one year ago today:Chris Hartjes' Blog: Book Review: PHP 5 Social Networking Rob Allen's Blog: Zend Framework 2 in Action Mike van Riel's Blog: Introducing: DocBlox SocialDevelopers.net: Facebook and the Zend Framework - Part 1: Iframe Authentication Binpress.com: Web Developer Programming Contest Matthew Weier O'Phinney's Blog: Why PHP Namespaces Matter Michael Feichtinger's Blog: PHP5 WebSocket...  
From phpdeveloper.org ()
More perspectives...
In a recent post to his blog, Gonzalo Ayuso shares a few tips on preventing SQL injection attacks on your applications. Security is a part of our work as developers. We need to ensure our applications against malicious attacks. SQL Injection is one of the most common possible attacks. Basically SQL Injection is one kind of attack that happens when someone injects SQL statements in our application. You can find a lot of info about SQL...  
From phpdeveloper.org ()
More perspectives...
Need PHP Developer? Want to Hire PHP Web Developer for your website? Get PHP Developer on Hourly/Part/Full Time Rate visit: opensourceapplicationdevelopment.comAhmedabad, Gujarat -- (SBWIRE) -- 01/23/2012 -- Looking to Hire PHP Developer? Need Low Cost Website Development? Open Source Application Development (OSAD) can be a BOON and BLESS for clients seeking to hire PHP Web Developers at affordable cost. Want to develop website and have...  
From feedproxy.google.com ()
More perspectives...
NetTuts.com has posted a second tutorial in their series focusing on the Zend Framework today. In this latest article they focus on integrating the powerful Doctrine ORM with a Zend Framework application. Ready to take your PHP skills to the next level? In this new "From Scratch" series, we'll focus exclusively on Zend Framework, a full-stack PHP framework created by Zend Technologies. This second tutorial on our series is entitled "Models...  
From phpdeveloper.org ()
More perspectives...
file TABLE file_id - unique file_url file_service file_thumbnailurl file_width file_height file_userid person who add this file file_datetime ... (Budget: $30-$50 USD, Jobs: MySQL, PHP, SQL)  
From feedburner.com ()
More perspectives...
Ok, so you’re pretty comfortable with using the Zend Framework, specifically the use of Forms. Along with that, you have a good working knowledge of how to combine a host of standard validators such as CreditCard , EmailAddress , Db_RecordExists , and Hex , and standard filters such as Compress/Decompress , BaseName , Encrypt , and RealPath . But what do you do when a situation arises that’s outside the scope of the pre-packaged validators...  
From sitepoint.com ()
More perspectives...
2012-02-04 18:09:45 - Hire PHP web developers in India, Ukraine, Texas, Dallas and San Francisco at lowest hourly rates or fixed project cost. Request a free quote to hire PHP web developers. Are you looking to hire PHP web developers India, Ukraine, Texas ...  
From api.bing.com ()
More perspectives...
Are you involved with an open-source project that’s interesting to MySQL users, such as Nginx, PHPMyAdmin, Drupal, Jenkins, PHP, and so on? Percona just published the application form for dot-org groups to have a free expo hall booth in the Percona Live MySQL Conference in April. Please submit your applications now, and tell your friends [...]Further Reading:Percona Live MySQL Conference comes to Washington DCOne-day Percona Live conference in...  
From cvilleblogs.com ()
More perspectives...
As an offshore PHP development Company India, We deliver outsourcing PHP development solutions from many years. We have done more then 150+ successful PHP website and PHP application development project with in time and on budget. Our effective and affordable PHP solution packages provide high end PHP development solutions and services as per your requirement. We provide all kind of PHP solution for various industries like Real Estate...  
From pr-gb.com ()
More perspectives...
In this new post to his blog Ade Slade shows how to integrate the Pimple lightweight dependency injection container with a Zend Framework application. This post will describe a way to integrate Zend Framework 1 and Pimple. A complete working version of the code is available on github. Thankfully, Zend Framework 2 features its own Dependency Injection Container. Happy days. Still, if you're not prepared to wait, you may find this useful...  
From phpdeveloper.org ()
More perspectives...
We are a small start-up, intending to launch and operate an online directory, whose purpose is to offer advertising space to professionals working in a specific domain. and useful search service to the website visitors looking for activities/places/professionals related to this domain... (Budget: $250-$750 USD, Jobs: CSS, HTML, Javascript, MySQL, PHP)  
From feedburner.com ()
More perspectives...
Our LAMP expertise is spread over multiple languages (PHP, Ruby), multiple open source frameworks (Zend, CakePHP, Ruby on Rails) and content management systems such as Drupal & WordPress ... development outsourcing, lamp consulting services, php web ...  
From api.bing.com ()
More perspectives...
Zend Developer Cloud woos PHP developers with enterprise-grade development features, snapshots for easy recovery and project sharing, and promises of single-click cloud deployment When you consider the cloud, you typically imagine a realm of deployed ...  
From api.bing.com ()
More perspectives...
Can anyone please tell me how to use this code in WordPress MU. MY Theme has got his code as timthumb function 0) { // select the post content from the db $sql = 'SELECT post_content FROM ' . $wpdb->posts . ' WHERE id = ' . $wpdb->escape($post_id); $row = $wpdb->get_row($sql); $the_content = $row->post_content; if...  
From wordpress.org ()
More perspectives...
SQL injection vulnerability in model/comment.class.php in HDWiki 5.0, 5.1, and possibly other versions allows remote attackers to execute arbitrary SQL commands via the PATH_INFO to index.php. NOTE: some of these details are obtained from third party information.  
From nvd.nist.gov ()
More perspectives...
I have an existing website. It is a Business Directory Website (like http://www.yellowpages.com.au). It is currenly on a Beta version. The site where created from scratch using technology of PHP,mysql,javascript, jquery... (Budget: ?1200-?10000 PHP, Jobs: HTML, MySQL, PHP,...  
From feedburner.com ()
More perspectives...
ER "A complete guide to getting started with phpMyAdmin 3.4 and mastering its features.A step-by-step tutorial for manipulating data with the latest version of phpmyadminAdminister your MySQL databases with phpMyAdmin Manage users and privileges with MySQL Server Administration toolsLearn to do things with your MySQL database and phpMyAdmin that you didn't know were possible!In DetailphpmyAdmin is one of the most widely used open source...  
From safari.oreilly.com ()
More perspectives...
(Prudent Press Agency.com) Peerbits is a leading web and mobile solutions providing company. Peerbits is pleased to announce starting of its services for PHP MySQL development in outsourcing arenas. Peerbits has expert and well trained PHP MySQL developers who are capable to handle any scale of the project. Their total PHP MySQL development experience exceed 25 man years. This way they have good solution expertise it ranging from simple...  
From prudentpressagency.com ()
More perspectives...
Multiple SQL injection vulnerabilities in base_qry_main.php in Basic Analysis and Security Engine (BASE) 1.4.5 allow remote attackers to execute arbitrary SQL commands via the (1) ip_addr[0][1], (2) ip_addr[0][2], or (3) ip_addr[0][9] parameters.  
From nvd.nist.gov ()
More perspectives...
US - CA - Marina del Rey, Software Development Team Can you perform PHP Code in your sleep? Are you an AJAX /JQuery Wiz? Is your PERL elegant but not in a jewelry box? Would you like to use your development skills for a  
From feedburner.com ()
More perspectives...
SQL injection vulnerability in mobile/search/index.php in Tube Ace (Adult PHP Tube Script) 1.6 allows remote attackers to execute arbitrary SQL commands via the q parameter. NOTE: some of these details are obtained from third party information.  
From nvd.nist.gov ()
More perspectives...
Php question: mysql_real_escape_string is turning '\6' (and I assume any other \(number combination) into a single character '' where it's in my code, but not when the same string is passed through $_POST. Is this a behaviour of magic_quotes (currently on) or something else - and without the ability to change global php settings, what can I do about it?The code I'm working with sets a hard-coded password when setting up a database (password...  
From feedburner.com ()
More perspectives...
Simplicity Thе major objective to hire dedicated php developer іѕ tο mаkе process οf developing ... various Content Management Systems such аѕ Joomla, Drupal, Mambo, WordPress, Typo3, which are based on open source programming.  
From api.bing.com ()
More perspectives...
Zend, a company which specialises in PHP frameworks and tools, has released the results of a developer survey from November 2011. The survey attracted 3,335 respondents drawn, it says, from “enterprise, SMB and independent developers worldwide.” I have a quibble with this, since I believe the survey should state that these were PHP ...continue reading PHP Developer survey shows dominance of mobile, social media and cloud Related posts:Cloud...  
From itwriting.com ()
More perspectives...
Joomla customization, India is a relatively new phenomenon that is swiftly catching on with the various IT companies based here, like Hidden Brains. This technology, bifurcated from Mambo way back in 2005, and has never looked back ever since. This unique CMS based on PHP, provides more than once benefits owing to it being open source and having a large community of developers. They add to the already existing extensions of this open source...  
From pr-gb.com ()
More perspectives...
Joomla releases its most advanced version yet. Joomla 2.5 is far more scalable, secure, faster and effortless than its previous versions. Joomla is a hugely successful PHP based opensource content management system (CMS) which is extensively used by companies and by  
From openpr.com ()
More perspectives...
On Reddit.com there's a good discussion going on to answer the question "What non-PHP stuff should a PHP developer know?" I was looking at job description for a web developer, and one of the big responsibilities was database maintenance. [...] And along those lines, what other skills would be useful for a PHP developer to have that aren't directly PHP-based? Suggestions so far include things like: Linux command-line skills some Python...  
From phpdeveloper.org ()
More perspectives...
I am trying to put a general purpose function together that will sanitize input to a Mysql database. So far this is what I have: function sanitize($input){ if(get_magic_quotes_qpc($input)){ $input = trim($input); // get rid of white space left ...  
From blogsearch.google.com ()
More perspectives...
This video presentation by Dwight Merriman (MongoDB) at OSCON Data 2011 explores the role of NoSQL databases. He makes some very interesting points: NoSQL was created to allow horizontal, read-write scaling NoSQL uses a dynamic schema NoSQL is similar to dynamically-typed languages, e.g. Perl, PHP NoSQL has serious limitations compared to relational data storage, e.g. reporting What I found most interesting about his presentation...  
From planet.postgresql.org ()
More perspectives...
I have a mysql table that has id, name, type, size, content, and link. I have pages download.php and showimage.php. I want the link to affect the image so when the user clicks it sends them their. I only created showimage.php cause I had ran out of options on how to link and was hoping i could...  
From daniweb.com ()
More perspectives...
I'm running the following code in PHP to generate the random list of movies from the database but since value of genere is an array it is just capturing the first value of the array. How can I modify the query so that I can get all the values of genere in comma separated line.  
From daniweb.com ()
More perspectives...
New on PHPMaster.com there's a tutorial showing you how to use ClamAV support to work as a validation filter in a Zend Framework application. ClamAV is an open source project that helps identify malicious threats like trojeans, viruses and malware. Ok, so you're pretty comfortable with using the Zend Framework, specifically the use of Forms. Along with that, you have a good working knowledge of how to combine a host of standard validators...  
From phpdeveloper.org ()
More perspectives...
Do you want to hire PHP Web Developers India? Do you need to hire dedicated PHP Programmers, PHP Coders at low cost? Web Software Outsourcing is a leading PHP Development Company providing dedicated PHP developers and PHP coders at low cost. Our PHP ...  
From api.bing.com ()
More perspectives...
Hello everyone , i just need to insert into my database the state of 4 checkbox , i'm trying now only for two . For this, i have two file formulaire.html and form.php , I've created for each checkbox a column in my database , so , what i want to get finaly is to know the state of each checkbox , if...  
From daniweb.com ()
More perspectives...
Hello all, First off, I am not here to debate the merit of storing PDF as a blob in MySQL. I know this is not optimal solution, but this is the requirement that I have to work with. The upload appears to be successful, (Field in the database is filled with binary data) but when we try to...  
From daniweb.com ()
More perspectives...
Peerbits is an eminent and professional web and mobile solutions providing agency in India. It has proudly started its services for PHP MySQL development at reasonable price tags. Peerbits has broad base of customers ranging from USA, Canada, Australia and Europe.  
From api.bing.com ()
More perspectives...
CakePHP is a framework that provides a solid base for PHP development. It allows users at any skill level to rapidly develop robust web applications. The framework follows the principles of the MVC pattern (Model-View-Controller) which separates your code in three parts: Model – code that deals with data (i.e.  
From sitepoint.com ()
More perspectives...
Hi, I'm new in php and face some problem in mysql. I want to check some data if it's remain on database. Example: in my form there are two form field. 1) url 2) name. So i want to check if session user have already this 'url' and 'name' in the database then it's must be show error message. ...  
From daniweb.com ()
More perspectives...
I want to create a voting system where there is a user and admin pages. so when the user has selected, the user can not choose anymore. To the database system checks whether the user has selected or not. I want to use the session between user and admin. and when the user has selected or not...  
From daniweb.com ()
More perspectives...
hi i humbly need some help. I am a php developer but now I am learning asp.net with c# as it is a requirement of our company. I am familiar with the basics of c# and oops. The problem i am facing is that i learned how to retrieve values from the database and make a data table now from this i know...  
From daniweb.com ()
More perspectives...
Legacy ASP, CSS, HTML, Javascript, sql expert – oDesk. Posted on 7 February, 2012 | Filed under [ Web Programming ]. We have a social media website and need an expert in the skills above to fix and add things for us. There will be a test ...  
From blogsearch.google.com ()
More perspectives...
On the AndroidHive site there's a recent tutorial (plus screencast) about combining PHP, MySQL and SQLite to act as the backend authorization for your Android application. In my previous article Android Login and Registration Screen Design i explained designing the login and registration interfaces, but it has no functionality. In this tutorial i am explaining how to build complete login and registration system in android using PHP, MySQL...  
From phpdeveloper.org ()
More perspectives...
Scheduled from March 5 - March 7, 2012, this three-day administrator training is aimed ... source software development with over 300 professionals trained in SugarCRM, Drupal, Zend, PHP, MySQL, and ProcessMaker. OSSCube is the world's first Zend Centre ...  
From api.bing.com ()
More perspectives...
Hello, I installed Joomla + video component on my second hard drive and it gives me a 404 page when i use mod_rewrite enabled. Also i have a new server and I'm using Directadmin, there's another problem... (Budget: $30-$250 CAD, Jobs: Apache, Joomla, Linux, PHP)  
From feedburner.com ()
More perspectives...
Putting in PHP and MySQL Database in Ubuntu. January 24, 2012 by Howell. PHP (the acronym for PHP Hypertext Preprocessor) is a website-centered programming language which has the capacity to approach knowledge dynamically.  
From blogsearch.google.com ()
More perspectives...
The project is to move a small dynamic website from old server into a new server, it includes the following: 1. a new VPS will be created that includes CentOS minimal (netinstall + ssh server) 2. install MySQL, Apache, PHP, PMA (all should be the latest stable releases) 3... (Budget: $250-$750 USD, Jobs: Apache, Linux, MySQL, PHP, Web Security)  
From feedburner.com ()
More perspectives...
This step-by-step guide will provide you with instructions on how to manage a MySQL Database with phpMyAdmin. Step 1: Scroll down to the “Databases” section. Note: Databases cannot be created with phpMyAdmin. This must be done from ...  
From blogsearch.google.com ()
More perspectives...
I need someone to talk about a magento project. I need someone good with Magento and Zend Framework. Need to build a custom page in Magento Admin, from where the Store Admin can export product to 3rd party websites[list of websites will be provided after successful negotiation]... (Budget: $250-$750 USD, Jobs: Magento, PHP, Zend)  
From feedburner.com ()
More perspectives...
The latest episode of our “Meet The MySQL Experts” podcast focuses on MySQL & PHP! Andrey Hristov and Johannes Schlüter from the MySQL Connectors Team talk about various ways PHP developers can use MySQL, ...  
From blogsearch.google.com ()
More perspectives...
When trying to configure my site to add another domain, it tells me to add the following to .htaccess: RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] I cannot find this file. HELP!!!!  
From wordpress.org ()
More perspectives...
hello i have a privite cms i want to transfare my portal to joomla site requirements ------------------------- must be native arabic speaker must be real quick and no other jobs at the same time... (Budget: $30-$250 USD, Jobs: AJAX, Joomla, MySQL, PHP)  
From feedburner.com ()
More perspectives...
I have an external HTML/PHP webformpage that already was linked in Drupal and it worked. I deleted this link, but now it must be restored on the website again. The issue is that the link is not working. I get an error message that the page is ...  
From blogsearch.google.com ()
More perspectives...
Cake PHP web development is known for the quality web development and you can scale development across a team of experienced developers for easier deployment. Cake PHP framework has strong structural advantages which helps you to upgrade, build and extend ...  
From api.bing.com ()
More perspectives...
Pressbox (Press Release) - Nowadays, there are several offshore PHP development companies which offerservicescapably and with quality. Therefore hiring PHP programmers from India is perfect and cost-effective as well. You have a greatoption to hand-pick an ...  
From api.bing.com ()
More perspectives...
I'm looking for an experienced Joomla developer to create a limo booking component and following up updates, upgrades and support (will be paid separately). Component creation is a test project of MVC structure, Ajax and SQL abilities... (Budget: $30-$250 USD, Jobs: AJAX, Joomla, MySQL, PHP, Software Architecture)  
From feedburner.com ()
More perspectives...
DBConvert for Oracle and MySQL provides the bulk of functional capabilities such as interactive (GUI) mode/command line mode, saving data into a MySQL Dump or PHP-script for further export to MySQL database, task planner scheduling, data mapping ...  
From api.bing.com ()
More perspectives...
PHPMyAdmin allows you to browse through all the created tables and databases using an intuitive user interface instead of having to type in commands from your server's console. –. Learning how to setup a MySQL database ...  
From blogsearch.google.com ()
More perspectives...
Their total PHP MySQL development experience exceed 25 man years. This way they have good solution expertise it ranging from simple website to complex business portals and integrated web applications. Peerbits follow an established development methodology ...  
From api.bing.com ()
More perspectives...
Software development of core platform using PHP/MySQL/JavaScript and other relevant technologies ... Code primarily using PHP, Javascript, MySQL, CSS/HTML. • Optimize our ... Knowledge of relational databases and SQL ...  
From blogsearch.google.com ()
More perspectives...
Are you involved with an open-source project that's interesting to MySQL users, such as Nginx, PHPMyAdmin, Drupal, Jenkins, PHP, and so on? Percona just published the application form for dot-org groups to have a free ...  
From blogsearch.google.com ()
More perspectives...
Hello Experts! I am looking for an exceptional PHP programmer with skills in Javascript, MySQL and WordPress as well. Linux admin skills would be favourable but not necessary (let me know if you have this skill)... (Budget: $5-$15 USD, Jobs: Javascript, MySQL, PHP, Wordpress)  
From feedburner.com ()
More perspectives...
FOX News Digital is seeking an ambitious, well-rounded PHP developer for its on-site Production and Development team. You will work closely with a small team of other PHP developers on high-profile consumer-facing websites and internal tools for ...  
From api.bing.com ()
More perspectives...
I'm trying to fetch a number of rows from a MySQL database and group them by the day they were posted. End result I would like the following.. Monday -Article 1 -Article 2 -Article 3. Tuesday -Article 1 -Article 2. Wednesday -Article 1 -Article 2 ...  
From blogsearch.google.com ()
More perspectives...
Installing Apache2 With PHP5 And MySQL Support On Fedora 16 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 16 server with PHP5 support (mod_php) and MySQL support.  
From howtoforge.com ()
More perspectives...
File Name: UwAmp  File Server SoftwareFile Submitted: Feb 04, 2012, 10:25:55 PM UwAmp is a Wamp Server with Apache MySQL PHP and SQLite, and it comes with an very smart interface that offers various information, configuration and commands for the server. It can handle multiple php versions and monitor cpu usage. Also it is able to run in U3 mode.It can manage Apache Virtual host and Alias. You can enable/disable PHP extension and Apache module...  
From theinfostrides.com ()
More perspectives...
Fundamental features with latest development technology add charm to your web development as PHP Developer offering it's separate web development modules for incredible web development solution. Online PR News – 29-January-2012 –PHP Developer has ...  
From api.bing.com ()
More perspectives...
PHP web coding is the most stable yet scalable solution for your online web presence. No matter what kind of business you do or you are making website for any other specific use, there are some advance techniques to secure your web platform and you can get ...  
From api.bing.com ()
More perspectives...
I have an HTML5 / CSS3 site with many built pages. I am trying to implement a strong user management system with it but am having problems. I need a professional who knows exactly what they are doing.... (Budget: $750-$1500 USD, Jobs: CSS, HTML5, Javascript, MySQL, PHP)  
From feedburner.com ()
More perspectives...
My test script (for learning purpose) calls the eBay API and downloads the requested information into the MySQL database but I seem to be getting the issue of the script skipping IDs on the Auto Increment. From what I have been reading here ...  
From blogsearch.google.com ()
More perspectives...
Hello, I am looking for a php developer for php wordpress & drupal websites. Please provide examples of your previous works. New freelancers with good skills confident of handling tasks like php coding, wordpress development and drupal development are welcome... (Budget: $30-$250 USD, Jobs: AJAX, HTML, Javascript, PHP, Website Design)  
From feedburner.com ()
More perspectives...
Joomla web designers are in great demand as businesses are getting developed with Joomla web development. Joomla which is an extra-ordinary Content Management System (CMS) has become the today's online business first choice. Joomla offers flexible web ...  
From api.bing.com ()
More perspectives...
On PHPMaster.com today there's a a new tutorial helping you take some first steps with CakePHP, a popular full-stack PHP framework, by Vito Tardia. CakePHP is a framework that provides a solid base for PHP development. It allows users at any skill level to rapidly develop robust web applications. [...] Personally, the reason why I prefer CakePHP over other PHP frameworks is its better support for console applications. CakePHP has a...  
From phpdeveloper.org ()
More perspectives...
Why read stale data from an asynchronous MySQL replica (slave)? Fetch it from a local cache instead! Good for the clusters overall load, good for your applications performance. And, possible with PECL/mysqlnd_ms 1.3, the replication and load balancing plugin for PHP MySQL users. The idea is simple Any application using asynchronous MySQL replication must be capable of [...]  
From planet-php.org ()
More perspectives...
I'm not sure if this is much of a problem, but I noticed in the directory: mute-screamer\libraries\IDS There's an .htaccess file with this in it: # in case PHPIDS is placed in the web-root deny from all # silence is golden php_flag display_errors off Some of the sites I host on, do not have mod_php as an Apache module. So the above reference of php_flag display_errors off would normally throw errors and possibly keep mute screamer from...  
From wordpress.org ()
More perspectives...
I know this is not about wordpress but i don't know where eles to ask. I am new to PHP development and i want to buy a book. I have settled on Learn PHP, MySQL and JavaScript by Robin Nixon but i'm feeling a bit apprehended because the book is (roughly) 3 years old. Can i still use it now ? I know nothing about mySQL and JavaScript though i can understand PHP a bit. Thank you  
From wordpress.org ()
More perspectives...
This article is about to explain how you can manage database collation and character set of your database. If you are working on website which covers only one language which is english then you may not worry about these ...  
From blogsearch.google.com ()
More perspectives...
Pressbox (Press Release) - Joomla releases its most advanced version yet. Joomla 2.5 is far more scalable, secure, faster and effortless than its previous versions. Joomla is a hugely successful PHP based opensource content management system (CMS) which is ...  
From api.bing.com ()
More perspectives...
Pressbox (Press Release) - We have been a player in the world of design, development and marketing for the past 9 years and ZealousWeb always has only the best to offer in the field. Therefore, to take forward our ample experience and to make things better ...  
From api.bing.com ()
More perspectives...
So, to make a long story short, developers need more in order to build AJAX sites ... There are dozens of DHTML and AJAX menu frameworks available out there, but, at the end of the day, they differ based on the animation, graphics, and predefined skins ...  
From api.bing.com ()
More perspectives...
I want to create a dynamic dropdown menu that one select is based on the value of another select. I tried so many times and failed. I have the code as follows. Anyone can help me to find out what the problem is. //template: )
More perspectives...
- WordPress : 3.3.1 - PHP/MySQL : PHP 5 / MySQL 5 - Theme : London Live - Url : http://www.leforumdessports.fr/blog/ Hi, All images are missing after BPS installation. Someone can help me because i don't know how i need to change in the htaccess file. Thank you. http://wordpress.org/extend/plugins/bulletproof-security/  
From wordpress.org ()
More perspectives...
MySQL not available to select during install with MAMP. Posted by kyle.vh on January 16, 2012 at 3:30am. This is my first time installing drupal 7 on a new machine (Macbook Pro OSX 10.6.8, MAMP 2.0.5 w/ PHP 5.3.6). During the install, the ...  
From blogsearch.google.com ()
More perspectives...
Inetz, a Salt Lake City based web development company founded in 1997, is looking for full time web programmers in a LAMP environment. Inetz specializes in building and maintaining large web systems with high profile, long term clients. Solving solutions ...  
From api.bing.com ()
More perspectives...
When the comment is submitted I'm using jQuery to submit the variables and then return me a success message. I have also coded a way of reloading my tag which contains a PHP include file, but I receive a mysql error (shown below) - all...  
From blogsearch.google.com ()
More perspectives...
I have an existing PHP export script that manipulates some data and then exports the data into a csv file. The script exports a survey. Each survey typically has around 20 questions (the question vary slightly from survey to survey)... (Budget: $30-$250 USD, Jobs: AJAX, MySQL, PHP)  
From feedburner.com ()
More perspectives...
dbForge Studio for MySQL is the most powerful MySQL management and administaration tool combining features of phpMyAdmin, MySQL Administrator, and other MySQL GUI tools. It works with any MySQL database server from version 3.23 up to 5.5 and supports most ...  
From api.bing.com ()
More perspectives...
Web developer PHP5, MYSQL, CSS, JAVASCRIPT (Midtown). We are looking for a full time web developer. Great salary and benefits. We are located near the Rockefeller Center. You mus have at least 3 years of experience in : ...  
From blogsearch.google.com ()
More perspectives...
So they keep it in mind and then design your web application. It is not difficult to hire a professional PHP developer there are a lot of companies have been working in the field of PHP web development. the look of website is create most important role for ...  
From api.bing.com ()
More perspectives...
Online business trend is catching up and advanced PHP programming is sought for the competition where millions of other swarming sites are capturing the attention and client base over the places. The e-commerce website development requires frequent ...  
From api.bing.com ()
More perspectives...
Installing PHP and MySQL Database in Ubuntu. Calendar January 2, 2012 | Posted by admin. PHP (PHP stands for Hypertext Preprocessor) is a programming language on the Web, the ability to process data dynamically based. PHP is a ...  
From blogsearch.google.com ()
More perspectives...
Wizard-level PHP and MySQL skills. Similarly magical with Javascript/AJAX/JQuery. Clean, standards-based HTML and CSS. Know how to write secure code, with knowledge of web security and common security flaws in ...  
From blogsearch.google.com ()
More perspectives...
In this article we will see for creating a scheduled events which executes several times and also we can define the start and end time for the event. So we can have such events which runs on specific interval for specific period ...  
From blogsearch.google.com ()
More perspectives...
PHP @ DaniWeb - Hi, am wounding where i can find a script that can do something similar to this www.avis.com Pls look at the right low side. This is just javascript, want something similar, but using php/mysql.  
From blogsearch.google.com ()
More perspectives...
Is it worth the efforts to cache the results of a MySQL query at the client? In most cases the answer is: try it, measure it! Install the development version of the mysqlnd query cache plugin, which can be used with PDO_MySQL, mysqli and mysql. Set three PHP ...  
From planet-php.org ()
More perspectives...
PHP Mysql database database scripts are incredibly popular and they perform very fast for big data bank. Most desired functions in the database ... The PHP Extension and Add-on Databases. Similar to the CPAN network for ...  
From blogsearch.google.com ()
More perspectives...
In any MySQL database, there are a few tables. To learn how to access the data in the MySQL database, create an instance of the database with the “Online Store”. Databases can be used with the SQL command “CREATE ...  
From blogsearch.google.com ()
More perspectives...
Camna, LLC is a growing web development company located in Fredericksburg, VA, that focuses on PHP/MySQL web-based applications. We're looking for a part-time (15-25 hours/week) PHP programmer with the skills ...  
From blogsearch.google.com ()
More perspectives...
PHP 5.4 Features: Shall you Upgrade to the newer PHP Version? By Manuel Lemos PHP 5.4 is being released after many months of development and tests. Read this article to get a brief overview of the features of this new release and learn about criteria that you may follow to decide if and when you should upgrade to the new version.  
From planet-php.org ()
More perspectives...
There are some very good tutorials for doing some basic or a bit more advanced things in php gtk cairo. However it is logical that they do not cover everything. But luckily one can go further in using cairo by him self, I provide a single and very simple example script that allows you to discover all by your self things like: read more  
From planet-php.org ()
More perspectives...
This is the third installment in my series about writing a RESTful web service in PHP (the previous entries are about understanding the request and routing it. It is probably the last one but there are a few other things … Continue reading →Lorna is an independent web development consultant, writer and trainer, open source project lead and community evangelist. This post was originally published at LornaJane  
From planet-php.org ()
More perspectives...
The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix.Security Fixes in PHP 5.3.10:Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.All users are strongly encouraged to upgrade to PHP 5.3.10.For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.  
From planet-php.org ()
More perspectives...
MicroPHP vs Complicated PHP - Lately in PHP podcast episode 20 By Manuel Lemos Earlier in January Ed Finkler announced the MicroPHP manifesto. It seems to be a rant about against the practices of developers that make PHP development more complicated than it should be. This is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 20 of the Lately in PHP podcast. They also discuss the final release of PHP 5.4.0 and...  
From planet-php.org ()
More perspectives...
There are lots of active, vibrant developer groups in the DC area: DC PHP, Baltimore PHP, and the Frederick Web Tech group. The DC PHP Beverage Subgroup meets monthly in Northern Virginia. But in the middle between all these groups lies Montgomery County, Maryland. In that area live hundreds of developers who struggle to reach [...]  
From planet-php.org ()
More perspectives...
It's time for something big: Qafoo goes JavaScript and from now on provides expert consulting, training and engineering for the full stack of your web application. We warmly welcome Jakob Westhoff, a well-known expert for PHP and JavaScript, in our team.  
From planet-php.org ()
More perspectives...
After hearing about how great PHP Benelux Conferences were I finally made it over to Belgium to check it out, and i was impressed. To catch you up on the new, I moved to Amsterdam last december and thus had the chance of attending the conference which is now 2 hours away on a train [...]  
From planet-php.org ()
More perspectives...
Qafoo is happy to announce the three day JavaScript event taking place in Cologne from 12. - 14. March 2012. Presented by "entwickler akademie" (PHP-Summit) and supported by Qafoo it will be an amazing event fully packed with expert knowledge for all your JavaScript needs.  
From planet-php.org ()
More perspectives...
Another Serious Security Bug on PHP 5.3.9 By Manuel Lemos PHP 5.3.9 release was mostly meant to fix a security bug, but it introduced a new more serious bug. PHP 5.3.10 was just released to fix this issue. Meanwhile Debian Linux maintainers decided to stop enabling the Suhosin extension by default. This extension is used by several Linux distributions to provide protection against present and future security bugs of PHP. Read this article...  
From planet-php.org ()
More perspectives...
Sublime Text 2 is a new cross-platform text editor that I’ve recently switched to. It’s still in public beta, but already offers better performance (and battery life!) and a better look (fonts that render properly!) than Java-based IDEs such as Netbeans. One thing it didn’t have was support for PHPUnit, so I’ve made a plugin. [...]  
From planet-php.org ()
More perspectives...
Ten months ago when I started at Mozilla, I began transitioning away from PHP and into Python and Django. This was inevitable: the Mozilla Webdev team favors Python over PHP in almost every webapp (Socorro is the critical exception). However, over time I had become disillusioned with the direction that PHP was taking. The project [...]  
From planet-php.org ()
More perspectives...
s you probably know, we at IKS have been working to decoupled content management through semantic technologies. CreateJS, together with the VIE library provide the user-facing part of this approach. Traditional content management has been very monolithic, meaning that by choosing a particular editing interface, CMS users also have to take the web framework, programming language and content storage mechanism mandated by the developers of their...  
From planet-php.org ()
More perspectives...
One of the big features arriving with PHP 5.4 is the addition of a built-in basic webserver for use in development environments. Quite a few of the other scripting languages have something like this so I'm very pleased to see … Continue reading →Lorna is an independent web development consultant, writer and trainer, open source project lead and community evangelist. This post was originally published at LornaJane  
From planet-php.org ()
More perspectives...
PHPStorm's File template settings are very versatile. They allow you to not only make a file template, but also allow you to parse out redundant elements (such as licensing) in the template by allowing an includes section. In your File Template, any undefined variable automatically elicits a prompt from PHPStorm. PHPStorm allows you access to the [...]  
From planet-php.org ()
More perspectives...
Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a framework for creating test doubles like mock objects through the use of a simple and succint API capable of clearly defining all possible object operations  
From planet-php.org ()
More perspectives...
On PHPMaster.com today there's a new post from Alejandro Gervasio about a part of the SOLID development methods - the Liskov Substitution Principle - the idea that objects should be replaceable with instances of their subtypes without a change to the architecture of the application. Even when the formal definition of the LSP makes eyes roll back (including mine), at its core it boils down to avoiding brittlely-defined class hierarchies...  
From phpdeveloper.org ()
More perspectives...
New on DevShed today there's a tutorial looking at using one of the newer features of PHP, closures, as view helpers in a basic templating system. In this two-part tutorial I'll be showing you, in a step-by-step fashion, how to use the goodies offered by closures in the implementation of an object-based, easily extendable template system. This system will allow you to embed anonymous functions easily into template files, and call them as...  
From phpdeveloper.org ()
More perspectives...
On the Codeception blog there's an introduction to the Codeception tool, a behavior-driven framework written in PHP (in the spirit of Behat). How often do you see PHP projects with no line of test written? From my experience, this situation happens quite often. We should state the unpleasant fact that tests are not so popular around the PHP world. Surely, the advanced developers with 5+ years of experience in PHP and other programming...  
From phpdeveloper.org ()
More perspectives...
In this recent post on Reddit.com, there's some good discussion/feedback about the proposed redesign of PHP.net. Opinions from commentors range widly: "The layout's nice. But those colors are downright disgusting." "To be honest, the new version is 100x better." "It's definitely way better than the old design but still not exactly great is it?.." "Much more profressional. Welcome to the 21st century PHP.net." Have an opinion on the new...  
From phpdeveloper.org ()
More perspectives...
Here's what was popular in the PHP community one year ago today:IBM developerWorks: Understanding the Zend Framework, Part 1: The basics Gonzalo Ayuso's Blog: PHP Template Engine Comparison. Part 2 (vs Plain PHP) 9Lessons: Facebook Graph API Connect with PHP and Jquery 9Lessons: User Signup using Facebook Data Brian Swan's Blog: Paging Data with the SQL Server Drivers for PHP: Simplified QaFoo.com Blog: Struct classes in PHP NetTuts.com: How...  
From phpdeveloper.org ()
More perspectives...
On his blog today Francois Zaninotto has a post that aims to introduce those with a PHP background to how Node.js works. In this first part of his series, he tries to explain the idea of event-driven programming - parallel processing of different parts of an application based on some action taken in the code. For a PHP developer, asynchronicity is the most puzzling aspect of the Node.js runtime. It's simply a new way to write programs. And...  
From phpdeveloper.org ()
More perspectives...
Mike Purcell has a new post to his blog showing a method he's followed to be able to use the popular PHPUnit unit testing software without having to go through the PEAR installer to get there. PHPUnit is a great tool to protect us developers from introducing new defects when adding new features or re-factoring code. However there is one HUGE downside to PHPUnit; it must be installed using PEAR. Personally, I don't like 'auto-installers', I...  
From phpdeveloper.org ()
More perspectives...
PHPMaster.com has a new tutorial posted today about "bending XML to your will" - working with XML data using the XML Parser and SimpleXML functionality already included with PHP. If you've ever worked with the Twitter or Facebook APIs, looked at RSS feeds from a website, or made use of some type of RPC calls, you've undoubtedly experienced working with XML. [...] Knowing how to process XML data is a crucial programming skill today, and...  
From phpdeveloper.org ()
More perspectives...
Popular posts from PHPDeveloper.org for the past week:IBM developerWorks: Store datasets directly in shared memory with PHP Reddit.com: PHP.net gets a new design. Opinions divided Jakub Zalas' Blog: Mocking Symfony Container services in Behat scenarios with Mockery KingFoo Blog: PHP 5.4 - What's new? Michael Nitschinger's Blog: Session Encryption with Lithium Jani Hartikainen's Blog: Why does everything need to be integrated into a framework...  
From phpdeveloper.org ()
More perspectives...
On the Ibuildings blog today there's a year in review post (from Ben Longden, Rowan Merewood and Alistair Stead) looking back at 2011 and everything that happened in the world of PHP. 2011 has flown by in a blur as we have been busy helping many new clients with large scale PHP projects - proof that PHP continues to gain traction with enterprise. [...] The ongoing financial climate only adds pressure for IT managers to cut costs and deliver...  
From phpdeveloper.org ()
More perspectives...
Nicolas Grekas has shared another tool that he's pulled out of his "Patchwork" framework to make it a stand-alone tool: the Patchwork-UTF8 helper that provides matching functions to those PHP already has for regular strings, but a little smarter to work with UTF8 correctly. The PatchworkUtf8 class implements the quasi complete set of string functions that need UTF-8 grapheme clusters awareness. These functions are all static methods of the...  
From phpdeveloper.org ()
More perspectives...
The latest episode of the "/dev/hell" podcast has been released - Episode 4: "The Cool Kids Club". Our fourth episode is all ready for your listening pleasure. In this exciting episode we focus on "The Conference Experience" and discuss why programming conferences are so important to developers. Chris talks about why CodeMash was so awesome and the awesome talks full of awesomeness that he attended. Ed talks about his own experiences with...  
From phpdeveloper.org ()
More perspectives...
On 7php.com there's a new interview with Stefan Koopmanschap, the Symfony Community Manager (and well-known PHP speaker and member of the PHPBenelux user group) answering some questions about himself, Symfony and the PHP community. In this edition, I talked with Stefan Koopmanschap (@skoop) the co-founder of the Dutch PHP usergroup PFZ.nl which is merged with the PHPBelgium usergroup to form the PHPBenelux usergroup. He is also an official...  
From phpdeveloper.org ()
More perspectives...
In this new post to his blog Nikita Popov looks at an update that might have gotten lost in the shuffle of new features coming in PHP 5.4 - some updates to htmlspecialchars. One set of changes that I think is particularly important was largely overlooked: For PHP 5.4 cataphract (Artefacto on StackOverflow) heroically rewrote large parts of htmlspecialchars thus fixing various quirks and adding some really nice new features. Here a quick...  
From phpdeveloper.org ()
More perspectives...
Lorna Mitchell has posted a quick tutorial about a feature of the upcoming PHP 5.4 release, the built-in web server, and some tips on doing things like routing requests and changing the hostname. One of the big features arriving with PHP 5.4 is the addition of a built-in basic webserver for use in development environments. Quite a few of the other scripting languages have something like this so I'm very pleased to see it in PHP. Using a...  
From phpdeveloper.org ()
More perspectives...
On PHPMaster.com today there's a new tutorial showing you how to handle simple pagination in a popular PHP framework, CodeIgniter. Pagination is particularly useful when you are coding an application that interfaces with a database. A large dataset might have hundreds of possible results for one query, and pagination creates a much nicer user experience. In this tutorial, I'll use CodeIgniter's pagination library to show you how you can...  
From phpdeveloper.org ()
More perspectives...
In the second part of their look at using closures in PHP as view helpers, DevShed improves upon their original code by adding some additional classes and using them in the closures. The best way to show you how using anonymous functions can help you to develop more efficient OO applications is with some functional, hands-on examples. With this idea in mind, in the installment that preceded this one, I implemented an extendable template...  
From phpdeveloper.org ()
More perspectives...
In this recent post to his blog Anson Cheung provides a set of helpful hints for sysadmins to follow when installing (or just securing) the PHP installations on their systems. PHP is widely used for various of web development. However, misconfigured server-side scripting would create all sorts of problem. And here are php security best practices that you should aware when configuring PHP securely. Nowadays most of the web servers are...  
From phpdeveloper.org ()
More perspectives...
In a recent post Marcelo Gornstein takes a look at using dependency injection with Doctrine2 using his Ding container. This article will show how we can develop software in php with a nifty design and architecture, and very much like other languages like java, using an ORM and an AOP, DI, Events container. I will assume you've read (or at least took a quick look) at this article that explains the tree layout used throughout the code, and...  
From phpdeveloper.org ()
More perspectives...
Over on the PHPClasses.org blog today there's a new post looking at the next major upcoming PHP version (5.4), what it comes with and why you might want to make the upgrade. PHP 5.4.0 is planned to be released on February, 2 2012. By the time you are reading this, it may already been out. It is a result of many months of development. Many features were proposed for this release. Some made into this version, others did not make it at least...  
From phpdeveloper.org ()
More perspectives...
On PHPMaster.com today Steven O'Brien takes a look at a popular PHP-based framework, Yii - specifically one of the components that makes it up, the CComponent that provides a base for all other components in the framework. There's been a lot of buzz surrounding the use of frameworks for quite a while now and there are many great PHP frameworks to choose from. I was blown away by the simplicity and power of the base CComponent class in the...  
From phpdeveloper.org ()
More perspectives...
In this latest post to his blog Justin Carmony looks at a system he created to hook his Nagios notifications into the Twilio web service and have it notify him via SMS with something was wrong. In the past I would just use my iPhone's email-to-txt email address. However, when I received the txt message, it wasn't formated very pretty, and it would have a different "From Number." So if we had a crazy day, I would have 20-30 message threads...  
From phpdeveloper.org ()
More perspectives...
Alessandro Nadalin has a new post to his blog looking at the Composer project and using it to manage packages and dependencies in PHP applications. Managing dependencies between pieces of software, in PHP, hasn't always been a relief: we had PEAR and PECL with their workflows and problems while, in other ecosystems, the solution to this problem has been solved in better ways, like NodeJS's NPM. He takes a first look at the tool...  
From phpdeveloper.org ()
More perspectives...
Mike Purcell has a quick new post to his blog showing how you can run PHPUnit on one specific test using handy grouping functionality already built into the tool. The other day I was debugging an error in one of my unit tests, and found it hard to track down because when I ran PHPUnit, it ran all the tests contained in the file where my problem unit test was located. After some Googling and reading the PHPUnit Api Docs, I found that you can...  
From phpdeveloper.org ()
More perspectives...
In this recent post to his blog Ian Barber offers up some hints on presenting at conferences (or other events really) based on some of his experiences at this year's PHP Benelux Conference that just wrapped up in Belgium. Some of the conversations I had during the weekend were around technical presenting at conferences and usergroups, so I thought I'd collect a handful of the tips that were discussed into a post, and use a few of my...  
From phpdeveloper.org ()
More perspectives...
Lorna Mitchell is back with another post in her "Building a RESTful PHP Server" series today with this new post showing how to work with output handlers (her focus is on JSON). So far we've covered parsing requests to determine exactly what the user is asking for, and also looked at routing to a controller to obtain the data or perform the action required. This post gives examples of how to return the data to the client in a good way. She...  
From phpdeveloper.org ()
More perspectives...
Sebastian Bergmann has shared a presentation he originally gave at an Etsy event covering some of the history behind the popular PHPUnit tool and the development it's been through. When Noah Sussman asked me to give a Code as Craft Technology Talk last week when I was consulting for Etsy I immediately said yes. [...] Just like with a talk that I gave last year, I suddenly had a chain of associations in my head that I just had to follow. And...  
From phpdeveloper.org ()
More perspectives...
The PHPClasses.org site has posted the latest episode of their "Lately in PHP" podcast - episode 20: "MicroPHP vs Complicated PHP". Earlier in January Ed Finkler announced the MicroPHP manifesto. It seems to be a rant about against the practices of developers that make PHP development more complicated than it should be. This is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 20 of the Lately in PHP podcast...  
From phpdeveloper.org ()
More perspectives...
php|architect, the group behind the yearly php|tek conference has posted this year's official schedule. Sessions in this year's event include: Developer Testing 201, When to Mock and When to Integrate (Laura Beth Denker) API Development (Rob Richards) The MicroPHP Manifesto (Ed Finkler) Web Security and You (Elliot White) Decoupled Library Packages for PHP 5.4 Clojure for PHP Developers (Ian Barber) Tickets are now on sale - you can find...  
From phpdeveloper.org ()
More perspectives...
Rafael Dohms has a new post to his blog about some of the lessons he learned attending this year's PHP Benelux conference both from the perspective of attending the conference and having been at several conferences around the world. After hearing about how great PHP Benelux Conferences were I finally made it over to Belgium to check it out, and i was impressed. To catch you up on the new, I moved to Amsterdam last december and thus had the...  
From phpdeveloper.org ()
More perspectives...
In PHPMaster.com's latest tutorial Lukas White introduces you to using the Yahoo "Placemaker" web service to geographically locate a place from a free-form text string. The results include "place details" like the type of the location, latitude, longitude and how confident they are in their match. The challenge then is to do two things: work out what place you could be talking about, disambiguate if necessary, and then identify exactly...  
From phpdeveloper.org ()
More perspectives...
On the Script-Tutorials.com site today there's a new tutorial about form validation using a combination of jQuery on the frontend and PHP on the backend. In this tutorial, I will show you how to create an attractive, pleasant to look form for your website and then I will explain you how to dynamically validate them using Javascript. We'll also cover server-side validation with PHP to make everything 100% safe. This tutorial will help you to...  
From phpdeveloper.org ()
More perspectives...
On the LearnComputer.com site there's a new post comparing the benefits/downfalls of online versus classroom learning of PHP development. They list a few advantages and disadvantages of each. There can be many factors in the decision to learn PHP online or to take a class in-person, and for some, this can be a difficult decision to make. This article discusses the pros and cons of each method of PHP training to help you find the learning...  
From phpdeveloper.org ()
More perspectives...
On the Leaseweb Labs blog there's a recent post looking at using the POC framework to work with flexible output caching. The tool makes it easy to create a new object and push cache content into it, automatically caching the data to sources like the file system, a Redis instance or a MongoDB database. Last year at the Symfony conference in Paris I have heard a really good quote: "There are only two hard things in Computer Science: cache...  
From phpdeveloper.org ()
More perspectives...
Jeremy Cook is back with the next part of his series looking at the handy features PHP's SPL provides. In this new post he looks at the ArrayAccess interface and how it can make your data more accessible to PHP's own array handing functions. ArrayAccess allows you to treat an object that implements it as if it is an array for the purposes of setting, unsetting and retrieving data from it. Please note the emphasis in the last sentence...  
From phpdeveloper.org ()
More perspectives...
Popular posts from PHPDeveloper.org for the past week:/Dev/Hell Podcast: Episode 4: The Cool Kids Club Project: Patchwork-UTF8 - UTF8 Support for PHP Anson Cheung's Blog: Top 10 PHP Best Security Practices for Sys Admins Charles Sprayberry's Blog: Why you should use DI Alessandro Nadalin's Blog: Managing PHP dependencies with composer Mike Wallner's Blog: Dropping server load with HTTP caching DevShed: PHP Closures as View Helpers: Lazy...  
From phpdeveloper.org ()
More perspectives...
The PHP development team has officially announced the release of the latest version of PHP in the 5.3.x series - PHP 5.3.10: The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix. [...] Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830. It is highly recommended that users upgrade to this latest version to avoid...  
From phpdeveloper.org ()
More perspectives...
Freek Lijten has posted another "Currently on PHP's internals..." post to his blog today (here's the previous one) with a look at the discussions around the idea of having "property accessors" in PHP - a standardized way of defining getters/setters in objects. Today I will be discussing a feature that at this moment is called "Property Accessor". It is a method of defining getters and setters. Originally an RFC was defined as early as...  
From phpdeveloper.org ()
More perspectives...
If you're going to be in or around Boston tomorrow (Wednesday) night, I hope you'll join me at the Microsoft NERD Center, where I'll be giving my first talk in more than a year and a half. I'm going to be speaking about the science of human behavior a…  
From planet-php.org ()
More perspectives...
Artur Ejsmont has a recent post to his blog showing how to get a MongoDB PECL extension to compile in a 32bit OSX environment (Snow Leopard). Here is a quick step by step guide on how to get mongodb and PHP5.2 mongo pecl extension going on your MacOSX in 32bit mode! NOTE: 32 bit mongodb binaries have 2GB address space limit so you wont be able to process too much on your laptop. You will still be able to code and connect to remote instances...  
From phpdeveloper.org ()
More perspectives...
In case you weren't able to make it (or missed the live stream) Rasmus Lerdorf gave a presentation last night at Etsy as a part of their "Code as Craft" series. They recorded the session and you can watch it here. He talks about a few things: the history of the PHP language the state of PHP currently what's coming up in 2012 and touches some on the upcoming PHP 5.4 features. You can find more about their "Code as Craft" series (and...  
From phpdeveloper.org ()
More perspectives...
7php.com has posted a new interview with a PHP community member today - this time it's Ivo Jancsh (formerly of Ibuildings) now CEO at Eginiq, a mobile development company. In this edition I talked with Ivo Jansch (@ijansch) ex-CTO of Ibuildings which is one of the biggest PHP service companies in Europe. Ivo is known for his involvement in evangelising the use of PHP technology in enterprise environments. He is also the PHP 5.x...  
From phpdeveloper.org ()
More perspectives...
In a new post to his blog Joshua Thijssen gives a guide to how he usually sets up his development environments when working in PHP. It includes working with virtual machines, configuring DNS and setting up his tools to work with it all. Doing development on multiple projects can be a burden from time to time. One project would be running on PHP 5.3, while another still needs 5.1. Sometimes you need a MySQL server, while on other occasions...  
From phpdeveloper.org ()
More perspectives...
Stuart Herbert has officially released a plugin for the popular text editor Sublime Text 2 to integrate PHPUnit support directly into the editing environment. Sublime Text 2 is a new cross-platform text editor that I've recently switched to. It's still in public beta, but already offers better performance (and battery life!) and a better look (fonts that render properly!) than Java-based IDEs such as Netbeans. One thing it didn't have was...  
From phpdeveloper.org ()
More perspectives...
The /dev/hell podcast has released their latest episode with special guest Brian Moon (of dealnews). In our fifth episode we speak to our first ever guest Brian Moon, ancient PHP elder of dealnews and someone who has probably forgotten more about PHP than our two hosts will ever know. [...] In this episode we talk about dealnews, how they use PHP (and how they also use it in some interesting ways), and his thoughts on issues like...  
From phpdeveloper.org ()
More perspectives...
In a new tutorial today from PHPMaster.com, they show you how to combine Javascript and a PHP feature to track the progress of an upload to your web application. A problem that has plagued web developers for years is how to add real-time information to their applications, such as a progress bar for file uploads. [...] JavaScript can access a file's name, type, and even the width and height of a local image, but it wasn't until HTML5 that it...  
From phpdeveloper.org ()
More perspectives...
On the PHPClasses.org blog there's a new post detailing an issue that came up in the PHP 5.3.9 release that caused a large security issue (PHP 5.3.10 has, however, already been released to correct the issue). PHP 5.3.9 release was mostly meant to fix a security bug, but it introduced a new more serious bug. PHP 5.3.10 was just released to fix this issue. [...] This time it is a bug that allows arbitrary remote code execution. This means that...  
From phpdeveloper.org ()
More perspectives...
Ben Selby has released a Sublime Text 2 plugin for the popular PHP-based documentation generation project DocBlox. It seems that the editor of the moment is Sublime Text 2 and sadly I have to tip my hat to Gary Rockett for showing it off to me one day.. Since that day, I've been a 100% convert. [...] So, I decided to peak into the PHPUnit [plugin from Stuart Herbert] to see if I could create a DocBlox Plugin. It turns out you have to write...  
From phpdeveloper.org ()
More perspectives...
The Voices of the ElePHPant podcast has released their latest episode (one recorded a while back) - an interview with Elizabeth Naramore, a well-known PHP community member. This episode was recorded in 2011. Elizabeth now works for Orchestra.io. It's still a fun interview though because...well, it's Elizabeth. You can find her blog here and follow her on Twitter here. If you'd like to listen to this latest episode, you can either listen...  
From phpdeveloper.org ()
More perspectives...
If you're in the Montgomery County, Maryland area and are a PHP developer looking to reach out and meet others, you should check out this new post from Brandon Savage. He's trying to start up a user group in that area. There are lots of active, vibrant developer groups in the DC area: DC PHP, Baltimore PHP, and the Frederick Web Tech group. The DC PHP Beverage Subgroup meets monthly in Northern Virginia. But in the middle between all these...  
From phpdeveloper.org ()
More perspectives...
On the NetTuts.com site there's a new tutorial showing you how to introduce the Memcached tool to your application - a quick and easy way to cache data and optimize performance. Your latest PHP/MySQL website is finally online. And it's awesome. But it's not as fast as you want it to be, because of the many SQL queries running every time a page is generated. And above that, you have the feeling it will not scale well under heavy loads. And...  
From phpdeveloper.org ()
More perspectives...
More From Zimbio
Zimbio Entertainment
Copyright © 2012 - Zimbio, Inc. Some rights reserved.
Share
. . .
Follow
. . .