Review: Total Cache WordPress Plugin ★★★★

An easy plugin for WordPress that does all your caching for you automatically.

What is caching?

A cache essentially takes a screenshot of your page and keeps it in local memory. When that page is called (by a user visiting it) then it is called up from the cache and not the server. This reduces the amount of load time per page and enhances the users experience. It’s all about speed, you know.

Total cache plugin allows you to set a number of options according to how your website is set up. We have given it only four out of five stars because we see a few areas they could definitely improve on in their interface. Additionally it is not as intuitive as it could be for people who are not all that tech savvy. More detailed explanations and help files would be nice. All in all though, it’s the best cache plugin for WordPress out there today.

More Web Design Blog Content

CSS3

Lots of new fun with CSS3. CSS makes styling web pages a snap. Now CSS3, the third “version”,  allows for incredibly robust styling possible. For instance, background gradients are a breeze when before developers had to create them as images or use CSS ‘hacks’ to accomplish those goals.

Programming code on a computer screen

Simplifying JavaScript Development with Essential Tools

JavaScript is an incredibly powerful language that drives the dynamic and interactive elements of web applications. However, it can also be complex and challenging to work with, especially as projects grow in size and scope. Fortunately, there are a number of tools available that can streamline the development

Woocommerce Products Per Page

Interestingly Woocommerce does not seem to have a default setting for ‘products per page’. Unsurprisingly, there’s a simple workaround. Add to your functions.php Replace “28” with whatever number you want. add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 28;’ ), 20 );

Web Marketing Staff Training

How easy is it for one to do their own SEO? Difficulty level: 5 out of 10 If you know how to use a computer and can spare 3-5 hours per week then it is perfectly reasonable to expect you can do your own SEO and save hundreds

Our New Look

Take a peak at our main website’s new look! We’re proud to present a brand new layout and style for Livewire Web Design. We work hard on your websites, so we took a few days to upgrade ours – we added a new optimization center that gives prices

Better Than Notepad: Notepad ++

We love this little program. It’s a replacement for Notepad called Notepad++. It’s like notepad on steroids. Lots of  new, useful functions – essentially, everything Microsoft neglected to put into their product,; open source, once again, has provided a better alternative. Easy find/replace functions, even in files so