TipoIT TipoIT
  • Home
  • About Us
  • Playground
  • Blog
  • Authors
  • Contact

Author: Darko Borojevic

Regular Expressions in PHP part 1
August 13, 2024 0 Comments

Regular Expressions in PHP part 1

Let's analyze the basic structure of basic regular expression patterns in PHP that can be, and are used very frequently as a standalone expression, or in different combinations to validate simple and complex user inputs and in similar situations. We will use the preg_match_all function in this example to return the matched values contained within a $matches array to see what we get for different regex patterns.

Read More
Most common WordPress (in)security issues
August 31, 2023 0 Comments

Most common WordPress (in)security issues

Downloading themes or plug-ins from some random place on the internet and not the official and reliable sources, or developers, will maybe save you some money but what ends up happening is you can end up installing all sorts of spyware on your web domain, not to mention the code quality that can be poor and potentially harmful for performance. Watch out for crappy themes and plugins and take the time to analyze the market that you are entering to get what you need for your WordPress.

Read More
CMS overview series – Joomla
February 27, 2023 0 Comments

CMS overview series – Joomla

If you are looking for a versatile CMS solution, you might want to check out Joomla. Joomla is a CMS that is rich with features and suitable for building and managing both small and large web applications. Joomla allows PHP ( yes, this is yet another PHP based CMS ) developers to create custom web applications and extend existing platform features. It is open source, and anyone can extend the functionality of the core Joomla system. Joomla is using a powerful templating system to build web pages, which makes it easy to create professional looking websites very quickly.

Read More
GitHub – basic workflow for web developers
February 10, 2023 0 Comments

GitHub – basic workflow for web developers

Git is an open-source, distributed version control software system that was created by Linus Torvalds in 2005. in order to track changes to developer's source code, or other digital files, and enables users to revert to previous versions if needed. The Git database is stored on each user's computer, allowing developers to work on projects even when they're not online and are working on local development environments.

Read More
« Previous 1 2 3 4 … 7 Next »
  • Recent
  • Featured
  • Popular
GitHub – basic workflow for web developers
GitHub – basic workflow for web developers February 10, 2023
devops git github webdevelopment
CMS overview series – WordPress
CMS overview series – WordPress April 30, 2022
PHP webdevelopment WordPress
For loop tips and tricks with PHP
For loop tips and tricks with PHP April 12, 2020
PHP webdevelopment
How to avoid bad WordPress development practices
How to avoid bad WordPress development practices March 28, 2022
PHP webdevelopment WordPress
MySQL Views – Why we use them
MySQL Views – Why we use them September 12, 2019
MySQL webdevelopment
Array chunk example with PHP
Array chunk example with PHP July 22, 2019
PHP webdevelopment
Why I like using CodeIgniter for developing web applications
Why I like using CodeIgniter for developing web applications January 13, 2025
framework PHP webdevelopment
Introduction to Next.js 15
Introduction to Next.js 15 December 30, 2024
JavaScript Next.js webdevelopment
JavaScript Module Pattern example
JavaScript Module Pattern example October 18, 2024
JavaScript webdevelopment

Tags

15puzzle algorithms b4cart b5cart bootstrap CMS code css devops Drupal framework git github HTML JavaScript Joomla jqForm jQuery modal MySQL Next.js PHP RegEx
Basic
  • Authors
  • About Us
Additional
  • Legal
  • Sitemap
Pages
  • Playground
  • Blog
Support
  • FAQ
  • Contact Us

We are social


© 2021 - 2025 Darko Borojević All Rights Reserved.

Privacy Policy