background preloader

40+ Invaluable PHP Tutorials and Resources

40+ Invaluable PHP Tutorials and Resources

http://code.tutsplus.com/articles/40-invaluable-php-tutorials-and-resources--net-5123

Related:  Php

How To Use Lightbox With A Database Today I’m gonna show you how to use Lightbox while getting photo information from your database. I think this is great if you wanna have something like a dynamic photo gallery in your site. Step 1: Prepare your Database. We’ll have something like this: Step 2: Download Lightbox here.Step 3: Unzip it on your web directory.Step 4: Prepare your database configuration file. I have config_open_db.php file, just for database connection.Step 5: Create a images folder, we’ll assume that your photos are stored here.

Top 20+ MySQL Best Practices Database operations often tend to be the main bottleneck for most web applications today. It's not only the DBA's (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code. In this article, I'll list some MySQL optimization techniques for programmers. Before we start, be aware that you can find a ton of useful MySQL scripts and utilities on Envato Market. The ROI of Social Media: 10 Case Studies The question of whether or not social media drives ROI still plagues many marketers and brands. The issue is not always as straightforward as it seems, as there are multiple ways to measure the benefits of social media and it isn’t as simple as looking for a direct sales return at one end, with the social media imput at the other. Smart tracking and measuring is needed to fully capture the benefit of a social media campaign and while looking for direct ROI is one way to do it, there are other values to be measure from social media marketing.

15 very useful PHP code snippets for PHP developers Following are list of 15 most useful PHP code snippets that a PHP developer will need at any point in his career. Few of the snippets are shared from my projects and few are taken from useful php websites from internet. You may also want to comment on any of the code or also you can share your code snippet through comment section if you think it may be useful for others. 1. 20 Methods for Upping Your Current Web Design Skills Design All great designers are constantly improving their skills. There has never been a successful designer, or anyone of another profession for that matter, that has stopped at a certain point and said, "Good enough".

Remove duplicates from Database Using PHP Last Updated: March 19, 2013 Deleting duplicate entries from the database is tricky, there are different queries to find duplicates in the database, but removing duplicates from the database is not that easy. This little article will help you remove duplicate entries in a controlled way. Here are the benefits of using this technique You can remove rows if there is duplication in a single column only i.e if you want to remove rows with duplicate email addresses You can remove rows in either order, top to bottom or bottom to top

LiveDocx in PHP - Zend_Service_LiveDocx Generating print-ready well-formatted PDF documents with PHP is not an easy task. Traditionally, there are two main approaches to PDF generation with PHP. Given sufficient time and patience, both partially get the job done, but still leave a lot to be desired: HTML-to-PDF: This approach is widely used in mainstream applications. Here an HTML document is programmatically created and converted to a PDF, using one of the many open source libraries 1. Since HTML, however, is not a page-oriented format (as is PDF), it is impossible to perform a 1-to-1 mapping between HTML and PDF. Business “Lessons Learned” is a series where we ask ecommerce business owners to share their experiences. For this installment we visited with Nick Jenkins, the chairman and founder of Moonpig.com, a ten-year-old custom greeting card company based in the U.K., with branches in Australia and the U.S. The company boasts more than 14,000 card designs, and processes approximately $60 million in annual revenue. Unlike card companies that email personalized greeting cards, Moonpig actually prints customized greeting cards, and then mails them to the intended recipients. “We developed a way to enable a combination of using the Internet and digital printing to allow someone to create a single personalized greeting card,” said Jenkins, “I wanted to find a way to allow someone to personalize a single card, and we developed a platform to make that possible.” “Personalization can add value because a greeting card is all about showing that you know that person well enough to hit the right spot.

7 Secure, Lightweight, and Easy to Use PHP Frameworks Choosing a good PHP frameworks can help you develop complex Rich Internet Applications quickly, with a best practices oriented approach, and saving a lot of time reusing code snippets that are already available. There are a lot of interesting PHP frameworks you can choose for your next web project. Which framework you choose is really a personal decision. There is no one “best” framework on the market at the moment. Einstein for Everyone Einstein for Everyone Nullarbor Press 2007revisions 2008, 2010, 2011, 2012, 2013 Copyright 2007, 2008, 2010, 2011, 2012, 2013 John D.

Related: