Día de los muertos 2012

Mexican celebration “Dia de los muertos” ( day of the dead ) 2012 at Sprint Preserve Las Vegas Nevada. A remembrece of friends and family members who have died

HTML5: Set X-UA-Compatible rendering mode validating the document

A  feature added to Internet Explorer 8 (IE8 ), is the ability to change the browser rendering  mode by adding a meta tag <meta http-equiv=”X-UA-Compatible” content=”edge” /> inside the document header tag. This is a great feature that allows you to display websites properly, but there is one small problem, adding the tag will break the W3C validation of the website. […]

Image Store: Adding additional color options part 1

One of the benefits of using the Image Store plugin is that it provides hooks — base on the WordPress API — that allow you to modify the functionally without having to write the a whole new plugin or miss out on important updates. Today I am going to show how to add additional color options for your images. […]

WordPress Security tips: Avoid getting your site hacked

Here is a check list for your next WordPress installation to improve the changes of the site begin hacked. Change your database prefix “wp_” Don’t use the username “admin” Use a strong password 8+ characters symbols letters and numbers Change the wp_settings.php file permissions to 0644 Whenever possible move the wp_settings.php file one directory up. Install the Login LockDown […]