Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Matt Stauffer:
Introducing Laravel Echo: An In-Depth Walk-Through
Jun 17, 2016 @ 17:11:02

Matt Stauffer has a new post to his site where he's put together an in-depth look at Laravel Echo, a feature included in newer versions of the framework that makes it easy to integrate websockets into your Laravel-based application.

A few weeks ago, Taylor Otwell introduced another branded product within the Laravel line: Laravel Echo. So far, the only coverage it's gotten has been his Laracasts video intro, but I recently wrote it up for my book and wanted to share that with you. What follows is an excerpt from Laravel: Up and Running, heavily modified to make sense in a blog format.

He then gets into what Echo is and the different pieces that make it up: updates to the Laravel broadcast system and a new Javascript package. He suggests some places where using Echo makes sense and how to set up a simple broadcast event in your application (non-Echo to start). This makes use of the Pusher service for real-time event broadcasting. With that in place, he helps you install the Echo dependencies and integrating messages from both public and private channels. He also includes a bit of code at the end to exclude the message from broadcasting to the current user if you ever find a need for it.

tagged: laravel echo indepth tutorial setup configure pusher javascript

Link: https://mattstauffer.co/blog/introducing-laravel-echo

Laravel News Podcast:
Episode #17 - Laravel Echo, Laravel Valet, and PHP-FIG implosion
May 20, 2016 @ 17:12:01

The Laravel News site has posted the latest episode of their podcast covering Laravel Echo, Valet and the PHP-FIG "implosion".

In this twenty-two minute episode, we talk about Laravel Echo and new changes to Laravel Valet.

You can listen to this latest episode either through the in-page audio player or by downloading the mp3 of the show for offline listening. If you enjoy the show and want to hear more, be sure to subscribe to their feed and get the latest as they're released.

tagged: laravelnews podcast ep17 echo valet phpfig ericbarnes

Link: https://laravel-news.com/2016/05/laravel-echo-valet-php-fig-implosion/

Laravel News:
Echo is coming to Laravel 5.3
May 13, 2016 @ 16:07:09

On the Laravel News site there's a post talking about a feature coming in the 5.3 version of the Laravel framework - Laravel Echo (not a separate system, just an enhancement inside the framework).

Laravel Echo is coming to Laravel 5.3 and is designed to be an improvement over the current event broadcasting system. [...] In this video, Taylor steps through the features by demoing a little to do app. You can see the full source code to the demo on GitHub.

Echo is essentially an improvement on the in-application messaging to provide more real-time feedback between users in the system. In his demo, he makes use of the Vue.js framework heavily and custom broadcasters and Pusher.

tagged: laravel echo realtime messaging

Link: https://laravel-news.com/2016/05/echo-coming-laravel-5-3/

DevX.com:
Add the Graphics Power of SVG to PHP
Feb 26, 2008 @ 16:44:00

In this DevX tutorial, Octavia Anghel shows how use PHP to create images based on the SVG libraries available to any browser.

Scalable Vector Graphics (SVG) is an XML specification for producing vector-based graphic content that you can create, modify, and manipulate dynamically from programming languages. Here, you'll explore the most important techniques and libraries for integrating SVG with PHP to create diverse graphic content—from simple shapes to complex graphs.

They show a few different ways to get the job done including a straight 'echo' call with the output, sending a converted SVG document over with a PHP header or including another (or multiple) SVG documents into another and outputting them. They also talk about tools like the phpHtmlLib library, the PEAR::XML_SVG package and the PEAR::Image_Canvas package.

tagged: svg graphic tutorial echo output include dynamic

Link:

Job Posting:
echo Seeks LAMP Developer (Nashville, TN)
Feb 14, 2008 @ 18:03:00

Company echo
Location Nashville, TN
Title LAMP Developer
Summary

Simply put, echo builds communities around entertainment brands. We then leverage the power of those communities to benefit the audience, our clients and their partners. Using the web as a central hub, we connect the artists and their fans as well as the fans to each other by extending the brand to every area of their lives. As a result, those fans become more passionate evangelists, solidifying not only their loyalty to the brand, but also spreading the word to their friends, families and even total strangers. Using our unique blend of strategy, creativity and technology, we give the audience that sense of connection by engaging, entertaining and informing them. Like our process, our people are both analytical and inspired; both experienced and revolutionary. They are the best in the business because they believe in both the unquantifiable passion of fans and the amazing revelations of data. They are scientists. They are rock stars. They are matchmakers.

Ticketmaster
Ticketmaster is the world's leading ticketing company, operating in 20 global markets, providing ticket sales, ticket resale services, marketing and distribution through www.ticketmaster.com one of the largest e-commerce sites on the Internet; approximately 6,500 retail outlets; and 20 worldwide call centers. Ticketmaster celebrated its 30th anniversary in 2006 and currently serves more than 9,000 clients worldwide across multiple event categories, providing exclusive ticketing services for hundreds of leading arenas, stadiums, performing arts venues, museums, and theaters. In 2006, the company sold more than 128 million tickets valued at over $7 billion on behalf of its clients. Ticketmaster is headquartered in West Hollywood, California.

