WordPress Admin Menu Not Visible After Upgrading qTranslate Plugin for Russian

When updating some outdated WordPress site to newest versions of core and plugins the side menu bar in wp administration had mystically disappeared. After examining the cause, by disabling plugins one by one (accessed them from /wp-admin/plugins.php) I found that the cause is qTranslate multi-language plugin.
Continue reading

Posted in WordPress | Tagged | 3 Comments

Google Web Fonts Don’t Show When Checking An Offline Page in IE9 Browser

When checking a page without uploading it to web server, Google Web Fonts are not showing in Internet Explorer 9. However they can be seen in IE7 and IE8 browser modes with Developer Tools plugin. Continue reading

Posted in Browsers Testing | Tagged | Leave a comment

CSS Gradients in HTML5 Code Example

Gradients in CSS3 are valuable addition supported by all modern browsers. No image needed!
Continue reading

Posted in CSS CheatSheets | Tagged | 12 Comments

How to Fix Wrong Path to WordPress Site Address, When Error Was Done in Admin Settings?

You had developed a WordPress site in a folder on your hosting account. Let’s say it was www.yourdomain.com/site/. Then it’s ready to be published and you are changing wordpress address to point to the root domain, to yourdomain.com. You copy your index.php (and .htaccess) to the root, changing path to your /site/ folder. And you changed the path to your site in Admin / Settings, as described in WordPres Codex. But what if you put a wrong address in Admin?
Continue reading

Posted in WordPress | Tagged | 35 Comments

How to Add Second Navigation Menu to WordPress Child Theme (with Twenty Ten Parent)?

When making a child theme to Twenty Ten WP default theme sometimes we need a secondary navigation bar, often in the footer. TwentyTen theme has one primary navigation menu by default. You may create a custom menu for that primary nav, but what if we need a second customizable navigation menu, i.e. in the footer? I found how to add this secondary navigation to be available in excellent menu editor provided by WordPress 3 in its admin in Appearance panel. Easy enough to make.
Continue reading

Posted in Templates, WordPress | Tagged | 14 Comments

Can’t Install WordPress Plugins: Increase Memory Limit

On some servers sometimes I can’t install or update plugins. It’s really ugly, I like wp mainly because of its automatic updates. Besides regular problems with file permissions, there are other problems. On one server I had to change the FTP service to another mode, to enable uploads, etc.

Continue reading
Posted in WordPress | Tagged | 2 Comments

Box Shadow CSS

CSS box shadows meant to cast shadows from block level elements. The following code will be supported in all latest browsers (including IE9)
Continue reading

Posted in CSS CheatSheets | Tagged | Leave a comment

CSS Zoom in Browsers

CSS Zoom property, supported in IE 5.5+, Opera, and Safari 4, and Chrome.

Firefox is the only major browser that does not support zoom, but you could use -moz-transform since Firefox 3.5.
Continue reading

Posted in CSS CheatSheets | Tagged | 25 Comments

GetSimple CMS – Really Easy Basic CMS


Recently I decided to try a really easy basic CMS for a simple site, to have content management. I found GetSimple CMS open source project to suit my needs. It doesn’t have a database and it is very simple to install.
Continue reading

Posted in GetSimple CMS | Tagged | 2 Comments

IETester to Test Internet Explorer 6 Rendering

IEtester to be used for IE6 testing

I found a very useful tool for IE6 rendering testings. It’s called IETester from DebugBar.
Continue reading

Posted in Browsers Testing | Tagged | Leave a comment

CSS Background Transparency, Not Affecting Child Elements

It’s possible to make backgrounds transparent without affecting their child elements, like it gonna happen with opacity CSS. It can be done with RGB alpha for browsers, and with Internet Explorer filters.
Continue reading

Posted in CSS CheatSheets | Tagged | 6 Comments

WordPress Speed Optimization

Recently I conducted a small WordPress site optimization plugins performance study. I’ve tried also W3 Total Cache, WP Super Cache, WP Widget Cache and Quick Cache, but didn’t seen such results, as 2 above. Also W3 Total Cache was not an easy task to configure.
Continue reading

Posted in WordPress | Tagged | Leave a comment