David Carr

David Carr

Followers: 324

Hi, I’m Dave. A Laravel Developer. I love to build Laravel apps using the TALL stack.

Read articles directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Display Tweets from Twitter for API 1.1

Twitter as of 11th of June 2013 has turned off access to its API version 1.0. All requests...

David Carr

2 min read -

Creating a blog from scratch with PHP - Part 2 SEO URLS

Blog Series Part 1 - The Build Part 2 - SEO URLS Part 3 Comments with Disqus...

David Carr

4 min read -

Creating a blog from scratch with PHP

Blog Series Part 1 - The Build Part 2 - SEO URLS Part 3 Comments with Disqus...

David Carr

23 min read -

Detecting and replacing bad words in PHP

User submitted content should always be moderated before its used or outputted on a public...

David Carr

1 min read -

Create an RSS feed with PHP

First create a new php file called feed.php it needs to end in .php as php will be require...

David Carr

2 min read -

Simple Member Only Page

Here's a quick way to secure a page so only logged in users can access it otherwise the us...

David Carr

2 min read -

Sending HTML emails & attachments using PHP & Swiftmailer

Sending emails with raw PHP is very easy to do, but sending HTML email is a little more in...

David Carr

2 min read -

Adding multiple times together in an array with PHP

Adding times together can be complex when taking seconds, minutes and hours into account o...

David Carr

2 min read -

Splitting a telephone number in php with substr

I recently had a collection of numbers in the format of area code then the telephone numbe...

David Carr

1 min read -

How to upload videos to YouTube with PHP

Using the YouTube API its possible to upload videos to your own YouTube account using thei...

David Carr

4 min read -

Dynamically binding select menus with PHP & jQuery

I've recently had the need to show different select menus depending on what was selected i...

David Carr

3 min read -

Autocomplete with PHP, MySQL and Jquery UI

Autocomplete is very common practice, giving the user a list of matching results as they t...

David Carr

3 min read -

Use advanced filters in Sequel Pro

Sequel Pro is a great remote database management tool, when viewing contents of a table th...

David Carr

1 min read -

Released new Wordpress plugin WP Luminous - Syntax highlighter

I've recently come across a fantastic accurate and powerful syntax highlighting library bu...

David Carr

1 min read -

Getting the week commencing date and week number using PHP

Using php's date function you can get all sorts of date combinations including finding the...

David Carr

1 min read -

Generate a PDF from a web page

Easily convert a web page into a PDF with MPDF, this library makes it possible to take a w...

David Carr

2 min read -

Pagination with a PHP class

I've recently wrote a pagination class for php, I used to do this in a procedural way by u...

David Carr

1 min read -

PHP adding multiple times together

Working with dates and times can be tricky unless you use some handy built in functions, I...

David Carr

2 min read -

Next Page

Copyright © 2024 DC Blog - All rights reserved.