Web Development Articles

Web Development
A broad term for the work involved in developing a web site for the Internet (World Wide Web) or an intranet (a private network). - Wikipedia
  1. Home
  2. Articles
  3. Web Development
MySQL Icon

MySQL mySQLi vs. PDO

Published: 8/8/2018 12:00 AM

Description

Last night I had a discussion with a friend on the best practices of data access. This particular topic is not a strong point of mine, so I appreciated the input from a more seasoned back-end developer. The main topic of interest was the usage, advantages and possible benefits of parameterized queries.

Author

Profile Picture of Bryan Myers - The Web Guy

Bryan Myers - "The Web Guy"

Advanced Digital Channel Engineer

Tags

Friendly URL Icon

Article Title Conversion to Friendly URL Using PHP String Replace and RegEx

Published: 7/25/2018 12:00 AM

Description

There are a couple of items that I will need to address with the dynamic article system. One of those items is providing a easy way to parse out web page names from a title. This should be pretty easy with some regex and string replace php functions.

Author

Profile Picture of Bryan Myers - The Web Guy

Bryan Myers - "The Web Guy"

Advanced Digital Channel Engineer

Tags

Sitemap Icon

Dynamic XML Sitemap Using PHP and .htaccess Rewrite

Published: 7/25/2018 12:00 AM

Description

It's been awhile since I have worked with htaccess files on a Apache web server. If I recall correctly, I should be able to use the rewrite mod to handle dynamic URIs. Another item to look at is the creation of a dynamic XML sitemap. To the code!

Author

Profile Picture of Bryan Myers - The Web Guy

Bryan Myers - "The Web Guy"

Advanced Digital Channel Engineer

Tags