Web design & Development Articles.

0

How We Fixed WordPress’ Missed-Schedule Post (by Refactoring a Large WordPress Site)

The skinny: We fixed missed-schedule posts by reducing the site’s code landscape, examining the hosting environment, and implemented a three-prong, bulletproof approach to ensuring posts publish on time. In the process we also trimmed megabytes of render-blocking CSS and JavaScript, changing the site’s performance measured by Google Lighthouse from 17 to 75. So, that’s nice….

Sweet, tell me more...

0

Reusable base CSS styles for easy responsive site structure

Don’t want a bloated framework you have to learn/master just to be able to build a robust site structure that breaks down nicely into RWD (responsive web design)? We don’t either. For most projects we use a few simple reusable CSS classes to make RWD much easier. Frameworks like HTML5 boilerplate or Zurb’s foundation are…

Give me the scoop...

0

Add custom CSS to WordPress Admin without a plugin

Do you want to style the WordPress Admin area without modifying WordPress core CSS files? So did we. Hacking WordPress core files is bad, because the hacks would be overwritten on the next WP update. (Son of a…!) But by placing this snippet in your theme’s functions.php file, these rules will stay intact on each…

I gotta read this...

0

Disable the WordPress Admin bar without a plugin

Does the Admin bar in WP 3.x annoy you as well? Yeah, us too. Place the code below in your theme’s functions.php file and say goodbye to the Admin bar. This will not only disable the bar for any users, it also removes the preferences option in WordPress’ Admin area.

Sweet, tell me more...

2

Flickr’s new (May 2013) user interface: “tight ass”?

Did ya see Flickr’s new UI? Some users rejoice, some blogs tout its updated design merits, and designer/developers like me run to see what they’ve done to bring it up to date. At first glance… It’s pretty. It’s full-screen, image-centric, responsive, and their catchy homepage incorporates some nice parallax movement (since I can never remember…

Must. Read. This. One...

0

What Content Do You Really Need For Your Site?

Even for the most basic of websites, it can be tough to pick and choose what content to include. As contrary as it may seem, keeping your site simple is sometimes anything but. To help you get started, I’ve broken down the basic content every website should have, as well the content you really don’t need….

Hmm, sounds interesting...