Archive for the ‘Tricks’ Category

Sep 13

Is your unoptimized website bleeding money due to a slow average page load time?

Just a one second delay in page response can result in a 7% reduction in conversions, and 40% of users abandon shopping carts that takes more than 3 seconds to load, according to KissMetrics. With more users making purchase decisions on mobile devices each year, page load optimization won’t patiently wait on your back burner any longer without affecting your bottom line.

Fortunately, there are several effective tactics to speed up your website without even touching your main website code. Even if you have little experience with .htaccess oakley sunglasses outlet or server modification, Cheap Jordan Shoes this wholesale jerseys detailed guide will Cheap Jerseys give you the tools and knowledge to take a bite out of your page load.

What is .htaccess?

Glad you asked. An .htaccess file allows you to modify Apache web server configuration settings without modifying the main configuration file – in other words, you can customize the way the server behaves while keeping the core settings intact, much like using a child theme in WordPress. Most webhosts allow clients to use .htaccess files, but if Fake Oakleys you’re not sure, check with your host.

How Do You Use .htaccess?
Simply open any text editor and create a new file called .htaccess. Could it really be that simple? Well, yes and no. Most likely, your computer will perceive the .htaccess file as an operating-system file and hide it from view. To see the file, you’ll need to follow a guide like this one from SitePoint to show hidden files. Once you have that taken care of, you’re ready to move on!


Joomla: Modules In Content

posted by Timmy Skwirl
Mar 28

Modules are Cheap Jordan Shoes typically displayed on the left and right sides of the page. It’s not uncommon to also find 5 modules on the top or bottom of a page. The display location for a module is controlled by the site administrator through the Joomla administrator panel. veroxybd.com

The cheap nfl jerseys module management screen Cheap Jordans provides several options as possible locations for a published ray ban sunglasses sale cheap nfl jerseys module. But Joomla does not provide an easy discount oakley way cheap oakleys if you want to display these modules in the main content area of the site. http://kahovka-service.ru

Fortunately Joomla provides a way to get around this limitation through nfl jerseys shop the NFL Jerseys China use of a built-in plugin. The plugin allows authors to insert the “load module” command at any point in their content. Contact The author simply has to include the text

in their content at the ray ban outlet location where hockey jerseys they want the You modules to appear. Including this text will instruct Joomla to load all of the modules cheap jerseys wholesale designated as belonging to position “user9” into the content. Of course wholesale jerseys any position identifier can be Cheap Jordans Sale used here.

This handy trick allows the insertion of author profiles, related articles, or any other interesting information into the main body cheap fake oakleys of any article.


Using More Than One Loops

posted by Timmy Skwirl
Jan 3

When coding complex WordPress pages with more than one loop, <a Cheap nfl Jerseys href=”http://www.elitecheapnfljerseysauthentic.com/” target=”_blank”>wholesale nfl jerseys it can happen NFL Jerseys Cheap that cheap oakleys one of the loops doesn’t ПЛИТКИ behave Fake Ray Bans as expected: for example, unwanted offset, repeated posts, etc. Luckily, with a bit of knowledge and a very useful function, wholesale jerseys NFL Jerseys Cheap china we can avoid this.http://aton-mebel.ru

The following example features two distinct loops. Notice the rewind_posts() function on line 8. This example can nba jerseys sales be used on any WordPress file as is: index.php, single.php, etc.

<span style="color: fake oakleys #ffcc00″>01    // First loop (get the last 3 posts in the “featured” category)
02    <?php query_posts(‘category_name=featured&showposts=3’); ?>
03    <?php while (have_posts()) : the_post(); nfl jerseys cheap ?>
04      <!– Do stuff… –>
05    <?php endwhile;?><br racha />
06
07    //loop reset
08    <?php rewind_posts(); ?><br своими />
09
10    //Second loop (Get all posts)
11    <?php while (have_posts()) : the_post(); ?>
12      <!– Do stuff… –>
13    <?php endwhile; ?>

Code Cheap Ray Bans explanation.

This piece of code doesn’t use any hacks; rewind_posts() is a standard nfl oakley sunglasses sale jerseys cheap football jerseys cheap WordPress function.

The purpose of rewind_posts() is to “clear” a loop that has been previously used (like the first loop in our example above), allowing you to use a second loop that isn’t affected by the first loop’s results.

Cheap Jordans


WordPress Cheatsheet

posted by Timmy Skwirl
Jan 6

by <a title="Posts wholesale nfl jerseys by Keith Dsouza” href=”http://weblogtoolscollection.com/archives/author/keith/”>Keith Dsouza September Cheap discount oakley Ray Bans 2009  in

<a title="View wholesale football jerseys china all cheap nfl jerseys posts in WordPress” rel=”category tag” href=”http://weblogtoolscollection.com/archives/category/wordpress/”>WordPress, <a title="View all posts Style in WordPress for Beginners” rel=”category tag” href=”http://weblogtoolscollection.com/archives/category/wordpress-for-beginners/”>WordPress for Beginners
<span style="font-family: cheap nfl jerseys arial,helvetica,sans-serif”>WordPress Codex has extensive documentation on the different ray ban sunglasses template tags nba jerseys sales available for use in themes, but having Cheap Jordans a cheatsheet of all the available template tags can definitely come in handy.

Ekin Ertac <a cheap nfl jerseys href=”http://keralapscmaster.com/neet-2016-question-paper-with-answer-key-2/”>2 has ray ban sunglasses created a really useful WordPress Cheatsheet that lists out cheap ray bans all cheap nba jerseys the available template tags Janessa and Cheap Oakleys their oakley sunglasses outlet purpose, along with listing several other useful information for creating or modifying themes. The cheatsheet is available for download in PDF format.

Download WordPress Cheatsheet