Perfect Full Page Background Image

Posted by & filed under HTML.

The goal here is a background image on a website that covers the entire browser window at all times. Let’s put some specifics on it: Fills entire page with image, no white space Scales image as needed Retains image proportions (aspect ratio) Image is centered on page Does not cause scrollbars As cross-browser compatible as possible Isn’t

Continue reading →

5 Must Have WordPress Plugins for August 2014

Posted by & filed under VIllage.

There are more than 32,000 different WordPress plugins in Plugin Directory. And sometimes it’s challenging to find what you need or something new. Therefore, I decided to share my personal list of must have WordPress plugins for August 2014. Enjoy!   WordPress Seo by Yoast Improve your WordPress SEO: Write better content and have a

Continue reading →

Customize Login Page

Posted by & filed under WordPress.

You know, the one typically at yoursite.com/wp-login.php. These are things you would put in the active theme’s functions.php file. Change the Logo Is the WordPress logo by default, this changes the file path of that image. Change file path and file name to your own needs. function custom_login_logo() { echo ‘<style type=”text/css”>h1 a { background:

Continue reading →