Inspiration/Examples http://forefathersgroup.com/ http://www.webdesignerdepot.com/2012/11/the-opportunities-and-challenges-of-responsive-design/ Tools http://twitter.github.com/bootstrap/
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...
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...
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...
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...
  Sign up for the Newsletter
  Follow DesaraeV on Twitter
  Subscribe to the RSS Feed