Role
echo is looking for ambitious open-source developers to work on a team that is shaping the music industry. If you’ve got rock star coding skills and get the concept of “team,” you may be a fit. The desired candidate will work with the Information Technology Team that designs and builds the products echomusic offers to its customers as well as the back office functions and applications necessary to manage the business. This person needs to be comfortable working in an open, collaborative, team environment.

Responsibilities
The successful candidate will be confident in their abilities but also know where they have opportunities to learn. The work environment is project oriented and process driven. New development is balanced with operational and maintenance responsibilities. The ability to innovate as well as problem solve are also characteristics that will help the qualified candidate be successful in this role. Strong customer focus and empathy are required.

JOB DUTIES INCLUDE:

  • Design, develop, test, rollout, install and maintain LAMP based web applications based on current or future specifications.
  • Maintain functional, integration and application touch points.
  • Contribute to and work within the company and team processes
  • Integrate third party tools and applications as needed
  • Creation and execution of unit test plans for all developed work.
  • Ability and willingness to accurately and correctly review documentation and other developers work

Qualifications:

  • Minimum of 2 years or relevant experience
  • Excellent written and verbal communication skills
  • Bachelor's degree in relevant field
  • Working knowledge of relational databases and relevant commercial software applications
  • Excellent teamwork skills
  • Proven ability to define and deliver projects
  • Candidate must be motivated, show initiative, dependable, organized and exhibit good judgment
  • Candidate must be able to work in a small company environment that works directly with large and small customers

Competitive compensation and benefits package offered. Qualified applicants should email peter.watson@ticketmaster.com.

Ticketmaster is committed to creating a diverse work environment and proud to be an equal opportunity employer. Due to the high volume of responses, we will only respond to those candidates that most closely match our requirements. To learn more about echo visit: www.helloecho.com. Thank you for your interest in echo and Ticketmaster.

Link More Information
tagged: job post lamp developer nashville tn echo

Link:

PHPEverywhere:
Octopussy numbers in PHP
Feb 01, 2008 @ 15:21:00

John Lim has posted about an interesting bug he's come across when working with the output of two strings that should look the same:

Someone reported a bug in ADOdb, the open source db library i maintain. I went crazy for half an hour until i realised the problem.

According to him, "if you expect the above code to produce the same values, you are sadly mistaken". His example gives an interesting result for the first echo statement - not echoing the 9 in the first character like it seems would make sense. Check out his post for the code and try it out for yourself.

tagged: number echo adodb database gotcha

Link:

DevShed:
Using the Memento Pattern with a File Reading Class
Jan 15, 2007 @ 20:22:00

DevShed continues their look at design patterns in PHP with this last installment of their Memento pattern series - "Using the Memento Pattern with a File Reading Class".

Let me now introduce the topics that I'll be covering in this last article of the series. I'll show you how to use the memento pattern to keep track of some properties that correspond to a file reading class. In this way we'll construct a flexible mechanism for moving back and forth between file lines.

They create both of the needed classes for the pattern to work - the originator and the caretaker class - to handle the reading of the files. The code for both is pretty cut and paste-able, so there's no problem getting your example to work. With those constructed, they tie them together with an example of the design pattern in action - reading and displaying the lines of a text file to the user.

tagged: memento design pattern tutorial read file echo class memento design pattern tutorial read file echo class

Link:

DevShed:
Using the Memento Pattern with a File Reading Class
Jan 15, 2007 @ 20:22:00

DevShed continues their look at design patterns in PHP with this last installment of their Memento pattern series - "Using the Memento Pattern with a File Reading Class".

Let me now introduce the topics that I'll be covering in this last article of the series. I'll show you how to use the memento pattern to keep track of some properties that correspond to a file reading class. In this way we'll construct a flexible mechanism for moving back and forth between file lines.

They create both of the needed classes for the pattern to work - the originator and the caretaker class - to handle the reading of the files. The code for both is pretty cut and paste-able, so there's no problem getting your example to work. With those constructed, they tie them together with an example of the design pattern in action - reading and displaying the lines of a text file to the user.

tagged: memento design pattern tutorial read file echo class memento design pattern tutorial read file echo class

Link:

Community News:
HTML2PHP - Transformation Tool
Jan 24, 2006 @ 13:11:39

Via a post over on digg.com today, there's an interesting little tool called HTML2PHP that could be useful in some certain situations.

The tool takes in whatever text input you have and performs operations on it. For example, paste in some HTML and hit the button to submit it and out the other side pops HTML formatted to echo in PHP (using print). There are other options on the tool - the ability to use printf and echo along with print, to add in newlines, and to add parenthesis (depending on your preference).

It's nothing overly impressive, but if you have a large block of HTML that you need to work with, you might check into it...

tagged: transform html text echo print printf transform html text echo print printf

Link:

Community News:
HTML2PHP - Transformation Tool
Jan 24, 2006 @ 13:11:39

Via a post over on digg.com today, there's an interesting little tool called HTML2PHP that could be useful in some certain situations.

The tool takes in whatever text input you have and performs operations on it. For example, paste in some HTML and hit the button to submit it and out the other side pops HTML formatted to echo in PHP (using print). There are other options on the tool - the ability to use printf and echo along with print, to add in newlines, and to add parenthesis (depending on your preference).

It's nothing overly impressive, but if you have a large block of HTML that you need to work with, you might check into it...

tagged: transform html text echo print printf transform html text echo print printf

Link:


Trending Topics: