PHP Classes

PHP Tutorials

Recommend this page to a friend!

Articles to teach about PHP matters and related topics

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article  
  276 - 267   ...   156 - 147   146 - 137   136 - 127   126 - 117   116 - 107   106 - 97   96 - 87   86 - 77   76 - 67   66 - 57   56 - 47   46 - 37   ...   6 - 1  

368. 10 Aspects on Which BitBucket Is Better Than GitHub

Updated on: 2020-08-04

Posted on:

Most of us are familiar with Git, which is a very popular version control system. GitHub contributed to make Git very popular to the point that some people even confuse Git with GitHub.

However there are several other project hosting sites that provide better features than GitHub. BitBucket is one of those sites.

Read this article to learn about those features of BitBucket that in my opinion make it better than GitHub.


Blog More ...   Post a comment Post a comment   See comments See comments (9)   Trackbacks (0)

365. How to Effectively Prepare for your Technical Interview & Coding Challenge

Updated on: 2016-04-15

Posted on:

Doing well in technical interviews is important for all developers to succeed in getting good jobs.

Read this article to learn about 5 important tips on how to get good jobs by getting ready for technical interviews.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

364. PHP Articles Report March 2016 Edition

Updated on: 2016-04-06

Posted on:

This is the March edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.

They commented on articles about using caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.

Listen to the podcast, or watch the hangout video to learn more about these PHP articles.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

362. Make Your WordPress Posts More Attractive with the Visualizer Charts and Graphs Plugin

Updated on: 2016-04-04

Posted on:

Users that read blog posts love to see graphics that visualize the information that the posts are talking about. One way to include nice graphics in your WordPress blog posts is to present charts or graphs that to visualize interesting data sets.

Read this article to learn how to embed nice interactive charts and graphs in your WordPress blog using the Visualizer plugin.



Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

360. Fast Debugging of PHP Code Using PHPEd Part1: Finding Bugs in Code Running on a Web Server

Updated on: 2016-03-30

Posted on:

Debugging PHP code is a crucial activity that most developers have to do frequently. Sometimes simple echo or error_log calls will do, but for more complicated bugs, a single step debugger integrated with your IDE is the way to go to understand what is wrong.

PhpED is one of the oldest PHP IDEs that integrates this possibility to debug PHP scripts running them step by step either from a command line, or even in a Web server which is the most common and hard to debug environment.

Read this article to learn how PHP code debugging works and how you can do it from the comfort of a PHP IDE like PhpED.


Blog More ...   Post a comment Post a comment   See comments See comments (11)   Trackbacks (0)

359. PHP 7 Migration Guide Part 2: 19 New Exciting Features In PHP 7

Updated on: 2016-03-28

Posted on:

PHP 7 was a great step forward in the evolution of PHP. Many things were added, changed and removed.

In the first part of this article it was covered the things that were changed or removed and may break your PHP code that ran with the past versions.

Read this article part to learn more in detail about the new features and improvements of PHP 7 that you can take advantage.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

357. PHP 7 Migration Guide Part 1: 10 Backwards Incompatibile Changes

Updated on: 2016-03-21

Posted on:

PHP 7 is out since December 2015 and several updates were released. Its advantages compare to PHP 5.x are huge but first you need to consider what are the backwards incompatible changes so you can evaluate the effort that it may take you, so it does not break your existing applications.

Read this article to understand 10 of the most relevant backwards incompatible changes that you need to pay attention before you migrate to PHP 7.


Blog More ...   Post a comment Post a comment   See comments See comments (7)   Trackbacks (0)

355. How to Use Queue To Speedup PHP Processing Tasks Part 2: Processing Queued Tasks

Updated on: 2016-03-09

Posted on:

As it was explained in the first part of the article, queues are great to defer the processing long tasks, allowing to provide faster user interfaces so users do not have to wait for those tasks to complete.

Read this article to learn how to efficiently process queued tasks in PHP and keep track of the results.


Blog More ...   Post a comment Post a comment   See comments See comments (7)   Trackbacks (0)

354. Enhance your WordPress site with a Parallax Theme

Updated on: 2016-03-18

Posted on:

Parallax One is a WordPress theme developed for site owners that want to present their site in a way that impresses their users. It uses stunning presentation effects like parallax scrolling that makes large images in the background appear as if you are seeing a scene in 3D.

Read this article to learn more about the parallax effect and how to use and configure the Parallax One theme features in your WordPress site.


Blog More ...   Post a comment Post a comment   See comments See comments (3)   Trackbacks (0)

348. PHP Tutorial on Developing Applications using the Official Google Search API

Updated on: 2016-02-17

Posted on:

Google can provide valuable information on how to find how your site is ranking for important keywords but the right way to do from a Web application is to use official Google Search API instead of scrapping Google search results, which is a practice blocked by Google.

In the first part of this article we learned how to use the PHP Google Custom Search API package to search using the official Google API.

Read this article to learn how to configure more advanced options, as well build a simple search application using this package.


Blog More ...   Post a comment Post a comment   See comments See comments (5)   Trackbacks (0)

  276 - 267   ...   156 - 147   146 - 137   136 - 127   126 - 117   116 - 107   106 - 97   96 - 87   86 - 77   76 - 67   66 - 57   56 - 47   46 - 37   ...   6 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP Tutorials   Post article Post article