Skip to content

WhileIf Blog

Programming, Computers and Stuff

WhileIf Blog
Menu

Primary menu

  • Home
  • About

Category Archives: Uncategorized

How to :: Fit image in container

Posted on February 25, 2019 by admin — No Comments ↓

Changes the fit and position of an image within its container while preserving its aspect ratio. Previously only possible using a background image and the background-size property. HTML CSS Explanation object-fit: contain fits the entire image within the container while preserving its aspect Continue reading How to :: Fit image in container→

Posted in Uncategorized | Leave a reply

How does hoisting work in JavaScript?

Posted on February 20, 2019 by admin — No Comments ↓

Hoisting is a JavaScript mechanism where variable and function declarations are put into memory during the compile phase. This means that no matter where functions and variables are declared, they are moved to the top of their scope regardless of Continue reading How does hoisting work in JavaScript?→

Posted in Uncategorized | Leave a reply

Laravel 5.7.26 Released

Posted on February 17, 2019 by admin — No Comments ↓

The Laravel team released Laravel 5.7.26 yesterday with a new pipeline method and a method to temporarily bypass model events. First, a new Pipeline method thenReturn was added by Tim MacDonald to allow additional work do be done on the object passed through: Next, Continue reading Laravel 5.7.26 Released→

Posted in Uncategorized | Leave a reply

Github Adds Draft Pull Requests

Posted on February 17, 2019 by admin — No Comments ↓

Github just launched a brand new feature named draft pull requests that will allow you to start a PR before you are finished implementing all the code changes. At GitHub, we’ve always felt that you should be able to open a pull Continue reading Github Adds Draft Pull Requests→

Posted in Uncategorized | Leave a reply

Laravel Tinker Server Package

Posted on February 17, 2019 by admin — No Comments ↓

Laravel Tinker Server is a package by Marcel Pociot that enables you to tinker with your variables in real-time while working on your Laravel app. This package collects data via calls to a tinker() helper that ships with the package and allow Continue reading Laravel Tinker Server Package→

Posted in Uncategorized | Leave a reply

Post navigation

← Older posts

Primary Sidebar Widget Area

Heat Tags

codefunnyjavascriptjquerykubuntularavellinuxlinux mintMaverick MeerkatOperating SystemsPHPprecise pangolinprogrammersprogrammingquotesRegular Expressionssoftwareubuntuunixworpress

Top Posts & Pages

  • MacOS - Install mysql client without the server
  • Linux - scp copy all hidden dot files
  • MacOS - Manage FileVault from command line
  • PHP - Read files/content/file details from a .zip archive, without extracting them
  • REGEX - Banking numbers validation
  • Ubuntu - Install and use traceroute
  • Ubuntu - How to use shutdown command
  • Ubuntu Server - Configure ufw to nfs in alternative port
  • PHP - Gmail Address Normalization
  • PHP - Calculate script execution time

Categories

  • Code
  • Command Line Tools
  • CSS
  • General Stuff
  • Hardware
  • Javascript
  • Manual/Reference
  • News
  • PHP
  • Quotes
  • Servers
  • Software
  • Tips
  • Uncategorized
  • Web Analytics
  • Wordpress

Blogroll

  • Android Developers Blog
  • Cats Who Code
  • Developer Blog
  • Planet MySql
  • Planet PHP
  • The Code Project
  • WordPress Planet

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Member of The Internet Defense League

  • RSS - Posts
  • RSS - Comments

Follow me on Twitter

My Tweets
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Copyright © 2019 WhileIf Blog. All Rights Reserved.
Theme: Catch Box by Catch Themes
Scroll Up