Responsive Design

  Inspiration/Examples   http://forefathersgroup.com/ http://www.webdesignerdepot.com/2012/11/the-opportunities-and-challenges-of-responsive-design/ Tools http://twitter.github.com/bootstrap/

Read More

Changing Permalinks in WordPress for WAMP Users

Users of WAMP (Windows): Some versions of WAMP (all versions?) do not enable mod_rewrite or permit following SymLinks by default. To enable the required functionality navigate to the apache/conf/httpd.conf file, open with a text editor and uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (i.e., delete the hash/pound sign at the front of the line). Then further down in the same file there is a section that starts with...

Read More

Installing WordPress Locally on a PC

Download XAMPP or WAMP (if you are on a Mac try MAMP) Go to PHP MyAdmin, create a new database Download the latest version of WordPress Change the WordPress wp-config-sample.php to wp-config.php Open the wp-config.php file and edit the following fields: define('DB_NAME', 'wordpress'); // The name of the database define('DB_USE'’, 'root'); // Your MySQL username (you may need to create a database user, if you are doing this...

Read More

PHP WordPress Author BIO with Gravatar Image

The Code <div id="author-bio"> <h3>About The Author</h3> <?php echo get_avatar( get_the_author_email(), '80' ); ?> <h4><?php the_author(); ?> on <?php the_time('l, F jS, Y') ?></h4> <?php the_author_description(); ?> </div><!--end author-bio--> Breakdown: <div id="author-bio"> (the div tag is for styling in CSS) <h3>About The Author</h3> (author header...

Read More

Using a CMS vs. Not – DO IT!

This post is a response to: (http://develophorizons.com/2011_blog.php). There are very few things you need to worry up-front about building a site, except if your style fits the designers', the platform, and if they build your site up to web standards. Many programmers will use a scare tactic to avoid building a site with a CMS because they do not believe in CMS platforms or don't know how to use them properly.  The reality is, that a...

Read More
schedule an appointment with DesaraeV, Click here Desaraev Google Plus