Results for: "if"

Contents (992)

How to Store HTML View File In A Variable
How to Store HTML View File In A Variable

If you are familiar with th MVC language before you certainly know the practice of separating your business logic from…

read more
10 CSS Media Query Snippets
10 CSS Media Query Snippets

Responsive Web Design has gained huge popularity and demand over the years. With novel gadgets being developed every year it…

read more
How to import and export a large database using SSH
How to import and export a large database using SSH

The following code snippets will allow you to import and export a database Command Line. To get SSH access to your hosts…

read more
PHP: Sort array alphabetically using a string/value in subarray
PHP: Sort array alphabetically using a string/value in subarray

If we have an array and inside each value of this array we have another array with age and name…

read more
Improving Page Performance with HTML5 Prefetch
Improving Page Performance with HTML5 Prefetch

As Wikipedia explains: Link prefetching is a proprietary syntax to give web browsers a hint about documents that it should pre-fetch…

read more