Develpreneur Blog • Latest
Latest Posts
Fresh thinking, practical patterns, and lessons that compound — built for developers who want to ship, lead, and build momentum.
Most common Ec2 problems can easily be solved once you know what they are. With that in mind, let's look at what the problems are and how to address them.
Fixing the 2MB limit in WordPress
WordPress has a default limit of 2MB for any file uploaded to the system. However, the value is easy to change by adjusting some PHP settings on the server. Let’s look at two ways to…
Using the WordPress Feed to Display Posts on Your Website
WordPress is a great stand alone solution for blogging. You can quickly adopt themes and launch a blog site in under an hour. However, sometimes you will want to provide access to your content…
Adding a Swap Drive to your EC2 instance
If you are using Amazon EC2 instance to run WordPress, then one of the biggest challenges you will encounter is running out of system memory. The server works fine for vanilla installs, but issues typically…
The Value of Responsive Design
The ability for website designers to build beautiful static websites has become challenging. One way to address these challenges is with responsive design.
Bootstrap Properties Reference
Bootstrap is one of the most widely used responsive CSS libraries around. Here is a list of the most useful Bootstrap properties you should consider using.
Using Bootstrap – Get your site responsive quickly
Building websites used to be an easy task. We only had a handful of browsers we needed to test to ensure our websites would display correctly. Unfortunately, nowadays there are more devices and ways…
Web Navigation – Understanding The Different Types
Unless your website is made up of only a single page, then you're going to have to include some web navigation. Yet, which web navigation is right for you?
CSS Properties References
CSS properties are very powerful but can be frustrating to use. Here is a quick review of the most common properties that are compatible with most browsers.
HTML Tags Reference
HTML is the backbone of all html pages. Its syntax uses a combination of tags to build complex web pages. Therefore, we offer a list fo the most used tags.