Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Technology Blogs  >  Code Wall - Web Development & Programming technology Blog  > 

Code Wall - Web Development & Programming Blog


codewall.co.uk
CodeWall brings the latest tutorials and technical articles for both Web Developers and Programmers alike.
2021-10-02 19:22
Getting the last character of a string with PHP is pretty simple, all you need is one line of code and your string that needs to be sliced. Let’s take a demonstration string such as &l&hell…Read More
Generating Laravel Seeder Code With Excel
2021-04-11 14:15
How many times have you been working on a project which comes with existing data sets? And, how many times have these data sets been sent to you in excel? Well, in this article, I will go th… Read More
Best Javascript Chart Libraries For 2021
2021-03-17 21:41
In 2018 I collated an in-depth article on the best data visualization and charting libraries available for JavaScript. In this new 2021 edition, I will be re-rounding up the best, latest, an… Read More
2020-11-29 16:13
Four? Yes, four, there are four different ways to get the version number of any Laravel project. In this article, each of the different methods will be demonstrated. Method 1 – Using p… Read More
2020-11-25 10:00
Rolling back queries is always a safeguard for your data if there were to be any errors during database manipulation. For example, during the execution of multiple delete commands or similar… Read More
Get The Max Date With Laravel Eloquent
2020-11-24 20:33
Getting the max date with Eloquent is executed by simply using the max() operator to get the maximum date time stamp in any given data table. The following example assumes the date column we… Read More
2020-11-05 19:06
Very often with a Laravel application you will have some type of CRUD (Create, Read, Update, Delete). This, of course requires HTML forms and submitting data from the front-end to the back e… Read More
15+ Best React Templates For This Autumn
2020-10-29 15:06
This is a sponsored article and contains affiliate links. The eco-system of front-end development is continuously changing and evolving daily. React.js is one of the front-end technologies t… Read More
2020-09-16 17:35
In the current day of 2020, there are plenty of places to learn how to code online, one of which is, of course, YouTube. YouTube is full of excellent educational content for many topics, one… Read More
2020-08-04 13:48
The short answer is by using ksort(), the ksort() function is a native function that is available across PHP 4, 5, and 7. The function will sort the array to the given options, ensuring… Read More
2020-08-02 11:24
In the following article, we will take a different route to an earlier technique of reading text files with PHP. Rather, we will read a text file line by line with PHP, printing out each lin… Read More
Exploring Resource Routes In Laravel
2020-06-14 10:00
Laravel comes with lots of time-saving gems out-of-the-box, resourceful routes is one of them. In this article, we will explore the resource routes, how to define one, and what we get in ret… Read More
2020-06-13 18:47
The answer: using the Auth facade. When Laravel is configured with authentication, the Auth facade becomes useful for actions like grabbing the current logged in user id. Auth comes with var… Read More
2020-06-08 09:24
This article has been a mission to collate the most educational, informative, and really high-value for free code learning content that is readily available around the web and app stores. I… Read More
2020-06-02 12:53
XML is quite daunting when viewing it for the first time, it’s the heavy tree-like structure can be quite confusing. Sometimes it’s much easier to work with the data from an XML… Read More
2020-05-31 12:44
Downloading a PDF file in PHP can be achieved with third-party packages such as html2pdf but first it must be converted from HTML to PDF. In this following tutorial, we will utilise html2pdf… Read More
Convert HTML To PDF In PHP
2020-05-30 17:42
In this tutorial-based article, we will learn how to convert HTML with CSS styling into a PDF file. Whilst PHP currently doesn’t have this capability in its native functional arsenal… Read More
2020-05-29 10:45
The Answer: Using implode() As I’ve always said, PHP has the answer for everything, and the conversion of an array to a flat string is no exception. Using implode to convert an array t… Read More
PHP Arrays Explained
2020-05-25 15:08
Introduction to the PHP array One of the fundamentals of programming is the array type which when it comes to PHP can have some variation in structure. Most commonly is the numerically index… Read More
2020-05-20 19:11
There is a variety of ways to get the first element or value of an array with PHP. Functions such as array_shift() will aid in grabbing the first value, but it completely depends on the… Read More
How To Return HTTP Status Codes In PHP
2020-05-12 19:04
The answer: Use the http_response_code() function with the relevant HTTP status code parameter. Luckily for us, PHP has many inbuilt native functions that are great for the web. This is cert… Read More
2020-05-04 18:57
Automatically downloading a CSV file with PHP takes a particularly different structure of code that would be present in the general creation of files. To download CSV files, the header() fun… Read More
2020-05-03 16:18
PHP has many native ways to get the current timestamp and this tutorial we will walk through each of the possibilities. Utilizing the DateTime Class It’s more than likely that you&rsqu&hell…Read More
2020-04-21 14:56
One epic thing with Laravel routing is the ability to quickly define routes with slash parameters. What we mean by slash parameters is a URL that allows HTTP request like below – local… Read More
Laravel Route Not Defined Checklist
2020-04-20 14:14
We’ve all had this error, and it’s pretty annoying, to say the least. It always seems we’ve done everything right and once we try to render the page, the almighty Route Not… Read More
4 Ways To Replace Strings In PHP
2020-02-25 20:21
Did you know there is more than one way to replace a string within a string? Well, in this article, we will dive into each of the different, native functions that PHP gives you for this spec… Read More
Select All Checkboxes With JQuery
2020-02-22 13:19
So, our web application has multiple checkboxes and we want to select them all at once to modify or get their state, how do we achieve it? Firstly, we need to make one thing certain, each of… Read More
2020-02-09 15:42
PHP is fully capable of writing to many files that are needed for various development tasks. One of which is writing a full data set from an array to a comma-separated value export. There ar… Read More
2020-02-04 19:47
A bit of background on max_input_vars The max_input_vars setting is a numeric rule to govern how many variables you can submit during a POST event. Generally, this rule would be applied when… Read More

Share the post

Code Wall - Web Development & Programming

×

Subscribe to Code Wall - Web Development & Programming

Get updates delivered right to your inbox!

Thank you for your subscription

×