In this article, we’ll go through the PHP functions that allow you to use regular expressions to perform search and replace operations on strings. What Is a Regular Expression? Regular expressions—also called “regex”—are search patterns for text. These patterns can be processed by a regex engine to find substrings, validate that a string matches a… Continue reading How to Work With Regular Expressions in PHP
Tag: different
25 Exciting New Tools For Designers, April 2021
Rather than spring cleaning, do some spring “shopping” for tools that will make your design life easier. Packed with free options this month, this list is crammed full of tools and elements that you can use in your work every day. Here’s what new for designers this month: April’s Top Picks Charts.css Charts.css makes creating… Continue reading 25 Exciting New Tools For Designers, April 2021
30 Fresh Brush and Script Fonts For Designers
29 Shares Fresh hand-picked brush fonts and script fonts based on the expression of real handwriting fonts style that can give more artistic look to you design. Brush and script fonts will work perfectly for fashion, e-commerce brands, trend blogs, wedding boutiques or any business that wants to appear upscale and chic. Brush fonts will work… Continue reading 30 Fresh Brush and Script Fonts For Designers
24+ Best Free Retro Fonts (50s–80s Fonts to Download)
Looking for free retro fonts? Cool retro fonts can be such a stylish addition to design projects, especially if that retro font style is right on target with the era. In this article, we’ll take a look at some retro-looking fonts that you can download now. Download this vintage retro font and thousands of others… Continue reading 24+ Best Free Retro Fonts (50s–80s Fonts to Download)
What is PHP Used For?
PHP is an open source language that was created to make web development easier. It’s primary and most suitable purpose is as a web development language for creating web apps or APIs. You don’t need a complicated set of commands to create webpages in PHP. In fact, you can mix PHP with plain HTML in… Continue reading What is PHP Used For?
27 Professional PowerPoint Presentation Templates
36 Shares An elegant, fashionable & versatile PowerPoint presentation templates. Minimalist presentation templates for eye catching and professional work presentation. PowerPoint templates are multipurpose templates that can be used for any type of business presentation. Modern template design that includes creative photo layouts, infographics, tables, vector icons, maps, diagrams and tons of great features to show… Continue reading 27 Professional PowerPoint Presentation Templates
9 Tips for Better Live Logo Design
Have you ever wondered why we’re so amazed by motion? A moving image is more likely to grab your attention than a static one. Motion is exciting and attention-grabbing – plus, it allows us to access more information in a short space of time. For a while now, companies have been experimenting with all kinds… Continue reading 9 Tips for Better Live Logo Design
44 Best Vintage Script Fonts (Retro Calligraphy and Cursive Styles to Download)
Vintage script fonts come in a wide variety of styles to suit every project and need. If you’re in the market for vintage fonts, check out this list of the best vintage script fonts from Envato Elements and GraphicRiver. Unlimited Font Downloads From Envato Elements Both Envato Elements and Graphic River offer high-quality vintage script… Continue reading 44 Best Vintage Script Fonts (Retro Calligraphy and Cursive Styles to Download)
How to Make a Digital Brochure
What You’ll Be Creating In this tutorial, we’ll look at how to make a digital brochure in InDesign. Working with a digital brochure format could be preferable for remotely distributing your info. So if you’ve ever wanted to try making your own digital trifold brochure, check out this walkthrough. We’ll also check out some digital… Continue reading How to Make a Digital Brochure
Real-Time Global Aviation Data With the aviationstack API
Aviation is among the most important global industries because it connects people and businesses across cities, countries, and continents. It is the only rapid transportation network that spans the world. However, aviation isn’t just about transporting people; today’s economy almost completely depends upon the timely delivery of goods and services. Major retailers rely upon the… Continue reading Real-Time Global Aviation Data With the aviationstack API
Get Real-Time Weather Data With the weatherstack API
“You can always talk about the weather.” It’s a cliched phrase, but regardless of a person’s personality, political views, or culture, the weather is a subject that anyone and everyone can talk about and find common ground. It’s the universal truth that binds humanity together. But the weather is more than that—it’s a force that… Continue reading Get Real-Time Weather Data With the weatherstack API
Seobase Review: Powerful SEO Tool for Keyword Analysis
4 Shares SEO is becoming more complicated than ever with so many different keywords to manage. However, in this regard, one amazing thing that I have come across is seobase, a SEO platform that helps you in increasing the efficiency and productivity of the content that you put online. The best thing about this SEO… Continue reading Seobase Review: Powerful SEO Tool for Keyword Analysis
System Fonts: All You Need to Know
In this tutorial, we’ll be taking a look at system fonts. We’ll be going over what exactly system fonts are and what they aren’t! We’ll be looking at them from a design perspective, discussing the pros and cons of system fonts. We will also be exploring system fonts in popular culture, and we’ll touch briefly… Continue reading System Fonts: All You Need to Know
3 Essential Design Trends, April 2021
The best thing about writing about website design trends each month is looking at all the great sites that are being developed. Designers are stretching creatively and exploring new techniques and ways of doing things all the time. It’s refreshing and inspiring. This month, some of those trends include a style that nods to brutalism,… Continue reading 3 Essential Design Trends, April 2021
20 Fonts Similar to Proxima Nova (Alternatives to Download)
Love sans serif fonts, but you’d prefer a Proxima Nova alternative? Fonts similar to Proxima Nova share its sleek, stylish, modern look. In this article, we’ll take a look at the aesthetic of the Proxima Nova font and why it’s so successful. We’ll also take a look at some fonts like Proxima Nova that you… Continue reading 20 Fonts Similar to Proxima Nova (Alternatives to Download)
Search and Replace Strings With Regular Expressions in PHP
PHP comes with a huge variety of functions to work with strings. You can use these built-in PHP functions to trim strings, join them, or replace them. String functions in PHP are pretty powerful by themselves. You can use them to make case-insensitive changes or do multiple replacements at once. However, they still require you… Continue reading Search and Replace Strings With Regular Expressions in PHP
Hand Lettering: How to Vector Your Letterforms
What You’ll Be Creating I remember a year ago I was having so much trouble vectoring my letterforms. I had a decent understanding of the Pen Tool, but had no idea that learning just a few minor techniques would do wonders for my type and help create those smooth curves I was looking for. This… Continue reading Hand Lettering: How to Vector Your Letterforms
PHP Superglobals Explained—With Cheatsheet
In this post, I’ll give you a cheatsheet quick reference to all the PHP superglobal variables available in PHP. What Is a Superglobal Variable? Let’s have a look at the definition of superglobal variables. Superglobals are built-in variables that are always available in all scopes. Whether you are a seasoned PHP developer or a novice… Continue reading PHP Superglobals Explained—With Cheatsheet
Elmedia Player : Best Player For Mac
Eltima Software’s Elmedia player is designed for Mac users where users can effortlessly play various audio and video files that are too with subtitles. You can take screenshots, download files from pages. You can also view videos online from Dailymotion and YouTube without interruption of advertisements. Along with that, you can also stream files to… Continue reading Elmedia Player : Best Player For Mac
Form Input Validation Using Only HTML5 and Regex
Validation of form input is something that should be taken seriously. With luck, nothing worse than garbage data will be submitted to a site which uses data from forms without proper validation. However, there also a chance that hackers will be able to compromise the private data of users who trusted you with their information.… Continue reading Form Input Validation Using Only HTML5 and Regex
How to Use cURL in PHP
Today, we’re going to explore the cURL extension in PHP which allows you to make HTTP requests from your code. Often you need to communicate with external websites in your day-to-day PHP development. Whether it’s calling third party REST APIs to fetch data or downloading resources from the external website, you want a library which… Continue reading How to Use cURL in PHP
How to Build a Simple Theme Switcher With the CSS Checkbox Hack
In this tutorial, you’ll learn how to create a CSS-only theme switcher by taking advantage of the “CSS checkbox hack technique” and CSS variables. Ready for another CSS challenge? Note: This tutorial assumes that you’re familiar with this particular CSS technique along with advanced CSS selectors (e.g. general sibling combinator). If you haven’t heard of… Continue reading How to Build a Simple Theme Switcher With the CSS Checkbox Hack
A to Z of Illustrator: Tips, Tricks, & Hacks!
Get ready for some rapid-fire tips and tricks on how to use Adobe Illustrator! In this tutorial, we’ll take a look at 26 tips, tricks, and hacks, from A to Z. For all the featured images and resources, check out Envato Elements! With one subscription, you’ll have unlimited access to assets such as graphics, video templates,… Continue reading A to Z of Illustrator: Tips, Tricks, & Hacks!
How to Fix SD Card Not Showing Up Mac
Mishaps occur at any moment, and we don’t have any idea about them. For instance: When you insert an SD card, nothing happens on Mac. If your SD card is not showing up, you cannot open or view files saved on your SD card. As you can see that your Mac SD card is not accessible,… Continue reading How to Fix SD Card Not Showing Up Mac