How to Make Background Image to Cover Whole Browser Window

Sometimes there is a situation, when we don’t have the right background image to cover whole area of site’s window for all resolutions. Here’s a quick CSS reference to make background image resize to whole screen.
Continue reading

Posted in CSS CheatSheets | Tagged | Leave a comment

Easiest Blockquote Quotation Marks CSS

Blockquote quotation marks styling can be tricky. Here’s a simple example on how to add simple quotes to a paragraph of quoted text. IE7 degrades graciously 🙂
Continue reading

Posted in CSS CheatSheets | Tagged | 1 Comment

CSS to Specify Rules for iPad and iPhone

Specific CSS can be applied to iPad and iPhone devices.
Continue reading

Posted in CSS CheatSheets, Mobile Websites | Tagged | 1 Comment

XHTML Flash Embed Code

This is the code to embed flash files on XHTML pages.
Continue reading

Posted in CSS CheatSheets | Tagged | Leave a comment

User Agent Switchers Extensions for Firefox and Google Chrome

When you need to check a mobile version of a site on your desktop, have to use this add-ons. I tested and found them working.
Continue reading

Posted in Mobile Websites | Tagged | Leave a comment

Adding More Posts Links with Featured Images to WordPress Templates with Mini Loops Plugin

Mini Loops is a very useful plugin to feature posts in widgets area. It is also can be included to template files. We’ll use it to feature some more posts on a blog’s homepage.

Continue reading

Posted in WordPress | Tagged | 1 Comment

Rounded Borders, Gradients for IE7 and IE8 with CSS3 PIE

CSS3PIE helper script can help to use regular CSS3 properties to style IE7 and IE8 browsers HTML. It adds support for border-radius, box-shadow, border-image, multiple background images and linear-gradient as background image to old Internet Explorer browsers and IE9.
Continue reading

Posted in Browsers Testing | Tagged | 1 Comment

Free Horizontal Drop Down Menu for Prestashop 1.4

 

Custom styled top menu drop-down.

Prestashop is a good and mostly free open source online shop solution. Here’s the info where to find latest top menu module to use with it.

Go to Julien Breux GitHub download zip file. Unzip and put jbx_menu folder into Prestashop Modules folder. Disable cache and enable Force compile to see the changes, if not done yet.

Continue reading

Posted in PrestaShop | Tagged | 54 Comments

Authors List Widget and Full Featured Author Page with HTML Editing for WordPress

Let’s create a list of blog authors dynamic widget and a full HTML capable authors pages. We’ll use 2 plugins to make it.
Continue reading

Posted in WordPress | Tagged | Leave a comment

Why Drop-Down Menus Don’t Show on Mobile Browsers and iPad?

I noticed that drop down menus do not show on mobile browsers and iPad, when the link, which opens them is empty # or javascript: void(0).
Continue reading

Posted in Mobile Websites | Tagged | 1 Comment

CSS3 Placeholder Styling + jQuery Plugins to Enable Placeholders in IE

HTML5 placeholders do not work in Internet Explorer Browsers, prior to IE10. Here are some solutions I tested: Continue reading

Posted in CSS CheatSheets | Tagged | 1 Comment

Change “Continue reading →” of Twenty Eleven WordPress Theme from its Child Theme functions.php

I found it’s hard to change “Continue reading →” text after an Excerpt in WordPress  default Twenty Eleven theme from my child theme. It should be done from child theme’s functions.php Continue reading

Posted in WordPress | Tagged | 6 Comments