Category: Videos

Get Keyword Frequency with PHP

So it been about a month since my last post.
I think 2 out of the previous 4 weeks I’ve been sick (food poisoning one week and a sinus infection the other).

Okay so….New screencast!
Well in my newest video tutorial I demonstrate how to get a websites keyword frequency with PHP.
Basically keyword frequency is the number of times a keyword or phrase appears on a single Web page.

This video is titled on YouTube as “Get Keyword Frequency with PHP”.

Thanks or watching!

Build URL Shortening Service with PHP (Part 3)

New screencast!
Hooray! Part 3 of the Build URL Shortening Service with PHP series is here.
This is the final video in this series.

In this final video we go over the “Unique Key Id creation and Setup”.
In my opinion this is the brains of the whole operation.

If needed I’ve placed the finished code on my Gitub account.
https://github.com/josephtinsley/URLShorteningService

This video is titled on YouTube as “Build URL Shortening Service with PHP (Part 3)”.

Also here are the links to the previous two videos
Part #1 of the Build URL Shortening Service with PHP series

Part #2 of the Build URL Shortening Service with PHP series

Thanks or watching!

Build URL Shortening Service with PHP (Part 2)

New screencast!
Part 2 of the Build URL Shortening Service with PHP series.
I actually just got down uploading part 3 of this series so I will be making it available on the blog shortly.
Mainly in this video we start the backend scripting process and even go through “Flat File database Setup”.

The video is kind of lengthily coming in at around 11 minutes and greater so if your familiar with with PHP feel free to skip ahead.

This video is titled on YouTube as “Build URL Shortening Service with PHP (Part 2)”.


Thanks and Merry Christmas!

Build URL Shortening Service with PHP (Part 1)

New screencast!
No tutorial that Im working on this turned out to be a series.
Seems like anytime I do a project it ruuuuuuns way to long so i end up converting it to a series.

So this PHP tutorial is part 1 out of a 3 videos series which I demonstrate how to Build URL Shortening Service with PHP.
URL shortening is a technique used to make a URL substantially shorter and still direct to the necessary page.

This particular PHP tutorial goes over the “FRONT END BUILDING PHASE” the part needed to send the long url to the applications.

This video is titled on YouTube as “Build URL Shortening Service with PHP (Part 1)”.


Thanks

Simple Moving Average with PHP (Part 3)

New screencast!
Okay I’m a few days late on posting this video.
So this ends the Simple Moving Average series.
This PHP tutorial is part 3 out of a 3 videos series in which I illustrate how to calculate a stock’s Simple Moving Average using PHP.
Simple moving averages (SMA) are the most basic of the moving averages used by day, swing and investment traders.

This particular PHP tutorial goes over “The calculating of the Simple Moving Averages.” Basically the final steps needed to calculate the averages for a given set of days.

Listed on YouTube as “Get Simple Moving Average with PHP (Part 3)”.


Thanks

Simple Moving Average with PHP (Part 2)

New screencast!
So to continue with the Simple Moving Average series.
This PHP tutorial is part 2 out of a 3 videos series in which I exhibit how to calculate a stock’s Simple Moving Average using PHP.
Simple moving averages (SMA) are the most basic of the moving averages used by day, swing and investment traders.

This particular PHP tutorial goes over the “The Calculating of the Closing Price SUMS” the steps needed to calculate the sum of a given set of closing stock prices.

This video is titled on YouTube as “Get Simple Moving Average with PHP (Part 2)”.


Thanks

Simple Moving Average with PHP (Part 1)

New screencast!
I’m working on a new PHP tutorial that was a bit longer then what I expected so I’ve decided to split the file up making it into a series.
This PHP tutorial is part 1 out of a 3 videos series which I demonstrate how to calculate a stock’s Simple Moving Average using PHP.
Simple moving averages (SMA) are the most basic of the moving averages used by day, swing and investment traders.

This particular PHP tutorial goes over the “SETUP PHASE” the actual the steps needed to gather the historical stock market data needed.

This video is titled on YouTube as “Get Simple Moving Average with PHP (Part 1)”.


Thanks

How to create Time Ago with PHP

New screencast!
If you subscribe to any social media nowadays then you have probably seen the little timestamp displayed after you or a user has posted content.
On Twitter it maybe display in a light grey text and look similar to 15s or 4m. But basically it’s a indication on how long ago the content was made available.
Well in my newest video tutorial I demonstrate how to create this Time Ago function using PHP.
You won’t believe how easy it is to pull off.
This video is titled “Display Time Ago like what you see on Twitter with PHP” on YouTube, I hope you enjoy.


Thanks

How to Resubmit a XML Sitemap to Google and Bing with PHP

New screencast!
So here’s the thing. Most of us who has worked in this crazy tech field are aware of Google Webmaster tool and XML Sitemaps.
And at some point of time have either created, published or submitted one.
But what I’ve noticed from experience is that after creating and submitting a XML Sitemap to Webmaster tools we either take one of the two options when it comes to resubmitting this file.

  1. Wait for the search engine to rediscover, crawl and index our new content
  2. Log into our Webmaster tool accounts and manually resubmit each sitemap.

So I created a video that will demonstrate how to resubmit a XML Sitemap to both Google and Bing with a little bit of PHP.

This video is titled “XML Sitemap: How to Resubmit to Google and Bing” on YouTube.


Thanks

Copyright © 2024 Joseph Tinsley

Theme by Anders NorenUp ↑