Johan Broddfelt

Posts

82 posts found (Follow using RSS)

SEO friendly urls

Before I put too many links out there I'd like to make my url:s SEO friendly. Here is how I solved it.
PHP Framework (framework, php, url, software)

Build a mailinglist

Since we now have created a mail class, we might as well use it some more. Here is how I structure a mailinglist that you can opt in to.
PHP Framework (framework, php, mailinglist, software)

Send me an email

Have your site inform you when something is going on. Let's implement a mail function.
PHP Framework (framework, php, mail, software)

Give your audience a voice

As we begin to prefect the platform and add some content we also would like to give our viewers the option to make a comment. Here is how...
PHP Framework (framework, php, comments, software)

Snap menu on top

In this post I'm going to make my menu stick in the top of the window while scrolling down. This is especially useful in mobile browsers.
PHP Framework (framework, javascript, css, software)

Authentication and users

A system without users is not of much use. So let's dive in and create some code to manage users.
PHP Framework (framework, php, user, software)

Security is important

When building database applications on the web, security is one of the most important topics to consider. In this post I show you how I manage input data before I use it or send it to the database.
PHP Framework (framework, php, security, software)

Philosophy of a programmer

Today there is no code. I just wanted to stop and think a little bit about what I am doing and why. So that you could get to know me and my intentions better.
Other (programming, developer, thoughts, software)

Delete post and Generic Class

We have a list view and an edit form. But what about the delete link. We need to have the delete link to work as well.
PHP Framework (framework, php, software)

Generating the edit form

Of course, we are also going to generate the code for our generic edit form just as we did with our list.
PHP Framework (framework, php, generic, software)

Edit on the fly

Create an edit form that changes layout depending on content in the database.
PHP Framework (framework, php, generic, software)

Generating code

Automatically generate code and save to a file on the disc so that you can modify the code later. This speed up the time for development.
PHP Framework (framework, php, generic, software)
<< 1 2 3 4 5 6 7 >>