Quantcast
Channel: Tony de Jesus » programming
Browsing all 5 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to check any website status using PHP

Sometimes we need a tool able to monitor the activity and status of a specific website. For example, in this blog, I have the Sites of the Week series that displays the best websites that I’ve found in...

View Article



Image may be NSFW.
Clik here to view.

PHP Shorthand: Using Ternary Operators (?:) instead of If-Else Statements

All programmers need to agree with me when I say: One of the most used and most important parts of our code are the if-else statements. No matter what the programming language, we can’t avoid the...

View Article

Image may be NSFW.
Clik here to view.

PHP Comparison Operators: Equal vs Identical

One of the most common mistakes of PHP developers (especially at the beginning) is the tendency to confuse the equal operator (==) with the identical operator (===). Frequently, they decide to use only...

View Article

Image may be NSFW.
Clik here to view.

Choosing a Good and Strong Password

Your password is what proves to the system that you are who you say you are. It’s like a key that opens the door to your account, computer, etc. and exposes all your data. You can’t login into your...

View Article

WordPress: How to Fix Conditional Tags Problem

In WordPress you can use Conditional Tags in your Template files in order to change the way of displaying content and what content is displayed on a particular page. A very common example is if you...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images